@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(fondo.png) no-repeat top center;
}
#cont{
	width:966px;
	height:469px;
	margin:90px auto 0 auto;
	padding-left:100px;
}

.fondo_noticia_destacada {
	width:240px;
	height:58px;
	background:url(images/landing_03.png);
	padding-left:25px;
	padding-top:30px;
	}

.fondo_ultimas_noticias {
	width:281px;
	height:58px;
	background:url(images/landing_04.png);
	padding-left:20px;
	padding-top:30px;
	}


