.cabecera,
.centro,
.contenido,
.col_derecha,
.foto,
.lateral,
.lateral_top,
.lateral_bottom,
.menu_lateral,
.pie,
.sombra_top{
	display: inline;
	float: left;
	margin:0px;
	padding:0px;
}

.btn_cabecera_comparte, 
.btn_cabecera_documentos{
	float:right;
	display:block;
}

.cabecera{height:95px; width:852px;}
.cabecera img{float:left; margin-left:27px;}
.cabecera ul{float:right; margin:16px 26px 0px 0px; width:209px;}
.cabecera ul li{float:right;}

.centro{width:404px; padding-top:32px;}

.contenido{width:852px;}

.col_derecha{width:223px; padding-top:96px;}

.foto{width:166px; height:244px; margin-right:56px; margin-left:1px;}

.lateral{width:136px; margin-right:26px; margin-left:1px; padding:0px 40px 0px 20px;}

.lateral_top,
.lateral_bottom{width:196px; margin-right:26px; margin-left:1px;}

.menu_lateral{width:197px; margin-left:27px;}

.pie{width:852px; height:158px;}

.sombra_top{height:26px; width:852px; margin-top:40px;}

/**/
.btn_cabecera_comparte{
	width:209px;
	height:29px;
	background:url(./imagenes/enlaces_cabecera.png);
	background-position:0px -35px;
	text-decoration:none;
	text-indent:-9000px;
}
.btn_cabecera_comparte:hover{background-position:0px -99px;}
.btn_cabecera_comparte:active{background-position:0px -163px;}

.btn_cabecera_documentos{
	width:209px;
	height:35px;
	background:url(./imagenes/enlaces_cabecera.png);
	background-position:0px 0px;
	text-decoration:none;
	text-indent:-9000px;
}
.btn_cabecera_documentos:hover{background-position:0px -64px;}
.btn_cabecera_documentos:active{background-position:0px -128px;}

.cabecera{background:url(./imagenes/fondo_cabecera.png);}

.centro h1{
	margin-left:1px;
	width: 403px;
	height: 36px;
	padding:28px 0px 0px 38px; 
	background:url(./imagenes/fondo_titulo.png) no-repeat; 
	font-size:15px; 
	font-weight:bold;
}
.centro span{
	display:block;
	float:left;
	margin-left:1px;
	margin-right:auto;
	height: 32px;
	padding:8px 40px 0px 60px; 
	background:url(./imagenes/fondo_subtitulo.png) no-repeat; 
	font-size:15px; 
	font-weight:bold;
	color:#B4B906;
}
.centro p{margin:0px 32px 24px 58px; text-align:justify;}

.contenido{background:url(./imagenes/fondo_contenido.png);}

.lateral{background:url(./imagenes/lateral.png); font-size:16px; color:#6E6B0B;}

.menu_lateral ul{padding-bottom:40px;}
.menu_lateral ul li{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	padding:10px 10px 10px 22px;
	border-bottom:2px solid #878B05;
	background:none;
}
.menu_lateral ul li:hover{background:#B4B906 url(./imagenes/disco_menu.png) no-repeat;}
.menu_lateral ul li.menu_seleccionado{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	padding:10px 0px 5px 0px;
	border-bottom:2px solid #878B05;
	background:#878B05 url(./imagenes/disco_menu.png) no-repeat;
}
.menu_lateral ul li.menu_seleccionado span{padding:0px 10px 5px 22px;}

.menu_lateral ul.submenu{padding-bottom:10px; margin-top:5px; background:#878B05;}
.menu_lateral ul.submenu li{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	padding:3px 10px 3px 40px;
	border-bottom:none;
	background:url(./imagenes/disco_submenu.png) no-repeat;;
}
.menu_lateral ul.submenu li:hover{background:#D2D56A url(./imagenes/disco_submenu.png) no-repeat;background-position:0px -100px;}
.menu_lateral ul.submenu li.menu_seleccionado{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	padding:3px 10px 3px 40px;
	border-bottom:none;
	background:#C3C738 url(./imagenes/disco_submenu.png) no-repeat;
	background-position:0px -200px;
}

.menu_lateral a, .menu_lateral a:hover{text-decoration:none;color:#E6E6E6;}

.pie{background:url(./imagenes/pie.png) no-repeat;}

.sombra_top{background:url(./imagenes/sombra_top.png) no-repeat;}
body{
}
#contenedor{
}
#sombra_top{
}
#cabecera{
}
#contenido{
}
#menu_lateral{
}
#centro{
}
#titulo{
}
#clear{
}
#texto{
}
#clear{
}
#col_derecha{
}
#foto{
}
#clear{
}
#lateral_top{
}
#lateral{
}
#lateral_bottom{
}
#clear{
}
#pie{
}


