@charset "utf-8";
/* CSS Document */

body{ 	
	height: 100%;
	padding: 0;
	font-size:16px;	
	text-align:left;
	margin:0px;
	position:relative;				
	background: #FFF;
	font-family: 'Muli', sans-serif;
	font-weight:300;
	color:#333;
	}	

html{
	height: 100%;
	padding: 0;
	}		
	
img{ 
	border:none;
	vertical-align:middle;
	}

/*MAIN*/

.mainTable{
	width:100%;
	height:100%;	
	}
	
.sb_hubyx{
	font-family: 'Muli', sans-serif;
	font-weight:400;
	font-size:.9em;w
	}
	

	
.rollOver{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.rollOver:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

a, button{
outline:0 !important;
}

.mainDiv{
	display:inline-block;
	box-sizing:border-box;
	padding:30px;
	width:100%;
	float:left;
	}
	
.separadorGris{
	height:10px;
	background:#231f20;
	display:inline-block;
	width:100%;
	float:left;	
	}
	
.bloqueGris{
	background:#eeeeee;
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	}
	
.innerDiv{
	display:inline-block;
	box-sizing:border-box;
	padding:0px 15px 15px 15px;
	width:100%;
	float:left;
	}
	
	
/*HEADER*/

header{
	width:100%;
	position:fixed;
	z-index:999;
	background:rgba(255,255,255,1.00);	
	background:rgba(33,187,189,1.00); /*AGUA*/
	}
	
header, .header{
	height:130px;
	}
	
.tablaHeader{
	width:100%;
	height:90px;
	float:left;
	}
	
.tablaHeader td{
	vertical-align:middle;
	padding:0px 30px;
	}
	
header .logo{
	float:left;
	height:60px;
	}
	
.plecaMenu{
	height:40px;
	/*background:rgba(0,0,0,1.00);*/
	color:#FFFFFF;
	display:inline-block;
	float:left;
	width:100%;
	}
	
header .menu{
	float:right;
	display:inline-block;
	}
	
header .menu a{
	display:inline-block;
	float:left;
	height:40px;
	padding:0px 30px;
	line-height:40px;
	vertical-align:middle;
	
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	background:rgba(255,255,255,.3);
			
	
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
	margin-left:1px;
	}
	
header .menu a:hover, header .menu .activo{
	background:rgba(153,153,153,1.00); /*GRIS OBSCURO*/
	}
	
header .menu a:first-child{
	-webkit-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
	}	

.cntHeader{
	color:#FFF;
	line-height:1.2em;
	text-align:right;
	float:right;
	font-size:.9em;
	}
	
.linkGris, .linkGris:link, .linkGris:active, .linkGris:visited, .linkGris:hover{
	color:#404041;
	text-decoration:none;
	}
	
.btnResponsivo{
	display:none
	}
	
header .menuLateral{
	display:none;	
	}

/*FOOT*/

.foot{
	background:rgba(0,0,0,.9);
	height:1px;
	padding:20px 30px;
	vertical-align:middle;
	font-size:.8em;
	line-height:1.3em;
	color:rgba(255,255,255,.7);
	}
	
.tablaFoot{
	width:100%;
	}
	
.tablaFoot td{
	vertical-align:middle;
	width:33%;
	}
	
.tablaFoot .left{
	text-align:left;
	}
	
.tablaFoot .right{
	text-align:right;
	}
	
.tablaFoot .center{
	text-align:center;
	width:34%;
	}
	
.tablaFoot span{
	font-size:.7em;
	margin-right:3px;
	}
	
.tablaFoot .fa-stack-2x{
	color:rgba(255,255,255,.2)
	}
	
.tablaFoot .fa-stack-1x{
	color:rgba(0,0,0,.7)
	}
	
/*CONTENDIO*/

.contenido{
	vertical-align:top;	
	}
	
.bannerTop{
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	position:relative;	
	}
	
.bannerTop img{
	width:100%;
	}
	
.tituloBig{
	color:rgba(0,0,0,1.00);
	font-size:18px;
	text-align:left;
	margin-bottom:10px;
	line-height:19px;	
	}
	
.tituloPleca{
	width:100%;
	box-sizing:border-box;
	padding-bottm:10px;
	font-size:1.6em;
	text-align:left;
	color:rgb(33, 187, 189);
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:-1px;
	border-bottom:rgba(0,0,0,.2) solid 1px;
	margin-bottom:10px;
	}
	
.boxTexto{
	width:50%;
	display:inline-block;
	box-sizing:border-box;
	padding:30px;
	background:rgba(255,255,255,.9)
	}
	
.bannerSearch{
	display:inline-block;
	padding:40px 0px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	background:url(../img/empresa/1.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	}	
	
.maluPic{
	display:inline-block;
	box-sizing:border-box;
	width:40%;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	position:relative;
	}
	
.maluPic img{
	width:100%;
	}
	

/*BUSCADOR*/
.alignCenter{
	text-align:center;	
	}

.buscador{
	display:inline-block;
	margin:0 auto;
	}

.buscador .campo{
	float:left;
	display:inline-block;
	padding:5px;
	box-sizing:border-box;	
	width:250px;
	}
	
.buscador .first{
	padding-left:0px;
	}
	
.buscador .last{
	padding-right:0px;
	width:auto;
	text-align:right;
	}
	
.form-control{
	color:#333 !important;
	}
	
.form-control option{
	padding-left:15px;
	padding-right:15px;	
	}
	
.btn{
	/*-webkit-border-radius: 0;
	border-radius: 0;*/
	}
	
.btnAzul{
	background:rgba(33,187,189,1.00); /*AGUA*/
	color:#FFFFFF;
	
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
	}
	
.btnAzul:hover, .btnAzul:active{
	background:rgba(153,153,153,1.00); /*GRIS OBSCURO*/
	color:#FFFFFF;
	}
	
.btnAzul span{
	line-height:inherit;
	margin-right:5px;
	}
	
.form-control::-webkit-input-placeholder { color: #333; }
.form-control:-moz-placeholder { color: #333; }
.form-control::-moz-placeholder { color: #333; }
.form-control:-ms-input-placeholder { color: #333; }

select optgroup {
	padding-left:15px;
	}
	
.busquedaHome{
	vertical-align:middle;
	text-align:center;
	}
	
.cajaBusqueda{
	background:rgba(255,255,255,.9);
	display:inline-block;	
	width:auto;
	margin:0 auto;
	float:none;
	}
	
.firstCap{
	text-transform:capitalize;	
	}
	
/*LISTADO*/

.grid{
	padding:15px;	
	}
	
.listado{
	display:inline-block;
	width:100%;
	float:left;
	}
	
.thumbCat{
	display:inline-block;
	float:left;
	width:20%;
	box-sizing:border-box;
	padding:15px;		
	}
	
.thumbCat .inner{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	border:rgba(0,0,0,.1) solid 1px;
	position:relative;
	
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	}
	
.inner img{
	position:relative;
	width:100%;
	}
	
.thumbCat .caption{
	display:inline-block;
	box-sizing:border-box;
	padding:5px 8px;
	background:rgba(0,0,0,.6);
	position:absolute;
	bottom:0px;
	right:0px;
	color:rgba(255,255,255,1.00);
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	
	font-size:.9em;
	}
	
.thumbProp .desc{
	margin-top:10px;
	text-align:left;
	font-size:.8em;
	padding:0px 5px;
	height:95px;
	overflow:hidden;
	line-height:1.2em;
	}
	
.thumbProp .desc .titulo{
	font-size:1.1em;
	color:rgba(0,0,0,.6);
	font-weight:700;
	text-transform:uppercase;
	}
	
.thumbProp .ribbon{
	width:87px;
	height:87px;
	position:absolute;
	top:0px;
	left:0px;	
	}
	
.bloque{
	float:left;
	width:100%;	
	display:inline-block;
	}

.listadoProps{
	width:80%;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	padding:15px 15px;
	background:rgba(173,173,173,.1)
	}	
	
/*MENU LATERAL*/

.menuLateralCol{
	width:20%;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	padding:0px 30px;	
	margin-top:30px;
	}
	
.menuLateralCol .titulo{
	font-weight:300;
	text-transform:uppercase;
	display:inline-block;
	width:100%;
	float:left;
	margin-bottom:15px;
	font-size:1.5em;
	letter-spacing:-1px;
	background:rgba(33,187,189,1.00);/*AGUA*/
	padding:8px 10px;
	color:rgba(255,255,255,1.00);/*BLANCO*/	
	}
	
.menuLateralCol .menuLateral a{
	display:inline-block;
	width:100%;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	font-size:1em;
	border-bottom:rgba(0,0,0,.1) dotted 1px;
	padding:5px 0px;
	color:#333;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
	}
	
.menuLateralCol .menuLateral .activo{
	color:rgb(33, 187, 189); /*AGUA*/
	}
	
.menuLateralCol .menuLateral a span{
	float:right;
	line-height:inherit;
	}
	
.sb_hubyx a span{
	display:none;
	}
	

	
/*BREADCRUMB*/

.breadCrumb{
	display:inline-block;
	width:100%;
	float:left;
	padding:25px 15px 0px 15px;
	text-transform:uppercase;
	font-size:.9em;
	color:rgba(172,172,172,1.00);
	}
	
.breadCrumb a{
	text-decoration:none;
	color:rgba(172,172,172,1.00);
	}
	
.breadCrumb span{
	line-height:inherit;
	}

/*CONTENIDO*/

.tabla3X1{
	float:left;
	width:100%;	
	}
	
.tabla3X1 td{
	vertical-align:top;
	text-align:justify;
	padding:30px;
	color:#FFF;
	}
	
.tabla3X1 .left{
	background:#404041;
	width:70%;
	}
	
.tabla3X1 .right{
	background:rgba(33,187,189,1.00); /*AGUA*/
	width:30%;
	}
	
.medFont{
	font-size:.9em;	
	}
	
.linkBlanco, .linkBlanco:hover{
	color:rgba(255,255,255,.7);
	text-decoration:none;	
	}
	
.banner3X1{
	width:100%;
	float:left;	
	}
	
.banner3X1 td{
	vertical-align:middle;	
	}
	
.banner3X1 td img{
	width:100%;
	}
	
.banner3X1 .left{
	width:67%;
	position:relative;
	}
	
.banner3X1 .right{
	width:33%;
	background:#efefef;
	}
	
.bannerCaption{
	background: rgba(0, 0, 0, .7);
	color:rgba(255,255,255,1.00);
	font-weight:300;
	text-transform:uppercase;
	position:absolute;
	display:inline-block;
	width:100%;
	bottom:0px;
	left:0px;
	text-align:left;
	padding:10px 30px;
	font-size:2em;
	}
	
.subituloPleca{
	background:rgba(33,187,189,1.00);
	display:inline-block;
	box-sizing:border-box;
	margin-bottom:20px;
	color:rgba(255,255,255,1.00);
	padding:10px 20px;
	font-size:1.2em;
	margin-top:20px;
	}
	
.tituloSmall{
	color:rgba(33,187,189,1.00);
	font-size:1.2em;
	margin-bottom:20px;	
	}
	
.highlightBox{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	text-align:center;
	color:rgba(255,255,255,1.00);
	background:rgba(33,187,189,1.00);
	padding:20px;
	margin-bottom:20px;	
	}
	
/*PAGINADO*/

.paginado{
	display:inline-block;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
	}
	
.pagBtn{
	height:28px;
	width:28px;
	-webkit-border-radius:15px;
	border-radius: 14px;
	background:#d1d5d8;
	display:inline-block;
	box-sizing:border-box;
	margin:0px 5px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	line-height:28px;
	vertical-align:middle;
	text-align:center;
	
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
	
	font-size:.9em;
	font-family: 'Muli', sans-serif;
	position:relative;
	
}

.pagBtn:hover{
	background:#404041;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
}

.pagActivo, .pagActivo:hover{
	background:#404041;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
}

.pagBtn span{
	font-size:.9em;
	line-height:inherit;
}

.paginado .prev span{
	padding-right:3px;	
}

.paginado .next span{
	padding-left:3px;	
}

/*FICHA*/

.fichaHead{
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-top:15px;
	}
	
.fichaHead td{
	background:rgba(110,110,110,.1);
	vertical-align:middle;
	width:50%;
	}
	
.fichaHead .left{
	vertical-align:bottom;
	}
	
.galeria{
	display:inline-block;
	width:100%;
	position:relative;
	}

.galeria .pic{
	width:100%;
	}

.galeria .pic img{
	width:100%;
	}
	
.galPic{
	position:relative;
	display:inline-block;	
	}
	
.galeria .ribbonBig{
	position:absolute;
	left:0px;
	top:0px;
	width:30%;
	max-width:229px;
	max-height:229px;
	}
	
.fichaForm{
	padding:70px 60px 20px 60px;
	position:relative;
	}
	
.fichaForm .precio{
	display:inline-block;
	position:absolute;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	text-align:right;
	background:rgba(0,0,0,.8);
	top:0px;
	left:0px;
	color:#FFF;
	font-size:1.5em;
	font-weight:300;
	text-transform:uppercase;
	}
	
.fichaForm .form-control{
	margin-bottom:5px;	
	}
	
.formRV{
	max-width:500px;
	}
	
.plecaTitulo{
	display:inline-block;
	float:left;
	width:100%;
	border-bottom:rgb(33, 187, 189) solid 1px;
	}	
	
.plecaTitulo .titulo{
	color:#FFF;
	font-size:1.1em;
	font-weight:300;
	padding:6px 15px;
	text-align:center;
	background:rgba(33,187,189,1.00);
	display:inline-block;
	float:left;
	box-sizing:border-box;
	width:200px;	
	}
	
.boxWhite{
	background:#FFF;
	display:inline-block;
	padding:15px;
	box-sizing:border-box;
	width:100%;
	float:left;
	margin-bottom:30px;
	word-wrap: break-word;
	}
	
.tituloAzul{
	font-size:1.8em;
	font-weight:300;
	color:rgba(33,187,189,1.00); /*AGUA*/
	margin-bottom:15px;
	}
	
.descFicha{
	display:inline-block;
	width:100%;
	text-align:right;
	box-sizing:border-box;
	}
	
.descFicha .nombre{
	font-size:3em;
	letter-spacing:-4px;
	margin-right:20px;
	color:rgb(33, 187, 189);
	}
	
.descFicha .precio{
	font-size:1.5em;
	display:inline-block;
	background:rgba(94,94,94,1.00);
	color:rgba(255,255,255,1.00);
	box-sizing:border-box;
	padding:15px;
	width:100%;
	text-transform:uppercase;
	}
	
.tablaFicha{
	width:100%;
	margin-bottom:30px;
	}
	
.tablaFicha td{
	width:50%;
	vertical-align:top;
	background:rgba(255,255,255,1.00);	
	}
	
.tablaFicha td .boxWhite{
	margin-bottom:0px;
	}
	
.thumbSrip{
	display:inline-block;
	float:left;
	box-sizing:border-box;
	margin-bottom:10px;
	width:100%;
	text-align:left;
	padding-bottom:5px;
	}
	
.thumbSrip a{
	display:inline-block;
	box-sizing:border-box;
	width:90px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:rgba(0,0,0,.1) solid 1px;
	}
	
.thumbSrip a img{
	width:100%;
	}

/*SPECS*/

.specs{
	display:inline-block;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	width:100%;
	max-width:680px;
	}
	
.specItem{
	display:inline-block;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	}
	
.specs .specItem:nth-child(odd){
	background:#f7f7f7;
	}
	
.specItem .titulo{
	width:145px;
	font-weight:700;
	display:inline-block;
	float:left;
	text-transform:capitalize;
	}
	
.specItem .desc{
	display:inline-block;
	float:left;
	}
	
.features{
	display:inline-block;
	width:100%;	
	}
	
.features div{
	display:inline-block;
	padding:5px 10px;
	box-sizing:border-box;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background:#f7f7f7;
	}
	

.videoBox{
	position: relative;
    width: 100%;
    height: 0;
	box-sizing:border-box;
	display:inline-block;
	padding-bottom: 56.25%;
	}
	
.videoBox .video {
    position: absolute;
    top: 0;
    left: 0;
	border:0px;
}
	

/*MAPA*/

.mapa{
	height:350px; width:100%;
	display:inline-block;
	float:left;
	margin-top:15px;
	}

.direccion{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	float:left;
	padding:15px 0px;
	text-align:left;
	}
	
/*SHARE STRIP*/

.shareStrip{
	display:inline-block;
	float:right;
	text-align:right;
	margin-bottom:30px;
	box-sizing:border-box;
	margin-top:2px;
	}
	
.shareStrip a{
	display:inline-block;
	box-sizing:border-box;
	width:30px;
	height:30px;
	line-height:30px;
	background:rgba(255,255,255,1.00);
	color:rgba(213,213,213,1.00);
	text-decoration:none;
	font-size:1.1em;
	text-align:center;
	float:left;
	margin-left:2px;
}
	
.shareStrip .sst_mail{
	font-size:1em;
	}
	
.shareStrip a span{
	line-height:inherit;
	}
	
/*FORMULARIOS*/
.formEnviado{
	text-align:center;	
}

.warning{
	color:rgba(33,187,189,1);
	font-size:.9em;
	width:100%;
	text-align:right;
	margin-bottom:5px;	
	}
	
.highlight, .form-group .highlight {
	background:rgba(33,187,189,.5) !important; /*AGUA*/
}

/*INTRO*/

.intro{
	color:rgba(255,255,255,.8);
	text-align:left;
	font-size:1.6em;
	font-weight:300;
	letter-spacing:-1px;
	display:inline-block;
	float:left;
}

/*EMPRESA*/

.boxWhiteFull{
	padding:30px;
	box-sizing:border-box;
	float:left;
	display:inline-block;
	width:100%;
	text-align:justify;
	}	
	
.twoCols{
	box-sizing:border-box;
	float:left;
	display:inline-block;
	width:100%;
	text-align:justify;
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	text-align:justify;
	}
	
.tablaContacto td{
	vertical-align:top;
	padding:auto !important
	}
	
.tablaContacto tr td:first-child{
	padding-right:5px;
	text-align:center;
	vertical-align:top;
	}
	
.tablaContacto span{
	color:rgba(155,155,155,1.00);
	font-size:.7em;
	color:rgba(0,0,0,.2);
	}
	
/*TIPS*/

.linkTips{
	font-weight:300;
	display:inline-block;
	margin-bottom:10px;
	font-size:1.2em;
	color:rgba(33,187,189,1.00); /*AGUA*/
	text-decoration:none;
	}
	
.linkTips:hover{
	color:rgba(33,187,189,1.00); /*AGUA*/
	text-decoration:none;
	}
	
.linkTips span{
	line-height:inherit;
	margin-right:5px;
	}
	
.olEspacio li{
	margin-bottom:15px;	
	}

/*AGENTES*/

.boxAgente{
	display:inline-block;
	box-sizing:border-box;
	background:#eeeeee;
	padding:15px;
	text-align:left;
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	width:350px;
	}	
	
.boxAgente .titulo{
	font-size:1.3em;
	font-weight:400;
	color:rgba(33,187,189,1.00); /*AGUA*/
	margin-bottom:15px;
	text-transform:uppercase;
	}

.boxAgente .desc{
	color:rgba(0,0,0,.6)
	}
	
.boxAgente .desc span{
	line-height:inherit;
	margin-right:6px;
	}
	
.boxAgente .desc .fa-envelope{
	font-size:.85em;	
	}
	
.boxAgente a{
	color:rgba(0,0,0,.6);
	text-decoration:none;
	}
	
.boxAgente a:hover{
	color:rgba(0,0,0,.6);
	text-decoration:none;
	}


/*CONTACTO*/

.tabla50{
	width:100%;
	float:left;	
	}
	
.tabla50 .col{
	width:50%;
	padding:30px;
	vertical-align:top;
	}
	
.tabla50 .left{
	text-align:left;
	}
	
.tabla50 .left .tituloBig{
	text-align:right;	
	}
	
.formContacto{
	width:100%;
	max-width:400px;	
	}
	
textarea{
	height:120px !important;
	resize:none;	
	}
		
/*MEDIA QUERIES*/

@media (max-width:1400px){
	/*LISTADO*/
	
	.thumbCat{
		width:25%;	
	}	
	
	.descFicha .nombre{
	font-size:2.5em;
	letter-spacing:-2px;
	}
	
	.descFicha .precio{
	font-size:1.2em;
	}
	
	.boxTexto{
	width:75%;
	}
}

@media (max-width:1160px){	

	.buscador{
		max-width:800px;
		
	}
	
	.buscador .campo{
		width:50%;
		padding:0px;
		padding-bottom:5px;
	}
		
	.buscador .campo:nth-child(odd){
		padding-right:3px;	
	}
	
	.buscador .campo:nth-child(even){
		padding-left:3px;	
	}
	
	.buscador .last{
		width:100%;
		padding-bottom:0px;
		padding-right:0px !important;
	}
	
	/*BANNER*/
	
	.bannerCaption{
		font-size:1.5em;
		
	}
	
	/*FICHA*/
		
	.fichaForm{
	padding:50px 60px 10px 60px;
	}
		
	/*CONTACTO*/
	
	.tabla50 .left{
	width:40%;
	}
	
	.tabla50 .right{
	width:60%;
	}
	
}

@media (max-width:1060px){
	/*FICHA*/
	.fichaHead td{
		display:inline-block;
		float:left;
		box-sizing:border-box;
		width:100%;		
	}
	
	.tablaFicha td{
		display:inline-block;
		float:left;
		box-sizing:border-box;
		width:100%;
		padding:0px !important;
		text-align:left;
		}
		
	.tablaFicha .fichaForm{
		padding:15px !important;
		
		}

@media (max-width:1050px){
	/*LISTADO*/
	
	.thumbCat{
		width:33.3%;	
	}	
	
	.menuLateralCol{
	width:25%;
	}
	
	.listadoProps{
		width:75%;
	}
}

@media (max-width:920px){	

	.buscador{
		max-width:700px;		
	}
}