﻿/*CENTRO*/
.noticias_centro
{
    width:650px;
    float:left;
    margin-top:15px;
    margin-left:40px;
    margin-right:40px;
    margin-bottom:30px;
    padding-bottom:10px;
}
.noticias_centro .contenedor
{
    width:650px;
    float:left;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #CCC;
}
.noticias_centro .contenedor h1
{
    width:650px;
    float:left;
    margin-bottom:15px;

}
.noticias_centro .contenedor h2
{
    width:600px;
    float:left;

}
.noticias_centro .contenedor .imagenes
{
    width:220px;
    float:right;

}
.noticias_centro .contenedor .imagenes img
{
    width:220px;
    float:left;
    background: url('img/sombra_blanco.jpg') no-repeat;
    background-position:right bottom;
    padding:0px 10px 10px 0px;
    border-top:4px solid #FFF;
    border-left:4px solid #FFF;

}
.noticias_centro .contenedor div
{
    width:390px;
    float:left;
    text-align:justify;
    margin-bottom:10px;

}
.noticias_centro .contenedor span
{
    width:530px;
    float:left;
    text-align:justify;

}
.noticias_centro .contenedor .caracteristicas
{
    clear:left;
    float:left;
    text-align:left;

}

.noticias_centro .contenedor .fecha
{
    width:50px;
    float:right;
    text-align:right;

}
.noticias_centro .contenedor_lista h2
{
    width:550px;
    float:left;
    margin-bottom:3px;
}
.noticias_centro .contenedor_lista .fecha
{
    width:50px;
    float:right;
    text-align:right;

}