@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
}

#pagina{
	margin-left: auto;
	margin-right: auto;
	width: 1263px;
}
#cabecera{
	background: url('cabecera.png');
	background-repeat: no-repeat;
	height: 320px;
}

#texto{
	padding-top: 280px;
	padding-left: 160px;
}

#enlacemenu{
	width: 210px;
	float: left;
}
.enlacebop{
	width: 60px !important;
}
.enlaceportal{
	width: 160px !important;
}

#enlacemenu a{
	text-decoration: none;
	font-size:1.2 em;
	color: #666;
}

#cuerpo{
	margin-botton: 200px;
        margin-left:150px;
	margin-top: 50px;
}


#pie{
	background: url('pie.png');
	color: #F2F2F2;
	height: 200px;
	padding-left: 200px;
	background-repeat: no-repeat;
}

