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

/* ******************************* */	
/* NAVEGACION ******************** */

#navegacion-vertical /* DEFINE EL COMPORTAMIENTO DE LA NAVEGACION */
	{
	float:left;
	width:225px; /* ANCHO DE LA BARRA DE NAVEGACION */
	padding: 0px 0px 0px 0px; /* SEPARACION ENTRE TEXTO Y BORDE BOTON/SECCION */
	margin: 0px 0px 0px 0px; /* MARGEN INFERIOR DEL BOTON */
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #3E4E65; /* 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 5px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		background-color: #3E4E65; /* COLOR FONDO BOTON */
		color:#F2FFFF; /* COLOR TEXTO */
		text-decoration: none; /* SUBRAYADO O NO */
		width: 100%; /* ANCHO, NO TOCAR */
		}
		#navegacion-vertical li a img{
			margin-right:2px;		
		}
	
		html>body #navegacion-vertical li a
		{
		width: auto; /* NO TOCAR */
		}
	
		#navegacion-vertical li a:hover /* ASPECTO DE LOS BOTONES EN ESTADO "OVER" */
		{
		font-weight:normal;		
		background-color: #3E4E65; /* COLOR FONDO OVER*/
		color: #BEC5CD; /* COLOR TEXTO */	
		}
			
		#navegacion-vertical #etiqueta /* ASPECTO DE LAS ETIQUETAS DE SECCION */
		{
		padding: 3px 0 3px 5px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		background-color: #59738E; /* COLOR DE FONDO */
		color:#F3FAFF; /* COLOR DEL TEXTO */
		font-weight: bold;
		}
		
		#navegacion-vertical #etiqueta img{
			margin-right:4px;		
		}
		
		#navegacion-vertical #portada a/* BOTON PORTADA */
		{
		display: block; /* NO TOCAR */
		padding: 2px 2px 2px 5px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		background-color: #59738E; /* 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 5px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
				background-color: #507a8c; /* 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 5px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
		background-color: #59738E; /* COLOR FONDO BOTON */
		color:#FFFFFF; /* 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 5px; /* SEPARACION ENTRE EL TEXTO Y EL BORDE DEL BOTON */
				background-color: #9db9c8; /* COLOR FONDO BOTON */
				color:#ffffff; /* COLOR TEXTO */
				text-decoration: none; /* SUBRAYADO O NO */
				width: 100%; /* ANCHO, NO TOCAR */
				}



#navegacionsuperior /* DEFINE EL COMPORTAMIENTO DE LA NAVEGACION SUPERIOR*/
	{
	width:690px; /* ANCHO DE LA BARRA DE NAVEGACION */
	padding: 5px 0px 2px 10px; /* SEPARACION ENTRE TEXTO Y BORDE BOTON/SECCION */
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #efefef; /* 24292C;COLOR DE FONDO PARTE ABAJO DE LA NAVEGACION */
	overflow: hidden; /* NO TOCAR. OCULTA EL EXCESO DE CONTENIDO */
	color: #FFFFFF;
	text-align:left;	
	margin: 0px 0px 0px 0px;
	border-top-color:#CCCCCC;
	border-top-style:dotted;
	border-top-width:1px;
	}
		#navegacionsuperior img{
			margin-right:2px;		
		}
		#navegacionsuperior a
		{
		color:#333333; /* cccccc*/
		text-decoration:none;
		width: auto; /* NO TOCAR */
		}
	
		#navegacionsuperior a:hover /* ASPECTO DE LOS BOTONES EN ESTADO "OVER" */
		{
			border-left: 0px solid #cccccc; /* COLOR BORDE IZQUIERDO */
			border-right: 0px solid #cccccc; /* COLOR BORDE DERECHO*/
			background-color: #cccccc; /* COLOR FONDO OVER*/
			color: #333333; /* COLOR TEXTO */
		}
		#navegacionsuperior img{
			padding:0px 2px 0px 0px
		}
			

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

#sobrecabecera 		/* ZONA ENCIMA DE LA CABECERA PRINCIPAL GRAFICA. (PARA AVISOS, MAPA...) */	
	{
	margin: 10px;
	padding: 3px;
	background: #666;
	height: 30px;  /* OJO CON EL HACK DEL TAMAŅO */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px; /* OJO CON EL HACK DEL TAMAŅO */
	background-color: #FFFFFF;
	border-bottom-color: #c7daf7;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	text-align: left;
	}
	
#cabecera 		/* ZONA PARA CABECERA GRAFICA PRINCIPAL DEL PORTAL */
	{	
	margin: 5px 5px 0px 5px;
	padding: 0px;
	border: 0px;
	height: 120px; /* OJO CON EL HACK DEL TAMAŅO */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 120px; /* OJO CON EL HACK DEL TAMAŅO */
	background-color: #24292C;
	width:700px;
	}

	#cabecera img{
		float:left;
		padding:3px 0px 3px 5px;	 
	}

#bajocabeceraportada  /* ZONA PARA LAS CABECERAS DE SECCION */
	{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 150px; /* OJO CON EL HACK DEL TAMAŅO */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 150px; /* OJO CON EL HACK DEL TAMAŅO */
	background-color: #24292C;
	text-align: left;
	/*background-image: url(../imagenes/bannerportada.jpg);*/ /* IMAGEN DE FONDO */
/*	background-position: center left;
	background-repeat: no-repeat;
*/	width:700px;
	}
	
#bajocabecera  /* ZONA PARA LAS CABECERAS DE SECCION */
	{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-style: solid;
	border-color:#FFFFFF;
	border-width:1px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color: #24292C;
	text-align: right;
	width:468px;
	height:108px;
	}
	#bajocabecera img{
		float:left;
		padding:0px 0px 0px 0px;	 
	}
	

/* ***************************************************** */	
/* ** COLUMNAS PRINCIPALES. IZQUIERDA, CENTRAL Y DERECHA */
	
#columnaprincipal /* COLUMNA IZQUIERDA. CONTIENE LA NAVEGACION EN ESTE MODELO */
	{	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	width: 135px; /* ANCHO DE LA COLUMNA */
	background-color: #59738E;
	text-align:left;
	float:left;
	height:100%;
	}

#columnacentral /* COLUMNA IZQUIERDA. CONTIENE LA NAVEGACION EN ESTE MODELO */
	{	
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 468px; /* ANCHO DE LA COLUMNA */
	background-color: #000000;
	text-align:left;
	float:right;
	}
	
#columnasecundaria /* COLUMNA DERECHA. IGUALES PARAMETROS QUE LA DERECHA */
	{
	position: absolute;
	top: 220px;
	right: 0px;
	margin: 10px;
	width: 155px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 155px;
	background-color: #d5eaea;
	}
html>body #columnasecundaria {
	width: 150px; /* OJO AL HACK DEL TAMAŅO */
	}

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


#pie /* **** PIE DEL PORTAL, COPYRIGHT, CREDITOS ETC*** */
	{
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: #666;
	height: 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 15px;
	background-color: #24292C;
	text-align: center;
	width:700px;
	color:#bbbbbb;
	}
	
	#pie a:link    { color: #768FDA;  font-weight: normal; text-decoration:none;}   /* unvisited links */
	#pie a:visited { color: #768FDA;  font-weight: normal; text-decoration:none;}   /* visited links   */
	#pie a:hover   { color: #768FDA;  font-weight: normal; text-decoration:underline;}   /* user hovers     */
	#pie a:active  { color: #768FDA;  font-weight: normal; text-decoration:none;}  /* active links    */

	
/* ***************************** */	
/* BLOQUES DE CONTENIDO ******** */
	

.bloquea 
	{
	position:relative;
	border-top:1px solid #999999;	
	margin-bottom: 15px;
	color:#bbbbbb;
	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: #24292C;
	margin-bottom: 15px;
	color:#bbbbbb;
	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
	{
	color: #efefef;
	position:relative;
	background-color: #49545A;
	margin-bottom: 15px;
	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	
	{
	color:#efefef;
	position:relative;
	background-color: #687780;
	margin-bottom: 15px;
	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: #EAEDEE;
	border:1px;
	border-color:#d3b841;
	border-style:solid;
	margin-bottom: 15px;
	clear:both;
	}	
	.bloquee h1 {color: #333333;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloquee h2 {color: #333333;} /* ** COLORES ESPECIFICOS DE TEXTO EN ESTE BLOQUE ****** */
	.bloquee h3 {color: #333333;} /* ** 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 *****************  */

.bloqueizqportada /* BLOQUE DERECHO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{	
	text-align: left;
	background-color: #cacaca;
	width: 120px;
	padding: 5px;
	float: left;
	height:168px;
	}
	.bloqueizqportada a:link    { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueizqportada a:visited { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}  /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueizqportada a:hover   { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueizqportada a:active  { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueizqportada img{
		border: 1px solid #333333;
		margin: 0px 0px 0px 2px;
	}
	.bloqueizqportada h3{
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px
	}
	.bloqueizqportada h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px
	}
	.bloqueizqportada h5{
		font-size: 10px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:13px
	}
	
	
.bloquecenportada /* BLOQUE IZQUIERDO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{
	text-align: left;
	background-color: #BEBEBE;
	width: 120px;
	padding: 5px;
	border-left-width: 1px;
	border-left-color: #ededed;
	border-left-style: solid;
	float: left;
	height:168px;
	}
	.bloquecenportada a:link    { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}  /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecenportada a:visited { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecenportada a:hover   { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecenportada a:active  { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */		
	.bloquecenportada img{
		border: 1px solid #333333;
		margin: 0px 0px 0px 2px;
	}
	.bloquecenportada h3{
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px
	}
	.bloquecenportada h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px
	}
	.bloquecenportada h5{
		font-size: 10px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:13px
	}

.bloquederportada /* BLOQUE DERECHO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{	
	text-align: left;
	background-color: #cacaca;
	width: 120px;
	border-left-width: 1px;
	border-left-color:#ededed;
	border-left-style: solid;
	padding: 5px;
	float: left;
	height:168px;
	}
	.bloquederportada a:link    { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquederportada a:visited { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquederportada a:hover   { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}    /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquederportada a:active  { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquederportada img{
		border: 1px solid #333333;
		margin: 0px 0px 0px 2px;
	}
	.bloquederportada h3{
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
	}
	.bloquederportada h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px
	}
	.bloquederportada h5{
		font-size: 10px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:13px
	}
	
.bloquenovedadesportada /* BLOQUE DERECHO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{	
	text-align: left;
	border-left-width: 1px;
	border-left-color:#cccccc;
	border-left-style: solid;
	padding:5px;
	float: right;
	width:290px;
	}
	.bloquenovedadesportada a:link    { 
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}  /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquenovedadesportada a:visited { 
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquenovedadesportada a:hover   { 
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquenovedadesportada a:active  { 
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	
	.bloquenovedadesportada h3{
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px;
	}
	.bloquenovedadesportada h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:15px;
	}
	.bloquenovedadesportada h5{
		font-size: 9px;
		font-weight: normal;
		padding:1px;
		margin:1px;
		line-height:13px
	}.
	bloquetelevision img{
		/*border: 1px solid #333333;*/
		margin: 0px 0px 2px 0px;
	}

	
.dummy{clear:both;} /* IMPORTANTE. NO ELIMINAR */

#bloqueportadasuperior /* CONTENEDOR DE LOS BLOQUES DE LA PORTADA SUPERIOR*/
	{
	width:700px; /* ANCHO DE LA BARRA DE NAVEGACION */
	padding: 0px 0px 0px 0px; /* SEPARACION ENTRE TEXTO Y BORDE BOTON/SECCION */
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #DFDFDF; /* COLOR DE FONDO PARTE ABAJO DE LA NAVEGACION */
	overflow: hidden; /* NO TOCAR. OCULTA EL EXCESO DE CONTENIDO */
	text-align:left;	
	margin: 0px 0px 5px 0px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	height:176;
	}
	#bloquederportada img{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;		
	}
	
#bloquecentral /* CONTENEDOR DE LOS BLOQUES DE LA PORTADA SUPERIOR*/
	{
	width:700px; /* ANCHO DE LA BARRA DE NAVEGACION */
	padding: 0px 0px 0px 0px; /* SEPARACION ENTRE TEXTO Y BORDE BOTON/SECCION */
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #000000; /* COLOR DE FONDO PARTE ABAJO DE LA NAVEGACION */
	overflow: hidden; /* NO TOCAR. OCULTA EL EXCESO DE CONTENIDO */
	text-align:left;	
	margin: 5px 0px 5px 0px;
	height:176;
	}
	#bloquecentral img{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;		
	}
	


.bloquetelevision /* BLOQUE DERECHO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{	
	text-align: left;
	width: 174px;
	padding: 0px;
	float: left;
	height:176;
	}
	.bloquetelevision a:link    { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelevision a:visited { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}  /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelevision a:hover   { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelevision a:active  { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelevision img{
		/*border: 1px solid #333333;*/
		margin: 0px 0px 2px 0px;
	}
	.bloquetelevision h3{
		font-size: 12px;
		font-weight: bold;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px
	}
	.bloquetelevision h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px
	}
	.bloquetelevision h5{
		font-size: 10px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:13px
	}
	
	
.bloqueinternet /* BLOQUE IZQUIERDO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{
	text-align: left;
	width: 174px;
	padding: 0px;
	border-left-width: 1px;
	border-left-color: #ededed;
	border-left-style: solid;
	float: left;
	height:176;
	}
	.bloqueinternet a:link    { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}  /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueinternet a:visited { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueinternet a:hover   { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloqueinternet a:active  { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */		
	.bloqueinternet img{
		/*border: 1px solid #333333;*/
		margin: 0px 0px 2px 0px;
	}
	.bloqueinternet h3{
		font-size: 12px;
		font-weight: bold;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px
	}
	.bloqueinternet h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px
	}
	.bloqueinternet h5{
		font-size: 10px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:13px
	}

.bloquetelefonia /* BLOQUE DERECHO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{	
	text-align: left;
	width: 174px;
	border-left-width: 1px;
	border-left-color:#ededed;
	border-left-style: solid;
	padding: 0px;
	float: left;
	height:176;
	}
	.bloquetelefonia a:link    { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelefonia a:visited { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelefonia a:hover   { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}    /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelefonia a:active  { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelefonia img{
		/*border: 1px solid #333333;*/
		margin: 0px 0px 2px 0px;
	}
	.bloquetelefonia h3{
		font-size: 12px;
		font-weight: bold;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px;
	}
	.bloquetelefonia h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px
	}
	.bloquetelefonia h5{
		font-size: 10px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:13px
	}
	
.bloquecombinados /* BLOQUE DERECHO DE LA PAREJA DE BLOQUES INTERMEDIOS  */
	{	
	width:174px;
	text-align: left;
	border-left-width: 1px;
	border-left-color:#cccccc;
	border-left-style: solid;
	padding: 0px;
	float: left;
	height:176;
	}
	.bloquecombinados a:link    { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}  /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecombinados a:visited { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecombinados a:hover   { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:underline;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquecombinados a:active  { 
		font-size: 12px;
		font-weight: bold;
		padding:1px;
		margin:1px;
		line-height:15px;
		color:#333333;
		text-decoration:none;
	}   /* ENLACES DENTRO DE ESTE BLOQUE */
	.bloquetelefonia img{
		/*border: 1px solid #333333;*/
		margin: 0px 0px 2px 0px;
	}
	.bloquecombinados h3{
		font-size: 12px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px
	}
	.bloquecombinados h4{
		font-size: 12px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:15px
	}
	.bloquecombinados h5{
		font-size: 9px;
		font-weight: normal;
		padding:1px 3px 1px 3px;
		margin:1px;
		line-height:13px
	}



#bloqueportadainferior /* CONTENEDOR DE LOS BLOQUES DE LA PORTADA SUPERIOR*/
	{
	width:700px; /* ANCHO DE LA BARRA DE NAVEGACION */
	padding: 0px 0px 0px 0px; /* SEPARACION ENTRE TEXTO Y BORDE BOTON/SECCION */
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #DFDFDF; /* COLOR DE FONDO PARTE ABAJO DE LA NAVEGACION */
	overflow: hidden; /* NO TOCAR. OCULTA EL EXCESO DE CONTENIDO */
	text-align:left;	
	margin: 0px 0px 10px 0px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	height:176;
	}
	#bloquederportada img{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;		
	}


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


#breadcrumb /* ** ASPECTO DEL BREADCRUMB *** */
	{
	position: relative;
	margin: 0px 0px 5px 0px;
	padding:0px;
	color:#bbbbbb;
	background-color: #000000;
	}	
	
#publicidadprimaria /* ** ZONA DE PUBLICIDAD PRINCIPAL ****** */
	{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 60px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 60px;
	background-color: #000000;
	text-align:center;
	}	
	#publicidadprimaria img{
		margin:0px 5px 0px 0px;
	}
	
#publicidadsecundaria /* ** ZONA DE PUBLICIDAD SECUNDARIA ****** */
	{
	width:225px;
	position: relative;
	padding:0px;
	border: 0px;
	text-align:center;
	}
	#publicidadsecundaria img{
		margin:5px 0px 0px 0px;
	}
	
#publicidadterciaria /* ** ZONA DE PUBLICIDAD TERCIARIA ****** */
	{
	width:225px;
	position: relative;
	padding:0px;
	border: 0px;
	text-align:left;
	}

.foto /* **** ASPECTO GENERICO DE LAS IMAGENES ****** */
	{
	float: left; /* ** POSICION DERECHA O IZQUIERDA ****** */
	position:relative;
	margin: 5px 0px 10px 2px; /* ** SEPARACION RESPECTO AL BLOQUE CONTENEDOR ****** */
	padding: 0px 0px 0x 0px; /* ** SEPARACION RESPECTO AL FILETE EXTERIOR DE LA FOTO ****** */
	/*border: 1px solid #ccccc;*/
/*	border-style:solid;*/
	}
	div.foto img
	{
	border: 1px solid #333333;
	}

.cabecerabloque /* ** CABECERA BLOQUES (AUTOR Y FECHA) ****** */
	{
	padding: 2px;
	margin: 0px;
	color:#bbbbbb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CDCC02;
	border-left-color: #CDCC02;
	border-left-style: solid;
	border-left-width: 10px;
	background-color: #24292C;
	}
	
.piebloque /* ** PIE PARA IMPRIMIR, ENVIAR POR CORREO, VALORAR, ETC. ****** */
	{
	position:relative;
	padding: 3px 3px 3px 5px;
	margin: 7px 0px 7px 0px;
	background-color: #24292C;
	border-bottom-style: solid;
	border-bottom-color: #CDCC02;
	border-bottom-width: 4px;
	}
		
.pieadjuntos /* ** ASPECTO DEL BLOQUE DE DOCUMENTOS ADJUNTOS****** */
	{
	position:relative;
	padding: 3px 3px 3px 5px;
	margin: 5px 0px 5px 0px;
	border-color: #F8F2DE;
	border-width: 1px;
	border-style: solid;
	color:#bbbbbb;
	background-color:#24292C;
	}

.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;	
	color:#bbbbbb;
	}	

.bloquebuscador	 /* BUSCADOR */
	{
	position: relative;
	background-color: #24292C;
	color:#bbbbbb;
	}

.bloquebuscadoravanzado /* BUSCADOR AVANZADO */
	{
	position: relative;
	background-color: #24292C;
	border-color: #F8F2DE;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	color:#bbbbbb;
	}

.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: #EFEFEF;
	border-top-color: #FFFFEA;
	border-top-style: solid;
	border-top-width: 5px;
	border-left-color: #FFFFEA;
	border-left-style: solid;
	border-left-width: 1px;
	color:#333333;
	}
		
.paginacion /* PAGINACION ENTRE PAGINAS */
	{
	padding: 3px 3px 3px 3px;
	margin: 10px 0px 10px 0px;
	text-align:center;
	color:#CCCCCC;
	}
		
		
.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: #F8F2DE;
	background-color: #24292C;
	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: 1px;
	border-color: #F8F2DE;
	background-color: #24292C;
	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: 1px;
	border-color: #F8F2DE;
	background-color: #24292C;
	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: #F8F2DE;
	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;
	}

.pildoracabeceraderecha  /* ESTILOS PARA LAS PILDORAS LATERALES DE COLUMNAS. BUSCADOR, AUTENTICACION... */
	{
	position:relative;
	float:right;
	background-color: #24292C;
	margin: 1px 2px 1px 2px;
	height:95px;
	padding-left:0px;
	text-align:left;
	color:#CCCCCC;
	}
	
.pildoracabecera  /* ESTILOS PARA LAS PILDORAS LATERALES DE COLUMNAS. BUSCADOR, AUTENTICACION... */
	{
	position:relative;
	float:right;
	background-color: #24292C;
	margin: 5px 5px 5px 2px;
	height:95px;
	padding-left:20px;
	padding-right:20px;
	/*padding: 5px 5px 5px 5px;*/
	/*border-bottom-color: #c7daf7;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-top-color: #1f6591;
	border-top-style: solid;
	border-top-width: 4px;*/
	border-left-color: #93989B;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #93989B;
	border-right-style: solid;
	border-right-width: 1px;
	text-align:left;
	color:#CCCCCC;
	}
	.pildoracabecera a:link    { color: #768FDA;  font-weight: normal; text-decoration:none;}   /* unvisited links */
	.pildoracabecera a:visited { color: #768FDA;  font-weight: normal; text-decoration:none;}   /* visited links   */
	.pildoracabecera a:hover   { color: #768FDA;  font-weight: normal; text-decoration:underline;}   /* user hovers     */
	.pildoracabecera a:active  { color: #768FDA;  font-weight: normal; text-decoration:none;}  /* active links    */


.pildoras  /* ESTILOS PARA LAS PILDORAS LATERALES DE COLUMNAS. BUSCADOR, AUTENTICACION... */
	{
	background-color: #efefef;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom-color: #c7daf7;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-top-color: #1f6591;
	border-top-style: solid;
	border-top-width: 4px;
	width:215px;
   }
	.pildoras a:link    { color: #3E4E65;  font-weight: normal; text-decoration:none;}   /* unvisited links */
	.pildoras a:visited { color: #3E4E65;  font-weight: normal; text-decoration:none;}   /* visited links   */
	.pildoras a:hover   { color: #3E4E65;  font-weight: normal; text-decoration:underline;}   /* user hovers     */
	.pildoras a:active  { color: #3E4E65;  font-weight: normal; text-decoration:none;}  /* active links    */
	

.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;
	}
