@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body, html {
	/*background: #f6f5f2;*/
	font-family: 'Open+Sans', Helvetica, Arial;
	margin: 0;
}
/* ----index----- */
.top {
	background: #d8d933;
	height: 20px;
	width: 100%;
}
h1.title {
	color: #ccc;
	float: right;
	font-weight: 400;
	font-size: 21px;
	margin: 15px 0 0 0;
	padding: 0;
}
.wrapper {
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
}
.header {
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	padding: 0 0 10px;
	width: 100%;
}
.divider {
	background: #eee;
	height: 1px;
	width: 100%;
}
#tabs {
	border: none;
	background: #fff;
}
#tabs h2{
	color: #666;
	font-size: 24px;
	font-weight: 400;
	padding-top: 20px;
}
ul.tabs_nav {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: right;
}
ul.tabs_nav li {
	display: inline-block;
}
ul.tabs_nav li a {
	box-shadow: -2px 2px 2px #e6e6e6;
	color: #fff;
	background: #d8d933;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 50px;
	padding-top:15px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
ul.tabs_nav li a:hover {
	background: #c4c4c2;
}
ul.tabs_nav li a.active {
	outline: none;
	background: #c4c4c2;
}
.nav ul {
	color: #999;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.nav li {
	display: inline-block;
}
.nav li a {
	background: transparent;
	border: 1px solid #f2f2f2;
	border-radius: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	cursor: pointer;
	display: block;
	padding: 7px 15px;
	text-align: center;
}
.nav li a:hover {
	background: #eee;
}
.nav li a:active {
	background: #eee;
}
.nav li a:focus {
	background: #eee;
}
.contenido {
	margin-top: 20px;
	width: 100%;
}
#tabs .mix {
    display: none;
}

figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 4px;
	min-width: 320px;
	max-height: 250px;
	width: 345px;
	height: auto;
	cursor: pointer;
}
figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
figure figcaption {
	padding: -2em 0;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 348px;
}
figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
}
figure h3 span {
	font-size: 15px;
	font-weight: 300;
}
figure h3,
figure p {
	margin: 0;
}
figure p img {
	display: inline-block;
}
/* Effect*/
figure.effect-goliath {
	background: #0074c2;
}

figure.effect-goliath img,
figure.effect-goliath h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 10px 17px;
}

figure.effect-goliath p {
	position: absolute;
	bottom: 5px;
	left: 0;
	margin-left: 80%;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-goliath:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-goliath figcaption:hover img  {
	opacity: 1;
}
figure.effect-goliath:hover h3 {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.propiedad_txt, .propiedad_img {
	display: inline-block;

}
.propiedad_img {
	height: 480px;
	width: 369px;
}
.propiedad_txt {
	width: 40%;
	vertical-align: top; 
	padding-left: 10px;
	color: #858585;
}
/**/ 
.back_btn a {
	cursor: pointer;
	display: block;
	height: 64px;
	left: 20px;
	opacity: 0.4;
	position: fixed;
	top: 110px;
	width: 64px;
	z-index: 1000;
}
.back_btn img {
	height: auto;
	width: 100%;
}
.back_btn a:hover {
	opacity: 0.8;
}
.lineaSocial {
    background: #666;
    height: 33px;
	width: 100%;
}
.barraSitio {
	background: #999;
    border-bottom: 3px solid #fff;
    box-shadow: 0 4px 4px #ccc;
    -moz-box-shadow: 0 4px 4px #ccc;
    -webkit-box-shadow: 0 4px 4px #ccc;
    height: 60px;
    width: 100%;
}
.contenedorPrincipal {
	height: auto;
	margin: auto;
	width: 1100px;
}
.sliderHome {
	background: #999;
	height: 550px;
	width: 1100px;
}
.wrapperH {
    background: #fff;
    margin-bottom: 50px;
    padding: 10px;
    margin-left: 12px;
    margin-top: -65px;
    width: 96%;
    z-index: 3;
}
.contentN, .sidebar {
	display: inline-block;
	vertical-align: top;
}
.contentN {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 70%;
}
.dividerA, .dividerB, .dividerD {
	background: #999;
	margin-bottom: 10px;
	width: 100%;	
}
.dividerA {
	height: 250px;
}
.dividerB {
	height: 940px;
}
.dividerC {
	height: 75px;
	margin-bottom: 10px;
	width: 100%;	
}
.dividerD {
	height: 620px;
}
.cintilloBanner {
	background: #ccc;
	height: 75px;
	margin-left: 49px;
	width: 622px;
}
.sidebar {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-left: 12px;
	width: 29%;
}
.newsA {
	background: #999;
	display: block;
	height: 205px;
	margin-bottom: 10px;
	width: 300px;
}
.newsB {
	background: #999;
	display: block;
	height: 200px;
	margin-bottom: 10px;
	width: 300px;
}
.newsC {
	background: #999;
	display: block;
	height: 620px;
	margin-bottom: 10px;
	width: 300px;
}
.cartelera {
	background: #999;
	height: 473px;
	margin-bottom: 10px;
	width: 100%;
}
.footer {
	background: #222;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	clear: both;
	color: #999;
	font-family:'Salvo-Light', Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
}
.footer a {
	color:#999;
	font-family:'Salvo-Regular', Arial, Helvetica, sans-serif;
}
.footer a:hover {
	color:#fff;
}
::-webkit-scrollbar { background: transparent; width: 0; }

/* Mobile */
.wrapperMobile {
	background: url("../image/iphone.png") center center no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 768px;
	left: 50%;
	margin-left: -215px;
	position: absolute;
	width: 430px;
}
.contenedorMobile {
	height: 569px;
	margin: auto;
	margin-top: 98px;
	overflow: auto;
	overflow-x: hidden;
	width: 320px;
}
.headerMobile {
	height: 125px;
	position: absolute;
	width: 320px;
	z-index: 10;
}
.headerMA {
    background: #333;
    height: 35px;
	width: 100%;
}
.headerMB {
    background: #666;
    height: 35px;
	width: 100%;
}
.headerMC {
	background: #999;
    border-bottom: 3px solid #ccc;
    box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    -webkit-box-shadow: 0 1px 1px #ccc;
    height: 55px;
    width: 100%;
}
.contenidoMobile {
	background: #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: auto;
	padding: 135px 0px 10px 0px;
	width: 100%;	
}
.sliderHomeM {
	background: #999;
	display: block;
	height: 150px;
	margin: 10px 0;
	width: 320px;
}
.CM_A {
	background: #999;
	height: 65px;
	margin-bottom: 2px;
	width: 100%;
}
.CM_B {
	background: #999;
	height: 1012px;
	margin-bottom: 2px;
	width: 100%;
}
.footerMobile {
	background: #333;
	height: 100px;
	width: 100%;
}

/* FORMATOS */
.Billboard {
	display: block;
	height: 250px;
	margin-bottom: 10px;
}
.catfish {
	bottom:0;
	display: block;
	height: 120px;
	left: 50%;
	margin-left: -485px;
	position: fixed;
	width: 970px;
}
.leaderBoard {
	background: #ccc;
	height: 90px;
    width: 970px;
    margin: 10px auto 10px;
    text-align: center;
}
.pushDownContent {
	background: #ccc;
	height: 90px;
    width: 970px;
    margin: 10px auto 10px;
    text-align: center;
}
.boxBanner {
	background: #ccc;
	display: block;
	height: 250px;
	margin-bottom: 10px;
	width: 300px;
}
.halfPage {
	background: #ccc;
	display: block;
	height: 600px;
	margin-bottom: 10px;
	width: 300px;
}
.leaderMobile {
	background: #ccc;
	display: block;
	height: 100px;
	width: 320px;
}
.boxBannerM {
	background: #ccc;
	display: block;
	height: 250px;
	margin: 10px;
	width: 300px;
}
/* Video */
.video_content {
	height: 100%;
	min-height: 100%;
	width: 100%;
}
.videos {
	height: auto;
	margin: auto;
	max-width: 1280px;
}
@media screen and (max-width: 1024px) {
	figure {
		margin: 4px;
		width: 320px;
	}
	figure figcaption,
	figure figcaption > a {
		height: 230px;
		width: 320px;
	}
}
@media screen and (max-width: 768px) {
	figure {
		margin: 7px;
		width: 348px;
	}
	figure figcaption,
	figure figcaption > a {
		height: 250px;
		width: 348px;
	}
}
@media screen and (max-width: 480px) {
	.header {
		height: 100px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;	
		padding: 0 0 10px;
		width: 100%;
	}
	h1.title {
		float: left;
	}
}


