body {
	color:#333333;
}



#noticia_detalle_titulo {
	
	height:30px;
	width:845px;
	text-align:center;
	font-size:1.1em;
	/*border:1px solid black;*/
	line-height:30px;
}


#noticia_detalle_contenedor {
	position:relative;
	width:850px;
	padding:15px;
	/*border:1px solid red;*/
}

#contenedor_cuerpo_noticia {
	/*border:1px solid black;*/
	width:815px;
	font-size:0.9em;
	background-color:#EEEEEE;
	padding:15px;
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
}

.img_noticia_home {
	max-height:180px;
	max-width:180px;
	width: expression((this.width >180) ? "180px" : this.width+"px" ); /* Hack css para ie */
	height: expression((this.height >180) ? "180px" : this.height+"px" ); /* Hack css para ie */
	
}