@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Abel-Regular';
    src: url('../fonts/Abel-Regular.eot');
    src: url('../fonts/Abel-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Abel-Regular.woff') format('woff'),
        url('../fonts/Abel-Regular.ttf') format('truetype'),
        url('../fonts/Abel-Regular.svg#Abel-Regular_0') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
*{
	margin:0 auto;
}
.celeste{
	color:#0E7BB5;
}
h1, h2, h3, h4{
	margin:0;
	font-family: 'Abel-Regular', sans-serif;
}
p{
	font-family: 'Abel-Regular', sans-serif;
	font-size:18px;
	color:#4d4d4d;
	line-height:1.3em;
}
a{
	text-decoration:none;
}
body{
	background:#E6EEF2;
	font-family: 'Abel-Regular';
}
img{
	max-width:100%;
	height:auto;
}
header{
	width:100%;
	height:120px;
	background:#F8F7F6;
	font-family: 'Abel-Regular';

}
.cacebera{
	width:1176px;
	height:120px;
}
.logo{
	width:180px;
	height:120px;
	float:left;
}
.lado2{
	width:996px;
	height:120px;
	float:left;
}
.datos_cabecera{
	width:380px;
	margin-left:616px;
	height:55px;
	font-size:26px;
}
.telefono_cabecera1{
	height:30px;
	background:url(../images/sp.png) left no-repeat;
	padding-left:30px;
	margin-top:10px;
	width:180px;
	float:left;
	font-size:19px;
	color:#0E7BB5
}
.telefono_cabecera2{
	height:30px;
	background:url(../images/telf.png) left no-repeat;
	padding-left:30px;
	margin-top:10px;
	width:200px;
	float:left;
	color:#0E7BB5;
}
.linea_cabecera1{
	border-bottom:1px solid #0E7BB5;
	width:380px;
	height:15px;
}
.area_menu{
	height:60px;
	margin-top:5px;
	float:right;
}
.linea_celeste{
	height:5px;
	width:100%;
	background:#2F9DDA;
}
.area_banner{
	width:100%;
	height:500px;
}
.area_cajas{
	width:100%;
	height:150px;
	z-index:99999;
	


	margin-top:-50px;
	margin-bottom:80px;
}
.cajas{
	width:1176px;
	height:150px;
}
.caja1{
	width:290px;
	height:150px;
	background:url(../images/bg-caja.jpg) bottom repeat-x #e6e6e6;
	margin:0 2px;
	float:left;
	border-radius:20px 20px 0 0;
}
.conte_caja{
	width:180px;
	height:150px;
	float:left;
}
.img_caja{
	width:110px;
	height:150px;
	float:left;
}
.textos_caja{
	width:170px;
	height:110px;
	margin:10px 0 0 10px;
}
.textos_caja h2{
	font-size:20px;
	line-height:1.5em;
	color:#0E7BB5;
}
.btn_vermas a{
	display:block;
	background:url(../images/bg-btn-caja.png) no-repeat right;
	height:30px;
	width:105px;
	margin:0;
	padding:5px 0 0 10px;
	font-family: 'Abel-Regular', sans-serif;
	font-size:18px;
	color:#fff;
	transition:.8s;
}
.btn_vermas a:hover{
	background:url(../images/bg-btn-caja.png) no-repeat left;
	transition:.8s;
}
.frase{
	width:100%;
	margin-bottom:80px;
}
.frase h1{
	font-weight:normal;
	text-align:center;
	color:#323232;
}
.datos_pie{
	width:1176px;
}
.datos_pie1{
	width:380px;
	margin:0 6px;
	float:left;
	border-top:5px solid #2F9DDA;

}
.titulo_pie{
	height:30px;
	margin:10px 0;
}
.titulo_pie h1{
	color:#2F9DDA;
	font-size:24px;
	text-align:center;
}
.pie-direccion{
	font-size:20px;
	background:url(../images/local.png) top no-repeat;
	padding-left:20px;
	background-position:left;
	color:#5B5B5B;
	line-height:1.5em
}
.pie-telefono{
	font-size:20px;
	background:url(../images/telf2.png) left no-repeat;
	padding-left:20px;
	background-position:top left;
	color:#5B5B5B;
	line-height:1.5em;
}
.pie-celular{
	font-size:20px;
	background:url(../images/celular.png) left no-repeat;
	padding-left:20px;
	background-position:top left;
	color:#5B5B5B;
	line-height:1.5em
}
.pie-web{
	font-size:20px;
	background:url(../images/web.png) left no-repeat;
	padding-left:20px;
	background-position:top left;
	color:#5B5B5B;
	line-height:1.5em;
}
.pie-correo{
	font-size:20px;
	background:url(../images/correo.png) left no-repeat;
	padding-left:20px;
	background-position:top left;
	color:#5B5B5B;
	line-height:1.5em
}
.pie_final{
	background:#2F9DDA;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:50px;
}
.area-cuerpo{
	background:#fff;
	padding-top:10px;
}
.cuerpo{
	width:1176px;
}
.altura600{
	height:600px;
}
.altura700{
	height:600px;
}
.altura800{
	height:800px;
}
.altura800-2{
	height:800px;
}
.altura900{
	height:900px;
}
.altura900-2{
	height:900px;
}
.altura1000{
	height:1000px;
}
.altura1100{
	height:1100px;
}
.menu_lateral{
	width:180px;
	float:left;
	font-size:20px;
}
.menu_lateral1 a{
	background:#e6e6e6;
	font-weight:bold;
	display:block;
	color:#0E7BB5;
	height:36px;
	padding-top:6px;
	padding-left:10px;
	border-top:1px solid #0E7BB5;
	border-right:1px solid #0E7BB5;

}
.menu_lateral2 a{
	display:block;
	color:#434242;
	height:36px;
	padding-top:6px;
	padding-left:10px;
	border-right:1px solid #0E7BB5;
}
.menu_lateral2 a:hover{
	background:#e6e6e6;
}
.contenido{
	width:996px;
	float:left;
}
.titulo_seccion{
	background:#0E7BB5;
	color:#fff;
	width:200px;
	margin:0;
	height:36px;
	padding-top:6px;
	padding-left:10px;
	font-size:20px;
	border-radius:0 50px 50px 0;
}
.contenido_principal{
	width:900px;
	margin-left:96px;
	margin-top:30px;
}
.contenido_principal h1{
	color:#0E7BB5;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}
.contenido_principal h2{
	color:#000;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}
.contenido_principal p{
	margin-bottom:20px;
	text-align:justify;
}
.contenido_principal li{
	list-style:url(../images/vineta.png);
	font-size:18px;
	color:#4d4d4d;
	line-height:1.5em;
}
.imagen1{
	width:425px;
	height:255px;
	float:left;
	margin-right:25px;
	border-bottom:5px solid #0E7BB5;
	padding-bottom:5px;
}
.imagen2{
	width:425px;
	height:255px;
	float:left;
	margin-left:25px;
	border-bottom:5px solid #0E7BB5;
	padding-bottom:5px;
}
.zoom-imagen {
  position: relative;
  overflow: hidden;
  width: 425px;
}
.zoom-imagen img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zoom-imagen:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.separador20px{
	height:20px;
}
.separador40px{
	height:40px;
}
.area-banner-int{
	height:310px;
	width:100%;
	background:#2F9DDA;
}
.banner-int{
	width:1176px;
}
.cont-datos{
	width:400px;
	margin:25px;
	float:left;
	font-size:20px;
	color:#4d4d4d;
}
.tit-dato{
	font-size:18px;
	color:#2F9DDA;
	line-height:2em;
}
.form1{
	width:400px;
	margin:25px;
	float:left;
}
.form2{
	width:400px;
	margin:25px;
	float:left;
}
.cont-datos2{
	width:400px;
	margin:10px 0;
	font-size:18px;
	color:#4d4d4d;
	height:25px;
}
.cont-datos3{
	width:400px;
	margin:10px 0;
	font-size:20px;
	color:#4d4d4d;
	height:110px;
}
.econt-datos2{
	border:1px solid #2F9DDA;
	height:40px;
	width:100%;
	padding-left:10px;
}
.econt-datos3{
	border:1px solid #2F9DDA;
	height:140px;
	width:100%;
	padding-left:10px;
}
.ebtn-enviar{
	background:#2F9DDA;
	border:none;
	color:#fff;
	height:40px;
	padding-top:5px;
	font-size:16px;
	width:200px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Abel-Regular';
  font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Abel-Regular';
  font-size:16px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Abel-Regular';
  font-size:16px;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Abel-Regular';
  font-size:16px;
}
.mapa{
	width:900px;
	height:400px;
}