@charset "utf-8";



html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	
html, html a {
    -webkit-font-smoothing: antialiased;
	}

/*Iconos Fontello*/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello/fontello.eot?11696308');
  src: url('fonts/fontello/fontello.eot?11696308#iefix') format('embedded-opentype'),
       url('fonts/fontello/fontello.woff?11696308') format('woff'),
       url('fonts/fontello/fontello.ttf?11696308') format('truetype'),
       url('fonts/fontello/fontello.svg?11696308#fontello') format('svg');
  	font-weight: normal;
  	font-style: normal;
	font-variant: normal;
	speak: none;
	}

/*Iconos Linecons*/
@font-face {
	font-family: 'linecons';
	src:url('fonts/linecons/linecons.eot');
	src:url('fonts/linecons/linecons.eot?#iefix') format('embedded-opentype'),
		url('fonts/linecons/linecons.ttf') format('truetype'),
		url('fonts/linecons/linecons.woff') format('woff'),
		url('fonts/linecons/linecons.svg#linecons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	speak: none;
	}
	
img {
	border: none;
	}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	outline: none;
	}

ul {
	list-style-type: none;
	}

body {
	color: #767e9e;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	}

h2 {
	font-size: 30px;
	font-weight: 900;
	color: #666d89;
	margin: 0 0 21px 0;
	}
	
h3 {
	font-size: 18px;
	font-weight: 300;
	color: #767e9e;
	line-height: 1.6;
	}
	
h4 {
	font-size: 18px;
	font-weight: 900;
	color: #666d89;
	margin: 0 0 10px 0;
	}
	
p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
	color: #767e9e;
	}
	
.left {
	float: left;
    width: 700px;
	}
	
.right {
	float: right;
	}

.interior {
	margin: 0 auto;
	max-width: 940px;
	padding: 67px 10px;
	overflow: hidden;
	}
.interior_desarrollo {
	margin: 0 auto;
	max-width: 940px;
	padding: 0px 10px;
	overflow: hidden;
	}

/*===================================
============== Header ===============
===================================*/
#header {
	width: 100%;
	background: #4871ca;
	overflow: hidden;
	border-bottom: 6px solid #738ebf;
	}

#header .interior {
	padding-top: 34px;
	padding-bottom: 34px;
	}
	
/*logo*/
h1.logo {
	width: 130px;
	height: 43px;
	background: url(img/logo.png) no-repeat;
	text-indent: -9999px;
	}

h1.logo a {
	display: block;
	height: 100%;
	}


/*Menu*/
ul.nav-menu {
	padding: 20px 0 0 0;
	}

ul.nav-menu li {
	float: left;
	font-size: 12px;
	font-weight: 700;
	color: #494e62;
	text-transform: uppercase;
	}

	

ul.nav-menu li:first-child a {
	margin-left: 0px;
	}

ul.nav-menu li:last-child a {
	margin-right: 0px;
	}

ul.nav-menu li a {
	color: #ffffff;
	display: inline-block;
	margin: 0 13px 0 13px;
	}

ul.nav-menu li a:hover {
	color: #b1b3b5;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}


/*===================================
============== Slider ===============
===================================*/
#slider {
	background: #000;
	overflow: hidden;
	}

#slider2 {
    position: relative;
    height: auto;
    overflow: hidden;
    max-width: 940px;
    max-height: 488px;
	}

#slider .interior {
	padding-top: 0px;
	padding-bottom: 0px;
	}



/*===================================
============== Datos ===============
===================================*/
.imagen_izq {
	float: left;
    width: 40%;
    padding-right: 50px;
    }

.imagen_der {
	float: right;
    width: 54%;
    padding-left: 50px;
    }

.texto_der {
	float: right;
    width: 54%;
    font-size: 20px;
    }

.texto_izq {
	float: left;
    width: 40%;
    font-size: 20px;
    }



#datos {
	background: #f2f2f2;
	overflow: hidden;
	border-bottom: 6px solid #ffffff;
	}
	
#datos ul {
	padding: 46px 0 0 0;
	}

#datos ul li {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	}

#perfil ul li {
	width: 420px;
	float: left;
	display: inline;
	margin: 0 0 0 0px;
	}

#datos ul li:first-child {
	margin-left: 0;
	}

#datos ul li img,
#datos ul li h4,
#datos ul li p {
	display: block;
	}

#datos ul li img {
	margin: 0 0 17px 0;
	}

#datos ul li p {
	margin: 0 0 24px 0;
	}

#datos ul li a {
	display: block;
	}
	
#datos ul li span {
	font-family: "fontello";
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	background: transparent;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #6a718c;
	color: #6a718c;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	}

#datos ul li span:hover {
	border: 1px solid #4871ca;
	color: #4871ca;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}

.icon-twitter:before { content: '\e802'; }
.icon-facebook:before { content: '\e800'; }
.icon-gplus:before { content: '\e801'; }
.icon-linkedin:before { content: '\e803'; }	

.recuadro-info li {
	width: 600px;
	float: right;
    text-align: left;
	margin: 0 0 0 20px;
	}

/*===================================
============= Contacto ==============
===================================*/
#contacto {
	background: #f2f2f2;
	overflow: hidden;
	}

#contacto h2,
#contacto h3,
#contacto h4,
#contacto p,
#contacto span {
	color: #767e9e;
	}
	
#contacto ul {
	padding: 44px 0 0 0;
	overflow: hidden;
	}
	
#contacto ul li {
	float: left;
	display: inline;
	max-width: 300px;
	padding: 0 0 0 10px;
	}

#contacto ul li:first-child {
	padding: 0 10px 0 0;
 	max-width: 620px;
	}
	

input {
	background: #90CAF9;
 	max-width: 590px;
 	width: 590px;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 12px;
	color: #767e9e;
	font-family: 'Roboto', sans-serif;
	padding: 0px 15px;
	margin: 0 0 16px 0;
	outline: none;
	}

textarea {
	background: #90CAF9;
	max-width: 590px;
	width: 590px;
	height: 202px;
	max-height: 202px;
	border: 0;
	padding: 15px;
	margin: 0 0 16px 0;
	outline: none;
	overflow: auto;
	resize: none;
	font-size: 12px;
	color: #767e9e;
	font-family: 'Roboto', sans-serif;
	}

.submitbtn {
	padding: 0;
	margin: 0;
	background: #4871ca;
	overflow: hidden;
	width: 110px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	outline: none;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	}

.submitbtn:hover {
	background: #2d303a;
	color: #666d89;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}

#contacto p {
	margin: 0 0 25px 0;
	text-align: justify;
	}
	
#contacto span {
	display: block;
	font-size: 12px;
	margin: 0 0 6px 0;
	}

#contacto span i {
	font-family: 'fontello';
	margin: 0 10px 0 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	}
	
#contacto span i.li_location {
	font-family: 'linecons';
	}

.li_location:before { content: '\e012'; }
.icon-mail:before { content: '\e806'; }
.icon-phone:before { content: '\e805'; }
	


	
/*===================================
============= Footer ================
===================================*/
#footer {
	background: #2d303a;
	overflow: hidden;
	}

#footer .interior {
	padding-top: 22px;
	padding-bottom: 22px;
	}
	
#footer p {
	color: #666d89;
	}	
	
#footer p a {
	line-height: 32px;
	color: #666d89;
	}	
	
#footer p a:hover {
	color: #4871ca;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}	
	
#footer ul {
	float: right;
	}	
	
#footer ul li span {
	font-family: "fontello";
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	background: transparent;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #6a718c;
	color: #6a718c;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	}

#footer ul li span:hover {
	border: 1px solid #4871ca;
	color: #4871ca;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	
	