@charset "utf-8";
/* CSS Document */

/*HEADER*/

header, .header{
	height:90px;
	}

.tablaHeader{
	height:70px;
	}
	
.tablaHeader td{
	padding:0px 20px;
	}
	
.tablaHeader .right{
	padding:0px;
	}
	
header .logo{
	height:45px;
	}
	
.cntHeader{
	display:none;	
	}
	
.btnResponsivo{
	display:inline-block;
	float:right;
	height:70px;
	width:70px;
	box-sizing:border-box;
	padding:20px;
	}
	
.btnResponsivo img{
	width:100%;
	}
	
.plecaMenu .menu{
	display:none;
	}
	
.plecaMenu{
	height:20px;
	background:rgba(153,153,153,1.00); /*GRIS OBSCURO*/
	}
	
.hideResp{
	display:none !important;	
}
	
/*CONTENIDO*/	
	
.mainDiv{
	padding:20px;
	}
	
/*LISTADO*/

.grid{
	padding:10px;	
	}

.thumbCat{
	width:50%;
	padding:10px;
	}
	
.menuLateralCol{
	display:none;
	}
	
.listadoProps{
	width:100%;
	padding:10px;
	}
	
	
/*CONTENIDO*/

.tabla3X1 .left, .tabla3X1 .right {
		width:50%;
		padding:20px;
	}
	
.innerDiv{
	padding:0px 10px 10px 10px; 
	}
	
.breadCrumb{
	padding:12px 10px 0px 10px;
	}
	
/*BANNER*/
	
	.bannerCaption{
		font-size:1.2em;
		padding:5px 20px;		
	}
	
/*EMPRESA*/
.boxWhiteFull{
	padding:20px;
	}
	
/*CONTACTO*/

.tabla50 .col{
	padding:15px;
	}
	
.boxTexto{
	width:100%;
	padding:20px;
	}

/*FICHA*/	

.descFicha{
	text-align:left;	
	}
	
.descFicha .nombre{
	margin-right:0px;
	margin-left:10px;
	}
	
.thumbSrip a{
	width:50px;
	}
	
/*FOOT*/
	
.foot{
	padding:10px 20px;
}

.tablaFoot td{
	display:inline-block !important;
	width:100% !important;
	text-align:center !important;
	float:left !important;
}

.tablaFoot .center{
	padding:20px 0px;
}
	
	
@media (max-width:600px){
	.tabla3X1 .left, .tabla3X1 .right {
		display:inline-block;
		float:left;
		width:100%;
		box-sizing:border-box;
	}
	
	.banner3X1 .td{
		display:inline-block;
		float:left;
		width:100% !important;
	}
	
	.banner3X1 .right{
		display:none;
	}
	
	/*SPECS*/
	
	.specs{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width:100%;
	max-width:100%;
	}
	
	/*CONTACTO*/
	
	.tabla50 .col{
		display:inline-block !important;
		float:left !important;
		box-sizing:border-box !important;
		width:100% !important;
		text-align:left !important;
		padding:0px;
	}
	
	.formContacto{
		margin-top:20px;
		width:100%;
		max-width:100%;	
	}
	
}
	
		
@media (max-width:500px){
	.buscador .campo:nth-child(odd), .buscador .campo:nth-child(even){
		padding:0px;
		width:100%;
		padding-bottom:5px;
	}
	
	
	.fichaForm{
		padding:50px 20px 20px 20px;
		position:relative;
	}
	
	.cajaBusqueda{
		background:rgba(255,255,255,.5);		
		}	
	
	.bannerSearch{
		padding:0px;
		}
		
	/*PLECA TITULO*/
	
	.plecaTitulo .titulo{
		width:100%;			
	}	
	
	
	/*FICHA*/
	
	.descFicha .nombre{
	font-size:2em;
	letter-spacing:-2px;
	}
	
	.descFicha .precio{
	font-size:1em;
	}
}

@media (max-width:445px){
	/*LISTADO*/

	.thumbCat{
		width:100%;
	}
	
	
	
	.iconoFace{
		margin-top:10px;		
		}
}