html {
	height: 100%;
}
body{
	height: 100%;
	width: 1000px;
	width: 100% !important;
	min-width: 1000px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	background-color: #FFF;
	color:#646567;
	text-align: center;
	background-color:#FEA600;
	background-image:url(../img/fondo_claro.gif);
	background-repeat:none;
	background-position:top center;
}

 a{
outline:none;
	color:#910E53;
	text-decoration: none;
	font-weight:bolder;

}
 a:hover{
	color: #910E53;
	text-decoration: underline;
font-weight:bolder;
}

#contenedor{
	height:100%;
	width:100%;
	margin: 0 auto;
	text-align:center;
	position:relative;
}
#cont_cabecera{
	margin: 0;
	height:147px;
	background-color:#C2065F;
	text-align:center;
	position:relative;
	background-image:url(../img/cabecera/cabecera_clara.png);

	background-repeat:none;
	background-position:top center;
	z-index:1;

}
#cont_cuerpo{
	margin: 0;
	text-align:center;
	position:static;

}
#cabecera{
	margin: auto;
	width:900px;
	height:147px;
	text-align:center;
	position:relative;
	z-index:2;
}

#cab_logo{
	position:absolute;
	z-index:3;
	left:23px;
	width: 150;
	top: 40px;
}

#cuerpo{
	margin: auto;
	width:1000px;
	min-height:410px;
	background-image:url(../img/cabecera/fondo_cuerpo.png);
	background-repeat:repeat-y;
	background-position:top center;
	text-align:left;
	position:relative !important; 
	position:static;
	

}
* html #cuerpo{ /*para explorer...*/
	margin: auto;
	width:1000px;
	height:410px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cabecera/fondo_cuerpo.png', sizingMethod='scale');
	/*position:static;*/
}
#pie_cuerpo{
	margin: auto;
	width:1000px;
	min-height:175px;
	background-image:url(../img/cabecera/fondo_cuerpo_pie.png);
	background-repeat:repeat-y;
	background-position:top center;
	text-align:left;
	position:relative !important; 
	position:static;
}
* html #pie_cuerpo{ /*para explorer...*/
	margin: auto;
	width:1000px;
	height:175px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cabecera/fondo_cuerpo_pie.png', sizingMethod='scale');
	
}
#pie_cuerpo_estudio{
	margin: auto;
	width:1000px;
	min-height:175px;
	background-image:url(../img/cabecera/fondo_cuerpo_pie_estudio.png);
	background-repeat:repeat-y;
	background-position:top center;
	text-align:left;
	overflow:visible;
	position:relative !important; 
	position:static;
}
* html #pie_cuerpo_estudio{ /*para explorer...*/
	margin: auto;
	width:1000px;
	height:175px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cabecera/fondo_cuerpo_pie_estudio.png', sizingMethod='scale');
	
}

#menu_grande{
	padding: 0;
	height: 35px;
	float:right;
	clear:right;
	width:700px;
	position:absolute;
	left:200px;
	top:112px;
}
#menu_grande ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;

}
#menu_grande ul li{
	display: block;
	float: right;
	text-align: center;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	background-image:url(../img/cabecera/fondo_menu.png);
	height: 35px;
	white-space:nowrap;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

}
#menu_grande li.menu{
	border-left: 0;
	left: 0px;
}

#menu_grande li.menu_iz{
	border-right: 0;
	border-left: 0;
	left: 0px;
	right:0px;
	border-right: 1px solid #fff;

}
#menu_grande li.menu_der{
	border-right: 0;
	border-left: 0;
	left: 0px;
	right:0px;
	border-right: 0;

}

#menu_grande li.menu_img{
	border-right: 0;
	border-left: 0;
	left: 0px;
	right:0px;
	background:none;
}
#menu_grande ul li a{
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-left:28px;
	padding-right: 28px;
	line-height: 35px;
	font-weight:lighter;
}

#menu_grande ul li.menu_iz a{
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-left:20px;
	padding-right: 28px;
	line-height: 35px;
	font-weight:lighter;
}
#menu_grande ul li a:hover{
	color: #145C28;
	font-weight:lighter;
}
#menu_grande ul li a:active{
	color: #145C28;
	font-weight:lighter;
}
#menu_grande li.menu_activo a{
	background-color:#fff;
	color: #145C28;
	font-weight:lighter;

}

#menu_pequeño{
	height:76px;
	float:right;
	clear:right;
	margin:0;
	width:162px;
	position:absolute;
	left:725px;
	top:26px;
}
#menu_pequeño ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-right:1px solid #cccccc;
}
#menu_pequeño ul li{
	display: block;
	
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	
	height: 20px;


}

#menu_pequeño ul li a{
	margin: 0;
	color:#ffffff;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-left:12px;
	padding-right: 12px;
	line-height: 20px;
}
#menu_pequeño ul li a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#caja_actividades{
	
	margin:0;
	padding:0;
	position:absolute;
	left:94px;
	top:30px;
	width:358px;
	height:248px;
	z-index:3;
	background-image:url(../img/caja_actividades.png);
	background-position:top left;
	background-repeat:no-repeat;

}

#caja_fotos{
	margin:0;
	padding:0;
	position:absolute;
	left:470px;
	top:30px;
	width:438px;
	height:306px;
	z-index:6;
}


#caja_noticias{
	margin:auto;
	padding:0;
	position:absolute;
	left:94px;
	top:285px;
	width:814px;
	height:89px;
	z-index:5;
	background-image:url(../img/fondo_noticias.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:25px;
	text-align:left;
	font-size:1.0em;
	
}



#cuerpo_interior{
	margin: auto;
	width:1000px;
	
	min-height:400px;
	background-image:url(../img/cabecera/fondo_cuerpo.png);
	background-repeat:repeat-y;
	background-position:top center;
	text-align:center;
	overflow:visible;
	display: table;
	
}
* html #cuerpo_interior{ /*para explorer...*/
	margin: auto;
	width:1000px;
	height:400px;
	overflow:visible;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cabecera/fondo_cuerpo.png', sizingMethod='scale');
	
}
#cuerpo_interior_estudio{
	margin: auto;
	width:1000px;
	
	min-height:400px;
	background-image:url(../img/cabecera/fondo_cuerpo.png);
	background-repeat:repeat-y;
	background-position:bottom center;
	text-align:center;
	overflow:visible;
	display: table;
	
}
* html #cuerpo_interior_estudio{ /*para explorer...*/
	margin: auto;
	width:1000px;
	height:400px;
	overflow:visible;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cabecera/fondo_cuerpo.png',sizingMethod='scale');
	
}
#parte_izda{
	margin:0;
	padding:0;
	float:left;
	width:270px;
	text-align:right;
	position:relative;

}
#parte_dcha{
	width:590px;
	padding-left:30px;
	padding-right:20px;
	float:left;
	text-align:left;
	font-size:1.2em;
	position:relative;
	line-height:150%;

}
#parte_izda_album{
	margin:0;
	padding:0;
	float:left;
	width:50px;
	text-align:right;
	position:relative;

}
#parte_dcha_album{
	width:830px;
	padding-left:30px;
	padding-right:20px;
	float:left;
	text-align:left;
	font-size:1.2em;
	position:relative;
line-height:150%;
}
h1{
	font-size:2.2em;
	color:#910E53;
	margin-top:30px;
	line-height:120%
}
h2{
	font-size:1.8em;
	color:#910E53;
	line-height:120%
}
h3{
	font-size:1.4em;
	color:#1F8935;
}
h4{
	font-size:1.2em;
	color:#1F8935;
}

#parte_izda .con{
	margin-top:30px;
	padding:10px;
	background-color:#fff;
	border: 1px solid #cccccc;
}
#parte_izda .sin{
	margin-top:30px;
	padding:10px;

}
.resaltado{
font-weight:bolder;
}
#paginacion{
	margin:auto;
	padding:10px;
	font-size:1.1em;
	width:300px;
	text-align:center;
	position:relative;
}
.noticias{
	margin:auto;
	text-align:left;
	
	clear:both;
	width:860px;
	padding-top:30px;
	position:relative;
}
hr{
border: 1px dotted #CCCCCC;
}
.not_izda{
	margin:0;
	padding:0;
	float:left;
	width:190px;
	text-align:right;

}
.not_izda p{
	margin:0;

}

.not_dcha{
	margin:0;
	width:610px;
	padding-left:30px;
	padding-right:20px;
	float:right;
	text-align:left;
	line-height:150%;
	font-size:1.2em;
}
.not_dcha h1{
	margin:0;
}
.not_izda img{
	margin:0;
	padding:10px;
	background-color:#fff;
	border: 1px solid #cccccc;
	
}
.fecha_not{
	font-size:1.1em;
	font-style:italic;
}
ul.listado_enlaces{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
ul.listado_enlaces li{
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height:18px;
	height: 18px;
	white-space:nowrap;
	
}
ul.listado_enlaces li a{
	margin: 0;
	color:#666666;
	text-decoration: none;

}
ul.listado_enlaces li a:hover{
	color: #910E53;
	background-color:#fff;
}
ul.listado_enlaces_menu{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	float:right;
	margin-top:30px;
}
ul.listado_enlaces_menu li{
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height:25px;
	height: 25px;
	white-space:nowrap;
	width:200px;
	font-size:1.2em;
	border-bottom: 1px solid #cccccc;
}
ul.listado_enlaces_menu li a{
	margin: 0;
	color:#666666;
	text-decoration: none;

}
ul.listado_enlaces_menu li a:hover{
	color: #910E53;
	background-color:#fff;
}
ul.listado_enlaces_menu li.activo{
	background-color:#cccccc;
}

p.texto_barra{
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	color:#fff;
	font-size:1.2em;
	background-color:#FD810D;
}

p.vermas_barra{
	float:right;
	margin:0;
	padding:0;
	text-align:left;
	line-height:25px;
	font-size:1.2em;
}
p.vermas_barra a{
	color:#333333;
	text-decoration:none;
	font-weight:lighter;
}
p.vermas_barra a:hover{
	color:#333333;
	text-decoration:underline;
font-weight:lighter;
}
.album_fotos{
	width:750px;
	float:left;
	clear:both;
	padding-bottom:20px;

}
.fotoalbum {
	float:left;
	width:110px;
	height:140px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#fff;
	border: 1px solid #cccccc;
	text-align:center;
	font-size:0.75em;
	overflow:hidden;
	line-height:90%;
}
.fotoalbum img{
	margin:0;
	border:0;
	padding:5px;
}

#lista_pdf li{
display:block;
float:left;
height:20px;
line-height:20px;
padding-right:5px;
}