﻿
* {
    text-decoration: none;
    font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
text-align:center;
}


.centrado {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#contenedor {
    position:relative;
    display: inline-block;
    width: 95%;
    max-width: 976px;
    height: 100%;
    background-color: white;
}

#contenedor_fecha {
    padding: 7px 10px;
    font-size: 11px;
    text-align: left;
    color: #a3a1a1;
    box-sizing:border-box;
}

    #contenedor_fecha > span {
        color: black;
        font-size: 11px;
    }

    .contenedor_logo {
    display: inline-block;
    width: 100%;
    height: 80px;
    background-color: white;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.contenedor_menu {
    display: inline-block;
    width: 100%;
    height: auto;    
}

ul {
    list-style-type: none;
    padding:10px 0px;
}

li {
    padding: 0px 10px;
    border-right: 1px solid rgba(0,0,0,0.1);
    color:#808080;
}

.contenedor_menu li:last-child {
    border-right: 0px;
}

/*-----------------------------------------------*/

.bloque {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px;
    border-bottom: #C0C0C0;
}

.contenedor_noticas_izquierda_33 {
    display: inline-block;
    width: 30%;
    height: 100%;
    float: left;
    margin-right: 30px;
}

.contenedor_noticas_izquierda_66 {
    display: inline-block;
    width: 60%;
    height: auto;
    border: 0px solid red;
    float: left;
}

.contenedor_noticas_derecha_66 {
    display: inline-block;
    width: 65%;
    height: auto;
    border: 0px solid red;
    float: right;
}

.contenedor_noticas_derecha_33 {
    display: inline-block;
    width: 33%;
    height: auto;
    border: 0px solid red;
    float: right;
}





.imagen {
    position:relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

    .imagen  > img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

.titulo{
    font-size: 24px;
    font-weight: 400;
}

    .autor {
        font-size: 11px;
        color:#808080;
        padding:5px 0px;
    }















@media screen and (max-width: 976px) {
}
