header, footer, aside, nav, article {
display: block;
}
body {

font: 13px/22px Helvetica,Arial,sans-serif;
margin: auto;

background: -webkit-linear-gradient(#0b5ba5, #052d52);
background: -moz-linear-gradient(#0b5ba5, #052d52);
background: -o-linear-gradient(#0b5ba5, #052d52);
background: linear-gradient(#0b5ba5, #052d52);
background: #0b5ba5;

/* IE 6 y 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b5ba5', endColorstr='#052d52', gradientType='1');
/* IE 8 y 9 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b5ba5', endColorstr='#052d52', gradientType='1')";
}
#fondo {

font: 13px/22px Helvetica,Arial,sans-serif;
margin: auto;
width: 900px;

}



#cabecera {

height: 180px;

width: 900px;
margin-top: 0px;
float: left;
}
#titulo_cuerpo {
height: 170px;
width: 900px;
background-image: url('../imagenes/palmeras.png');

}

#titulo_texto {
display: block;
float: left;
height: 100px;
width: 900px;
}
#subtitulo {
display: inline-block;

margin-left: 0px;
width: 900px;
margin-bottom: 5px;
background: #084B8A;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#idioma {
display: inline;
height: 20px;
width: 200px;
float: right;
margin-top: 10px;
}
#idioma  a{
color: white;
text-decoration: none;
}
#idioma ul {
float: right;
list-style: none outside none;
margin-top: 0px;
width: 270px;
}
#idioma ul li {
float: left;
margin-right: 5px;
opacity: 0.6;
}
#idioma ul li:hover {
float: left;
opacity: 1;
}

#cuerpo {
display: block;
float: left;
width: 900px;
margin-left: 0px;
margin-bottom: 10px;
background-repeat: no-repeat;

background-position: left;
background-size: auto;
}
#main-cuerpo{
display: block;
float: left;
width: 900px;
margin-left: 1px;
margin-bottom: 10px;
margin-top: 10px;
}
#noticias{
display:block;
}
.noticias{

display: block;
float: right;
width: 655px;
margin-left: 0px;
margin-bottom: 10px;
margin-top: 1px;


}
.noticias  p{
color: white;
line-height: 1.6em;
margin: 10px;
padding-bottom: 22px;
text-align: justify;

}
.noticias  img{
margin-top:6px;
width: auto;
height: auto;
float: left;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;

}
#encabezado{
display: block;
margin-top: -15px;
background: -webkit-linear-gradient(#0f62af, #0b5ba5);
background: -moz-linear-gradient(#0f62af, #0b5ba5);
background: -o-linear-gradient(#0f62af, #0b5ba5);
background: linear-gradient(#0f62af, #0b5ba5);

}
#publicidad{
float: left;
width: 230px;
height: auto;
margin-top: 0px;
margin-right: 11px;

}
#publicidad aside{
display: block;
margin-top: -13px;
margin-bottom: 15px;



}
#publicidad a{
text-decoration: none;
color: #8ea2b4;
 margin-left: 10px;
}
#publicidad a:hover{
text-decoration: none;
color: white;
}

.publi{
display: block;
background: #084B8A;
margin-bottom: 0px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;


}
.publi:hover{
display: block;
background: #045FB4;
margin-bottom: 0px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
#linea{
display: block;
width: 900px;
height: 2px;
background: #083B6B;
float: left;
margin-bottom: 10px;
}
#footer {
display: block;

}
#footer a{
color:white;

}







@font-face { 
font-family: 'chata';
 font-style: normal; 
 font-weight: normal;
 src: url(../fonts/chata.otf) format("opentype"); 
}
h1{
font-size: 40px;
text-align: left;
line-height: 42px;
margin-left: 40px;
color: white;
text-shadow: black 2px 2px 2px;
font-family: chata,Helvetica, Verdana, Sans-Serif;
margin-top: 15px;
}

h2 {
font-size: 18px;
text-align: justify;
line-height: 2px;
margin-left: 10px;
padding: 0px 0;
color: #9BB;
}

.noticias h2{
font-size: 18px;
text-align: justify;
margin-left: 10px;
line-height: 25px;
color: #9BB;

}
.noticias a{
font-size: 18px;
text-align: justify;
color: #9BB;
text-decoration: none;
}
.noticias a:hover{
font-size: 18px;
text-align: justify;
color: white;
}
#subtitulo h2 {
font-size: 18px;
text-align: justify;
line-height: 2px;
margin-left: 10px;
color: white;
font-family: Verdana;
}
h3 {
font-size: 15px;
text-align: justify;
margin-left: 10px;
margin-bottom: 0px;
color: #A9E2F3;
}
p {
color: black;
line-height: 1.6em;
margin: 15px;
padding-bottom: 10px;
text-align: center;
}