
/****************************************************/
/*estilos genericos */
/*fondo general de la pagina color defecto fondo y color defecto letra*/
* {
	margin:0; padding:0;
}

body {
	background-color: #FAF2EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	 
}
a {
	text-decoration: none;
}
a img {
	border: none;
}


/*contenedor para centrar la pagina y dar el ancho de la misma
y el color de fondo */
#contenedor {
	width:775px; 
	margin: 0 auto;
	text-align:left;
	z-index:100;
}

/*pone el marco de la pagina el contenido real va dentro de esta div*/
#pagina_index{
 	border:1px solid #FFA953;
	background-color:#FFFFFF;
	width:775px; 
	text-align:left;
	 
	
}

/*margenes para div dentro de cada columna */
.marcoInterior{
	margin: 10px; 
	margin-top: 0;
}
.marcoInteriorDoble{
	margin: 20px; 
	margin-top: 5px;
	margin-bottom:5px;
}
.marcoInteriorTriple{
	margin: 15px; 
	margin-top: 40px;
	margin-bottom:5px;
}
/*----------------------------------------*/
/*cabecera */
#cabecera {
	height:99px;
	background-color:#ec9501;
	border:1px solid #FFA953;
	margin: 3px 3px 0px 3px;
	 
}
#imagen_cabecera {
	background-image:url(../img/cabecera.jpg);
	
	height:99px;
	background-position:left;
	background-repeat:no-repeat;
 
	 
} 
 
 
/*****************************************/
/*contenido principal, dos columnas*/

#enlaces{
	 height:18px;
	 padding-left:20px;
	 padding-top:2px;
	 
}

#enlaces_dcha{
	padding-top:4px; 
}
#enlaces_izda{
	float: left;
	width: 40px;
}


#contenido{
	float: left;
	width: 765px;
	background-color:#FFDCB9;
	margin:2px 5px 5px 4px;
	border:1px solid #FFA953;
}
#contenido_dcha{
	margin-left: 165px;  
	  
}
#contenido_izda{
	float: left;
	padding-top:10px;
	width: 160px;
 	 
  
}

.contenido_dcha1{
	margin-left: 380px;  
	  
}
.contenido_izda1{
	float: left;
	width: 380px;
 	 
 
} 
.foto_contenido{
	border:1px solid #815D32;
}


/*****************************************/
/*pie de pagina */
#pie{
	clear: left;
	height:19px;
	background-color:#FFDCB9;
	margin:5px 4px 2px 4px;
	border:1px solid #FFA953;
} 
#pie p{
	 position:relative;
	 top:3px;
	 left:10px;
}
.texto_pie {
	font-size: 60%;
	font-style: normal;
	color: #BD0D3C;
	font-weight: bold;
	 	 
}
.texto_autor {
	margin-left:450px;	 
}

#contador{
	text-align:center;
	margin-top: 10px;
}


/*****************************************/
/*botones de idiomas */
#btn_idiomas{
	height:18px;
}
#btn_idiomas li {
	display: inline;
	float:left;	 
}
#btn_idiomas a{
	display:block;
	height: 18px;
	width:18px;
	margin-left:2px;
}
.btn_ingles{
	background-image:url(../img/btn_ingles.gif);
}
.btn_ingles:hover {
	background-image:url(../img/btn_ingles_over.gif);
}
 
.btn_espanol{
	background-image:url(../img/btn_espanol.gif);
}
.btn_espanol:hover {
	background-image:url(../img/btn_espanol_over.gif);
}

/****************************************************/
/* ristra de enlaces de acceso a la pagina*/
.enlaces{
	font-size: 60%;
	font-weight:bold;
	color: #ec9501;
	margin-left:2px;
}
.enlaces a{
	background: transparent url(../img/icono_enlaces.gif) no-repeat center right;
	padding-right: 12px; 
	text-decoration: none;
	color: #0C48BD;
}
.enlaces a:visited, .enlaces a:active{
	color: #0C48BD;
}
.enlaces a:hover{
    color: #ec9501;
}

/*****************************************/
/*botones del menu de la izquierda */
 
#btn_indice li {
	position:relative;
	display:inline;  
}
#btn_indice a{
	
	display:block;
	width:146px;
	margin-left:2px;
	/*min-height: 74px;*/
}
 

/****************************************************/
/*botones de seleccion de falla o etipo de ninot*/
#btn_fallas {
    width:740px;
}

#btn_fallas li {
	position:relative;
	display:block;
	list-style-image:none;
	list-style-type:none;
	
	
}
#btn_fallas  a{
	position:relative;
	display:block;
	 

	margin-left:2px;
	margin-top:5px;
	margin-bottom:15px;
}
 
/**************************************************/
/*contenido  */
 
#parrafo_contenido{
	position:relative;
	top:5px;
}
#parrafo_contenido p{
	margin-top:5px;
	margin-bottom:10px;
	z-index:100;
}
.texto_resaltado{
	color:#BD0D3C;
	font-weight:bold;
	font-size: 60%;
}
.texto_normal{
	color:#BD0D3C;
	font-weight:normal;
	font-size: 60%;
}
.texto_aviso{
	color:#bf093a;
	font-weight:normal;
	font-size: 60%;
}
.texto_aviso_b{
	color:#bf093a;
	font-weight:bold;
	font-size: 60%;
}
.texto_resaltado_b{
	color:#815D32;
	font-weight:bold;
}
.nuevo{
	color: #FF0000;
	font-weight:bold;
	font-size: 110%;
}

.texto_enlace:hover{
    color: #BD0D3C;
}
.texto_peque{

	font-weight:bold;
	font-size: 52%;
	color:#BD0D3C;
}

#parrafo_imagen{
	vertical-align:middle;
	text-align:center;
	 
}
#parrafo_imagen img{
	border:1px dashed #bf093a;
	padding: 4px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFE9D2;
}


/**********************************************/
/*pantalla de expo ninot 08 */
.fondo_expo_inf{
	background-image:url(../img/fotos_expo_inf.jpg);
	height:84px;
	 
	background-repeat:no-repeat;
	 	
}
.fondo_expo{
	background-image:url(../img/fotos_expo.jpg);
	height:84px;
	 	
	background-repeat:no-repeat;
	 	
}

/**********************************************/
/*pantalla de fotos inf */
.fondo_ayto_inf{
	background-image:url(../img/fondo_ayto_inf.jpg);
	height:72px;
	width:733px;	
	background-repeat:no-repeat;	 
 
	 	
}
.fondo_exposicion_inf{
	background-image:url(../img/fondo_expo_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}

.fondo_nou_inf{
	background-image:url(../img/fondo_nou_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_convento_inf{
	background-image:url(../img/fondo_convento_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat; 	
}
.fondo_sueca_inf{
	background-image:url(../img/fondo_sueca_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_cadarso_inf{
	background-image:url(../img/fondo_cadarso_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_pilar_inf{
	background-image:url(../img/fondo_pilar_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_naj_inf{
	background-image:url(../img/fondo_naj_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_otras_inf{
	background-image:url(../img/fondo_otras_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_alameda_inf{
	background-image:url(../img/fondo_alameda_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_cuba_inf{
	background-image:url(../img/fondo_cuba_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_antiga_inf{
	background-image:url(../img/fondo_antiga_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_regne_inf{
	background-image:url(../img/fondo_regne_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_antiga_inf{
	background-image:url(../img/fondo_antiga_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_pizarro_inf{
	background-image:url(../img/fondo_pizarro_inf.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_no_disponible{
	background-image:url(../img/fondo_no_disponible.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}


.fondo_ayto{
	background-image:url(../img/fondo_ayto.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_nou{
	background-image:url(../img/fondo_nou.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_convento{
	background-image:url(../img/fondo_convento.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_exposicion{
	background-image:url(../img/fondo_expo.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_sueca{
	background-image:url(../img/fondo_sueca.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_pilar{
	background-image:url(../img/fondo_pilar.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_cadarso{
	background-image:url(../img/fondo_cadarso.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_naj{
	background-image:url(../img/fondo_naj.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_pizarro{
	background-image:url(../img/fondo_pizarro.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_regne{
	background-image:url(../img/fondo_regne.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}

.fondo_cuba{
	background-image:url(../img/fondo_cuba.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_merced{
	background-image:url(../img/fondo_merced.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_antiga{
	background-image:url(../img/fondo_antiga.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}
.fondo_otras{
	background-image:url(../img/fondo_otras.jpg);
	height:72px;
	width:733px;
	background-repeat:no-repeat;	 	
}

/*titulos de botones */
.titulo_boton{
	position:relative;
	 color:#bf093a;
	margin-left: 345px;  
	font-weight:bold;
	font-size: 110%;
	font-style:italic;
 
}
.subtitulo_boton{
	position:relative; 
	margin-left: 370px;  
	font-weight:bold;
	font-size: 80%;
	color:#BF093A;	
}
 .parrafo_premio{
	color:#815D32;
	font-weight:bolder;
	font-size:95%;
	font-style:normal;
 
	 

	
 }
.parrafo_boton{
	position:relative;
	margin-left: 370px; 
	color:#bf093a;
	font-weight:normal;
	font-size: 60%; 
 }

 .titulo_falla{
	color:#815D32;
}
.titulo_falla_over{
	color:#4870e1;
}


/***********************************/
/*titulo de pagina y enlaces entre paginas */
/****************************************/
/*titulo y enlaces anterior y siguiente */
.titulo{
	float:left;
	 
	text-align:center;
	margin: 0px 0px;
	padding:0;
	width:100%;
	 
}
.titulo_izda{ 
	float: left;
	width: 30%;
}
 

.titulo_centro1 p{
	font-family: "Comic Sans MS";
	font-weight:bold;
	font-size: 120%;
	color:#bf093a;	
	text-align:center;
 	margin: 0 33% 0 33%;
	padding:0 0 3px 0;
}

.titulo_centro2 p{
	font-family: "Comic Sans MS";
	font-weight:bold;
	font-size: 110%;
	color:#bf093a;	
	text-align:center;
 	margin: 0 33% 0 33%;
	padding:0 0 3px 0;
}
.titulo_centro {
	font-family: "Comic Sans MS";
	font-weight:bold;
	font-size: 120%;
	color:#bf093a;	
	text-align:center;
 	margin: 0 ;
	padding:0 0 3px 0;
}
.titulo_centro2 {
	font-family: "Comic Sans MS";
	font-weight:bold;
	font-size: 100%;
	color:#bf093a;	
	text-align:center;
 	margin: 0 ;
	padding:0 0 3px 0;
}
.titulo_numpag{
	font-size: 70%;
	font-weight:normal;
	font-family: "Comic Sans MS";
	text-align:center;
 	margin: 0 ;
	color:#bf093a;	
	padding:0 0 3px 0;
}
.titulo_texto{
	font-size: 100%;
	font-weight:normal;
	color:black;
}
.titulo_grande{
	font-size: 16pt;
	font-weight:normal;
	color:#bf093a;
}
.titulo_grande14{
	font-size: 14pt;
	font-weight:normal;
	color:#bf093a;
}
.texto_grande{
	font-size: 16pt;
}
.texto_grande14{
	font-size: 14pt;
}
.titulo_dcha {
	 float: right;
	 width: 30%;
}
.subtitulo{
	clear:both;
	margin:5px 0;
	font-size:14px;
}
 
 #titulo1{
 	margin-bottom:20px;
	width:100%;
 }
 
 /*************************************************/
/*flechas de volver, inicio, siguiente */  
.titulo_izda ul{
	float:left;
	list-style-type: none;
	text-decoration:none;

}
.titulo_izda li  {
	float:left;
	padding:0 5px;
} 
.titulo_dcha ul  {
	float:right;
	list-style-type: none;
	text-decoration:none;
	margin:0 ;	padding:0;
	
}
.img_volver{
	height: 22px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	background-image: url(../img/volver.gif)} 
.img_volver:hover{
	display:block;
	background-image:url(../img/volver-over.gif);	
} 
.img_inicio{
	height: 22px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	background-image: url(../img/inicio.gif)} 
.img_inicio:hover{
	display:block;
	background-image:url(../img/inicio-over.gif);	
} 
.img_seguir{
	height: 22px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	background-image: url(../img/seguir.gif)} 
.img_seguir:hover{
	display:block;
	background-image:url(../img/seguir-over.gif);	
} 



.img_return{
	height: 22px;
	width: 85px;
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	background-image: url(../img/return.gif)} 
.img_return:hover{
	display:block;
	background-image:url(../img/return-over.gif);	
} 
.img_start{
	height: 22px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	background-image: url(../img/start.gif)} 
.img_start:hover{
	display:block;
	background-image:url(../img/start-over.gif);	
} 
.img_home{
	height: 22px;
	width: 83px;
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	background-image: url(../img/home.gif)} 
.img_home:hover{
	display:block;
	background-image:url(../img/home-over.gif);	
} 
.img_more{
	height: 22px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	background-image: url(../img/more.gif)} 
.img_more:hover{
	display:block;
	background-image:url(../img/more-over.gif);	
} 
.titulo_dcha li  {
	padding:0 5px;
	float:left;
}
