/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}
@font-face {
	font-family: 'Oswald-SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Oswald-SemiBold'), url('Oswald-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'TTForsTrial-Bold';
	font-style: normal;
	font-weight: normal;
	src: local('TTForsTrial-Bold'), url('TTForsTrial-Bold.woff') format('woff');
}
@font-face {
	font-family: 'TTForsTrial-Italic';
	font-style: normal;
	font-weight: normal;
	src: local('TTForsTrial-Italic'), url('TTForsTrial-Italic.woff') format('woff');
}
@font-face {
	font-family: 'TTForsTrial-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('TTForsTrial-Medium'), url('TTForsTrial-Medium.woff') format('woff');
}
@font-face {
	font-family: 'TTForsTrial-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('TTForsTrial-Regular'), url('TTForsTrial-Regular.woff') format('woff');
}


body {
	font-family: 'TTForsTrial-Regular';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}
.naranja{
	color:#fb8d00;
}

#gris a:hover{
	color:#999;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}

#wrapper{
	width: 90%;
	margin: 20px 5%;
	height: auto;
	display: table;
	margin-bottom: 50px;
}
#cabecera{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}
#cabecera img{
	width: 100%;
}
#lgtp{
	position: absolute;
	width: 20%;
	top: 0;
	right: 0;
	padding: 15px;
	background: #FFF;
	border-radius: 20px;
	text-align: center;
}
#lgtp img{
	width: 85%;
}
#btnw{
	position: absolute;
	width: 20%;
	left: 0;
	bottom: 0;
	background: #FFF;
	border-radius: 20px;
	text-align: center;
	padding: 10px;
}
#btnw img{
	width: 90%;
}
#titulo_slide{
	position: absolute;
	left:7%;
	top: 40%;
	font-size: 30px;
	color: #FFF;
	font-family: 'TTForsTrial-Bold';
	text-align: left;
	line-height:30px;
}
#subtitulo_slide{
	position: absolute;
	left:7%;
	top: 53%;
	font-size: 15px;
	color: #FFF;
	font-family: 'TTForsTrial-Italic';
	text-align: left;
	line-height:30px;
}

/* CUADROS NARANJAS */
#cn{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}
#cn_1{
	width: 35%;
	margin: 30px 0;
	float: left;
	text-align: center;
	color: #000;
	background:#fb8d00;
	border-radius: 20px;
	padding:20px 0;
	z-index: 2000;
	position: relative;
}
#cn_1_i{
	width: 50%;
	padding: 0 5%;
	float: left;
	text-align: left;
	font-size: 35px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:3px;
}
#cn_1_d{
	width: 30%;
	padding: 10px 5%;
	float: left;
	text-align: left;
	font-size: 16px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:2px;
	line-height:15px;
}
#cn_2{
	width:24%;
	margin: 30px 8%;
	float: left;
	text-align: center;
	color: #000;
	background:#fb8d00;
	border-radius: 20px;
	padding:15px 0;
	z-index: 2000;
	position: relative;
}
#cn_2_i{
	width: 100%;
	padding: 0;
	font-size: 45px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:3px;
	text-align: center;
	line-height:31px;
}
#cn_2_d{
	width: 100%;
	padding: 0;
	font-size:15px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:1px;
	text-align: center;
	line-height:32px;
}
#cn_3{
	width:25%;
	margin: 30px 0;
	float: left;
	text-align: center;
	color: #000;
	background:#fb8d00;
	border-radius: 20px;
	padding:15px 0;
	z-index: 2000;
	position: relative;
}
#linea{
	position: absolute;
	left: 0;
	top: 48%;
	border-bottom: dotted 2px #000;
	width: 100%;
	z-index: 1000;
	height: 2px;
}

/* FOTOS */
#f1{
	width:25%;
	float: left;
	padding: 0;
	height: auto;
	position: relative;
	margin-bottom:30px;
}
#f2{
	width:25%;
	margin: 0 5%;
	float: left;
	height: auto;
	position: relative;
	margin-bottom:30px;
}
#f3{
	width:40%;
	padding: 0;
	float: left;
	height: auto;
	text-align: right;
	position: relative;
	margin-bottom:30px;
}
#f4{
	width:40%;
	margin: 0 5%;
	float: left;
	height: auto;
	position: relative;
	margin-bottom:30px;
}
#f5{
	width:25%;
	float: left;
	padding: 0;
	height: auto;
	position: relative;
	margin-bottom:30px;
}
#f1 img, #f2 img, #f5 img{
	width:100%;
}
#f3 img{
	width: 97%;
}
#f4 img{
	width: 97%;
}
#titulos_fotos{
	position: absolute;
	width: 90%;
	padding: 10px 5%;
	text-align: left;
	left: 0;
	bottom:20px;
}
#titulos_fotos h1{
	color: #FFF;
	font-size: 20px;
	font-family: 'TTForsTrial-Bold';
}
#titulos_fotos p{
	color: #FFF;
	font-size: 15px;
	font-family: 'TTForsTrial-Regular';
}
#ico_1{
	position: absolute;
	top: 20px;
	right:20px;
}
#ico_2{
	position: absolute;
	top:70px;
	right:20px;
}
#ico_1 img, #ico_2 img{
	width:35px;
}
#f1_l1, #f2_l1, #f3_l1, #f4_l1, #f5_l1, #f6_l1{
	position: absolute;
	width: 60%;
	top: 15px;
	left: 10%;
	background:rgba(254,254,254,0.8);
	color:#666;
	font-size: 13px;
	font-family: 'TTForsTrial-Medium';
	border-radius: 15px;
	text-align: center;
	display: none;
	padding: 10px;
}
#f1_l2, #f2_l2, #f3_l2, #f4_l2, #f5_l2, #f6_l2{
	position: absolute;
	width: 60%;
	top: 60px;
	left: 10%;
	background:rgba(254,254,254,0.8);
	color:#666;
	font-size: 13px;
	font-family: 'TTForsTrial-Medium';
	border-radius: 15px;
	text-align: center;
	display: none;
	padding: 10px;
}


/* RECTÁNGULOS */
#rect_gris{
	width: 40%;
	margin: 0 2% 30px 0;
	background: #444;
	color: #FFF;
	font-size: 25px;
	padding: 20px 4%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	position: relative;
}
#rect_nrj{
	width: 40%;
	margin: 0 0 30px 2%;
	background:#fb8d00;
	color: #FFF;
	font-size: 25px;
	padding: 20px 4%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	position: relative;
}
#rect_nrj_2{
	width: 40%;
	margin: 0 2% 30px 0;
	background:#fb8d00;
	color: #FFF;
	font-size: 25px;
	padding: 20px 4%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	position: relative;
}
#rect_gris_2{
	width: 40%;
	margin: 0 0 30px 2%;
	background: #444;
	color: #FFF;
	font-size: 25px;
	padding: 20px 4%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	position: relative;
}
#rect_gris a, #rect_nrj a, #rect_nrj_2 a, #rect_gris_2 a{
	text-decoration: none;
	color: #FFF;
	display: block;
}
#flec{
	position: absolute;
	right: 3%;
	top: 25px;
}
#flec img{
	height: 40px;
}
#tit_ab{
	width: 100%;
	margin: 30px 0;
	text-align: center;
	font-size: 20px;
	font-family: 'TTForsTrial-Bold';
	color:#444;
	line-height: 25px;
}
#mostrar_financiamiento{
	width: 80%;
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	display: none;
	border: solid 1px #fb8d00;
	border-radius: 20px;
	z-index: 5000;
}
#mostrar_financiamiento_titulo{
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 20px;
	font-family: 'TTForsTrial-Bold';
	background:#fb8d00;
	border-radius:20px 20px 0 0;
}
#mostrar_financiamiento_txt{
	width:80%;
	padding: 20px 10%;
	text-align: left;
	font-size: 15px;
	font-family: 'TTForsTrial-Medium';
	color:#444;
	line-height: 20px;
	background: #FFF;
	border-radius:0 0 20px 20px;
}
#mostrar_financiamiento_btn{
	position: absolute;
	top:5px;
	right:5px;
	font-size: 15px;
	text-align: center;
}
#mostrar_financiamiento_btn a{
	padding:3px 10px;
	display: block;
	text-decoration: none;
	background: #FFF;
	color: #fb8d00;
	border-radius: 40px;
}

/* FOOTER */
#footer{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	margin: 20px 0 20px 0;
}
#footer img{
	width: 100%;
}
#logo_footer{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
#logo_footer img{
	width:8%;
}
#footer_izq{
	width: 38%;
	position: absolute;
	top: 20px;
	left: 30px;
}
#footer_izq_1{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	font-family: 'TTForsTrial-Bold';
	color:#fb8d00;
	line-height: 25px;
	padding:40px 0 0 0;
}
#footer_izq_2{
	width: 40%;
	padding: 0 5%;
	float: left;
	text-align: center;
}
#footer_izq_2 img{
	width: 100%;
}
#footer_izq_3{
	width: 80%;
	margin: 0 5%;
	position: absolute;
	bottom: -40px;
	left: 0;
	background: #222;
	padding: 10px 20px;
	border-radius: 25px;
	color: #FFF;
	font-size: 15px;
	font-family: 'TTForsTrial-Regular';
	text-align: left;
}
#footer_izq_3 a{
	text-decoration: none;
	color: #FFF;
	display: block;
}
#footer_der{
	width: 38%;
	position: absolute;
	top: 20px;
	left: 65%;
}
#footer_der_1{
	position: absolute;
	width: 90%;
	margin: 40px 0;
	text-align: left;
}
#footer_der_1 h1{
	color: #FFF;
	font-size: 20px;
	font-family: 'TTForsTrial-Bold';
	line-height: 25px;
}
#footer_der_1 img{
	height: 35px;
	margin: 10px 5px 0 0;
	width: auto;
	float: left;
}
.link_web{
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 15px;
	background: #222;
	font-size: 12px;
}
#flec_2{
	position: absolute;
	right: 2%;
	top:5px;
	z-index: 2000;
}
#flec_2 img{
	height: 30px;
}


#cabecera_movil, #slide_movil, #footer_movil{
	display: none;
}


@media only screen and (min-width:1700px){
	#titulo_slide{
		position: absolute;
		left:7%;
		top: 40%;
		font-size: 45px;
		color: #FFF;
		font-family: 'TTForsTrial-Bold';
		text-align: left;
		line-height:45px;
	}
	#subtitulo_slide{
		position: absolute;
		left:7%;
		top: 52%;
		font-size: 25px;
		color: #FFF;
		font-family: 'TTForsTrial-Italic';
		text-align: left;
		line-height:30px;
	}
	#cn_1{
		width: 35%;
		margin: 30px 0;
		float: left;
		text-align: center;
		color: #000;
		background:#fb8d00;
		border-radius: 20px;
		padding:20px 0;
		z-index: 2000;
		position: relative;
	}
	#cn_1_i{
		width: 50%;
		padding: 0 5%;
		float: left;
		text-align: left;
		font-size: 45px;
		font-family: 'Oswald-SemiBold';
		letter-spacing:3px;
	}
	#cn_1_d{
		width: 30%;
		padding: 10px 5%;
		float: left;
		text-align: left;
		font-size: 25px;
		font-family: 'Oswald-SemiBold';
		letter-spacing:2px;
		line-height:25px;
	}
	#cn_2{
		width:24%;
		margin: 30px 8%;
		float: left;
		text-align: center;
		color: #000;
		background:#fb8d00;
		border-radius: 20px;
		padding:15px 0;
		z-index: 2000;
		position: relative;
	}
	#cn_2_i{
		width: 100%;
		padding: 0;
		font-size: 50px;
		font-family: 'Oswald-SemiBold';
		letter-spacing:3px;
		text-align: center;
		line-height:31px;
	}
	#cn_2_d{
		width: 100%;
		padding: 0;
		font-size:25px;
		font-family: 'Oswald-SemiBold';
		letter-spacing:1px;
		text-align: center;
		line-height:45px;
	}
	#cn_3{
		width:25%;
		margin: 30px 0;
		float: left;
		text-align: center;
		color: #000;
		background:#fb8d00;
		border-radius: 20px;
		padding:15px 0;
		z-index: 2000;
		position: relative;
	}
	#footer_der_1{
		position: absolute;
		width: 90%;
		margin: 40px 0;
		text-align: left;
	}
	#footer_der_1 h1{
		color: #FFF;
		font-size: 30px;
		font-family: 'TTForsTrial-Bold';
		line-height: 40px;
	}
	#footer_der_1 img{
		height: 45px;
		margin: 40px 30px 60px 0;
		width: auto;
		float: left;
	}
	.link_web{
		text-decoration: none;
		color: #FFF;
		padding: 20px 30px;
		border-radius: 15px;
		background: #222;
		font-size: 20px;
	}
}


@media only screen and (min-width:300px) and (max-width:900px){
#cabecera, #footer{
	display:none;
}
#wrapper{
	width: 100%;
	margin:0;
	height: auto;
	display: table;
	margin-bottom: 50px;
}
#cabecera_movil{
	display: block;
	width:100%;
	height:auto;
	padding:20px 0;
	text-align:center;
	position:fixed;
	z-index:10000;
	background:#FFF;
	top: 0;
	border-bottom: solid 2px #fb8d00;
}
#cabecera_movil img{
	height: 50px;
}
#slide_movil{
	width: 100%;
	position: relative;
	display: block;
	margin-top:100px;
}
#slide_movil img{
	width: 100%;
}
#btnw{
	position: absolute;
	width:25%;
	left: 0;
	bottom: 3px;
	background:none;
	border-radius:0;
	text-align: center;
	padding:0 5px;
}
#btnw img{
	width: 90%;
}
#titulo_slide{
	position: absolute;
	left:7%;
	top: 37%;
	font-size: 20px;
	color: #FFF;
	font-family: 'TTForsTrial-Bold';
	text-align: left;
	line-height:20px;
}
#subtitulo_slide{
	position: absolute;
	left:7%;
	top: 53%;
	font-size: 12px;
	color: #FFF;
	font-family: 'TTForsTrial-Italic';
	text-align: left;
	line-height:30px;
}

/* CUADROS */
#cn_1{
	width: 90%;
	margin: 30px 5% 10px 5%;
	text-align: center;
	color: #000;
	background:#fb8d00;
	border-radius: 20px;
	padding:20px 0;
	z-index: 2000;
	position: relative;
}
#cn_1_i{
	width: 50%;
	padding: 0 5%;
	float: left;
	text-align: left;
	font-size: 35px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:3px;
}
#cn_1_d{
	width: 30%;
	padding: 10px 5%;
	float: left;
	text-align: left;
	font-size: 16px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:2px;
	line-height:15px;
}
#cn_2{
	width:46%;
	margin: 10px 2%;
	float: left;
	text-align: center;
	color: #000;
	background:#fb8d00;
	border-radius: 20px;
	padding:15px 0;
	z-index: 2000;
	position: relative;
}
#cn_2_i{
	width: 100%;
	padding: 0;
	font-size: 45px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:3px;
	text-align: center;
	line-height:31px;
}
#cn_2_d{
	width: 100%;
	padding: 0;
	font-size:13px;
	font-family: 'Oswald-SemiBold';
	letter-spacing:1px;
	text-align: center;
	line-height:32px;
}
#cn_3{
	width:46%;
	margin: 10px 2%;
	float: left;
	text-align: center;
	color: #000;
	background:#fb8d00;
	border-radius: 20px;
	padding:15px 0;
	z-index: 2000;
	position: relative;
}
#linea{
	top:53%;
}

/* FOTOS */
#f1{
	width:90%;
	margin: 10px 5%;
	padding: 0;
	height: auto;
	position: relative;
}
#f2{
	width:90%;
	margin: 10px 5%;
	padding: 0;
	height: auto;
	position: relative;
}
#f3, #f4, #f5{
	width:90%;
	margin: 10px 5%;
	padding: 0;
	height: auto;
	position: relative;
}
#f1 img, #f2 img, #f3 img, #f4 img, #f5 img{
	width: 100%;
}
#ico_1{
	position: absolute;
	top: 20px;
	right:20px;
}
#ico_2{
	position: absolute;
	top:70px;
	right:20px;
}
#ico_1 img, #ico_2 img{
	width:35px;
}

/* RECTÁNGULOS */
#rect_gris{
	width: 39%;
	margin:10px 2% 10px 5%;
	background: #444;
	color: #FFF;
	font-size: 16px;
	padding: 40px 2%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	height: 90px;
	position: relative;
}
#rect_nrj{
	width: 39%;
	margin:10px 5% 10px 2%;
	background:#fb8d00;
	color: #FFF;
	font-size: 16px;
	padding: 40px 2%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	height: 90px;
	position: relative;
}
#rect_gris_2{
	width: 39%;
	margin:10px 5% 10px 2%;
	background: #444;
	color: #FFF;
	font-size: 16px;
	padding: 40px 2%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	height: 90px;
	position: relative;
}
#rect_nrj_2{
	width: 39%;
	margin:10px 2% 10px 5%;
	background:#fb8d00;
	color: #FFF;
	font-size: 16px;
	padding: 40px 2%;
	text-align: left;
	font-family: 'TTForsTrial-Bold';
	float: left;
	border-radius: 25px;
	line-height: 25px;
	height: 90px;
	position: relative;
}
#flec{
	position: absolute;
	right: 3%;
	top:5px;
}
#flec img{
	height: 30px;
}
#tit_ab{
	width: 100%;
	margin:30px 0;
	text-align: center;
	font-size: 18px;
	font-family: 'TTForsTrial-Bold';
	color:#444;
	line-height: 25px;
}
#mostrar_financiamiento{
	width:100%;
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	display: none;
	border: solid 1px #fb8d00;
	border-radius: 20px;
	z-index: 5000;
}
#mostrar_financiamiento_titulo{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-family: 'TTForsTrial-Bold';
	background:#fb8d00;
	border-radius:20px 20px 0 0;
	line-height: 20px;
}
#mostrar_financiamiento_txt{
	width:90%;
	padding: 20px 5%;
	text-align: left;
	font-size: 13px;
	font-family: 'TTForsTrial-Medium';
	color:#444;
	line-height: 17px;
	background: #FFF;
	border-radius:0 0 20px 20px;
}
#mostrar_financiamiento_btn{
	position: absolute;
	top:-10px;
	right:-10px;
	font-size: 15px;
	text-align: center;
}
#mostrar_financiamiento_btn a{
	padding:3px 10px;
	display: block;
	text-decoration: none;
	background: #000;
	color: #fb8d00;
	border-radius: 40px;
}

/* FOOTER */
#footer_movil{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	background: #444;
	padding-bottom: 150px;
}
#footer_movil img{
	width: 100%;
}
#logo_footer{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #FFF;
	height: auto;
	display: table;
}
#logo_footer img{
	width:10%;
}
#footer_der{
	width: 45%;
	position: absolute;
	top: 60px;
	left:55%;
}
#footer_der_1{
	position: absolute;
	width: 100%;
	margin: 20px 0;
	text-align: left;
}
#footer_der_1 h1{
	color: #FFF;
	font-size: 15px;
	font-family: 'TTForsTrial-Bold';
	line-height: 20px;
}
#footer_der_1 img{
	height: 30px;
	margin: 9px 10% 0 0;
	width: auto;
	float: left;
}
#footer_izq{
	width: 50%;
	position: absolute;
	top: 70px;
	left:0;
}
#footer_izq_1{
	display: none;
}
#footer_izq_2{
	width: 100%;
	padding: 0;
	text-align: center;
}
#footer_izq_2 img{
	width: 70%;
}
#footer_izq_3{
	width: 90%;
	margin: 0 5%;
	position: absolute;
	bottom: -30px;
	left:0;
	background: #222;
	padding: 10px;
	border-radius: 20px;
	color: #FFF;
	font-size: 10px;
	font-family: 'TTForsTrial-Regular';
	text-align: left;
}
#footer_izq_3 a{
	text-decoration: none;
	color: #FFF;
	display: block;
}
#flec_2{
	position: absolute;
	right: 2%;
	top:5px;
	z-index: 2000;
}
#flec_2 img{
	height: 25px;
	width: auto;
}


}
