/* CSS Document - Estilos para portal Administrativo */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #69512A;
	background-image: url(../media/fondo_body01.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	margin: 0px;
}

/* Contenedores principales - establece el ancho de la página */

#fondo {
	width: 100%;
	float: left;
	background-image: url(../media/fondo01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenedor{
	width: 61.2em;	
	margin: auto;
}

/* ****************************************************************************************************** */

/* Zona de cabecera para portadas y segundas */

#cabecera_p{
	width: 100%;
	height: 9.1em;
	float: left;
	background-image: url(../media/fondo_pcab01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cabecera{
	width: 100%;
	height: 9.1em;
	float: left;
	background-image: url(../media/fondo_cab01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#seccion {
	float: left;
	padding-top: 2em;
	padding-left: 23.6em;
}
#seccion h2{
	font-size: 1.5em;
	color: #E2CFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .05em;
}
#switch {
	width: 12.6em;
	height: 7.5em;
	float: right;
	padding-top: 1.7em;
}


		/* Caja del buscador en portada */
			
#busca_caja {
	width: 31em;
	float: left;
	font-size: 0.7em;
	color: #A77E78;
	padding-top: 2.5em;
	padding-left: 30em;
}

/* ****************************************************************************************************** */

/* Cuerpo de la página para portadas y segundas */

#cuerpo{
	width: 100%;
	float: left;
}
/* ****************************************************************************************************** */

		/* Caja menú principal */

#menu_caja {
	width: 13.5em;
	float: left;
	background-image: url(../media/fondo_menu01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b78f47;
}

/* ****************************************************************************************************** */

/* Cajas exteriores del contenido de la portada y las páginas de administración */

#concab_p {
	width: 100%;
 	float: left;
	background-image: url(../media/concabp01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 6.1em;
}
#concue_p {
	width: 47.4em;
	float: right;
	background-image: url(../media/concuep01.jpg);
	background-repeat:  repeat-y;
	background-position: left top;
}
#conpie_p {
	width: 100%;
	float: left;
	background-image: url(../media/conpiep01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#concab {
	width: 100%;
	height:32em;
	height: auto !important;
	min-height: 32em;
	float: left;
	background-image: url(../media/concab01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 8em;
}
#concue {
	width: 47.4em;
	float: right;
	background-image: url(../media/concue01.jpg);
	background-repeat:  repeat-y;
	background-position: left top;
}
#conpie {
	width: 100%;
	float: left;
	background-image: url(../media/conpie01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

		/* contenidos portada */
		
				/* caja que contiene todos los elementos de portada */

#contenido_pcaja {
	width: 100%;
	float: left;
	height:26em;
	height: auto !important;
	min-height: 26em;
}

						/* caja que abre el espacio para ver la imagen o elemento representativo que aparecerá al comienzo del contenido de la portada */
			
#pcon_cabe {
	width: 100%;
	height: 16.8em;
	float: left;
}

						/* caja comun para bloque de infosección, mas visitados y destacados */
	
.info_caja {
	width: 100%;
	float: left;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

						/* calendario - fondo y título */
			
#cale_tit h2{
	font-family: "Arial Narrow";
	font-size: 1.2em;
	color: #452F0E;
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

/* ****************************************************************************************************** */

/* caja validación - genia comunicación */

#design {
	width: 90%;
	float:left;
	font-size: 0.65em;
	color: #868686;
	letter-spacing: 0.1em;
	padding-top: 1.4em;
	padding-left: 1em;
	padding-bottom: 0.3em;
}
#design img{
	padding-right: 1%;
	vertical-align:middle;
	padding-left: 1%;
}
#design a { 
	color: #868686; 
	text-decoration: none;
}
#design a:hover { 
	color: #868686; 
	text-decoration: underline;
}

/* ****************************************************************************************************** */

/* caja patrocinadores */

#patronus {
	width: 50%;
	float:left;
	font-size: 0.65em;
	color: #868686;
	letter-spacing: 0.1em;
	padding-top: 1em;
	padding-left: 1em;
}
#patronus img {
	float: left;
	margin-right: 1em;
}
#guadalinfo {
	float: left;
	width: 45%;
	margin-top: 1em;
	padding-left: 3%;
}

/* ****************************************************************************************************** */

/* Estilos etiquetas */

h1, h2, h3, h4, h5, h6, form, ul, ol, li, p {
	margin: 0px;
	padding: 0px;
}
a{
	color: #0066FF;
	text-decoration: none; 
}
a:hover{
	color: #0066FF;
	text-decoration: underline; 
}
hr {
	height: 1px;
	clear: both;
	border: 0; 
	color: #CCCCCC;
	background-color: #fff;
	margin-top: 0em;
	margin-bottom: .4em;
	margin-left: 0em;
}
blockquote {
	margin-left: .8em;
}
img {
	border: none;
}
abbr, acronym {
	cursor: help;
}
table {
	font-size: 1em;
	clear: both;
}
caption {
	margin-bottom: .3em;
}
tbody {
	font-size: 1em;
}
td {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-left: 0.3em;
}
.asoc {
	width: 99%;
	text-align: center;
}
.asoc caption{
	text-align: left;
}
/* Varios */

.gris {
	background-color: #F2F2F2;
}
.izq {
	text-align: left;
}


/* Xtras */

.base{
	clear: both;
}
.ocult {
	display: none;
}
