/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}
@font-face {
	font-family: 'Lato-Black';
	font-style: normal;
	font-weight: normal;
	src: local('Lato-Black'), url('Lato-Black.woff') format('woff');
}
@font-face {
	font-family: 'Lato-Black2';
	font-style: normal;
	font-weight: normal;
	src: local('Lato-Black2'), url('Lato-Black2.woff') format('woff');
}
@font-face {
	font-family: 'Lato-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Lato-Regular'), url('Lato-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Regular'), url('Montserrat-Regular.woff') format('woff');
}


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

.clearer{
    display:block;
    clear: both;
}

#cabecera{
	width: 100%;
	padding: 20px 0;
	height: auto;
	display: table;
	font-size: 12px;
	position: fixed;
	z-index:20000;
	background:#FFF;
}
#cabecera_izq{
	width: 20%;
	padding: 0 5%;
	text-align: left;
	float: left;
}
#cabecera_izq img{
	height: 20px;
}
#cabecera_der{
	width: 60%;
	padding: 0 5%;
	text-align:right;
	float: left;
}
#cabecera_der ul{
	width: 100%;
	list-style: none;
}
#cabecera_der ul li{
	width: auto;
	padding: 0 20px;
	text-align: center;
	float: right;
}
#cabecera_der ul li a{
	text-decoration: none;
	color: #333;
	width: 100%;
	display: block;
	-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;
}
#cabecera_der ul li a:hover{
	color:#3BBFAD;
	-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;
}
#slide{
	width: 100%;
	height: auto;
}
#slide img{
	width: 100%;
}
#slide2{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}
#slide2 img{
	width: 100%;
}
#slide2_texto{
	width: auto;
	position: absolute;
	top: 50px;
	left: 5%;
}
#slide2_texto img{
	width: 70%;
}
#slide3{
	width: 100%;
	height: auto;
	display: table;
	position: absolute;
	bottom: -80px;
}
#slide3 img{
	height: 250px;
	width: auto;
}
#txt_centrado{
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
#txt_centrado img{
	height: 150px;
}
#footer{
	width: 100%;
	height: auto;
}
#footer img{
	width: 100%;
}
#cuadro{
	width:40%;
	height: 200px;
	margin:30px 5%;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#cuadro_texto, #cuadro_imagen{
	width: 100%;
}
#cuadro_texto img{
	height: 70px;
}
#cuadro_imagen img{
	height: 80px;
	padding: 20px 0;
}
#m1{
	width: 81%;
	position: fixed;
	top: 55px;
	left: 7%;
	padding: 20px 2%;
	display: none;
	background:#FFF;
	z-index:15000;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#m2{
	width: 81%;
	position: fixed;
	top: 55px;
	left: 7%;
	padding: 20px 2%;
	display: none;
	background:#FFF;
	z-index:15000;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#m3{
	width: 81%;
	position: fixed;
	top: 55px;
	left: 7%;
	padding: 20px 2%;
	display: none;
	background:#FFF;
	z-index:15000;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#m4{
	width: 81%;
	position: fixed;
	top: 55px;
	left: 7%;
	padding: 20px 2%;
	display: none;
	background:#FFF;
	z-index:15000;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#m1_mitad{
	width:32%;
	padding-left: 1%;
	float: left;
	font-size: 12px;
	color:#666;
	text-align: left;
	border-left: solid 2px #999;
	line-height:20px;
}
#m1_mitad h1{
	font-size: 12px;
	color:#333;
}
#m1_mitad a{
	text-decoration: none;
	color: #999;
	font-weight: 100;;
}
#btnx{
	position: absolute;
	top: 10px;
	right: 2%;
	font-size: 13px;
	font-weight: 600;
}
#btnx a{
	text-decoration: none;
	color:#3BBFAD;
}

/* acerca de */
#acerca_1{
	width: 100%;
	padding: 100px 0;
	text-align: center;
}
#acerca_1 img{
	width: 50%;
}
#back_negro{
	width: 100%;
	height: auto;
	display: table;
	background: #222;
	padding: 50px 0;
}
#back_negro_mitad{
	width: 50%;
	text-align: center;
	float: left;
}
#back_negro_mitad img{
	height: 230px;
}
#back_negro_completo{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
#back_negro_completo img{
	width: 35%;
}

/*CONTACTO*/
#slide_contacto{
	width: 100%;
	height: auto;
	position: relative;
}
#slide_contacto img{
	width:100%;
}
#titulo_contacto{
	position: absolute;
	top: 150px;
	left: 50px;
}
#titulo_contacto img{
	width: 65%;
}
#contacto_izq{
	width: 45%;
	padding: 50px 0 50px 15%;
	float: left;
	text-align: left;
}
#contacto_izq h2{
	font-size: 20px;
	color:#48c9b0;
}
#contacto_der{
	width: 30%;
	padding: 100px 0;
	text-align: center;
	float: left;
}
#contacto_der img{
	height: 70px;
}
#contacto_der a{
	text-decoration: none;
	color:#666;
}
.texto{
	width: 80%;
	padding: 10px;
	background: none;
	border:solid 1px #48c9b0;
	color: #48c9b0;
	border-radius:15px;
}
.texto2{
	width: 80%;
	height: 120px;
	padding: 10px;
	background: none;
	border:solid 1px #48c9b0;
	color: #48c9b0;
	border-radius:15px;
}
.enviar{
	border: none;
	background:#48c9b0;
	color:#FFF;
	font-size: 13px;
	border-radius:15px;
	cursor:pointer;
	padding: 10px 30px;
}

#bloque_btn{
	width: 100%;
	padding:100px 0;
	text-align: center;
}
#bloque_btn a{
	width: 250px;
	padding:10px 20px;
	border:solid 2px #48c9b0;
	border-radius:25px;
	text-decoration: none;
	color:#48c9b0;
	text-align: center;
	font-size: 15px;
}
#bloque_btn a:hover{
	background:#48c9b0;
	color:#FFF;
}

/*INTERIORES*/
#slide_interior{
	width: 100%;
	height: auto;
	position: relative;
	display: table;
}
#slide_interior img{
	width: 100%;
}
#titulo_interior{
	position: absolute;
	top: 150px;
	left: 100px;
	font-size: 35px;
	color: #FFF;
	z-index: 2000;
	font-family: 'Lato-Black';
	text-align: left;
}
#barra_verde{
	width: 70%;
	padding: 10px 15%;
	text-align: left;
	font-size: 13px;
	color: #FFF;
	background:#3BBFAD;
	margin-top: 20px;
}
#barra_verde a{
	text-decoration: none;
	color:#FFF;
}
#cuadro_interior_texto{
	width: 40%;
	padding: 20px 5%;
	text-align: right;
	float: left;
}
#cuadro_interior_texto img{
	height: 200px;
}
#cuadro_interior_imagen{
	width: 40%;
	padding: 20px 5%;
	text-align: left;
	float: left;
}
#cuadro_interior_imagen img{
	height: 200px;
}
#bloque_gris{
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 0;
	background:#EEE;
}
#cuadro_interior_imagen_gris{
	width: 45%;
	padding: 20px 5% 20px 0;
	text-align: right;
	float: left;
}
#cuadro_interior_imagen_gris img{
	width: 100%;
}
#cuadro_interior_imagen_gris_2{
	width: 40%;
	padding: 20px 5%;
	text-align: right;
	float: left;
}
#cuadro_interior_imagen_gris_2 img{
	height: 200px;
}
#cuadro_interior_texto_gris{
	width: 40%;
	padding: 40px 5%;
	text-align: left;
	float: left;
}
#cuadro_interior_texto_gris img{
	height: 180px;
}
#menu{
	display: block;
}
#menu_movil, #fijo_movil, #bloque_menu{
	display: none;
}
#informacion_centrada{
	width: 100%;
	padding: 50px 0;
	text-align: center;;
}
#informacion_centrada img{
	width: 35%;
}












@media only screen and (min-width:300px) and (max-width:1100px){
#menu{
	display: none;
}
#menu_movil{
		position:fixed;
		top:10px;
		left:10px;
		display:block;
		z-index:10000;
}
#menu_movil img{
	height: 25px;
}
#bloque_menu{
	width:100%;
	height:100%;
	padding:30px 0 50px 0;
	background:rgba(254,254,254,0.9);
	position:fixed;
	left:-100%;
	top:0;
	z-index:20000;
	display: table;
}
#menu_movil_2{
	position:absolute;
	top:10px;
	left:10px;
	display:block;
	z-index:30000;
}
#menu_movil_2 img{
	height: 25px;
}
#opcion{
	width:100%;
	height:auto;
	padding: 0;
	text-align:center;
	font-size:13px;
	border-bottom:solid 1px  #999;
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:20px 0;
	color:#422918;
	display:block;
}
#fijo_movil{
	width: 100%;
	padding: 20px 0;
	height: auto;
	background:#FFF;
	position: fixed;
	z-index:9000;
	top: 0;
	display: block;
	border-bottom:solid 1px #DDD;
}
#fijo_movil img{
	height:25px;
}

#slide{
	width: 100%;
	height: auto;
	padding-top:50px;
}
#cuadro{
	width:90%;
	height: 200px;
	margin:30px 5%;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#cuadro_texto, #cuadro_imagen{
	width: 100%;
}
#cuadro_texto img{
	width: 90%;
}
#barra_verde{
	width: 90%;
	padding: 10px 5%;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	background:#3BBFAD;
	margin-top: 20px;
}
#cuadro_interior_texto{
	width: 90%;
	padding: 20px 5%;
	text-align:center;
}
#cuadro_interior_texto img{
	width:100%;
}
#cuadro_interior_imagen{
	width: 80%;
	padding: 20px 10%;
	text-align:center;
}
#cuadro_interior_imagen img{
	height: 140px;
}
#bloque_gris{
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 0;
	background:#EEE;
}
#cuadro_interior_imagen_gris{
	width: 80%;
	padding: 20px 10%;
	text-align: center;
}
#cuadro_interior_imagen_gris img{
	width: 100%;
}
#cuadro_interior_imagen_gris_2{
	width: 80%;
	padding: 20px 10%;
	text-align: center;
}
#cuadro_interior_imagen_gris_2 img{
	width:100%;
}
#cuadro_interior_texto_gris{
	width: 90%;
	padding: 40px 5%;
	text-align:center;
}
#cuadro_interior_texto_gris img{
	width:100%;
}
#titulo_interior{
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 20px;
	color: #FFF;
	z-index: 2000;
	font-family: 'Lato-Black';
	text-align: left;
}
#contacto_izq{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
}
#contacto_der{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
#titulo_contacto{
	position: absolute;
	top: 70px;
	left: 50px;
}
#titulo_contacto img{
	width: 50%;
}
#slide2{
	width: 100%;
	height: 450px;
	display: table;
	position: relative;
	background: #000;
}
#slide2 img{
	width: 100%;
}
#slide2_texto{
	width: auto;
	position: absolute;
	top: 40px;
	left: 5%;
}
#slide2_texto img{
	width: 80%;
}
#slide3{
	width: 100%;
	height: auto;
	display: table;
	position: absolute;
	bottom: -100px;
	margin-bottom: 30px;
}
#slide3 img{
	height: 200px;
	width: auto;
}

#back_negro_mitad{
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
#back_negro_mitad img{
	height: auto;
	width:70%;
}
#back_negro_completo img{
	width: 80%;
}

#informacion_centrada{
	width: 100%;
	padding: 50px 0;
	text-align: center;;
}
#informacion_centrada img{
	width: 60%;
}






}
