div.contenido{
    background-image: url(../images/bkg_noticias.jpg);
    }
    
div.noticias h2{
    margin: 28px 0 0 15px;
    font-size: 1.2em;
    color: #CF142B;
    text-transform: uppercase;
    font-weight: bold;
    width: 550px;
    }
div.noticias h3{
	font-size: 1.2em;
	color: #CF142B;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
    }
    
div.noticias p{
    margin: 12px 0 0 15px;
    width: 550px;
    font-weight: bold;
    }
    
div.noticias span.date{
    float: right;
    display: block;
    margin-top: -14px;
    }
    
a.enlaceMatelec img{
    margin: 10px 0 0 50px;    
    }
