@charset "UTF-8";
.background_picture {
	height: 1637px;
	background-image: url(../img/proyecto/back_pic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.pin {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 223px;
	height: auto;
	top: 511px;
	padding-top: 192px;
}
.shadow_pic {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.63) 0%,rgba(255,255,255,0.00) 55.99%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.63) 0%,rgba(255,255,255,0.00) 55.99%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.63) 0%,rgba(255,255,255,0.00) 55.99%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.63) 0%,rgba(255,255,255,0.00) 55.99%);
}
.trasnparent_back {
	background-image: url(../img/layout/back_transparent.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 353px;
}
.prop_size {
	padding-top: 67px;
}
.catalog_link {
	display: inline-block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #BEAC8C;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 15px;
}
.catalog_link:hover {
	background-color: #A47448;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease
}
.brown_back {
	background-color: #E6E1C7;
	padding-top: 57px;
	padding-bottom: 70px;
}
.box_map {
	position: relative;
}
.shadow_map {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 39px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
}
.tittle_prop {
	padding-bottom: 11px;
	border-bottom: 2px solid #F9AE3B;
	max-width: 430px;
}
.tittle_prop h1 {
	padding-bottom: 0px;
	margin-bottom: 1px;
}
.prop_text {
	padding-top: 14px;
}
h1 #available {
	display: inline-block;
	margin-left: 10px;
	border-left: 2px solid #A47448;
	padding-left: 11px;
}

@media screen and (max-width:450px){
h1 #available {
	border-left-style: none;
	margin-left: 0px;
	padding-left: 0px;
	display: block;
	padding-top: 11px;
	font-size: 20px;
}
}
