/*-----listados-----*/
ul.noticia, ul.ofertas{
	margin: 20px 50px 0 50px;
}
	ul.noticia li, ul.ofertas li{
		
		padding: 0 !important;
		margin-bottom: 20px;
	}
	
	ul.noticia h4{
		padding: 0 0 0 40px !important;
		margin: 0 !important;
		background: url(../images/bullet1.gif) no-repeat 0 4px; 
		border-bottom: 1px solid #CE5C00;
	}
	ul.ofertas h4{
		padding: 0 0 0 40px !important;
		margin: 0 !important;
		background: url(../images/bullet2.gif) no-repeat 0 4px; 
		border-bottom: 1px solid #CE5C00;
	}
		ul.noticia h4 a{
			text-decoration: none;
			color: #320d6b;
		}
		ul.ofertas h4 a{
			text-decoration: none;
			color: #414a37;
		}		
		ul.noticia p, ul.ofertas p{
			text-align: right !important;
			margin: 5px 0 0 0;
			font-size: 80%;
		}
		ul.noticia p a, ul.ofertas p a{
			text-decoration: none;
		}

/*----detalles----*/
h4{
	margin: 15px 10px 5px 16px;
	color: #655a41;
	font-size: 105%;
	border-bottom: 1px solid #655a41;
}
h4.actual{
	color: #320D6B;
	border-bottom: 1px solid #CE5C00;
}
	p.fecha{
		text-align: right !important;
		font-style: italic;
		font-size: 90%;
		margin-right: 16px;
		margin-top: 0;
		color: #655a41;
	}
	
div#columna{
	margin-top: 80px !important;
	width: 270px !important;
	margin-left: 410px !important;
	padding-top: 10px !important;
	text-align: center;
}
div#texto{
	width: 400px !important;
}
	
