@CHARSET "UTF-8";

.display-block {
	display: block;
}

.paginador ul {
	list-style: none !important;
	display: inline !important;
}

.propiedad {
	background-color: rgba(220,220,220,0.5);
	width: 293px;
	border: 1px solid #ccc;
	height: 293px;/* 360 */
	margin-left: 0px;
	margin-right: 32px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.propiedad-destacada {
	background-color: #333333;
	width: 698px;
	border: 1px solid #ccc;
	height: 294px;/* 360 */
	margin-left: 0px;
	border-radius: 10px;
	text-align:left !important;
	position: relative;
}


.propiedad:hover {
	opacity: 1;	
}

.propiedad img {
    margin: auto;
    position: absolute;
    right: -9999px;
	left: -9999px;
	top: -9999px;
	bottom: -9999px;
	max-height: 293px;
}

.propiedad img.noimg {
	top: -10115px;
}

.my-navbar {
	background: none !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
}

.nav-collapse li:hover, ul.nav li:hover {
	background-color: #bcd306 !important;
}

ul.nav li:hover a:hover {
	color: #5a5a5a !important;
	text-shadow: none !important;
}

.active {
	background-color: #0081C2 !important;
	color: #fff;
}

.carousel {
	background: transparent !important;
	margin-left: auto;
	margin-right: auto;
	width: 80%;	
}

.carousel .item{
	background: transparent !important;
}

footer {
	background-color: rgba(250,250,250,1);
	font-size:12px;
	/*color: #FFFFFF;*/
	margin: 2% 0% -100%;
	padding: 0% 9%;
	opacity: 0.8;
	padding-bottom: 1px;
}