/* PORTAL MODELO A GENEXIS ******* */
/* ESTRUCTURA DEL PORTAL   ******* */	    

#supercontenedor{
	width:960px;
	margin:0px auto 0px auto;
	border-bottom:10px solid #ffffff;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	background-color:#FFFFFF;
}
/* ******************************* */	
/* NAVEGACION ******************** */

#navegacion-vertical /* DEFINE EL COMPORTAMIENTO DE LA NAVEGACION */
	{
	width:150px; /* ANCHO DE LA BARRA DE NAVEGACION */
	padding: 0px 0px 1em; /* SEPARACION ENTRE TEXTO Y BORDE BOTON/SECCION */
	margin-bottom: 0em; /* MARGEN INFERIOR DEL BOTON */
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #7ca9c6; /* COLOR DE FONDO PARTE ABAJO DE LA NAVEGACION */
	overflow: hidden; /* NO TOCAR. OCULTA EL EXCESO DE CONTENIDO */
	}
		#navegacion-vertical ul  /* ASPECTO DE LOS BOLICHES. EN ESTA CASO, NINGUNO. NO TOCAR */
		{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
		#navegacion-vertical li /* ASPECTO DE LA LISTA. NO TOCAR */
		{
		margin: 0px;
		}
		
		#navegacion-vertical li a /* ASPECTO DE LOS BOTONES EN ESTADO "NORMAL" */
		{
		display: block; /* NO TOCAR */
		padding: 2px 2px 2px 2px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		border-left: 10px solid #467da2; /* COLOR, TAMAŅO Y ESTILO BORDE IZQUIERDO */
		background-color: #7ca9c6; /* COLOR FONDO BOTON */
		color:#FFFFFF; /* COLOR TEXTO */
		text-decoration: none; /* SUBRAYADO O NO */
		width: 100%; /* ANCHO, NO TOCAR */
		}
	
		html>body #navegacion-vertical li a
		{
		width: auto; /* NO TOCAR */
		}
	
		#navegacion-vertical li a:hover /* ASPECTO DE LOS BOTONES EN ESTADO "OVER" */
		{
		border-left: 10px solid #1f6591; /* COLOR BORDE IZQUIERDO */
		background-color: #1f6591; /* COLOR FONDO OVER*/
		color: #fff; /* COLOR TEXTO */
		}
			
		#navegacion-vertical #etiqueta /* ASPECTO DE LAS ETIQUETAS DE SECCION */
		{
		padding: 3px 0 3px 3px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		background-color: #085A82; /* COLOR DE FONDO */
		color:#FFFFFF; /* COLOR DEL TEXTO */
		font-weight: bold;
		border-left-color: #085A82;
		border-left-style: solid;
		border-left-width: 10px;
		border-top-color: #FFFFFF;
		border-top-style: solid;
		border-top-width: 1px;
		}
		
				
		#navegacion-vertical #portada a/* BOTON PORTADA */
		{
		display: block; /* NO TOCAR */
		padding: 2px 2px 2px 2px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		border-left: 10px solid #73330D; /* COLOR, TAMAŅO Y ESTILO BORDE IZQUIERDO */
		background-color: #944210; /* COLOR FONDO BOTON */
		color:#FFFFFF; /* COLOR TEXTO */
		text-decoration: none; /* SUBRAYADO O NO */
		width: 100%; /* ANCHO, NO TOCAR */
		}
				#navegacion-vertical #portada a:hover/* BOTON PORTADA */
				{
				display: block; /* NO TOCAR */
				padding: 2px 2px 2px 2px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
				border-left: 10px solid #73330D; /* COLOR, TAMAŅO Y ESTILO BORDE IZQUIERDO */
				background-color: #73330D; /* COLOR FONDO BOTON */
				color:#FFFFFF; /* COLOR TEXTO */
				text-decoration: none; /* SUBRAYADO O NO */
				width: 100%; /* ANCHO, NO TOCAR */
				}
		
		#navegacion-vertical #volver a/* BOTON VOLVER */
		{
		display: block; /* NO TOCAR */
		padding: 2px 2px 2px 2px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		border-left: 10px solid #9db9c8; /* COLOR, TAMAŅO Y ESTILO BORDE IZQUIERDO */
		border-right: 10px solid #9db9c8; /* COLOR, TAMAŅO Y ESTILO BORDE DERECHO */
		background-color: #c8d7df; /* COLOR FONDO BOTON */
		color:#507a8c; /* COLOR TEXTO */
		text-decoration: none; /* SUBRAYADO O NO */
		width: 100%; /* ANCHO, NO TOCAR */
		}
		
				#navegacion-vertical #volver a:hover/* BOTON VOLVER */
				{
				display: block; /* NO TOCAR */
				padding: 2px 2px 2px 2px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
				border-left: 10px solid #9db9c8; /* COLOR, TAMAŅO Y ESTILO BORDE IZQUIERDO */
				border-right: 10px solid #9db9c8; /* COLOR, TAMAŅO Y ESTILO BORDE DERECHO */
				background-color: #9db9c8; /* COLOR FONDO BOTON */
				color:#ffffff; /* COLOR TEXTO */
				text-decoration: none; /* SUBRAYADO O NO */
				width: 100%; /* ANCHO, NO TOCAR */
				}



/* ************************************************ */	
/* BLOQUES DE CABECERAS *************************** */

#sobrecabecera 		/* ZONA ENCIMA DE LA CABECERA PRINCIPAL GRAFICA. (PARA AVISOS, MAPA...) */	
	{
	margin: 0px 10px 5px 10px;
	padding: 3px;
	height: 30px;  /* OJO CON EL HACK DEL TAMAŅO */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 22px; /* OJO CON EL HACK DEL TAMAŅO */
	background-color: #FFFFFF;
	border-top-color: #944210;
	border-top-style: solid;
	border-top-width: 6px;
	border-bottom-color: #7ca9c6;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	text-align: left;
	}
	
#cabecera 		/* ZONA PARA CABECERA GRAFICA PRINCIPAL DEL PORTAL */
	{
	position:relative;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border: 0px;
	height: 90px; /* OJO CON EL HACK DEL TAMAŅO */
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color: #ffffff;
	background-image: url(../imagenes/fondocabecera2.jpg);
	background-repeat: no-repeat;
	background-position: right center; 
	border-bottom-style: solid;
	border-bottom-color:#075A84; /*antes: #c7daf7;*/
	border-bottom-width:6px; /*antes: 1px*/
	border-top-color: #944210;
	border-top-style: solid;
	border-top-width: 6px;
	}

#bajocabecera  /* ZONA PARA LAS CABECERAS DE SECCION */
	{
	margin: 0px 10px 5px 10px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-color:#944210; /*antes: #c7daf7;*/
	border-bottom-width:6px; /*antes: 1px*/
	height: 67px; /* OJO CON EL HACK DEL TAMAŅO */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 67px; /* OJO CON EL HACK DEL TAMAŅO */
	background-color: #085a82;
	text-align: left;
	background-image: url(../imagenes/fondobajocabecera.gif); /* IMAGEN DE FONDO */
	background-position: center right;
	background-repeat: no-repeat;
	}
	
/* NAVEGACION SUPERIOR NO UTILIZADA EN ESTE MODELO
#navegacionsuperior 
	{
	margin: 5px 5px 0px 5px;
	padding: 5px;
	border: 5px solid #ccc;
	background: #666;
	height: 40px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	background-color: #999933;
	}
	
	*/

/* ***************************************************** */	
/* ** COLUMNAS PRINCIPALES. IZQUIERDA, CENTRAL Y DERECHA */
	
#columnaprincipal /* COLUMNA IZQUIERDA. CONTIENE LA NAVEGACION EN ESTE MODELO */
	{
	position: relative; /* DEFINE LA POSICION (FIJA, EN ESTE CASO) */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	width: 150px; /* ANCHO DE LA COLUMNA */
	background-color: #EBF1F5;
	float:left;
	}
	
#columnacentral /* COLUMNA IZQUIERDA. CONTIENE LA NAVEGACION EN ESTE MODELO */
	{
	position: relative; /* DEFINE LA POSICION (FIJA, EN ESTE CASO) */
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border: 0px;
	width: 645px; /* ANCHO DE LA COLUMNA */
	background-color: #EBF1F5;
	float:left;
	}
	
#columnasecundaria /* COLUMNA DERECHA. IGUALES PARAMETROS QUE LA DERECHA */
	{
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 155px;
	background-color: #EBF1F5;
	float:right;

	}

#contenido /* CONTENIDO CENTRAL ****** */
	{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background-color: #ffffff;
	}


#pie /* **** PIE DEL PORTAL, COPYRIGHT, CREDITOS ETC*** */
	{
	position:relative;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background: #666;
	height: 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	background-color: #EBF1F5;
	text-align: center;
	}
	
	
/* ***************************** */	
/* BLOQUES DE CONTENIDO ******** */
	

.bloquea 
	{
	position:relative;	
	margin-bottom: 20px;
	background-color:#ffffff;
	border-top:2px solid #7ca9c6;
	padding-top:10px;
	clear:both;
	}
	.bloquea a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquea a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquea a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquea a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
 				
.bloqueb 
	{
	position:relative;
	background-color: #F2f7f9;
	margin-bottom: 20px;
	clear:both;
	}		
	.bloqueb a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueb a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueb a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueb a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	
.bloquec
	{
	position:relative;
	background-color: #dee9ef;
	margin-bottom: 20px;
	padding: 5px;
	clear:both;
	}	
	.bloquec a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquec a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquec a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquec a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
				
.bloqued	
	{
	position:relative;
	background-color: #ffffff;
	margin-bottom: 20px;
	border: 5px solid #7ca9c6;
	padding: 5px;
	clear:both;
	}	
	.bloqued h1 {color: #d3b841;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloqued h2 {color: #d3b841;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloqued h3 {color: #d3b841;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloqued a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqued a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqued a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqued a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */

.bloquee 
	{
	position:relative;
	background-color: #Fdfbf2;
	border:1px;
	border-color:#d3b841;
	border-style:solid;
	margin-bottom: 20px;
	clear:both;
	}	
	.bloquee h1 {color: #d3b841;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloquee h2 {color: #d3b841;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloquee h3 {color: #d3b841;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloquee a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquee a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquee a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquee a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */


/* ************************************ */
/* BLOQUES DE PORTADA *****************  */

.bloquecportada /* BLOQUE SUPERIOR DE LA PORTADA  */
	{
	position:relative;
	background-color: #ffffff;
	border-width: 4px;
	border-color:#EBF1F5;
	border-style: solid;
	padding: 10px;
	margin-bottom: 10px;
	}
	.bloquecportada a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecportada a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecportada a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecportada a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	
.bloqueaportada /* BLOQUE IZQUIERDO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{
	position:relative;
	background-color: #FFffff;
/*	float: left;
	width: 45%;
*/	padding: 10px;
	margin-bottom:10px;
	border-width: 1px;
	border-color:#944210;
	border-style: solid;
	}
	.bloqueaportada a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueaportada a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueaportada a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueaportada a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */		


.bloquebportada /* BLOQUE DERECHO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{	
	position:relative;
	background-color: #EBF1F5;
/*	float: right;
	width: 45%;
*/	border: 4px;
	margin-bottom:10px;
	border-color:#7ca9c6;
	border-style: solid;
	padding: 10px;
	}
	.bloquebportada a:link    { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquebportada a:visited { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquebportada a:hover   { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquebportada a:active  { padding:2px; margin:2px;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	
.bloquedportada
	{
	position:relative;
	background-color: #ffffff;
	border: 8px;
	border-color:#EBF1F5;
	border-style: solid;
	padding: 10px;
	}
	
.dummy{clear:both;} /* IMPORTANTE. NO ELIMINAR */

.containerportada /* CONTENEDOR DE LOS BLOQUES DE LA PORTADA */
	{
	margin-left:auto;
	margin-right:auto;
	}


/* **************************************************************** */
/* ** BLOQUES VARIOS ********************************************** */


#breadcrumb /* ** ASPECTO DEL BREADCRUMB *** */
	{
	position: relative;
	margin: 0px 0px 5px 0px;
	border-bottom-color: #7ca9c6;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	background-color: #ffffff;
	}
	
#publicidadprimaria /* ** ZONA DE PUBLICIDAD PRINCIPAL ****** */
	{
	position: relative;
	margin: 5px 170px 5px 160px;
	padding: 2px;
	border: 1px solid #cccccc;
	height: 60px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 60px;
	margin-top:15px;
	background-color: #EBF1F5;
	text-align:center;
	}	
	
#publicidadsecundaria /* ** ZONA DE PUBLICIDAD SECUNDARIA ****** */
	{
	position: relative;
	padding:0px;
	border: 0px;
	text-align:center;
	background-color: #EBF1F5;
	}
	
#publicidadterciaria /* ** ZONA DE PUBLICIDAD TERCIARIA ****** */
	{
	position: relative;
	padding:0px;
	border: 0px;
	text-align:center;
	background-color: #EBF1F5;
	}

.foto /* **** ASPECTO GENERICO DE LAS IMAGENES ****** */
	{
	float: right; /* ** POSICION DERECHA O IZQUIERDA ****** */
	position:relative;
	margin: 5px 0px 10px 5px; /* ** SEPARACION RESPECTO AL BLOQUE CONTENEDOR ****** */
	padding: 8px; /* ** SEPARACION RESPECTO AL FILETE EXTERIOR DE LA FOTO ****** */
	background-color: #EBF1F5;
	border: 1px solid #ffffff;
	border-style:solid;
	}
	div.foto img
	{
	border: 1px solid #73330d;
	}

.cabecerabloque /* ** CABECERA BLOQUES (AUTOR Y FECHA) ****** */
	{
	padding: 2px;
	margin: 0px;
	color:#666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7ca9c6;
	border-left-color: #7ca9c6;
	border-left-style: solid;
	border-left-width: 10px;
	background-color: #ebf1f5;
	}
	
.piebloque /* ** PIE PARA IMPRIMIR, ENVIAR POR CORREO, VALORAR, ETC. ****** */
	{
	position:relative;
	padding: 3px 3px 3px 5px;
	margin: 7px 0px 7px 0px;
	background-color: #ebf1f5;
	border-bottom-style: solid;
	border-bottom-color: #7ca9c6;
	border-bottom-width: 4px;
	}
		
.pieadjuntos /* ** ASPECTO DEL BLOQUE DE DOCUMENTOS ADJUNTOS****** */
	{
	position:relative;
	padding: 3px 3px 3px 5px;
	margin: 5px 5px 5px 5px;
	background-image: url(../imagenes/icono-adjuntos-bloque.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-color: #F8F2DE;
	border-width: 1px;
	border-style: solid;
	}

.grafico /* ** ASPECTO DEL BLOQUE DE CONTENIDO CON GRAFICO ****** */
	{
	position: relative;
	padding: 3px 3px 3px 5px;
	margin: 5px 0px 5px 0px;
	border-color: #F8F2DE;
	border-width: 4;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: right top;
	}	

.enlaces /* ** ASPECTO DEL BLOQUE DE ENLACES ****** */
	{
	position: relative;
	padding: 3px 3px 3px 5px;
	margin: 5px 0px 5px 0px;
	border-color: #F8F2DE;
	border-width: 1px;
	border-style: solid;
	background-image: url(../imagenes/icono-enlaces-bloque.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
		
	.enlaces a:link    { color: #988423;  font-weight: normal;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.enlaces a:visited { color: #988423;  font-weight: normal;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.enlaces a:hover   { color: #5f5216;  font-weight: normal;}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.enlaces a:active  { color: #333333;  font-weight: normal;}   /* ENLACES DENTRO DE ESTE BLOQUE */

.bloquebuscador	 /* BUSCADOR */
	{
	position: relative;
	background-color: #ffffff;

	}

.bloquebuscadoravanzado /* BUSCADOR AVANZADO */
	{
	position: relative;
	background-color: #ffffff;
	border-color: #e3b1b0;
	border-style: solid;
	border-width: 5px;
	padding: 10px;
	background-image: url(../imagenes/lupagrande.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

.enlacesbuscador  /* ENLACES PERSONALIZADOS PARA EL BLOQUE BUSCADOR */
	{
	margin: 5px 0px 10px 0px;
	border-style: solid;
	border-color: #F8F2DE;
	border-width: 5px;
	background-color: #ffffff;
	}
	.enlacesbuscador a:link    { color: #988423;  font-weight: normal;}   /* unvisited links */
	.enlacesbuscador a:visited { color: #988423;  font-weight: normal;}   /* visited links   */
	.enlacesbuscador a:hover   { color: #5f5216;  font-weight: normal;}   /* user hovers     */
	.enlacesbuscador a:active  { color: #333333;  font-weight: normal;}  /* active links    */

.mapa  /* MAPA DEL SITE */
	{
	position: relative;
	background-color: #ffffff;
	border-color: #e3b1b0;
	border-style: solid;
	border-width: 5px;
	padding: 10px;
	background-image: url(../imagenes/lupagrande.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.etiquetamapa /* ETIQUETAS DE SECCION DENTRO DEL MAPA */
	{
	color:#666666;
	font-size: 18px;
	list-style-type: square;
	}

.bloqueformularioalta /* FORMULARIO ALTA USUARIOS. ASPECTO DE LOS BOTONES VA EN ASPECTO.CSS */
	{
	position: relative;
	background-color: #ffffff;
	border-color: #e3b1b0;
	border-style: solid;
	border-width: 5px;
	padding: 10px;
	background-image: url(../imagenes/lupagrande.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.apoyo  /* BLOQUES DE TEXTO APOYO/ADICIONAL A LOS BLOQUES DE CONTENIDO */
	{
	float:right;
	position: relative;
	width:170px;
	margin: 5px 5px 20px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #ebf1f5;
	border-top-color: #7ca9c6;
	border-top-style: solid;
	border-top-width: 5px;
	border-left-color: #7ca9c6;
	border-left-style: solid;
	border-left-width: 1px;
	}
		
.paginacion /* PAGINACION ENTRE PAGINAS */
	{
	position:relative;
	padding: 3px 3px 3px 3px;
	margin: 10px 0px 10px 0px;
	text-align:center;
	}
		
		
.eventocircular /* CABECERA PARA LOS EVENTO "CIRCULAR" */
	{
	padding: 3px 3px 3px 3px;
	background:#ececec;
	color:#666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-color: #5f5216;
	border-left-style: solid;
	border-left-width: 10px;
	background-color: #F3F3F3;
	font-size:9px;
	}
		
.galeria /* BLOQUES GALERIA DE IMAGENES */
	{
	position: relative;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3b841;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	}
	.galeria img /* ASPECTO IMAGENES DENTRO DE LA GALERIA (TAMAŅO VA EN DEFINICIONES */
	{	
	padding: 5px;
	border: 1px solid #d3b841;
	border-style:solid;
	background-color: #F8F2DE;
	}

.enviarporcorreo /* ASPECTO BLOQUE ENVIAR POR CORREO */
	{
	position: relative;
	padding: 5px 5px 5px 5px;
	color:#666666;
	border-style: solid;
	border-width: 5px;
	border-color: #F8F2DE;
	background-color: #ffffff;
	margin-bottom: 10px;
	}
	.enviarporcorreo li /* BARRA LATERAL DE COLOR*/
		{
		list-style-type: none;
		border-left-color: #d3b841;
		border-left-style: solid;
		border-left-width: 5px;
		}
					
.valorar /* ASPECTO DEL BLOQUE VALORAR PUBLICACION */
	{
	position: relative;
	padding: 5px 5px 5px 5px;
	color:#666666;
	border-style: solid;
	border-width: 5px;
	border-color: #F8F2DE;
	background-color: #ffffff;
	margin-bottom: 10px;
	}
		.valorar li /* BARRA LATERAL DE COLOR*/
		{
		list-style-type: none;
		border-left-color: #d3b841;
		border-left-style: solid;
		border-left-width: 5px;
		}

.error /* ESTILO PARA LA PAGINA ERROR 404 */
	{
	padding: 5px 5px 5px 10px;
	color:#666666;
	border-style: solid;
	border-width: 20px;
	border-color: #FF9900;
	background-color: #Fdfbf2;
	margin-bottom: 5px;
	}
		
.autenticacionerror /* ESTILO PARA ERROR DE AUTENTICACION */
	{
	background-color: #ffffff;
	border-color: #e3b1b0;
	border-style: solid;
	border-width: 5px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-image: url(../imagenes/candadogrande.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

.autenticacionok /* ESTILO PARA OK DE AUTENTICACION */
	{
	background-color: #ffffff;
	border-color: #e3b1b0;
	border-style: solid;
	border-width: 5px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-image: url(../imagenes/candadoabierto.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

.formulario /* ESTILO EL BLOQUE DE FORMULARIO */
	{
	padding: 5px 5px 5px 10px;
	border-style: solid;
	border-width: 10px;
	border-color: #F8F2DE;
	background-color: #ffffff;
	margin-bottom: 5px;
	}

.pildoras  /* ESTILOS PARA LAS PILDORAS LATERALES DE COLUMNAS. BUSCADOR, AUTENTICACION... */
	{
	background-color: #EBF1F5;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom-color: #7ca9c6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #568fb6;
	border-top-style: solid;
	border-top-width: 4px;
	}

.obligatorio /* BARRA DE COLOR PARA INDICAR OBLIGATORIEDAD */
	{
	border-right-color: #FF9900;
	border-right-style: solid;
	border-right-width: 8px;
	padding: 2px 5px 2px 5px;
	}
	
.boton /* BOTONES ESPECIFICOS */
	{
	border: 1px solid #999;
	background-color: #c7daf7;
	color:#1f6591;
	font-size: 10px;
	vertical-align: middle;
	padding: 2px;
	font-weight: bold;
	}
.limpia{
	clear:both;
	font-size:1px;
}