@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; /*vertical-align: baseline; font: inherit*/ }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; list-style-position: inside;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


/* remember to define visible focus styles! 
:focus { outline: ?????; } */


/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

table	{ border-collapse: collapse; border-spacing: 0; }

/*********************************************
Estilos Generales para Escritorio
*********************************************/
/*html{
	background: url(../imagenes/bg.png) repeat center center fixed; 
}*/

body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	/*font-weight: normal;
	font-size: 12px;
	color: #333;*/
}

body {
    background-size: 100%;
	background:#fff;
}
a {
	transition:0.3s;
	font-size: 1em;
	color: #000;
	text-decoration:none !important;
}
a:hover {
	transition:0.3s;
	color: #CCC;
}
h1 {
	font-size: 3em;
}
h1 p{
	font-size: 20px !important;
	margin-top:30px;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 100em;
}
h6 {
	font-size: 100em;
}
p{
	line-height:1.5em;
	margin-bottom:-4px;}
	
header{
	width:100%;
	height:auto;
	background:#fff;
	z-index: 9;
	position:relative;
}
.cont-head{
	width:950px;
	min-height: 110px;
	margin:0 auto;
}
.head-izq{
	width:35%;
	float:left;
	display:inline-block;
	padding-top:0px;
}
	
.head-der{
	width:25%;
	float:right;
	display:inline-block;
}
.head-contact{
	width:640px;
	height:auto;
	float:right;
	padding-top: 15px;
}
.phone-head{
	color:#fff;
	font-weight:800;
	display:inline-block;
	float:left;
	margin: 5px 25px 0px 15px;
}
	nav#menu-search{
	width: auto;
	float: left;
	overflow: hidden;
	margin-left: -5px;
}
nav#menu-search ul{
	overflow:hidden;
}
nav#menu-search ul li{
	float:left;
	display:block;
	margin:0 0px;
	overflow:hidden;
}
nav#menu-search ul li a{
	padding: 10px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #81c8e8;
	font-family: 'Open Sans', sans-serif;
}
nav#menu-search ul li a:hover{
	/*background-color: #FFF;*/
	color:#1c4769;
}
/** search head **/


#search form {
	padding: 0;
}
#search input#site_search_query {
	display: inline;
	float: left;
	margin-right: 10px;
	margin: 0 !important;
	width: 157px;
	height: 18px;
	padding: 2px 0px 5px 10px;
	line-height: 23px;
	font-size: 11px;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 12px;
	background: #d6d6d6;
	color: #484848;
}
#search {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 190px;
	margin-top:30px;

}
#search input#site_search_submit {
	width: 22px;
	height: 25px;
	border: 0 !important;
	outline: 0 !important;
	float: left;
	cursor: pointer;
	margin-left: -22px !important;
}
.icon-magnify {
	background-position: 0 -182px !important;
}
.icon-magnify, .icon-mastercard, .icon-next, .icon-previous, .icon-sign-up, .icon-twitter, .icon-youtube {
	background: url(../imagenes/icon-search.png) no-repeat;
}
input, select {
	vertical-align: middle;
}
* {
	padding: 0;
	margin: 0;
}
/******/

.cont-menu-head{
	width:100%;
	height:auto;
	background:#f5f5f5;
	float:left;
}

#wrap {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden !important;
	position: relative;
}
#wrap a{
	border:none;
}

.cont-one{
	width: 100%;
	min-height: 160px;
	float: left;
	background: #fff;
}
.servicios{
	width:950px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom: 20px;
}
.servicio{
	width: 18%;
  margin: 1%;
  float: left;
  background: #fff;
  transition: 0.6s;
}
.servicio:hover{
	transition:0.6s;
	opacity:0.6;
}
.top-servicio{
	width: 100%;
	float: left;
	position:relative;
}
.top-servicio img{
	width: 100%;
	float: left;
}
.top-servicio h4{
	width: 82%;
	float: left;
	position: absolute;
	color: #fff;
	padding: 10px 13px;
	font-weight:300;
	font-size: 20px;
	text-align: center;
}
.bottom-servicio{
	width: 100%;
	float: left;
	background: #f1f1f1;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	text-align: center;
	min-height: 120px;
}
.bottom-servicio p{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 10px 15px;
}
.banners{
	width:950px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom: 30px;
}
.banner-one{
	width:49%;
	float:left;
}
.banner-one img{
	width:100%;
}
.banner-two{
	width:49%;
	float:right;
	position: relative;
}
.banner-two img{
	width:100%;
}
.btn-brown{
  background: peru;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
}
.cont-20{
	width: 22.5%;
	float: left;
	padding: 1%;
}
.cont-50{
	width: 48%;
	float: left;
	padding: 1%;
}
.cont-50 p{
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding-bottom: 22px;
	letter-spacing: 0.5px;
	font-weight:500;
}
.cont-100{
	width: 100%;
	padding: 1%;
}
.cont-100 p{
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding-bottom: 22px;
	letter-spacing: 0.5px;
	font-weight:500;
}
.cont-50 h4{
	font-size: 22px;
	color: #333;
	line-height: 16px;
	padding-bottom: 10px;
}
.cont-full{
	width: 100%;
	float: left;
}
.cont-newsletter{
	width: 100%;
	float: right;
	background: #486f98;
	padding: 5px;
	margin-top: 35px;
}
.cont-newsletter figure{
	width:auto;
	float:left;
	padding-top: 15px;
}
.cont-newsletter article{
	width:80%;
	float:right;
}
.cont-newsletter article h5{
	font-size:14px;
	color:#fff;
	padding: 5px 0px;
}
.cont-newsletter article h4{
	font-size:10px;
	color:#fff;
}
.newsletter{
	width: 100%;
	min-height: 35px;
	float: right;
	display: inline-block;
	margin-top: 10px;
}
.new-izq{
	width:40%;
	height:auto;
	float:left;
	padding-top: 15px;
}
.new-izq h4{
	font-size:20px;
	font-family: 'Poly', serif;
	color:#5c5c5c;	
}
.new-der{
	width:100%;
	height:auto;
	float:right;
}
.new-der input[type=text], textarea {
	font-size: 11px;
	color: #333;
	background: #fff;
	padding: 2px 12px;
	width: 45%;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Open Sans', sans-serif;
	/* font-style: italic !important; */
	border: 1px solid #ccc;
}
* {
outline: none;
}
.new-der input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #eba41f;
	color: #fff;
	text-transform: uppercase;
	padding: 2px;
	width: 35%;
	cursor: pointer;
	border: none;
}
.new-der input[type=submit]:hover {
	transition:0.6s;
	opacity:0.7;
}
.cont-redes{
	width:100%;
	height:auto;
	float:left;
}
.cont-redes div{
	width:50%;
	height:auto;
	float:left;
}
.cont-redes p strong{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 5px 0;
	display: block;
}
.cont-redes a{
	padding: 2px 9px 4px 0;
	float: left;
}
.ayuda{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
}
.ayuda div{
	width:auto;
	height:auto;
	float:left;
	padding:2px 5px;
}
.ayuda p strong{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 5px 0;
	display: block;
}
.ayuda div p {
	font-size: 12px;
	font-weight: 100;
	color: #80c9e9;
	padding-top: 6px;
}

.baner-full{
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 20px;
}
.baner-full img{
	width:100%;
	position:relative;
}
.cont-950{
	width:950px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.cont-950 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	margin-top: 20px;
	width: 75%;
}

.cont-950 ul li {
	background-image: url(sqpurple.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 16px;
	font-size: 12px;
	line-height: 22px;
	color: #37383a;
	padding-bottom: 15px;
}
.big-title{
	width: 85%;
	margin: 0 auto;
	padding: 1%;
	display: block;
	padding: 2% 1%;
	text-align: center;
}
.big-title h3{
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	background:url(../imagenes/bg-title-one.png) no-repeat center;
	padding-top: 15px;
    padding-bottom: 15px;
}
.big-title p{
	color: #333;
	font-size: 16px;
	width: 75%;
	margin: 0 auto;
	padding: 10px 0;
}
.big-title h4{
  color: #333;
  font-size: 24px;
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
}
.big-title h4 span{
  width: 100px;
  height: 4px;
  background: #3bb13d;
  margin-top:10px;
}
.big-title h5{
  color: #1d7f1f;
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}
.big-title ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	margin-top: 20px;
	width: 75%;
}

.big-title ul li {
	background-image: url(sqpurple.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 16px;
	font-size: 12px;
	line-height: 22px;
	color: #37383a;
	padding-bottom: 15px;
}
.big-title ul li a{
	padding: 1px 18px 12px 12px;
	/* background: #65b389; */
	border-radius: 8px;
	/* margin: 11px; */
	display: inline-block;
	transition: 0.7s;
	color: #00436f;
	font-weight:bold;
}
.big-title ul li a:hover{
	opacity:0.6;
	transition:0.7s;
}
.btn-bigtitle{
	width:550px;
	margin:0 auto;
	overflow:hidden;
	margin-top: 12px;
}
.btn-bigtitle span{
	width:auto;
	height:auto;
	float:left;
	display:inline-block;
	border-right:1px solid #006770;
	margin: 2px;
}
.btn-bigtitle span a{
	padding: 5px;
	float: left;
}
.btn-bigtitle span a p{
	float:left;
	color:#006770;
	font-size:12px;
	padding: 5px 10px 5px 0;
	width:auto !important;
}
.btn-bigtitle span a img{
	float:left;
	padding-right:5px;
}
.txt-big{
	background:#fff;
	width:100%;
	float:left;
}
.txt-big h4{
	text-align: center;
	font-size:22px;
	color: #006770;
	padding: 40px 140px;
	font-weight: 200;
	line-height: 22px;
}
.txt-big h5{
	text-align: center;
	font-size:16px;
	color: #006770;
	padding: 40px 120px;
	font-weight: 200;
	line-height: 22px;
}
.txt-big-dos{
	background:#fff;
	width:100%;
	float:left;
}
.txt-big-dos h4{
	text-align: center;
	font-size: 14px;
	color: #006770;
	padding: 25px 28px;
	font-weight: 200;
	line-height: 22px;
}

.big-title-two{
	width: 60%;
	margin: 0 auto;
	padding: 1%;
	display: block;
	padding: 2% 1%;
	text-align: center;
}
.big-title-two h4{
	color: #4b4b4b;
	font-size: 18px;
	margin: 0 auto;
	padding: 10px 0;
	font-style:italic;
	font-weight:100;
	line-height: 25px;
}

.module-header {
  text-align: center;
  border-bottom: 1px dotted #b4b4b4;
  padding-top: 45px;
  margin: 0 auto 30px;
  width: 90%;
}
.module-header > h3 {
  font-size: 24px;
  font-weight: normal;
  color: #323232;
}
.module-header > h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: -16px;
  vertical-align: middle;
  background: #ffffff;
}
.cont-not{
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  padding:10px 0;
}
.cont-30{
	width: 29%;
	height: auto;
	float: left;
	padding: 1% 2% 1% 2%;
}
.cont-30 figure{
	float:left;
	width:100%
}
.cont-30 figure img{
	width:100%;
}
.cont-30 article{
	float:left;
	padding: 4%;
	min-height:230px
}
.cont-30 article h4{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
.cont-30 article h5{
	font-size:14px;
	font-weight:bold;
	padding: 0px 0 20px 0;
}
.cont-30 article p{
	font-size:12px;
	font-weight:normal;
	padding:10px 0 20px 0;
}
.cont-30 article a{
	font-size: 16px;
	font-weight: bold;
	padding: 12px 30px;
	color: #fff;
	background: #245f85;
	margin: 0 auto;
	align-content: center;
	overflow: hidden;
	display: table;
	transition:0.6s;
}
.cont-30 article a:hover{
	transition:0.6s;
	opacity:0.8;
}
.horizontal-line{
	height:1px;
	width:90%;
	border-bottom:1px dotted #ccc;
	margin:20px auto;
	overflow:hidden;
}
.banner-mid{
	width:90%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.banner-mid article{
	width:70%;
	height:auto;
	float:left;
}
.banner-mid article h2{
	font-size:50px;
	color:#f609e9;
	font-weight:bold;
	padding:10px 0;
}
.banner-mid article img{
	float: left;
	padding: 12px;
	display: inline-block;
	width: 13%;
}
.banner-mid p{
	font-size: 13px;
	color: #333;
	padding: 8px 0px;
	float: left;
	display: inline-block;
	width: 78%;
}
.banner-mid figure{
	width:30% !important;
	height:auto;
	float:left;
}
.banner-mid figure img{
	width:90%;
}
.banner-mid-dos{
	width:90%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.banner-mid-dos article{
	width:70%;
	height:auto;
	float:right;
}
.banner-mid-dos article h2{
	font-size:50px;
	color:#34c2b2;
	font-weight:bold;
	padding:10px 0;
}
.banner-mid-dos article img{
	float: left;
	padding: 12px;
	display: inline-block;
	width: 13%;
}
.banner-mid-dos p{
	font-size: 13px;
	color: #333;
	padding: 8px 0px;
	float: left;
	display: inline-block;
	width: 78%;
}
.banner-mid-dos figure{
	width:30% !important;
	height:auto;
	float:right;
}
.banner-mid-dos figure img{
	width:90%;
}
.cont-not-dos{
	width:90%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.not-20{
	width: 23%;
	height: auto;
	min-height: 100px;
	float: left;
	display: inline-block;
	margin: 1%;
	transition:0.6s;
	cursor:pointer;
}
.not-20:hover{
	opacity:0.8;
	transition:0.6s;
}
.not-20 figure{
	width:100%;
	float:left;
}
.not-20 figure img{
	width:100%;
	float:left;
}
.not-20 article{
	width:100%;
	float:left;
	background:#fff;
	padding-bottom: 20px;
}
.not-20 article h4{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 12px 0px;
  width: 85%;
}
.not-20 article p{
	font-size: 14px !important;
	color: #333 !important;
	padding: 2px 14px 14px 14px!important;
	width: auto !important;
}
.not-20 article span{
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	color: #fff;
	background: #245f85;
	margin: 0 auto;
	align-content: center;
	overflow: hidden;
	display: table;
	transition: 0.6s;
	width: 76%;
	text-align: center;
}
.espacio-30{
	width:100%;
	float:left;
	height:30px;
}
.espacio-10{
	width:100%;
	float:left;
	height:10px;
}
.espacio-20{
	width:100%;
	float:left;
	height:20px;
}
.crumbreed{
  width: 950px;
  height: auto;
  padding: 12px;
  /* background: #1c4769; */
  color: #333;
  margin: 0 auto;
  overflow: hidden;
}
.crumbreed a{
	font-size:12px;
	color:#333;
	padding:0 8px;
}
.crumbreed a:hover{
	color:#fbc81b;
}
.yellow{
	background:#f5a227 !important;
}
.txt-btn{
	color:#245f85;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}
.f-l{
	float:left;
}
.f-r{
	float:right;
}
.gray{
	background:#f0f0f0;
}
.btn-cta {
  display: inline-block !important;
  margin-bottom: 0;
  font-weight: normal !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: none;
  border-radius: 0;
  padding: 10px 33px;
  font-size: 11px;
  font-weight: 700;
}
.btn-cta.btn-secondary {
  background: #245f85;
  color: #fff;
}
.btn-cta.btn-primary {
  background: #f5a227 !important;
  color: #fff;
}
.links .btn-cta {
  margin-left: 6px;
}
.links {
  text-align: right;
  margin-right: 65px !important;
}

.cont-blog{
	width:95%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.cont-blog div{
	width:100%;
	float:left;
	transition:0.6s;
}
.cont-blog a:hover{
	transition:0.6s;
	opacity:0.8;
}
.cont-blog div figure{
	width:100%;
}
.cont-blog div figure img{
	width:100%;
	position:relative;
	display:block;
}
.cont-blog div figure h3{
  width: 69%;
  position: absolute;
  z-index: 6;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2%;
}
.celeste{
	color:#00eaff;
}
.amarillo{
	color:#fff000;
}
.naranjo{
	color:#f4931f;
}
.cont-blog div article{
  width: 100%;
}
.cont-blog div article p{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  color: #777;
  
}
.boton-verde
{
	background:#1d7f1f !important;
	border:0 !important;
    color:#fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size:18px !important;
	font-weight:normal;
	padding:10px 15px;
	text-decoration:none;
	transition-duration: 0.3s;
	float:left;
	margin:0px 0 !important;

	-webkit-border-radius: 5px;    
    border-radius: 5px;
	width:180px !important;
}

/* Formulario */

#contact-wrapper
{
	width: 600px;
	border: none;
	float: right;
	padding-bottom: 10px;
	margin-left: 60px;
	min-height: 654px;
}

#contact-wrapper div
{
	clear:both;
	margin:1em 0;
}

#contact-wrapper label
{
	display:block;
	float:left;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;	
	margin:30px 0 10px 0;
	text-align:left;
	width:128px;
}

form#contactform input
{
	background: #fff;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 13px;
	float: right !important;
	height: 40px;
	padding: 0 5px 0 15px;
	margin: 20px 10px 0 0;
	transition-duration: 0.3s;
	width: 440px;
}

form#contactform input:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#contactform textarea
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: right !important;
	padding:0 5px;
	margin:28px 10px 0 0;
	transition-duration: 0.3s;
	width:450px;
}

form#contactform textarea:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#contactform select
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: left !important;
	height:40px;
	padding:5px;
	margin:20px 10px 0 0;
	transition-duration: 0.3s;
	width:460px;
}

form#contactform select option
{
	padding:10px;
}

form#contactform input.check
{
	background:#fff;
	border:1px solid #c2c2c2;
	display:block;
	float: left !important;
	height:auto !important;
	width: auto !important;
	margin:0 !important;
}

.destino-box {
    width: 31%;
  height: auto;
  min-height: 200px;
  float: left;
  border: 4px solid #fff;
  margin: 1%;
  position: relative;
  transition:0.6s;
}
.destino-box article {
    width: 90%;
  height: 80px;
  float: left;
  position: absolute;
  background: rgba(24,24,24,0.4);
  padding: 4px 14px;
  margin-top: 113px;
  z-index:9;
}
.destino-box article p {
  font-size: 16px;
  font-style: italic;
  color: #fff;
}
.destino-box article p strong {
  font-size: 30px;
  color: #fff;
}
.destino-box article h5 {
  font-size: 14px;
  font-style:italic;
  font-weight: 400;
}
.destino-box figcaption {
  width: 100%;
  height: auto;
  float: left;
}
.destino-box figcaption img {
  width: 100%;
  float: left;
}

.destino-box:hover img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  transition:0.6s;
}
.two-columns{
	 min-height: 220px;
}
.two-columns article{
	width: 55%;
    float: right;
}
.two-columns img{
	width:40%;
	float:left;
}
.two-columns article h4{
	font-size:14px;
	width:auto !important;
	padding-bottom: 5px;
}
.two-columns article p{
	font-size:12px;
	width:auto !important;
}
.two-columns article ul{
	width:auto !important;
}
.two-columns article ul li{
	padding-bottom:0px;
}footer
{
	background: #fff;
	margin: 0 !important;
	min-height:30px;
	padding-top:20px;
	position: relative;
	width:auto;
	min-width:1100px;
	padding-bottom: 30px;
	border-top: 10px solid #1d7f1f;
}

.cont-footer
{
	margin:0 auto;
	min-height:170px;
	position:relative;
	width:950px;
}

*{ padding:0; margin:0 auto;}

.menu-footer
{
	font-family: 'Open Sans', sans-serif;
	min-width:400px;
	position:absolute;
	right:80px;
	top:20px;
}

.menu-footer ul
{
	list-style:none;
}

.menu-footer li
{
	border-right:1px solid #1e2538;
	display:inline;
	font-size:13px;
/*	margin:0 5px;*/
/*	margin-left:15px;*/
	list-style:none;
}

.menu-footer li a
{
	color:#fff;
	cursor:pointer;
/*	margin-left:15px;*/
	padding:0 7px;
	text-decoration:none;
	transition-duration: 0.3s;
}

.menu-footer li a:hover
{
	color:#3a88dd;
	text-decoration:none;
	transition-duration: 0.3s;
}

.menu-footer li a:active
{
	color:#3a88dd;
	position:relative;
	top:1px;
}

.menu-footer li a.activo
{
	color:#6694b6;
/*	margin-left:15px;*/
	padding:0 7px;
	text-decoration:none;
}

nav#menu-foot{
	width: 50%;
	float: left;
	/* overflow: hidden; */
	margin: 2px 0px 12px 0px;
	display: inline-block;
}
nav#menu-foot h4{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	padding-left: 12px;
	padding-bottom: 8px;
}
nav#menu-foot ul{
	overflow:hidden;
}
nav#menu-foot ul li{
	display:block;
	margin:0 0px;
	overflow:hidden;
}
nav#menu-foot ul li a{
	padding: 6px 14px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
	color: #333;
	/* text-transform: uppercase; */
	font-family: 'Open Sans', sans-serif;
	  width: 90%;
}
nav#menu-foot ul li a:hover{
	color:#117e27;
	transition:0.5s;
}

.creditos
{
	position:absolute;
	bottom:20px;
	left:0;
	width: 400px;
}

.creditos span
{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	padding-left:8px;
}

.creditos figure
{
	float:left;
	margin-right:12px;
}

.redes
{
	width: 100%;
  float: left;
}

.redes figure
{
	float:left;
	margin:0 3px;
}
/**
.redes a
{
	border:0;
	transition-duration: 0.3s;
	width:15% !important;
	height: 20px !important;
	display: inline-block !important;
}

**/
.redes a:hover
{
	filter:alpha(opacity=70);
	opacity:0.7;
	transition-duration: 0.3s;
}

.agencia
{
	position:absolute;
	right:50px;
}

.agencia a
{
	float:left;
}

.agencia figure
{
	float:right;
}
.contac-foot{
	width: 100%;
	height: auto;
	float: left;
	margin: 4%;
}
.contac-foot h4{
	font-size: 18px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	padding-left: 12px;
	padding-bottom: 8px;
}
.contac-foot p{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	padding-left: 12px;
	padding-bottom: 8px;
}

.last-foot{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0px;
}
.last-foot p{
	font-size: 12px;
	color: #333;
	padding: 12px 0 0 0px;
}
.last-foot img{
	float: right;
	display: inline-block;
	margin-top: -20px;
}
.three-columns{
	width: 26%;
	height: auto;
	/* margin: 1%; */
	float: left;
}
/*
.three-columns span{
	width: 20%;
	background: #ad1d2a;
	height: 3px;
	display: inline-block;
	margin: 18px 0;
}
*/
.three-columns article{
	width:90%;
	height:auto;
	margin:0 auto;
}

.three-columns article h4{
	font-size:14px;
	color:333;
	font-family: 'TrajanPro-Regular';
	text-transform:uppercase;
	padding-bottom:5px;
	letter-spacing:2px;
}
.three-columns article p{
	font-size:12px;
	color:000;
	font-family: 'Open Sans', sans-serif;
	line-height:18px;
}
.three-columns a{
	  width: auto;
  height: auto;
  float: left;
  display: inline-block;
  padding-right: 10px;u
}
.three-columns a img{
	width:auto;
	float:left;
}

.newsletter{
	width:100%;
	min-height:70px;
	float:right;
	display:inline-block;
	margin-top:10px;
}
.new-izq{
	width:40%;
	height:auto;
	float:left;
	padding-top: 15px;
}
.new-izq h4{
	font-size:20px;
	font-family: 'Poly', serif;
	color:#5c5c5c;	
}
.new-der{
	width:100%;
	height:auto;
	float:right;
}
.new-der input[type=text], textarea {
	font-size: 13px;
	color: #525252;
	background: #fff;
	padding: 10px;
	width: 50%;
	border-radius: 6px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Open Sans', sans-serif;
	font-style: italic !important;
	border: 1px solid #c5c5c5;
}
* {
outline: none;
}
.new-der input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	background: #908454;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	width: 35%;
	border-radius: 6px;
	cursor: pointer;
	border: none;
}
.new-der input[type=submit]:hover {
	transition:0.6s;
	opacity:0.7;
}
.top-banner{
	width:100%;
	height:130px;
	border-bottom:4px solid #ccc;
	float:left;
	background: url(../imagenes/bg-top-banner.jpg) center;
}
.top-banner h2{
  margin-left: 12%;
  padding: 4% 2%;
  background: rgba(255,255,255,0.8);
  width: 30%;
  color: #248628;
  font-weight:bold;
  text-shadow: 1px 1px 1px #363636;
}
.bg-one{
	background:url(../imagenes/bg-one.jpg) top no-repeat;
}
.bg-two{
	background:url(../imagenes/bg-two.jpg) top no-repeat;
}
.contenedor{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}