body, html {
    /*overflow:hidden;*/
		/* height: 100%; */
	max-width: 100%;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family:'open_sansregular',Verdana, Arial;
	font-size:12px;
	color: #000;
}
img{
	border: 0;
}
/* a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
} */
h1,h2,h3,h4,h5,h6{
	margin: 0 !important;
	padding: 0 !important;
}
.color01{
	color: #FFF;
}
.fondo01{
	background: #000;
}
.fondo02{
	background: #FFF;
}
.fondo03{
	background: #013F53;
}


.menuBox{
	position: absolute;
	/* display: inline-block; */
	/* display: block; */
	top: 20px;
	left: 0;
	z-index: 99;
}
.menuBox2{
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo{
	display: inline-block;
	width: 225px;
}
.menuLinks{
	color: #FFF;
}
.menuLinks a{
	font-family:'open_sansregular',Verdana, Arial;
	color: #FFF;
	text-decoration: none;
}
.menuLinks2 a, .menuLinks2 span{
	font-family:'open_sansregular',Verdana, Arial;
	color: #000;
	text-decoration: none;
}
.menuLinks3 a, .menuLinks3 span{
	font-family:'open_sansregular',Verdana, Arial;
	color: #FFF;
	text-decoration: none;
}
/** menu nav **/
.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
	width: 100% !important;
}
.nav > li{
	display: block !important;
	width: 100% !important;
	margin-bottom: 13px;
}

.nav > li > a {
	font-family: 'open_sansregular' !important;
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	display: block !important;
	width: 100% !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	color: #D5B105;
}
.ll div{
	line-height: 110% !important;
	font-family: 'archiamedium' !important;
}
.ll span{
	font-family: 'archiabold' !important;
	color: #66CCCC !important;
}
.rotativoIcon{
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 99;
	color: #FFF;
}
.rotativoIcon a{
	text-decoration: none;
}
.rotativoIcon a:hover{
	text-decoration: none;
	color: #013F53;
}
.rotativoIcon2{
	position: relative;
	left: 0;
	z-index: 99;
	color: #FFF;
	margin-top: -30px;
}
.rotativoIcon2 a{
	text-decoration: none;
}
.rotativoIcon2 a:hover{
	text-decoration: none;
	color: #013F53;
}
/** menu **/
.offcanvas-header h5{
	cursor: pointer;
}
.mm a{
	display: inline-block;
	font-family: 'open_sansregular' !important;
	color: #000;
	font-size: 22px;
}
.mm a:hover{
	text-decoration: none;
	color: #013F53;
}

/** Modelos **/
.modeloBox{
	position: relative;
  top: 0;
  left: 0;
}
.modeloSombra{
	position: relative;
  top: 0;
  left: 0;
	z-index: 1;
}
.modeloIzq{
	position: absolute;
	width: 97%;
  top: 20px;
  left: 20px;
	z-index: 2;
}

.modeloTexto{
	font-family: 'open_sansregular' !important;
	color: #666;
	font-size: 16px;
}
.modeloTexto h2{
	font-size: 24px;
	color: #666;
}
.modeloTexto h4{
	font-size: 15px;
	color: #666;
}
.modeloTexto span{
	width: 100%;
}
.modeloTexto strong{
	font-family: 'open_sansbold';
	color: #666;
}
.modeloTexto tr{
	/* border-bottom: 1px dotted #CCC; */
}
.modeloTexto th{
	font-family: 'open_sansbold';
}

.modeloBoton1 {
	width: 175px;
	background-color:#FFF;
	border:1px solid #013F53;
	display:inline-block;
	cursor:pointer;
	color:#013F53;
	padding: 5px 0;
	text-decoration:none;
}
.modeloBoton1:hover {
	background-color:#013F53;
	color:#FFF;
	text-decoration: none;
}
.modeloBoton2 {
	width: 175px;
	background-color:#013F53;
	border:1px solid #013F53;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	padding: 5px 0;
	text-decoration:none;
}
.modeloBoton2:hover {
	background-color:#FFF;
	color:#013F53;
	text-decoration: none;
}

/*
.modeloBoton1, .modeloBoton2{
	width: 175px;
	padding: 5px 0;
}
.modeloBoton1{
	border: 1px solid #013F53;
	background: #FFF;
}
.modeloBoton1:hover{
	border: 1px solid #000;
	background: #013F53;
}
.modeloBoton2{
	border: 1px solid #000;
	background: #000;
}
.modeloBoton2:hover{
	border: 1px solid #000;
	background: #013F53;
}
.modeloBoton1 a{
	color: #000;
}
.modeloBoton2 a{
	color: #FFF;
}
.modeloBoton1 a:hover, .modeloBoton2 a:hover{
	text-decoration: none;
}
.modeloPrecio{
	font-size: 14px;
}
*/
.opcionBoton1 {
	background-color:#FFF;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:'open_sansbold';
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	width: 150px;
	text-align: center;
}
.opcionBoton1:hover {
	background-color:#CCC;
	color:#000;
	text-decoration: none;
}

.opcionBoton2 {
	background-color:#000;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family:'open_sansbold';
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	width: 150px;
}
.opcionBoton2:hover {
	background-color:#CCC;
	color:#000;
	text-decoration: none;
}

.opcionBoton3 {
	background-color:#808080;
	border:1px solid #808080;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family:'open_sansbold';
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	width: 150px;
	text-align: center;
}
.opcionBoton3:hover {
	background-color:#CCC;
	color:#000;
	text-decoration: none;
}
/** apartamento **/
.imgAmenidad{
	width: 75px;
}
.apartamento h1{
	font-family:'open_sansbold';
	color: #000;
	font-size: 24px;
}
.apartamento h2{
	font-family:'open_sanslight';
	color: #000;
	font-size: 16px;
}
.apartamento{
	font-size: 12px;
}
.apartamento span{
	font-size: 16px;
}
.apartamento strong{
	font-family:'open_sansbold';
}

/** ubicación **/
.ubicacion{
	font-family: 'open_sanslight';
	font-size: 14px;
}
.ubicacion h2{
	font-family:'open_sansbold';
	font-size: 16px;
}

/** Contacto **/
.contacto h1{
	font-family:'open_sansbold';
}
h2.contacto{
	font-family:'open_sansbold';
	font-size: 20px;
}
.contacto{
	color: #000;
	font-size: 14px;
}
.contacto a{
	color: #000;
}
.contacto a:hover{
	color: #013F53;
}
#correo,
#nombre,
#telefono,
#mensaje{
	border: 2px solid #000;
	border-radius: 0px;

}
.formControlLabel{
	font-size: 14px;
}
.logoContacto{
	width: 250px;
}
.contactoIcono{
	width: 24px;
	margin-right: 10px;
}

#enviar{
	display: inline-block;
	float: none !important;
	margin: auto !important;
	width: 150px;
	background: #000;
	color: #FFF;
	border: 0;
	border-radius: 0;

}
/** Disponibilidad **/
.disponibilidad h2{
	font-family: 'open_sansbold';
	letter-spacing: 0.5px;
	font-size: 36px;
}
.disponibilidad h3{
	font-family: 'open_sansbold';
	letter-spacing: 0.5px;
	font-size: 28px;
}
.marca01{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #DCEDC6;
}
.marca02{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #FFB2B7;
}
.marca03{
	font-size: 16px;
	color: #696969;
}
.brujula{
	width: 100px;
}
/** politicas **/
.politica-logo{
	display: inline-block;
	width: 100%;
	max-width: 350px;
}
.politica{
	font-family: 'open_sansregular';
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
}
.politica h1{
	font-family: 'open_sansbold';
	font-size: 34px;
	color: #000;
	letter-spacing: 1px;
}
.politica a, .politica strong{
	font-family: 'open_sansbold';
	color: #000;
}
.politica a:hover{
	color: #013F53;
}
.dispolista{
	/* display: inline-block; */
}
.dispolista img{
	width: 65px;
	display: inline-block;
}
.dispolista p{
	display: inline-block;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #000;
}
.tabladispo th{
	font-family: 'open_sansbold';
	color: #000;
}
.tablaTitu b{
	font-family: 'open_sansbold';
	color: #000;
}

/** Calculadora **/
.calculadora{
	font-family:'open_sansregular';
	font-size: 16px;
}
.calculadora strong{
	font-family:'open_sansbold';
	font-size: 16px;
}
.calculadora h1{
	font-family:'open_sansbold';
	font-size: 32px;
}
.calculadora h2{
	font-family:'open_sansbold';
	font-size: 22px;
	letter-spacing: 1px;

}
.calculadora h3{
	font-family:'open_sansregular';
	font-size: 20px;
	letter-spacing: 1px;
}
.calculadora h4{
	font-family:'open_sansregular';
	font-size: 12px;
}
.calculadora h5{
	font-family:'open_sansregular';
	font-size: 11px;
}
.calculadora h4 strong{
	font-family:'open_sansbold';
	font-size: 12px;
}
.calculadora p{
	display: inline-block;
	font-family:'open_sansbold';
	width: 150px;
	font-size: 16px;
}
.calculadora span{
	display: inline-block;
	width: 100%;
	max-width: 250px;
}
.calculadora .error{
	font-family:'open_sansregular';
	font-size: 14px;
	color: #F00;
}
.uk-input, .uk-select{
	border: 1px solid #000;
}


/** Footer **/
.footerFondo{
	background: #013F53 url(../../../images/home/fondo-footer2.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.footerLogo{
	max-width: 125px;
}
.footerLogo2{
	max-width: 175px;
}
.footer a{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover{
	color: #CCC;
	text-decoration: none;
}


@media (max-width: 768px) {

}
@media (max-width: 500px) {
	.logo{
		width: 150px;
	}
	.modeloTexto div{
		width: 100%;
	}
	.modeloIzq{
		top: 10px;
		left: 10px;
	}
	.apartamento span{
		font-size: 14px;
	}
	.apartamento h1{
		font-size: 20px !important;
	}
}
@media (max-width: 393px) {
	.modeloTexto{
		font-size: 14px;
	}
}
