
@charset "utf-8";
 
   
	
 .img-centrada {margin:0 auto;}	
/****************************************************/
/*estilos genericos */
/*fondo general de la pagina color defecto fondo y color defecto letra*/

/*
 
 
 Rojo 1: BD0602  op: 1EB20D		verde 1: 36AA42   op CC1100   naranja1: EF8634  op 2199DE    rosa1 DE217D op  98C21B
Rojo 2: FD4642  op: 3EEF2A		verde 2:32EA1A   op: F91D0B   naranja2 F9A10B op 1351CB    rosa2 CB1376 op  8EB50D
Rojo 3: FE8487  op: 78F56C		verde 3 10D858   op: E62302   naranja3  E69802 op 0D3BB4  rosa3 B40D5C  op  89B50C
Rojo 4: FAEBEB  op: EEFAEB		verde 4:EDFCED  -- DFFCE0   	naranja4 FCF3ED		FCF1DF	
  texto valenciano 1C4ABD
*/

/****************************************/
/*base*/

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p , th, td, article, section, figure, img{
	margin:0;
	padding:0;
}
img{
	max-width:100%;
}
html {
	 height:100%;
	 /* background-color: #e0e0e0  ; */
}
body {
     margin:5px auto; 
 	background-color: #FFF;
  	
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin: 0 ;
} 

 a{
	color:#B40D5C;
	font-weight: bold;
}
a:hover{
	color:#8EB50D;
	font-weight: bold;
}
 .faceb  {
	color:#4267b2;
	 
}
 .faceb:hover{
	color:#000;
	 
}
.idioma{
	 font-weight:bold;
	 margin-top:2px; 

}
.vertical-center
{
 margin-top:5%;
}

/*****************************************/
/*menu nav */
.navbar{
	 border: 1px solid #CB1376;
	 background-color:#FCEDF5;
	 margin-top:1em;
	 
}
 
 
 /***************************************/
 /*expo ninot  */
.card-expo {
	 border: 1px solid  #CB1376 ;
	 background-color:#FCEDF5;
	 padding:1em;
 }
 .card-expo-body{
	 margin-top:1em;
	
	
 }
.card-expo-title{
	  font-weight: bold;
	 color:#DE217D;
 }


/*************************************/
/* fallas */
.card-falla{
	 border: 1px solid  #CB1376 ;
	 background-color:#FCDFF0;
	 padding:1em;
 }
 .card-falla-body{
	 margin-top:1em;
 }
 
.card-falla-title{
	  font-weight: bold;
	 color:#DE217D;
	 margin-left:5%;
 }
 
.card-falla a{
	color:#000;
	font-weight: normal;
}

.card-falla  a:hover{
	color:#CB1376;
	font-weight: normal;
	text-decoration:none;
	
}
.card-falla-footer  {
	border-top: 1px solid #CB1376;
	margin-top: 1em;
	
}
.premio{
 z-index: 100; 
 position: absolute;
 margin-left:-9%;
   
}
.premio10{
 z-index: 100; 
 position: absolute;
 margin-left:-5%;
   
}

.separador-top{
	border-top: 1px solid #CB1376;
	margin-top: 1em;
}
.separador-bottom{
	border-bottom: 1px solid #CB1376;
	margin-bottom: 1em;
}
 
/*****************************************/
/*articulos */
section.noticias h3{
	 font-weight: bold;
	 color:#DE217D;
	
	 border-bottom: 1px solid  #CB1376;
	 padding:5px 5px 10px 5px;
	 margin-top:10px;
	
}
 section.titulo h3 {
 	font-weight: bold;
	 color:#DE217D;
	 text-align:center;
}
section.noticias h4{
	 font-weight: normal;
	 color:#B40D5C;
 	 
}
.h4-titulo{
	 font-weight: bold;
	 color:#DE217D;
 	 
}
  
section.titulo h2 {
 	font-weight: bold;
	 color:#DE217D;
	 text-align:center;
	 margin:5px auto;
	
}
section.noticias article {
 	margin:5px auto; 
}

article.novedad{
	 border: 1px solid  #CB1376 ;
	 background-color:#FCEDF5;
}	 
article.novedad1{
	 border: 1px solid  #CB1376 ;
	 background-color:#FFFFFF;
}
.texto-novedad{
	 margin:2em auto; 
	 
}
.aviso{
	color:#DE217D;
	font-weight: bold;
}
.avisov{
	color:#1C4ABD;
	font-weight: bold;
}

.foto_contenido{
	 padding:1px;
	 border: 1px solid  #CB1376;
	 
}
 
.foto_contenido:hover{
	border:1px solid #8EB50D;
}
.titulo_falla{
	margin-bottom:1em;
}
.texto-falla{
	 margin-top:1em; 
	 
}

footer.principal{
	 border-top: 1px solid  #CB1376;
	 padding:5px 5px 10px 5px;
	 margin-top:10px;
	 color:#DE217D;
	 font-weight: bold;
}



/****************************************/
/*recuadro redondeado de la imagen de cabecera */
.borde_imagen_cabecera{
	border-width: 3px;
	border-style: dashed;
	border-image: url(../imagenes/recuadro.png)  15%    stretch ; 
	-webkit-border-image:url(../imagenes/recuadro.png)  15%    stretch ; /* Safari 3.1-5 */
    -o-border-image:url(../imagenes/recuadro.png)  15%    stretch ; /* Opera 11-12.1 */
   
}

.textov{
	color:#1C4ABD;
}