

body {
    background-color : #5fb0d2;
    background-image : url('../../img/home/fondo.jpg');
    background-position : top center;
    background-repeat : no-repeat;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


#texto {
    height : 418px;
    width : 530px;
    margin-left:auto;
    margin-right:auto;
    margin-top:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
  }


#texto p {
    margin-bottom : 7px;
    margin-top : 7px;
    text-align : justify;
  }


#licencia {
    color : #ffffff;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    margin-top : 80px;
    text-align : center;
    width : 100%;
  }


#noticias {
    font-size : 13px;
    font-style : italic;
    overflow:hidden;
    color: #123548;
  }

#noticias a {
text-decoration:none;
color: #123548;
}

#noticias p {
margin-top:2px;
margin-bottom:2px;
}


#noticias .titulo {
    font-size : 15px;
    font-weight : bold;
    text-align : center;
  }
  
#marquesina a {
  color:#ff0000;
}

#idioma {
position:absolute; 
top:30px; 
right:60px;
font-size : 11px;
color:#fff;
}

#idioma a {
text-decoration: none;
color:#fff;
}

#idioma a:visited {
color:#fff;
}