﻿/*CENTRO*/
.noticias_centro
{
    width:530px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    padding-left:10px;
    padding-right:10px;
}
.noticias_centro .contenedor
{
    width:100%;
    float:left;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #CCC;
}
.noticias_centro .contenedor h1
{
    width:100%;
    float:left;

}
.noticias_centro .contenedor h2
{
    width:480px;
    float:left;

}
.noticias_centro .contenedor .imagenes
{
    width:200px;
    float:right;

}
.noticias_centro .contenedor .imagenes img
{
    width:180px;
    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:300px;
    float:left;
    text-align:justify;

}
.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:left;
    text-align:right;

}
.noticias_centro .contenedor_lista h2
{
    width:480px;
    float:left;
    margin-bottom:3px;
}
.noticias_centro .contenedor_lista .fecha
{
    width:50px;
    float:left;
    text-align:right;

}