#noticias 
{
	width: 900px;
	margin: 20px 20px 20px 20px;
}

#contenedorNoticia 
{
	overflow: hidden;
	width: 100%;
	margin: 15px 0 15px 0;
	float:left;
	width: 860px;
}

#fotoNoticia 
{
	float: left;
	width: 147px;
	border: 1px solid #333333;
	margin: 0 10px 0 0;
}

#textoNoticia {float: left; width:100%; width: 700px; text-align:justify}

#separador {
	height: 1px;
	border-bottom: 1px dashed #ABABAB;
	width:860px;
	clear:both;
}

h1.new {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: left;	
	margin:0px;
}

