@import url(http://fonts.googleapis.com/css?family=Lato);

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%; height:100%;}

body { 	 
	font-family: 'Lato', sans-serif !important;
	font-size:14px;
	line-height:25px;
	color:#000;
	height:100%;
	background:url(../images/body-tail.gif) center top repeat #e7e7e7;
}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {	
	margin:0 auto;	
}

a {  
  color: #065b9f;
  outline: none;
  font-family: 'Lato', sans-serif !important;
  text-decoration: none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left; font-family: 'Lato', sans-serif !important;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px; font-family: 'Lato', sans-serif !important; color: #5d5f5f;}
.p0 {margin-bottom:0px; font-family: 'Lato', sans-serif !important;}
.p1 {margin-bottom:6px; font-family: 'Lato', sans-serif !important;}
.p2 {margin-bottom:15px; font-family: 'Lato', sans-serif !important; color: #5d5f5f;}
.p3 {margin-bottom:30px; font-family: 'Lato', sans-serif !important;}
.p4 {margin-bottom:40px; font-family: 'Lato', sans-serif !important;}
.p5 {margin-bottom:50px; font-family: 'Lato', sans-serif !important;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.indent-top {padding-top:60px;}
.indent-top2 {padding-top:15px;}
.indent-left {padding-left:40px;}
.indent-right {padding-right:50px;}

.indent-bot {margin-bottom:20px;}
.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}
.margin-left {margin-left:13px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:24px 0px 0px 20px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 a,
.link,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:20px 0 0 11px; 
	float:left;
	font-family: 'Lato', sans-serif !important;
}
	h1 a {
  display: block;
  width: 302px;
  height: 66px;
  text-indent: -999em;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: 299px;
	}
	
/***** menu *****/
.menu {
	padding:35px 10px 0 0; 
	float:right;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.gif) 0 4px no-repeat;
}
.menu > li:first-child {background:none;}
.menu a {
  display: inline-block;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0px;
  padding: 7px 24px 9px 25px;
  color: #323333;
  text-transform: initial;
  background: url(../images/menu-a-tail.gif) 0 -999em repeat-x;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-family: 'Lato', sans-serif !important;
}
.menu a.active,
.menu a:hover {background-position:0 0; background-color:#fff; color:#065b9f;}

/***** slider *****/
.row-bot {
	width:100%;
	padding:49px 0 0;
}
.slider {
	position:relative;
}
/*********************************content*************************************/
#content {
	width:100%; 
	padding:50px 0 53px;
	background:#eeecec;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:12px 0 53px;}

.spacer-1 {
	width:100%; 
	padding:22px 0;
	/*background:url(../images/spacer-1.gif) right top repeat-y;*/
}

h2 {
  font-size: 46px;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #065b9f;
  margin-bottom: 9px;
  font-family: 'Lato', sans-serif !important;
}
h3 {
  font-size: 25px;
  line-height: 2em;
  color: #065b9f;
  letter-spacing: 0px;
  font-family: 'Lato', sans-serif !important;
}
h4 {font-family: 'Lato', sans-serif !important;}
h5 {font-family: 'Lato', sans-serif !important;}
h6 {  
  color: #065b9f;
  font-weight: bold;
  font-family: 'Lato', sans-serif !important;}

.title-1 {
	display:block;
	font-size:37px;
	line-height:1.2em;
	color:#2ab5ba;
	letter-spacing:-1px;
}
	.title-1 strong,
	.title-1 em {
		display:block;
		margin-top:-12px;
	}
	.title-1 em {color:#000;}

.border-bot {
  width: 100%;
  padding-bottom: 32px;
  background: #fcfafa;
  border-bottom: #eeecec;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.list-1 li {
	line-height:25px; 
	padding-left:15px; 
	padding-bottom:10px;
	background:url(../images/marker-1.png) 0 10px no-repeat;
	color: #5d5f5f;
}
	.list-1 a {
		display:inline-block;
		color:#5d5f5f;
	}
	.list-1 a:hover {color:#065b9f;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-left:9px; 
	color:#00989d;
	background:url(../images/marker-2.gif) 0 10px no-repeat;
}
.link-1:hover {text-decoration:none;} 

.text-1 {font-size:14px;} 
.tdate-1 {
	display:block;
	color:#00989d;
	margin-bottom:14px;
}

dl span {float:left; width:80px;}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:35px; 
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:60%; 
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:4px 10px; 
		margin:0; 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:363px;  
		width:90%;
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:5px 10px; 
		margin:0; 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:14px;
	line-height:28px;
	width:79px; 
	color:#000;
}

.buttons {padding:13px 0 0 0; text-align:center;}
.buttons a {margin-left:27px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:39px 0;
	background:#065b9f;
}
	.footer-text {
		display:block;
		padding-left:40px;
		color: #fff;
	}

.list-services {
	padding:12px 0 0 40px;
	margin-bottom:12px;
	overflow:hidden;
}
	.list-services li {
		float:left; 
		padding:0 10px 0 0;
	}
	.list-services a {
		display:block;
		width:26px;
		height:26px;
		background:url(../images/social-icons.jpg) 0 0 no-repeat;
	}
	.list-services .item-2 {background-position:-36px 0;}
	.list-services .item-3 {background-position:-72px 0;}
	.list-services .item-4 {background-position:-108px 0;}
	
	
.colorfooter{color: #fff; text-decoration:none}

.espaciadofooter{  
  padding-top: 30px;
  float: right;}
  
.textocentrado{
	text-align:center;}
	
.textojustificado{
	text-align:justify}
	
.botoncontacto{
  background: #065b9f;
  color: #fff;
  width: 75px;
  height: 35px;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;}
  
.botoncontacto:hover{
  background: #eeecec;
  color: #323333;}
  
.paddingimagennosotros{
  padding-bottom: 10px;
  padding-top: 10px;}