@media screen{
/************************************************/  
/* CSS 2.0 parquessolares.css - sunenergy       */
/* @author: netconsulting                       */
/* @web: www.netconsulting.es                   */
/************************************************/                       

/*-- GENERALES --------------------------------*/
             
	.searcher{
		background:url(../../images/publica/bg_dots.gif);
		padding:2px;
		height:28px;
		margin:10px 0;
	}
	
	.searcher .p_submit { 
		float:right; 
		width:390px; 
		margin:3px 6px !important; 
		padding:0 !important; 
	}
		
		.searcher .p_general{ 
			clear:both; 
			margin:3px 6px !important; 
			padding:0 !important; 
		}
	
		.searcher .p_general label span{ 
			float:left;
			margin-right:10px;
			text-align:left;
			font-weight:bold;
			font-size:90%;
		}
		
		.searcher .p_general select{ 
			float:left;
			width:120px;
			margin-right:10px;
			text-align:left;
			font-size:90%;
			border:1px solid #f3f3f2;
		}
		
			.searcher .p_general select option{
				color:#ea5c08;
			}
			
			.searcher .p_general select:hover, .searcher .p_general select:focus{ border:1px solid #fdc727; }
				
			
			
		.searcher .submit{ float:left;}
		
		.searcher input{
			background:url(/images/publica/bt_submit.gif) no-repeat top center;
			border:0;
			color:#fff;
			font-size:90%;
			float:left;
			text-align:center;
			font-weight:bold;
			padding:2px 0 4px 0;
			width:89px;
			height:22px;
			cursor:pointer;
		}
		
			.searcher input:hover{ color:#000; }
			
		
	
		/*-- LISTADO PROMOCIONES--*/
		.promociones-list{
			width:740px;
			margin:10px 0 0 5px !important;
			padding:0 !important;
		}
		
		/*-- LISTADO DE OFERTAS --*/
		.promociones-list{ }

		.promociones-list li{
			background:none;
			margin:0 !important;
			padding:0 !important;
			background:none !important;
		}
		
			.promociones-list .titulos{ 
				width:100%;
				height:25px;
				font-weight:bold; 
			}		
					
				.promociones-list .titulos li{ 
					float:left;
					clear:none !important;
					background-color: #fdc727 !important;
					color:#ea5c08;
					font-weight:bold;
					font-size:80%;
					text-transform:uppercase;
					padding:3px 0 3px 5px !important;
					height:11px;
					margin:0 !important;
					text-align:center;
					border:1px solid #fff;
				}
					.promociones-list .titulos li a { color: #ffffff; } 

						.promociones-list .titulos li a.up{ background:url(../../images/publica/up.gif) no-repeat right 50%;padding-right:15px;padding-left:15px;}
						.promociones-list .titulos li a.down{ background:url(../../images/publica/down.gif) no-repeat right 50%;padding-right:15px;padding-left:15px;}
		
					.promociones-list .titulos .imagen{ width:65px;}
					
					.promociones-list .titulos .nombre{ width:155px; }

					.promociones-list .titulos .desde{ width:120px; }
					
					.promociones-list .titulos .ciudad{ width:135px; }
					
					.promociones-list .titulos .estado{ width:85px; }
					
					.promociones-list .titulos .tamanyo{ width:115px; }
					
					.promociones-list .titulos .inversion{ width:85px; }
					
				
			html > body .promociones-list .records{ font-size:85%;  }
			
			.promociones-list .records{ 
				clear:both; 
				font-size:80%; 
				height:62px; 
				margin:0 0 0 11px !important;
				width:100%;
				
			}
				
				.promociones-list .records:hover{ cursor:pointer;}
			    
			    .promociones-list .records a{color:#666;}
			    .promociones-list .records a:hover{color:#666;}
			    
				.promociones-list .alternative{
					background-color:#e0f5fe;
				}
			
				html > body .promociones-list .records div{ background:url(../../images/publica/bg_dots.png) repeat top left;				}
				
				.promociones-list .records div{ 
					float:left;
					margin:0 !important;
					padding:4px 10px !important; 
					height:50px; 
					text-align: center;
					color:#959595;
					border:1px solid #fff;
					background:url(../../images/publica/bg_dots.gif);
				}
				
					/* OJO! EL ANCHO DE LOS REGISTROS DEBERA TENER X-25px MENOS QUE EL ANCHO DEL TITULO, DEBIDO AL PADDING 10px izq y dcha DE LOS DIVS */
				
					.promociones-list .records .imagen{ width:50px;background-color:#fff; }
					
						.promociones-list .records .imagen a{ border:0 !important; }
					
	                    .promociones-list .alternative .imagen{background-color:#e0f5fe;}
	                    
					.promociones-list .records .nombre { 
						width:140px; 
						color:#0e91da; 
						font-weight:bold; 
						text-align:left;
						background-color:#fff;
					}
					    .promociones-list .alternative .nombre{}
		
					.promociones-list .records .desde{ width:105px; text-align:right;}
					
                        .promociones-list .alternative .desde{background-color:#e0f5fe;}
                        
					.promociones-list .records .ciudad{ width:120px;}
					
					    .promociones-list .alternative .ciudad{}
					    
					.promociones-list .records .estado{ width:70px; }
					
					    .promociones-list .alternative .estado{background-color:#e0f5fe;}
					    
					.promociones-list .records .tamanyo{ width:100px; text-align:right;}
					
					    .promociones-list .alternative .tamanyo{background-color:#e0f5fe;}
						
					.promociones-list .records .inversion{ width:70px; text-align:right;}
					
					    .promociones-list .alternative .inversion{background-color:#e0f5fe;}
					    
					
						.fila-hover	{
						    background-color:#d5f2fe !important;
						    color:#666 !important;
						}
	

		/*-- --*/
		
		/*-- --*/

}