@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body{
	
}
body {
    font: 13px/1.6 Arial, Helvetica, sans-serif;
    color: #7a7a7a;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
	background:#eeeeee;
}

h1{
	line-height: 20px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;	
}

.header-subpag{
	height:25%;	
}

.navbar-default{
	background:#376f92;
}

.navbar-brand{
	/*height:100px;*/	
}

.navbar-default .navbar-nav>li>a {
  color: #FFF;
  font-weight:bold;
}

.dropdown-menu .fa{
	width:16px;	
}

.color-derecha-menu{
  background-color:rgba(153,153,153,0.5);
  color:#FFF;
  height:88px;
}

.list-check li:before{
	color:#3c763d;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-right:5px;
	margin-left:-20px;
	content:"\f00c";
}

.buscador{
  background-color: rgba(51, 122, 183, 0.5);
  margin: 5px auto;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  max-width: 736px;
  height:64px;
}

.border-menu{
	/*border-top:solid thin;*/
	border:none;
	padding-top:5px;
}
.text-vertical-center h1 , .text-vertical-center h3{
	color:#fff;	
}
.input-group-addon, .input-group-btn{
	width:auto;
}

header .nav > li > a{
	padding:15px 12px;
}

header .nav:not(.navbar-right) > li:first-child > a{
	margin-left: -15px;
}

/* botones */

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* ****** */

#map_canvas{
	height:250px;	
}

/**/

.titulo-propiedad-busqueda{
	font-size:14px;
	color:#376f92;
	padding:0 16px;
	text-align:left;
	min-height:26px;
	text-align:center;
}

.lista-propiedades{
	margin-bottom:20px;			
}

.cont-desc-proyecto, .cont-desc-propiedad{
	background-color:rgba(255,255,255,1);
	display:inline-block;
	border-radius: 0 0 6px 6px;
  	padding-bottom: 10px;
	border:1px solid #e5e5e5;
    border-top: 0;	
}

.desc-precio-propiedad{
	margin: 0;
    /* margin-bottom: 6px; */
        position: absolute;
    bottom: 0px;
    font-size: 20px;
    background-color: rgba(57, 177, 126, 0.75);
	border-radius:0 5px 0 0;
    padding: 5px 16px;
    color: white;
	font-weight:bold;
}

.iconos{
  display: inline-block;
  height:25px;
  width:25px;
  background:url('../img/sprite-iconos.png');
  float:left;
}
.icono-medio-banio{
	background-position-y:-25px;
}
.icono-habitacion{
	background-position-x:-25px;
}

.desc-lista-propiedades{
	line-height:25px;
	font-size:20px;
}

.desc-lista-items-propiedades{
	margin:0px;
	padding:0px;
	font-size:11px;
	color: #333;
    padding: 3px 3px 3px 10px;
    border-bottom: 1px solid #ddd;
}

.desc-lista-items-propiedades span{
	float: left;
    margin-left: 6px;
}

.btn-detalle{
	width: 110px;
    padding: 6px;
    margin-top: 10px;
	background-color: #376F92;
    color: #fff;	
}

/**/

/* Pagina de detalles de propiedades*/

#mostrarmediano{
	width:100%;	
}
#mostrarmediano img{
	margin:0 auto;	
}

.miniaturas{
	border: solid 1px #ccc;
	width: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #ccc;
	margin: 10px 0px;
	background-color:#fff;
}
.miniaturas #divIzquierda{
	width: 5%;
	height: 122px;
	float: left;
	cursor: pointer;
	background: url(../img/flechas/izquierda.png) center no-repeat;
}
.miniaturas #divIzquierda:hover{
	background: url(../img/flechas/izquierda-hover.png) center no-repeat;
}
.miniaturas #divDerecha{
	width: 5%;
	height: 122px;
	float: left;
	cursor: pointer;
	background: url(../img/flechas/derecha.png) center no-repeat;
}
.miniaturas #divDerecha:hover{
	background: url(../img/flechas/derecha-hover.png) center no-repeat;
}
.miniaturas #divCentro{
	width: 90%;
	float: left;
	/*el overflow es quien hace gran parte de la magia*/
	overflow: hidden;
	height: 122px;
}
.miniaturas #divCentro ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.miniaturas #divCentro ul li{
	display: inline-block;
	margin: 15px 9px;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f1f1f1;
	text-align: center;
}
.miniaturas #divCentro ul li img{
	padding: 10px;
	height:90px;
}
.clsSalto{
	clear: both;
}
#detalle-pro-desc-min{
	min-height:154px;
	display: inline-block;
}
#detalle-pro-desc-min .input_fields_wrap button{
	margin:5px 0 5px 0;
}

#detalle-pro-desc-min-perfil{

	/*min-height:206px;*/
	float: left;
    padding: 10px;
}
.detalle-pro-desc, .detalle-pro-desc-perfil{
	height: 152px;
	background-color: rgb(55, 111, 146);
	border-radius: 4px;
	/* line-height: 150px; */
	padding-top: 50px;
	color:#FFF;
}
.detalle-pro-desc-perfil{
	height: 204px;
	
}
.detalle-pro-desc h2{
	margin:0px;	
}

	/*Colores de propiedades*/
	.pro-prosperar{
		    background-color: rgba(57,177,126,0.5);
    		border-color: rgb(57, 177, 126);	
	}
	/**/
/**/

/* Drag an Drop*/
.dropzone{
	width:100%;
	height:150px;
	text-align:center;
	line-height:150px;
	border:2px dashed #ccc;
	color:#ccc;
}

.dropzone.dragover{
	border-color:rgba(0,0,0,1);
	color:#000;
}

.img_peq_subidos{
	height:150px;
	margin:10px 5px;	
}

.img-principal{
	background-color: #91EC6B;
	border-color: #5FC20C;	
}

.lista-propiedades .cont-img a, .detalle-pro-desc-perfil .cont-img a{
		
		display:block;
		overflow:hidden;
		position:relative;
	}
/**/

footer .navbar-default .navbar-nav>li>a{
	color:#376f92;
}

footer .navbar-default{
	background:rgba(55, 111, 146, 0);
	border:none;
}

/* footer */

.menupie{
	padding:0;
}

.menupie a{
	color:#FFF;
}

.menupie a:hover{
	color:#0090CB;
	text-decoration:none;
}

.copyright{
	background:#2e2e2e;
	color:#fff;
	padding:15px 0;
}

.copyright img{
	margin: -4px 10px;
	height:30px;	
}

/*Manejador de rangos y filtros*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #376F92 !important;
}

ul.filtros li label{
	margin:5px 0;
}

ul.filtros li .form-control{
	height:26px;
	padding:0px 12px;
	font-size: 12px;
}

/*paginador*/

.disabled{
	opacity: 0.65;
    cursor: no-drop;
}

.anuncio{
	margin:5px 0 5px 0 ;
}

/*Responsive*/
body{
		margin-top:60px;
	}
@media (min-width: 768px) {
	
	
	.sinmarginbody{
		margin-top:0px;
	}
	
	.interior h1 ,.interior h2{
		margin:10px;	
	}
	.lista-propiedades img{
		
  		width: 100%;
	}
	
}
@media (min-width: 992px) {
	.lista-propiedades img{
		/*height: 190px;*/
  		
	}
	
	.lista-propiedades .cont-img a{
		height:190px;
		
	}
	
	.detalle-pro-desc-perfil .cont-img a{
		height:170px;
	}
	
		
}
@media (min-width: 1200px) {
	
}
