
.zona_noticias article {
    background-color: #F5F5F5;
    margin-top: 50px;
}

.zona_datos_not .relleno {
    padding: 40px 10px 10px 10px;
}

.zona_noticias h2 {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 50px;
    color: #222;
    line-height: 100%;
    text-transform: uppercase;
}

article .zona_datos_not .categoria {
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
}

.sinopsis_noticia {
    color: #666;
    margin-top: 25px;
}

article:hover img {
    opacity: 0.8 !important;
}

article .zona_datos_not .cuadrado_fecha {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 1px;
    transform: rotate(45deg);
    right: -35px;
    z-index: 50;

}

article .zona_datos_not .mas a {
    color: #000;
    font-weight: 700;
    font-size: 0.9em;
}

.fecha {

    margin: 12px 0 0;
    line-height: 90%;

    font-size: 0.9em;
    font-weight: 700;
    vertical-align: middle;
    transform: rotate(-45deg);
    text-transform: uppercase;
    text-align: center;
}


/*------------------ ficha --------------------*/

.f_com .form-control {
    margin-bottom: 8px;
}
.columna_dcha {

    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    margin-top: 20px;
    -webkit-box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);
    -moz-box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);
    box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);

}

.imagen_p {

    padding: 0px !important;
}

.titulares_p {
    text-transform: uppercase;
    font-weight: 700;
    color: #ddd;
    font-size: 1.3em;
    padding-bottom: 10px;
}

.imagen_g {
    margin-top: 15px;
    margin-bottom: 15px;
}

.imagen_g img {
    padding: 10px;
}

.titular_not_g {
    font-size: 2.5em;
    font-weight: 700;
    color: #000;
    padding-bottom: 0px;
    line-height: 100%;
}

.categoria_g {
    text-transform: uppercase;
    font-size: 1.2em;
}

.destacado_ficha {
    padding-bottom: 20px;
}

.destacado_ficha strong {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding-right: 8px;
    font-size: 0.9em;
}

.columna_dcha .titulares_p {
    text-align: center;
    margin-top: 10px;
}

.caja_noticia p {
    text-align: justify;
}

.categoria_g {
    font-size: 1em;
    text-transform: uppercase;
}


.relleno_n2 {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    margin-top: 20px;
    -webkit-box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);
    -moz-box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);
    box-shadow: -5px 0px 37px -3px rgba(102, 102, 102, 0.51);
}

.relleno_n2 p {
    margin-top: 8px;
}

#f_com .form-control {
    margin-bottom: 8px;
}

.envia_coment {
    margin-top: 10px;

    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 0px !important; /*Estandar   */
    -ms-border-radius: 0px !important; /* IE8   */
    -moz-border-radius: 0px !important; /* firefox   */
    -webkit-border-radius: 0px !important; /*safari   */
    -khtml-border-radius: 0px !important; /* Konqueror   */
}
.politica{ font-size: 0.8em; color:#666;}
.politica:hover{ color:#000;}

.titulo_vertical {
    color: #666;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.1;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.caja_coment {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 30px;
    font-size: 0.8em;
    line-height: 130%;
    background-color: #eae5e5;
}

.alias {
    padding-left: 20px;
}

.fecha_coment {
    color: #999;
}

.respuesta {
    background-color: #fff;
    padding: 8px;
}

.redes_ficha {
    margin-top: 15px;
    text-align: right;
}
.f_com input::placeholder{ text-transform: uppercase;}
.f_com textarea::placeholder{ text-transform: uppercase;}

.form-control {
    font-size: 0.87em;
    color: #666;
   
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .titular_not_g {
        font-size: 1.5em;
    }

    article .zona_datos_not .cuadrado_fecha {
        right: inherit;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {


}

@media (min-width: 1200px) and (max-width: 1900px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1901px) {
}
