/************************************************/
/* CSS 2.0 oferta.css - HOTEL DE ALICANTE       */
/* @author: netconsulting.es                    */
/* @url: www.netconsulting.es                   */
/************************************************/

		/* CONTENT ***************************************************************************************/

					
			/*-- OFERTA --*/
				#content div.ofertas {
					float:left;
					width:664px;
					background: url(../images/general-mapaLocalizacion.gif) left bottom no-repeat;
					padding:0px 0 10px 0px;
					min-height:371px;
					height:auto !important;
					height:371px;				
					margin:10px 0;
					position:relative;
				}		

				/*-- h3 --*/
				#content div.ofertas .title_h1 {
					padding:13px 0 0px 31px;
					text-transform: uppercase;
					color:#1F7BC8;
					font-size:1.2em;
					height:37px;	
					background: url(../images/general-mapaLocalizacion-h3.gif) left top no-repeat;
					margin-bottom:10px;
				}				

				/*-- OFERTA_INFO --*/			
				#content div.ofertaInfo {
					float:left;
					width:520px;
					background: url(../images/general-listadoOferta.gif) left bottom no-repeat;
					min-height:121px;	
					height:auto !important;	
					height:121px;				
					position: relative;
					padding: 0px 0px 15px 0px;
					margin:0px 0px 20px 60px;
/*					overflow:hidden;*/
				}						

				* html #content div.ofertaInfo {
					margin:0px 0px 20px 30px;
				}	
				
				/*-- h4 --*/
				#content div.ofertaInfo .list_h2 {
					background: url(../images/general-listadoOferta-h4.gif) left top no-repeat;			
					width:400px;
					color:#006EBE;
					font-weight: bolder;
					font-size: 1em;
					text-transform: uppercase;
					line-height: 130%;
					padding: 15px 10px 0 110px;
				}	
				
				/*-- h5 --*/
				#content div.ofertaInfo .list_h3 {
					color:#333;
					font-weight: normal;
					font-size: 1em;
					line-height: 130%;
					padding: 0px 10px 0 110px;
				}					

				/*-- h6 --*/
				#content div.ofertaInfo .date {
					color:#666;
					font-weight: normal;
					font-size: 1em;
					line-height: 130%;
					font-weight:bold;
					padding: 0px 10px 0 110px;
				}						
				
				/*-- p --*/		
				#content div.ofertaInfo p {
					color:#8A8A8A;
					font-size: 1em;
					line-height: 130%;
					padding: 0px 10px 0 110px;
				}						

/*				#content div.ofertaInfo p.masInfo {
					background: url(../images/general-content-ofertaInfo-masInfo.gif) left bottom no-repeat;			
					width:520px;
					padding:0px;
					border:0px solid red;
					float:left;
				}	*/

					#content div.ofertaInfo p.masInfo a {
						background:#1F7BC8;
						color:white;
						padding:2px;
						margin:0 4px 0px 0;
						float:right;
					}						
				
				/*-- IMG --*/		
				#content div.ofertaInfo img {
					position:absolute;
					top:15px;
					left:25px;
					border:2px solid #999;								
				}						

				/*-- ul.paginador --*/		
				#content div.ofertas ul.paginador {
					float:left;
					list-style: none;
					width:500px;
					text-align: center;
					border-top:1px dashed #E1E1E0;
					margin-left: 60px;
					padding-top:5px;
				}
				
				* html #content div.ofertas ul.paginador {
					margin-left: 30px;
				}

					#content div.ofertas ul.paginador li{
						display:inline;
					}

					#content div.ofertas ul.paginador li a{
/*						float:left;*/
						display:inline;
						list-style: none;
						padding:6px 4px;
						color:#64B7E9;
						font-weight: bold							
					}

					#content div.ofertas ul.paginador li a:hover{
						color:#1F7BC8;
					}

					#content div.ofertas ul.paginador li.selected a,
					#content div.ofertas ul.paginador li.selected a:hover{
						color:#1F7BC8;
						cursor: default;
					}				
