/*
	Description: HTML5, Responsive
	Version: 1.0
    Author: Noj Studio <Jose Pacajoj>
	Author URI: http://nojstudio.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	color:#444;
	font:'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}
p{
	font:16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 24px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
header {
	margin: 0;
	padding: 0;
	width: 100%;
}
#m_superior{
	border-bottom: 5px solid #bedb89;
	height: 90px;
	width: 100%;
}
#c_menus{
	margin: 0 auto;
	max-width: 1000px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
menu{
	float: right;
	margin: 0;
	padding: 0;
	width: 800px;
}
#c_menus img {
	margin-top: 6px;
}
#m_superior menu ul{
	height: 85px;
	margin: 0;
	padding: 0;
	width: 800px;
}
#m_superior  menu ul li{
	float: right;
	list-style: none;
}
#m_superior menu ul li a{
	background: #fff;
	color: #02779e;
	display: block;
	font-family: "Josefin Slab", serif;
	font-size: 19px;
	font-weight: 700;
	height: 85px;
	line-height: 86px;
	padding: 0 25px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
	text-transform: uppercase;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#m_superior menu ul li a:hover{
	background: #bedb89;
	color: #fff;
}
#m_superior menu ul ul.idiomas {
	float: right;
	padding-top: 8px;
	width: 130px;
}
#m_superior menu ul ul.idiomas li a {
	background: #bedb89;
	border-radius: 15px;
	color: #fff;
	font-size: 15px;
	height: 30px!important;
	line-height: 33px!important;
	margin: 2px;
	padding: 0!important;
	text-align: center!important;
	width: 117px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#m_superior menu ul ul.idiomas li a:hover{
	background: #02779e;
}
/* Slider */
#b_reservas {
	background: rgba(2,119,158,0.4);
	bottom: 20px;
	left: 5%;
	position: absolute;
	width: 90%;
	z-index: 4;
}
#b_reservas a {
	background: rgba(2,119,158,0.7);
	color: #fff;
	display: block;
	font-family: "Josefin Slab", serif;
	font-weight: 700;
	float: right;
	font-size: 20px;
	height: 56px;
	line-height: 60px;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}
#b_reservas a:hover{
	background: #c7d645;
	color: #02779e;
}
.callbacks_container {
	margin-bottom: 5px;
	position: relative;
	float: left;
	width: 100%;
}
.callbacks, .callbacks22 {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li, .callbacks22 li{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img, .callbacks22 img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption, .callbacks22 .caption {
	position: absolute;
	text-align: right;
	z-index: 2;
	font-size: 28px;
	text-shadow: none;
	color: #fff;
	background: rgba(20,90,133,0.8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	width: 650px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.8);
 }
.callbacks_nav {
	background-color: none!important;
	bottom: 20px;
	height: 56px;
	left: 5%;
	margin-top: -45px;
	position: absolute;
	opacity: 0.5;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 60px;
	z-index: 4;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
 }
.callbacks_nav:hover{
	background-color: #02779e!important;
	opacity: 1.0;
}
.callbacks_nav.prev{
	background: transparent url("images/flecha-l.png") no-repeat center;

}
.callbacks_nav.next {
	background: transparent url("images/flecha-r.png") no-repeat center;
	left: 10%;
	right: 0;
}
ul.callbacks22{
	padding-bottom: 20px;
}
.callbacks22_nav {
	background: transparent url("images/flechas.png") no-repeat left top;
	background-color: #ededed;
	height: 25px;
	left: 47%;
	position: absolute;
	opacity: 0.5;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 25px;
	z-index: 3;
 }
.callbacks22_nav:hover{
	opacity: 1.0;
}
.callbacks22_nav.next {
	background-position: right top;
	left: auto;
	right: 47%;
}
/* wrapper */
#c-content {
	margin: 0;
	padding: 0;
	width: 100%;
}
#content {
	margin: 0 auto;
	max-width: 900px;
	padding: 100px 50px;
}
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* sidebar */
.sidebar {

}
/* footer */
footer {
	background: #46575e;
	border-top: 5px solid #02779e;
	height: 250px;
	padding: 50px 0;
	position: relative;
	width: 100%;
}
#c_footer{
	margin: 0 auto;
	max-width: 1000px;
}
#c_footer section{
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
#f_logo{
	background: url(images/logo-f.jpg) no-repeat top left;
	height: 77px;
	margin-top: 14px;
	width: 111px;
}
#f_copyr{
	margin: 0 30px;
	width: 300px;
}
#f_copyr p a{
	color: #d4eaeb;
	font-size: 13px;
}
#f_copyr p a:hover{
	color: #fff;
}
#c_footer h4{
	color: #fff;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#c_footer p{
	line-height: 7px!important;
}
#c_footer p, #c_footer ul li a{
	color: #d4eaeb;
	font-size: 13px;
	text-decoration: none;
}
ul.f_redes{
	margin: 0;
	padding: 0;
}
ul.f_redes li{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.f_redes li a{
	background: #46575e;
	border-radius: 25px;
	color: #d4eaeb;
	display: block;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 3px 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
ul.f_redes li a:hover{
	background: #d4eaeb;
	color: #46575e!important;
}
#logons{
    bottom: 0;
    position: absolute;
    right: 5%;
}
#logons p{
	margin: 0;
	padding: 0;
	text-indent: -149px;
}
#logons p a{
	background: #fff url(images/logo_noj_studio_b.png) no-repeat center;
	bottom: 0;
	color: #46575e;
	display: block;
	height: 60px;
	line-height: 30px;
	margin: 0;
  opacity: 0.15;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
	width: 40px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#logons p a:hover{
	color: #fff;
	line-height: 56px;
    opacity: 0.25;
}

/*------------------------------------*\
    TEXTOS
\*------------------------------------*/
h1 {
	color: #02779e;
	font-family: "Josefin Slab", serif;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
h3{
	color: #02779e;
	font-family: "Josefin Slab", serif;
}
#formus h1 {
	color: #02779e;
	font-family: "Josefin Slab", serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
#formus p a{
	color: #02779e;
	text-decoration: underline;
}
#formus p a:hover{
	text-decoration: none;
}
#btn_reservar a {
	background-color: #02779e;
	border-radius: 13px;
	box-shadow: inset 0 -.2em rgba(0,0,0,.3);
	color: #fff;
	font-family: "Josefin Slab", serif;
	font-weight: 700;
	margin: 0 auto;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#btn_reservar a:hover{
	background-color: #01465d;
}
.ital {
	font-style: italic;
	color: #888;
	font-weight: bold;
}
/*------------------------------------*\
    Apartamentos
\*------------------------------------*/
#descrip {
	margin-bottom: 40px;
}
p.imglist {
	text-align: center;
}
#galeria p a{
	text-decoration: none;
	opacity: 1;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#galeria p a:hover{
	opacity: 0.6;
}
#galeria p a img {
	margin: 2px;
	text-align: center!important;
}
#thumbnailp{
	float: left;
	overflow: hidden;
	width: 58%;
}
#thumbnailp img {
	max-width: 700px!important;
}
#thumnailp img{
	width: 100%;
}
#inclu{
	float: right;
	width: 40%;
}
#inclu h2 {
	background: #bedb89;
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 6px 18px;
}
#inclu h3 {
	background: #02779e;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 6px 18px;
}
#inclu ul {
	margin: 0;
	padding: 0;
}
#inclu ul li:nth-child(odd) {
	background: #ededed;
}
#inclu ul li {
	color: #444;
	font:14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 21px;
	list-style: none;
	padding: 4px 20px;
}
#costos{
	margin: 40px 0 40px 0;
	padding:0;
	text-align: center;
	width: 100%;
}
#costos section{
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 10px 0;
	width: 33%;
}
#costos p a {
	color: #02779e;
}
#costos p a:hover {
	text-decoration: none;
}
#costos h2{
	background: #02779e;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	text-transform:uppercase;
}
#costos h3{
	color: #02779e;
	font-family: "Josefin Slab", serif;
	font-size: 26px;
	font-weight: 700;
	margin: 7px;
}
#costos h4{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
}
#costos span{
	font-size: 11px!important;
}
.bggris{
	background: #ededed;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
#bienvenida{
	padding: 70px 0;
	width: 100%;
}
#bienvenida section{
	margin: 0 auto;
	max-width: 900px;
}
#c_apartamentos{
	background: #ededed;
	padding: 70px 0;
	width: 100%;
}
#t_apartamentos{
	margin:0 auto;
	max-width: 1000px;
	text-align: center;
}
#t_apartamentos section{
	background: #ff0000;
	display: inline-block;
	line-height: 0;
	margin: 0 4%;
	position: relative;
	text-align: center;
	width: 40%;
}
#t_apartamentos h3 {
	line-height: 0;
	margin: 0;
}
#t_apartamentos section h3 a{
	background: rgba(2,119,158,0.7);
	color: #fff;
	display: block;
	font-family: "Josefin Slab", serif;
	font-size: 26px;
	font-weight: 700;
	height: 100%;
	left: 0;
	line-height: 35px;
	opacity: 1;
	padding: 27% 17% 0 17%;
	position: absolute;
	top: 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#t_apartamentos section h3 a:hover{
	opacity: 0;
}
#c_opiniones{
	width: 100%;
}
#opiniones{
	margin: 70px auto 20px;
	max-width: 1000px;
}
#opiniones section{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.op_nombre{
	margin-left: 4%;
	width: 13%;
}
.op_nombre h5, body.opiniones h5{
	color: #02779e;
	font-family: "Josefin Slab", serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 28px;
}
.op_mnsj{
	width: 80%;
}
hr {
border: 1px dashed #d4c9d2!important;
}
#opiniones h3{
	color: #02779e;
	font-family: "Josefin Slab", serif;
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
#btn_reservar {
	padding: 40px 0 0 0;
	text-align: center;
}
/*--------------------------------------
	APARTAMENTOS
\*------------------------------------*/
.principal, #enventa{
	height: 300px;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.principal img, #enventa img{
	position: relative;
	z-index: 2;
}
.principal a, #enventa a{
	background: rgba(2,119,158,0.6);
	color: #fff;
	display: block;
	font-family: "Josefin Slab", serif;
	font-size: 29px;
	font-weight: 700;
	height: 100%;
	left: 0;
	line-height: 300px;
	margin: 0;
	opacity: 0;
	padding:0;
	position: absolute;
	top: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 3;
	width: 100%;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
.principal a:hover, #enventa a:hover{
	opacity: 1;
}
.aparta, .apartb{
	width: 100%;
	position: relative;
	height: 240px;
	overflow: hidden;
}
.aparta img, .apartb img{
	position: relative;
	z-index: 2;
}
.aparta a, .apartb a{
	background: rgba(2,119,158,0.6);
	color: #fff;
	display: block;
	font-family: "Josefin Slab", serif;
	font-size: 29px;
	font-weight: 700;
	height: 100%;
	left: 0;
	line-height: 255px;
	margin: 0;
	opacity: 0;
	padding:0;
	position: absolute;
	top: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 3;
	width: 100%;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
.aparta a:hover, .apartb a:hover{
	opacity: 1;
}
#dobles{
	width: 100%;
	height: auto;
}
.aparta{
	background: #333;
	float: left;
	height:240px;
	margin-top: 15px;
	width: 49%;
}
.apartb{
	background: #333;
	float: right;
	height: 240px;
	margin-top: 15px;
	width: 49%;
}
#enventa{
	margin-top: 15px;
}
#enventa p {
	background: #bedb89;
	color: #02779e;
	font-weight: bold;
	left: 0;
	padding: 5px 30px;
	position: absolute;
	top: 0;
	z-index: 4;
}

/*--------------------------------------
	Modal
\*------------------------------------*/
.modalDialog, .distr {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 70%;
    position: relative;
    margin: 4% auto;
    padding: 20px 20px 0px 20px;
    background: #fff;
}
.distr:target {
    opacity:1;
    pointer-events: auto;
}
.distr > div {
    max-width: 800px;
    position: relative;
    margin: 4% auto;
    padding: 20px;
    background: #fff;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
}
.close:hover {
    background: #01465d;
    color: #FFFFFF!important;
}
#cleft {
    float: left;
    width: 280px;
}
#cright {
    float: right;
    width: 450px;
}
div#desc-formu p {
    text-align: center;
    line-height: 28px;
    margin-bottom: 31px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
	.callbacks22_nav {
		background: transparent url("images/flechas.png") no-repeat left top;
		background-color: #ededed;
		height: 25px;
		left: 34%!important;
		position: absolute;
		opacity: 0.5;
		overflow: hidden;
		text-indent: -9999px;
		text-decoration: none;
		width: 25px;
		z-index: 3;
	}
	.callbacks22_nav.next {
		background-position: right top;
		left: auto;
		right: 36%!important;
		}
	#m_superior menu ul li {
	float: right;
	list-style: none;
	width: 100%!important;
	}
	#t_apartamentos section h3 a {
		background: rgba(2,119,158,0.7);
		color: #fff;
		display: block;
		font-family: "Josefin Slab", serif;
		font-size: 19px!important;
		font-weight: 700;
		height: 100%;
		left: 0;
		line-height: 25px!important;
		opacity: 1;
		padding: 27% 17% 0 17%;
		position: absolute;
		top: 0;
		text-decoration: none;
		text-transform: uppercase;
		width: 100%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#btn_reservar a {
		background-color: #02779e;
		border-radius: 13px;
		box-shadow: inset 0 -.2em rgba(0,0,0,.3);
		color: #fff;
		font-family: "Josefin Slab", serif;
		font-weight: 700;
		margin: 0 auto;
		line-height: 20px!important;
		padding: 15px 25px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		display: block!important;
		width: 80%!important;
	}
		#t_apartamentos section {
		background: none!important;
		display: inline-block;
		line-height: 0;
		margin: 10px 4%;
		position: relative;
		text-align: center;
		width: 85%!important;
		}
		#c_footer p {
	line-height: 17px!important;
	}
}
@media only screen and (max-width:480px) {
	#btn_reservar a {
		background-color: #02779e;
		border-radius: 13px;
		box-shadow: inset 0 -.2em rgba(0,0,0,.3);
		color: #fff;
		font-family: "Josefin Slab", serif;
		font-weight: 700;
		margin: 0 auto;
		padding: 15px 25px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		display: block!important;
		width: 80%!important;
	}
	#t_apartamentos section h3 a {
		background: rgba(2,119,158,0.7);
		color: #fff;
		display: block;
		font-family: "Josefin Slab", serif;
		font-size: 19px!important;
		font-weight: 700;
		height: 100%;
		left: 0;
		line-height: 25px!important;
		opacity: 1;
		padding: 27% 17% 0 17%;
		position: absolute;
		top: 0;
		text-decoration: none;
		text-transform: uppercase;
		width: 100%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#thumbnailp {
		float: none!important;
		overflow: hidden;
		width: 100%!important;
	}
	#inclu {
		float: none!important;
		width: 100%!important;
		margin-top: 20px;
	}
	menu {
		float: right;
		margin: 0;
		padding: 0;
		width: 100%!important;
	}
	#m_superior menu ul {
		height: 58px;
		margin: 0;
		padding: 0;
		width: 100%!important;
	}
	.callbacks_nav.next {
		background: transparent url("images/flecha-r.png") no-repeat center;
		left: 16%!important;
		right: 0;
	}
	.principal, #enventa {
		height: auto!important;
		margin: 0 0 20px 0;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.principal a, #enventa a {
		background: rgba(2,119,158,0.6);
		color: #fff;
		display: block;
		font-family: "Josefin Slab", serif;
		font-size: 29px;
		font-weight: 700;
		height: auto!important;
		left: 0;
		line-height: 200px!important;
		margin: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		top: 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 3;
		width: 100%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#c-mpa {
		float: none!important;
		width: 100%!important;
	}
	#c_ffirst {
		margin-top: 30px;
		float: none!important;
		width: 100%!important;
	}

}
@media only screen and (max-width:768px) {
	menu {
		float: right;
		margin: 0;
		padding: 0;
		width: 100%!important;
	}
	#c_menus {
		margin: 0 auto;
		max-width: 1000px;
		padding: 14px 0;
		text-align: center;
	}
	#m_superior {
		border-bottom: 5px solid #bedb89;
		height: auto;
		width: 100%;
	}
	#m_superior menu ul {
		height: 58px;
		margin: 0;
		padding: 0;
		width: 100%!important;
	}
	#m_superior menu ul li a {
		background: #fff;
		color: #02779e;
		display: block;
		font-family: "Josefin Slab", serif;
		font-size: 19px;
		font-weight: 700;
		height: 85px;
		line-height: 86px;
		padding: 0;
		text-align: center!important;
		text-decoration: none;
		text-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
		text-transform: uppercase;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#m_superior menu ul ul.idiomas {
		float: none;
		padding-top: 3px;
		width: 100%;
	}
	#m_superior menu ul li {
		float: right;
		list-style: none;
		width: 50%;
	}
	#m_superior menu ul ul.idiomas li a {
		background: #bedb89;
		border-radius: 0;
		color: #fff;
		font-size: 18px;
		height: 50px!important;
		line-height: 50px!important;
		margin: 0!important;
		padding: 0!important;
		text-align: center!important;
		width: 100%!important;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.callbacks_nav.next {
		background: transparent url("images/flecha-r.png") no-repeat center;
		left: 16%!important;
		right: 0;
	}
	.principal, #enventa {
		height: auto!important;
		margin: 0 0 20px 0;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.principal a, #enventa a {
		background: rgba(2,119,158,0.6);
		color: #fff;
		display: block;
		font-family: "Josefin Slab", serif;
		font-size: 29px;
		font-weight: 700;
		height: auto!important;
		left: 0;
		line-height: 200px!important;
		margin: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		top: 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 3;
		width: 100%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#bienvenida {
		padding: 70px 0;
		width: 70%;
		margin: 0 auto;
	}
	#t_apartamentos section {
		background: none!important;
		display: inline-block;
		line-height: 0;
		margin: 10px 4%;
		position: relative;
		text-align: center;
		width: 70%;
	}
	#opiniones section {
		display: block;
		text-align: left;
		vertical-align: none!important;
	}
	.op_nombre {
		margin-left: 0;
		width: 70%;
		margin: 0 auto;
	}
	.op_mnsj {
		width: 70%;
		margin: 0 auto;
	}
	footer {
		background: #46575e;
		border-top: 5px solid #02779e;
		height: auto;
		padding: 50px 0;
		position: relative;
		width: 100%;
		padding: 70px 0 90px 0;
	}
	#c_footer section {
		display: block;
		text-align: left;
		vertical-align: top;
	}
	#f_logo {
		background: url(images/logo-f.jpg) no-repeat top left;
		height: 77px;
		margin-top: 14px;
		width: 111px;
		margin: 0 auto;
	}
	#f_copyr {
		margin: 0 30px;
		width: 70%;
		margin: 0 auto;
		text-align: center!important;
		margin-top: 20px;
	}
	#c_footer h4 {
		color: #fff;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-top: 30px;
	}
	ul.f_redes li a {
		background: #46575e;
		border-radius: 25px;
		color: #d4eaeb;
		display: block;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin: 3px 0;
		padding: 5px;
		width: 33%;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		float: left;
		margin: 20px 0 0 0 ;
	}
	#c_footer p, #c_footer ul li a {
		color: #d4eaeb;
		font-size: 16px;
		text-decoration: none;
	}
	#thumbnailp {
		float: none!important;
		overflow: hidden;
		width: 100%!important;
	}
	#inclu {
		float: none!important;
		width: 100%!important;
		margin-top: 20px;
	}
	#costos section {
		display: inline-block;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		padding: 10px 0;
		width: 32%;
	}
	#c-mpa {
		float: none!important;
		width: 100%!important;
	}
	#c_ffirst {
		margin-top: 30px;
		float: none!important;
		width: 100%!important;
	}

}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
