
	#ventana_noticias{
		padding-top:15px;
		padding-left:15px;
		position:relative; 
		visibility:show; 
		width:500px; 
		float:left;
	}
	
	#cabecera_news{
		background-image: url(/img/cabecera_news.gif);
		background-repeat: no-repeat;
		background-position: center;
		text-align:center;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		height:25px;
	}
	#contenido_news{
		border-left:#D42E12 2px solid;
		border-right:#D42E12 2px solid;
		border-bottom:#D42E12 2px solid;
	}
	#pie_news{
		background-image: url(/img/pie_news.gif);
		background-repeat: no-repeat;
		background-position: center;
	}

