

/*
  Estilos generales
*/
body {
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
	background-color: #F5F5DC;
	margin: 0px;
}


ul {
  padding : 0px;
  margin  : 0px;
  list-style : none;
}

td {


	font-size	: 11px;
	font-family	: Verdana;
}

input {
	font-size	: 11px;
	font-family	: Verdana;
	border:1px solid black;
}

textarea {
	font-size	: 11px;
	font-family	: Verdana;
	border:1px solid black;
}


/* Capa que engloba toda la web */	  
.web {      
	background-color    : White;
	text-align          : center;
	border				: 1px solid black;
	border-bottom		: 1px solid black;
	margin				: 0px auto;
	width				: 800px;
	margin-top			: 10px;		
} 



	  	  	 
/* Estilos para las zonas */ 

/* Zona izquierda */

/* Columna izquierda */
.zona_lateral {
	vertical-align: top;
	font-weight: bold;
	width : 224;
	
	
	
}

.zona_lateral {
	vertical-align : top;
	
}


/* Estilos para la sección */ 

.zonas {
	width : 100%;
}



.zona_lateral .seccion {
	margin-bottom : 0px;
	
}


.zona_lateral .zona_libre {
	margin : 10px;
}


.zona_lateral .seccion .cabecera {
	width : 100%;
	background-image : url(seccion_izq_bk.gif);
	
	line-height:34px;
	text-indent : 10px;
	color : white;
}

.zona_lateral .seccion ul {
	margin 		: 0px;
	padding 	: 0px;
	list-style 	: none;
	background-color : #e6eed6;
	
}

.zona_lateral .seccion ul li {
	padding : 6px;
}

.zona_lateral .seccion .opcion {
	border-bottom : 1px dotted gray;
}



.zona_lateral .seccion li .link {
	color : #848e47;
	text-decoration : none;
	text-indent : 14px;
	
}

.zona_inferior .copyright {
	text-align : left;
}





/* Estilos para la columna central */

.zona_central {
	vertical-align		: top;
	background-color	: #ffffff;
	padding-left 		: 1px;
	padding-right 		: 1px;
	
}

.zona_central .contenedor {

}
	  	
/* Estilos para el pie */	  	
	  	  	 
.zona_inferior {
	border-top 	: 1px dotted gray;
	padding 	: 8px;
}		

.zona_inferior ul {
	padding : 4px;
	margin  : 0px;
	list-style : none;
}

.zona_inferior li {
	display : inline ;
	padding-right : 10px;
	padding-left	 : 10px;
	border-right : 1px solid black;
	
}


.zona_inferior li.last {
	display : inline ;
	padding-right : 10px;
	padding-left	 : 10px;
	border-right : 0px solid black;
}



.zona_inferior .contenido {
	text-align	: center;
	padding		: 10px;
}	

.zona_inferior .link {
	color : black;
}	

.zona_inferior .link:hover {
	color : orange;
}	
	
	  	  	 
	  	  	 
/*
 * Estilos para la zona superior
 */


/* Menu horizontal */

.zona_superior {
	padding-bottom : 1px;
}

.zona_superior .cabecera {
	margin-bottom : 1px;
	text-align : left;
}

.zona_superior .menu {
	border-top: 1px solid gray;
	margin: 0px auto;
	height: 35px;
	background-image : url(menu_bk.gif);
	padding-right : 1px solid blak;	
	width : 100%;

}

.zona_superior .menu_tabla {
	height : 35px;
	margin : 0px auto;
}

.zona_superior .menu_opcion {
	padding : 10px;
	border-left : 1px solid white;
	
}

.zona_superior .menu_opcion_hover {
	background-image : url(menu_bk_over.gif);
	cursor: pointer;
	padding : 10px;
	border-left : 1px solid white;
	
}

#menu_opc_last {
	border-right : 1px solid white;
}



.zona_superior .menu .link {
	color : white;
	text-decoration : none;
	font-weight : bold;
	text-align : left;
	display : block;
}

.zona_superior .menu .link:hover {
	color : black;
	display : block;
}



/* Estilo para el banner */
.banner {
	padding			: 20px;
	padding-bottom 	: 5px;
	width			: 100%;
	text-align		: center;
}

.escaparate .contenedor {
	margin : 0px auto;
}	



/*
 * Estilos para el Formulario de contacto
 */


.contacto {
	width			: 100%;
}

.contacto .cabecera {
    font-weight 	: bold;
	background-image : url(opcion_cab_bk.gif);
	line-height		: 34px;	
	color 			: white;
	padding-left	: 10px;
}

.contacto .contenido {
	padding : 8px;
}

.contacto .inputArea {
	padding-bottom : 10px;
}

.contacto .input {
	
}	

.contacto .label {
	
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
}

#acepto {
	text-align: left;
}

.contacto_texto_cabecera {
	font-weight: bold;
	text-decoration : underline;
	padding : 4px;
	display : none;
}

.contacto_texto_contenido {
	padding : 4px;
}

.contacto .texto {
	text-align : justify;
	margin-bottom : 10px;
}

.contacto .input {
	text-align 		: left;
	vertical-align	: top;	
	padding			: 4px;
}

.contacto .botones {
	text-align 		: right;
}

.contacto .envio_ok {
	width 			: 100%;
	margin-top 		: 10px;	
	margin-bottom 	: 10px;
	color 			: green;
	border-bottom 	: 1px dotted green;
	padding-bottom 	: 10px;
	text-align 		: center;
}

.contacto .envio_error {
	width 			: 100%;
	margin-top 		: 10px;	
	margin-bottom 	: 10px;
	color 			: maroon;
	border-bottom 	: 1px dotted maroon;
	padding-bottom 	: 10px;
	text-align 		: center;
}

.contacto_datos {
	width  : 200px;
	margin-bottom : 20px;
	margin-left : 10px;
	color : gray;
}

.contacto_datos_cabecera {
	font-weight : bold;
	text-decoration : underline;
	margin-bottom : 6px;
}

/* Sección de noticias */
/* Sección de noticias */

.zona_derecha embed {
   display : none;
}

.zona_lateral .noticias  .cabecera {
        background-image : url(seccion_izq_noticias_bk.gif);
                color:white;
                        line-height:34px;
                                text-indent:10px;
                                        width:100%;
                                        }
                                        
                                        .zona_lateral .noticias  ul {
                                                background-color : #efe4d0;
                                                        margin : 0px;
                                                                padding : 0px;
                                                                }
                                                                
                                                                .zona_lateral .noticias  li {
                                                                        border-bottom : 1px dotted gray;
                                                                                padding : 6px;
                                                                                }
                                                                                
                                                                                
                                                                                .zona_lateral .noticias  li .imagen,
                                                                                .zona_lateral .noticias  li .texto {
                                                                                        display : none;
                                                                                        }
                                                                                        .zona_lateral .noticias  a {
                                                                                                color : #652813;
                                                                                                        font-weight : normal;
                                                                                                        }
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        .zona_lateral .noticias  .link:hover {
                                                                                                                text-decoration : underline;
                                                                                                                }
                                                                                                                
                                                                                                                .zona_lateral .noticias  .archivo {
                                                                                                                        padding : 4px;
                                                                                                                                text-align : right;
                                                                                                                                }
                                                                                                                                


/*
 * Listado de noticias
 */
 
.listado_noticias {
	display : block;
	
	
} 
 
.listado_noticias .cabecera {
    font-weight 	: bold;
	background-image : url(opcion_cab_bk.gif);
	line-height		: 34px;	
	color 			: white;
	padding-left	: 10px;
}

.listado_noticias .listado {
	padding : 8px;
}

.listado_noticias .noticia {
	clear: both;
	border-bottom:1px dotted #DDDDDD;
	margin-bottom : 10px;
	margin-top : 10px;
}

.listado_noticias .noticia .link {
	text-decoration : none;
}

.listado_noticias .noticia .imagen {
	float : left;
	margin : 8px;
}

.listado_noticias .noticia .intro {
	margin-top : 8px;
	text-align : justify;
}

.listado_noticias .noticia .imagen img {
	border: 1px solid black;
}

.listado_noticias .noticia .fecha {
	clear:  both;

	
}

.listado_noticias .noticia .link {
		text-decoration : none;
}

.listado_noticias .noticia .titulo {
	font-weight : bold;
	color : #003D7A;
	font-size : 14px;
		text-decoration : underline;
}



.listado_noticias .listado {
	border-bottom:1px dotted gray;
}

.listado_noticias .spacer {
	clear : both;
}



.listado_noticias .paginas  {
	text-align : center;
	padding : 4px;
}

.listado_noticias .paginas ul {
	padding : 0px;
	margin  : 0px;
	list-style: none;
}

.listado_noticias .paginas li {
	padding : 0px;
	margin  : 0px;
	display : inline;
	margin-right : 10px;
}

.listado_noticias .paginas .selected {
	font-weight : bold;
	color : navy;
}

.listado_noticias .link {
	color : black;
	
}

/* Estilo para la ficha de la noticia */

.ficha_noticia {
	width  	: 100%;
	padding : 0px;
}
.ficha_noticia .fecha {
	color : gray;
	font-size : 10px;
	
}

.ficha_noticia .cabecera {
	font-weight 	: bold;
	background-image : url(opcion_cab_bk.gif);
	padding			: 10px;
	color 			: white;
	padding-left	: 10px;
}

.ficha_noticia .contenido {
	padding : 8px;
}

.ficha_noticia .cabecera .fecha {
	color : white;
}

.ficha_noticia .cabecera  .titulo {
	font-weight : bold;
}


.ficha_noticia .texto {
	margin-top : 10px;
}

.ficha_noticia .url {
	margin-top 	: 10px;
	clear		: both;
} 
.ficha_noticia .url .mas_info {
	text-decoration : underline;
}	


.ficha_noticia .archivo  {
	text-align 		: right;
	margin-right	: 20px;
	
}
.ficha_noticia .link  {
	color 			: navy;
	text-decoration : none;	
}

.ficha_noticia .imagen  {
	margin : 4px;
	border: 1px solid black;
  	float : right;
}

/* Ficha de Opción */
.ficha_opcion {
    
}
.ficha_opcion .cabecera {
    font-weight 	: bold;
	background-image : url(opcion_cab_bk.gif);
	line-height		: 34px;	
	color 			: white;
	padding-left	: 10px;
}

.ficha_opcion .texto {
	padding : 8px;
}

/* Estilo para las noticias en escaparate */

.escaparate .noticias {
	margin-bottom : 10px;
}

.escaparate .spacer {
	clear : both;
}

.escaparate .noticias .cabecera {
	font-weight 	: bold;
	background-image : url(opcion_cab_bk.gif);
	line-height		: 34px;	
	color 			: white;
	padding-left	: 10px;
}	

.escaparate .noticias li {
	clear : both;
	margin: 4px;
	margin-bottom : 10px;
	border-bottom : 1px solid dotted;
	padding-bottom : 10px;
}

.escaparate .noticias li a {
	display : block;
	text-decoration : none;
}

.escaparate .noticias .fecha {
	color : gray;
	display : block;
	text-decoration : none !important;
}

.escaparate .noticias .titulo  {
	font-weight : bold;
	color : #003D7A;
	font-size : 14px;
	text-decoration : underline;
	margin-bottom : 4px;
}

.escaparate .noticias .imagen {
	border:1px solid black;
	
	float : right;
}

.escaparate .noticias .archivo {
	text-align 		: right;
	margin-right	: 20px;
	font-weight : bold;
	
}

.escaparate .noticias .archivo .link {
	color : #652813;
	font-weight : normal;

}

.escaparate_noticias_archivo .link:hover {
	text-decoration : underline;
}


.web_cerrada_texto {
	font-size : 14px;
	margin : 20px;
}


.web_cerrada_msg_admin {
	position : absolute;
	right : 15px;
	top : 15px;
	font-size : 13px;
	padding:10px;
	background-color : yellow;
	border:1px solid black;
	text-align : left;
}

