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

	/*-- CONTENT --*/
		
		/*-- TEXT --*/
			
			/*-- listado noticias --*/
			
			ul { text-align:justify; }
			
				li.listado-ofertas{
					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;
				}
					li.listado-ofertas .imagen{
						float:left;
						margin:0 10px 10px 0;
						position:relative;

					}
					
						li.listado-ofertas .imagen span {
							position: absolute;
							right: 5px;
							top: 5px;
						}
			
					li.listado-ofertas 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:300px;
						margin-bottom:5px;
					}
					
					li.listado-ofertas .entrada{
						color:#1f2333;	
						float:right;
						width:315px;
						margin-right:15px;
					}
					
					li.listado-ofertas .noticias-link{
						font-size:80%;
					}
					
					li.listado-ofertas .fecha{
						color:#002577;	
						float:right;
						font-size:80%;
						margin-top:10px;
					}
					
					ul li.listado-ofertas ul{ 
						display:block;
						clear:both;
						margin-left:15px;
						margin-bottom:10px;
					}
					
					
			/*-- DETALLE DE LA OFERTA --*/
			
			.detalle-oferta h2{
				color:#dd6b01;
				text-transform:uppercase;
				background:url(../images/bullet_ofertas02.jpg) no-repeat top left;
				font-size:90%;
				font-weight:bold;
				padding-left:15px;
				float:left;
				width:300px;
				margin-bottom:5px;
			}
				.detalle-oferta h2.titulo-sin-foto{
					float:none;
				}
			
				/*.detalle-oferta .imagen{position: relative; top:-2000px;}*/
				
				.detalle-oferta .no-foto{
					position:absolute;	
					height:10px !important;
				}
				
				
				.detalle-oferta span {
					position: absolute;
					right: 10px;
					top: 25px;
				}
			
			.detalle-oferta .detalle{
				margin-top:10px;
				margin-bottom:10px;
				font-size:90%;
				text-align:justify;
			}
			
				.detalle-oferta .detalle p{
					font-size:100% !important;
				}
			
				
				
			
			
