/* hoja de estilos jt20 */
@font-face {
    font-family: 'osp-dindin';
    src: url('fuentes/osp-din-webfont.eot');
    src: url('fuentes/osp-din-webfont.eot') format('embedded-opentype'),
         url('fuentes/osp-din-webfont.woff') format('woff'),
         url('fuentes/osp-din-webfont.ttf') format('truetype'),
         url('fuentes/osp-din-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_ltcn_btlight';
    src: url('fuentes/futura/futuralc-webfont.eot');
    src: url('fuentes/futura/futuralc-webfont.eot') format('embedded-opentype'),
         url('fuentes/futura/futuralc-webfont.woff') format('woff'),
         url('fuentes/futura/futuralc-webfont.ttf') format('truetype'),
         url('fuentes/futura/futuralc-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,html{
    background-color: #fffff4;
    max-height: 1045px;
}

#pagina{
    max-width: 1045px;
    max-height: 1045px;
    margin: auto;
    margin-top: 15px;
    }

article{
    width: 140px;
    height: 140px;
    float: left;
}

header{
    width: 855px;
    height: 35px;
    float: right;
    }

nav#botonera{
    width: 855px;
    height: 22.5px;
    float: left;
}

nav#botonera ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    
}

nav#botonera ul li{
    width: 140.5px;
    height: 23px;
    float: left;
    
}

.botones{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.botones ul{
    display: none;
}

.botones ul li{
    border-bottom: 1px solid #000;
}

.botones:hover > ul{
    display: block;
}

.noticias{
    border-right: 0px solid #000;
    border-top: 2px solid #000;
}

nav#botonera ul li a{
    font-family: 'osp-dindin';
    font-size: 14px;
    color: #000;
    width: 131px;
    height: 13px;
    text-align: right;
    text-decoration: none;
    display: block;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 2px;
}

nav#botonera ul li a:hover{
    background-color: #EF4844;
    color: #fff;
}

section{
    background-image: url(imagenes/home.svg);
    width: 100%;
    height: 420px;
    float:left;
    margin-top: 0px;
}

nav#barralateral{
    margin-top: 45px;
    width: 140px;
    height: 285px;
    float: left;
    border-bottom: 1px solid #000;
}

nav#titular{
    width:  430px;
    float: right;
    border-top: 1px solid #000;
}

h1{
    font-family: 'futura_ltcn_btlight';
    font-size: 18px;
    margin: 10px 10px 0px 0px;
}

h2{
    margin: 10px 20px 0px 0px;
    padding-bottom: 14px;
    width: 100%;
    font-family: 'futura_ltcn_btlight';
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #000;
}

h3{
    font-family: 'osp-dindin';
    font-weight: normal;
    font-size: 100px;
    color: #EF4844;
    margin-top: 18px;
    padding: 0px;
}

nav p{
    font-family: 'osp-dindin';
    font-weight: normal;
    font-size: 18px;
    padding: 5px 0px 0px 10px;
    color: #fff;
    border: 2px solid #fff;
    width: 132px;
    
}

nav#redes{
    margin-top: 6px;
    width: 140px;
    height: 35px;
    float: left;
    clear: both;
}

nav#redes ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav#redes ul li{
    width: 35px;
    height: 35px;
    float: right;
    background-color: #EF4844;
}

nav#redes ul li:hover{
    background-color: #FCDE56;
}   

footer#tuvieja{
    clear: both;
    width: 100%;
    height: 45px;
        }

footer#pie{
    width: 100%;
    height: 12.5px;
    }

footer#pie ul{
    list-style: none;
    height: 100%;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    border-bottom: 1px solid #000;
    
}

footer#pie ul LI{
    height: 100%;
    font-size: 8px;
    padding-left: 10px;
}

#espacio{
    border: 1px solid #000;
    border-bottom: 0px solid #ccc;
    width: 129px;
    float: left;
}

#legales{
    width: 275px;
    float: right;
    border-right: 2px solid #000;
    
}

#legales2{
    width: 275px;
    float: right;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}