

body {
    text-align: center;     
    margin-top: 0;    
    background-image: url(/minimal/imagenes/fondo.jpg);
    
}



/* ******************************** PRINCIPAL ********************************** */
#contenedorPpl{
    width: 1000px;
    height: auto; /* En Firefox le da una altura minima.IE lo ignora */
    overflow: hidden; /* Si NO tiene la propiedad "height" hace que el contenedor crezca con el con el contenido */
    text-align: center;
    margin: auto;  
    background-color: #FFFFFF;
    
    
}





#cabecera{
    width: 1000px;
    height: 155px;
    background-image: url(/minimal/imagenes/cabecera/cabecera.jpg);
    
}

#cuerpo{
    width: 1000px;
    min-height: 600px;
    height: !auto important;
      
}

#pie{
    width: 1000px;
    height: 49px;
    background-image: url(/minimal/imagenes/pie/pie.jpg);
    margin: auto; 
    text-align: center;
}

.textoblanco{
    
    
    color: #ffffff;
    font-family: verdana; 
    font-size: 10pt; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal;
    word-spacing: 0em; 
    
    
    
}

.texto{
    
    font-size: 12px;
    font-family: arial,verdana;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    
}

#titulo1{
    width: 60%;
    height: auto;
    margin-left: 15px;
    float: left;
    text-align: left;
    
}
.titulo1{
    color: #1A3A46;
    font-family: verdana; 
    font-size: 15pt; 
    font-style: normal; 
    font-weight: bold; 
    font-variant: normal;
    word-spacing: 0em;
}

#cabeceraSecciones{
    width: 840px;
    height: 20px;
    margin-top:5px;
    margin-left: 5px;
    background-color: #1A3A46;
    margin: 0auto;
}

.textoEncabezados{
    color: #1F82FF;
    font-family: arial; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: bold; 
    font-variant: normal;
    word-spacing: 0em; 
    margin-left: 3px;
}

.textoGenerico1{
    color: #1A3A46;
    font-family: arial; 
    font-size: 8.5pt; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal;
    word-spacing: 0em; 
    margin-left: 10px;
}
.textoGenerico{
    color: #1F82FF;
    font-family: arial; 
    font-size: 10pt; 
    font-style: normal; 
    font-weight: bold; 
    font-variant: normal;
    word-spacing: 0em; 
    margin-left: 3px;
}


/* ****************Novedades*************** */

#noticia{
    width: 650px;
    height: 300px;
    clear: both;
    margin-top: 10px;
  
    
}

.titular {
    
    font-size: 20px;
    font-family: trebuchet ms, lucida grande, tahoma, arial, geneva, verdana, helvetica, sans-serif;
    color: #134D86;
    font-style: normal;
    font-weight: bold;
    margin-left: 15px;
}

.titular2 {
    
    font-size: 20px;
    font-family: trebuchet ms, lucida grande, tahoma, arial, geneva, verdana, helvetica, sans-serif;
    color: #1F82FF;
    font-style: normal;
    font-weight: bold;
    margin-left: 15px;
}

.titularPrincipal {
    
    font-size: 20px;
    font-family: trebuchet ms, lucida grande, tahoma, arial, geneva, verdana, helvetica, sans-serif;
    color: #134D86;
    font-style: normal;
    font-weight: bold;
 
}
.fecha{
    
    font-size: 12px;
    font-family: arial,verdana;
    color: #000000;
    font-style: normal;
    font-weight: normal;
}

.textoEnlace{
    
    font-size: 12px;
    font-family: arial,verdana;
    color: #1F83FF;
    font-style: normal;
    font-weight: normal;
}
.textoGaleriaNovedad{
    
    font-size: 12px;
    font-family: arial,verdana;
    color: #1F83FF;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
}

.textoFechaNovedadPrincipal{
     font-size: 12px;
    font-family: arial,verdana;
    color: #1F83FF;
    font-style: normal;
    font-weight: normal;

}
.imgBorder0{
    border-style: none;
}

#miniaturaNovedad{
float: left;
margin-left: 10px;
margin-top: 5px;
}

#verTodas{
width: 400px;
float: right;
}

#todasNoticias{
width: 1000px;
height: auto;
margin: 0 auto;
margin-top: 40px;
clear: both;

}

#especial{
width: 1000px;
height: 260px;
clear: both;
margin-top: 30px;

}
.titularNovidadesTodas {
    
    font-size: 14px;
    font-family: trebuchet ms, lucida grande, tahoma, arial, geneva, verdana, helvetica, sans-serif;
    color: #134D86;
    font-style: normal;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 20px;
}

#titular{
margin-top: 30px;
}