/************************************************/  
/* CSS 2.0 noticias.css - GRUPOPROVIVE          */
/* @date: July 2008                             */
/* @author: JOSE F. LILLO GARCIA                */
/* @email: jflillo@netconsulting.es             */
/* @web: www.netconsulting.es                   */
/************************************************/                       
                
/*-- listado noticias --*/

ul { text-align:justify; margin-right:0px;}
	html > body ul{margin-right:20px;}
	
	li.listado-noticias{
		background:url(../images/hr.jpg) no-repeat bottom left !important;
		margin-bottom:20px !important;
		margin-left:0 !important;
		padding-left:0 !important;
		padding-bottom:10px !important;
		clear:both;
		height:120px;
	}
		li.listado-noticias .imagen{
			float:left;
			margin:0 10px 10px 0;

		}

		li.listado-noticias h2{
			color:#dd6b01;
			text-transform:uppercase;
			font-size:90%;
			font-weight:bold;
			background:url(../images/bullet_ofertas02.jpg) no-repeat top left;
			padding-left:15px;
			float:left;
			width:295px;
			margin-bottom:5px;
		}
		
		html > body li.listado-noticias .entrada{
			float:right;
			width:315px;
			margin:0;
		}
		
		li.listado-noticias .entrada{
			color:#1f2333;	
			float:right;
			width:315px;
			height:80px;
			margin-right:5px;
		}
		
		li.listado-noticias .noticias-link{
			font-size:80%;
		}
		
		html > body li.listado-noticias .fecha{
			
			float:right;
			margin-right:0;
		}
		
		li.listado-noticias .fecha{
			clear:both;
			color:#002577;	
			float:right;
			font-size:80%;
			margin-top:10px;
			margin-right:5px;
			width:185px;
			text-align:right;
		}
		
		ul li.listado-noticias ul{ 
			display:block;
			clear:both;
			margin-left:15px;
			margin-bottom:10px;
		}

/*-- detalle noticias --*/

.detalle{
	font-size:90%;
	text-align:justify;
	margin-bottom:10px;
	margin-right:10px;
}

	.detalle p{ font-size:100% !important;}
	
.detalle-noticia .imagen{ 
	float:left;
	margin:0 15px 10px 0;
	padding:1px;
}

.detalle-noticia h2{
	float:left;
	width:250px;
	background:url(../images/bullet_ofertas02.jpg) no-repeat top left;
	padding-left:20px;
	margin-bottom:10px;
	color:#e26900 !important;
	font-weight:bold;
}

.detalle-noticia .fecha{
	float:left;
	width:250px;
	padding-left:20px;
	margin-bottom:10px;
	font-size:80%;
	font-weight:bold;
}

