* { 
	margin:0; 
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, 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{
	border:0;
	background:none;
}
body {
	color:#58595b;
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	background:#0b4f9c;
}
a {
	text-decoration:underline;
	color:#58595b;
}
a:hover {text-decoration:none;}
a:active {background-color: transparent;}
input, textarea, select {
	font:13px "Trebuchet MS", Helvetica, sans-serif;
	vertical-align:middle;
	color:#58595b;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
#wrapper{
	width:940px;
	margin:0 auto;
}
#header{
	margin:0 0 -16px;
	padding:22px 119px 0 120px;
	position:relative;
	z-index:20;
}
.header-holder{
	overflow:hidden;
	margin:0 0 10px;
}
.logo {
	float:left;
	width:234px;
	height:82px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	height:100%;
	display:block;
}
#header .widget{
	float:right;
	font:bold 26px/26px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:30px 0 0 20px;
}
#nav{
	text-align:center;
	margin:0;
}
#nav ul{
	margin:0;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	border-radius:2px;
	-webkit-box-shadow: 0 1px 0 rgba(12, 66, 112, 0.25), 0 0 174px rgba(0, 174, 255, 0.61); 
	box-shadow: 0 1px 0 rgba(12, 66, 112, 0.25), 0 0 174px rgba(0, 174, 255, 0.61);
	background:url(../images/bg-nav.png) repeat-x;
}
#nav ul li{
	list-style:none;
	float:left;
	background:url(../images/separator-01.png) no-repeat 0 3px;
	padding:0 0 0 1px;
}
#nav ul li:first-child{
	background:none;
	padding:0;
}
#nav ul li a{
	color:#fff;
	font:15px/17px "Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	text-shadow:0 1px 1px #006a9b;
	text-transform:uppercase;
	display:block;
	padding:8px 17px 9px 20px;
}
#nav ul li a:hover,
#nav ul .active a{
	text-decoration:none;
	background:url(../images/bg-nav-hover.png) repeat-x;
}
#main{
	margin:0 0 11px;
	border-bottom:1px solid #7ea2cb;
	padding:0 0 33px;
}
.carousel{
	border-bottom:1px solid #7ea2cb;
	position: relative;
	margin:0 0 9px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 940px;
}
.carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide {
	width: 940px;
	height:316px;
	float: left;
	position:relative;
	text-align:center;
}
.carousel  .slide .holder{
	height:280px;
	position:relative;
	padding:36px 0 0;
	text-align:center;
	white-space:nowrap;
	display:inline-block;
	vertical-align:top;
}
.carousel .slide .holder:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
}
.carousel .text{
	vertical-align:middle;
	display:inline-block;
	font:bold 62px/64px Arial, Helvetica, sans-serif;
	color:#fff;
	white-space:normal;
	padding:0 0 30px;
}
.carousel .slide-01 .holder{
	width:600px;
	margin:0 92px 0 0;
}
.carousel .slide-02 .holder{
	width:490px;
	margin:0 0 0 153px;
}
.carousel .slide-03 .holder{
	width:440px;
	margin:0 169px 0 0;
}
.carousel .image{
	position:absolute;
	bottom:0;
	right:0;
}
.carousel .slide-01 .image{
	right:34px;
}
.carousel .slide-02 .image{
	left:151px;
	right:auto;
	top:4px;
	bottom:auto;
}
.carousel .slide-03 .image{
	right:37px;
	top:2px;
	bottom:auto;
}
.carousel .pagination{
	position:absolute;
	left:0;
	bottom:17px;
	text-align:center;
	width:100%;
}
.carousel .pagination ul{
	display:inline-block;
	vertical-align:top;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0 50px;
	position:relative;
	z-index:30;
}
.carousel .pagination ul li{
	list-style:none;
	margin:0 3px;
	float:left;
}
.carousel .pagination ul li a{
	display:block;
	width:14px;
	height:14px;
	border-radius:7px;
	overflow:hidden;
	text-indent:-9999px;
	background:#000;
	opacity: 0.1; 
	filter: alpha(opacity=10);
}
.carousel .pagination ul li a:hover,
.carousel .pagination ul .active a{
	opacity: 0.35; 
	filter: alpha(opacity=35);
}
.three-columns{
	float:left;
	width:940px;
	border-bottom:1px solid #7ea2cb;
	position:relative;
	margin:0 0 32px;
}
.three-columns:before,
.three-columns:after{
	content:"";
	position:absolute;
	height:95%;
	width:1px;
	top:0;
	left:347px;
	background:#7ea2cb;
}
.three-columns:after{
	left:592px;
}
.three-columns .column{
	float:left;
	width:290px;
	margin:0 0 0 27px;
	font:21px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 15px 0 28px;
	position:relative;
}
.three-columns .column:first-child{
	margin:0;
}
.three-columns .column p{
	margin:0;
}
.three-columns .column h2{
	font:bold 18px/18px Arial, Helvetica, sans-serif;
	margin:5px 0 15px;
	text-transform:uppercase;
}
.three-columns .widget{
	text-shadow:0 1px 0 #0c4270;
}
.three-columns .widget strong{
	display:block;
	margin:0 0 9px;
}
.three-columns .widget-text a{
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-shadow:0 1px 1px #006a88;
	border-radius:2px;
	box-shadow:0 2px 0 -1px rgba(12, 66, 112, 0.14), 0 -3px 0 -1px rgba(23, 23, 23, 0.28) inset;
	-webkit-box-shadow:0 2px 0 -1px rgba(12, 66, 112, 0.14), 0 -3px 0 -1px rgba(23, 23, 23, 0.28) inset;
	padding:11px 22px 13px 25px;
	text-decoration:none;
	background:#0288b4 url(../images/btn-more.png) repeat-x;
	position:relative;
	margin:0 0 0 1px;
	font-weight:bold;
	font-size:22px;
}
.three-columns .widget-text a:hover{
	background:#024999 url(../images/btn-more-hover.png) repeat-x;
}
.three-columns .social-block{
	/*overflow:hidden;*/
	font:italic 17px/17px Arial, Helvetica, sans-serif;
	color:#ede100;
	text-shadow:0 1px 0 #0c4270;
	border-top:1px solid #7ea2cb;
	padding:13px 15px 13px 28px;
	margin:31px -15px 0 -28px;
}
.social-block span{
	float:left;
	width:185px;
	margin:0 8px 10px 0;
}
.social-networks{
	float:left;
	margin:6px 0 0 0;
}
.social-networks li{
	list-style:none;
	float:left;
	margin:0 0 0 4px;
}
.social-networks li:first-child{
	margin:0;
}
.social-networks li a{
	display:block;
	width:38px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	position:relative;
	z-index:10;
}
.social-networks .facebook{
	background:url(../images/bg-socials.png) no-repeat;
}
.social-networks .twitter{
	background:url(../images/bg-socials.png) no-repeat -38px 0;
}
.social-networks .facebook:hover{
	background:url(../images/bg-socials.png) no-repeat 0 -34px;
}
.social-networks .twitter:hover{
	background:url(../images/bg-socials.png) no-repeat -38px -34px;
}
.three-columns .center-column{
	width:218px;
	padding:10px 0 0;
}
.three-columns .center-column:after{
	content:"";
	position:absolute;
	top:-70px;
	left:-100px;
	background:url(../images/shadow.png) no-repeat;
	overflow:hidden;
	width:432px;
	height:398px;
	z-index:-1;
}
.three-columns .widget-image{
	position:relative;
	text-align:center;
}
.three-columns img{
	vertical-align:top;
}
.three-columns .widget-image .image-text{
	position:absolute;
	left:57px;
	bottom:-22px;
}
.wpcf7 .wpcf7-form{
	width:279px;
	text-shadow:0 1px 0 #fff;
	padding:10px 0 0 7px;
}
.wpcf7 .wpcf7-form h2{
	margin:0 0 7px 3px;
	text-shadow:0 1px 0 #0c4270;
}
.wpcf7 .wpcf7-form input[type="text"]{
	border-radius:2px;
	background:url(../images/bg-form.png);
	-webkit-box-shadow: 0 -2px 0 -1px rgba(23, 23, 23, 0.28) inset;
	box-shadow: 0 -2px 0 -1px rgba(23, 23, 23, 0.28) inset;
	text-transform:uppercase;
	padding:4px 10px;
	margin:0 0 7px;
	float:left;
	border:none 0;
	width:258px;
	text-shadow:0 1px 0 #fff;
	outline:none;
}
::-webkit-input-placeholder {
	color:#58595b;
	text-shadow:0 1px 0 #fff;
}
:-moz-placeholder  {
	color:#58595b;
	text-shadow:0 1px 0 #fff;
}
.wpcf7 .wpcf7-form textarea{
	border-radius:2px;
	background:url(../images/bg-form.png);
	-webkit-box-shadow: 0 -2px 0 -1px rgba(23, 23, 23, 0.28) inset;
	box-shadow: 0 -2px 0 -1px rgba(23, 23, 23, 0.28) inset;
	text-transform:uppercase;
	padding:3px 11px;
	margin:0 0 7px;
	border:none 0;
	width:256px !important;
	height:76px !important;
	text-shadow:0 1px 0 #fff;
	outline:none;
}
.wpcf7 .wpcf7-form input[type="submit"]{
	float:right;
	border-radius:2px;
	margin:0 0 0 11px;
	width:83px;
	height:32px;
	text-transform:uppercase;
	cursor:pointer;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0 1px 0 #8b5200;
	border:none 0;
	-webkit-box-shadow: 0 -3px 0 -1px rgba(23, 23, 23, 0.28) inset, 0 2px 0 -1px rgba(164, 139, 0, 0.14);
	box-shadow: 0 -3px 0 -1px rgba(23, 23, 23, 0.28) inset, 0 2px 0 -1px rgba(164, 139, 0, 0.14);
	background: #cdc204;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkYzIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGEyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cdc204 0%, #ada200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdc204), color-stop(100%,#ada200));
	background: -webkit-linear-gradient(top,  #cdc204 0%,#ada200 100%);
	background: -o-linear-gradient(top,  #cdc204 0%,#ada200 100%);
	background: -ms-linear-gradient(top,  #cdc204 0%,#ada200 100%);
	background: linear-gradient(to bottom,  #cdc204 0%,#ada200 100%);
}
.wpcf7 .wpcf7-form input[type="submit"]:hover{
	background: #cd8704;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkODcwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDZmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cd8704 0%, #ad6f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd8704), color-stop(100%,#ad6f00));
	background: -webkit-linear-gradient(top,  #cd8704 0%,#ad6f00 100%);
	background: -o-linear-gradient(top,  #cd8704 0%,#ad6f00 100%);
	background: -ms-linear-gradient(top,  #cd8704 0%,#ad6f00 100%);
	background: linear-gradient(to bottom,  #cd8704 0%,#ad6f00 100%);
}
input[type="submit"]::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
.wpcf7 .wpcf7-form .text{
	float:right;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 #0c4270;
	padding:7px 0 0;
}
.wpcf7 .wpcf7-form .text a{
	color:#fff;
	text-decoration:none;
}
.wpcf7 .wpcf7-form .text a:hover{
	text-decoration:underline;
}
#content{
	text-align:center;
	font:16px/31px Arial, Helvetica, sans-serif;
	color:#fff;
}
#content h1{
	font:bold 32px/34px Arial, Helvetica, sans-serif;
	margin:0 0 5px;
	color:#02aee6;
}
#content p{
	margin:0;
}
#content .more{
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-shadow:0 1px 1px #006a88;
	border-radius:2px;
	box-shadow:0 2px 0 -1px rgba(12, 66, 112, 0.14), 0 -3px 0 -1px rgba(23, 23, 23, 0.28) inset;
	-webkit-box-shadow:0 2px 0 -1px rgba(12, 66, 112, 0.14), 0 -3px 0 -1px rgba(23, 23, 23, 0.28) inset;
	padding:7px 16px 9px 15px;
	text-decoration:none;
	background:#0288b4 url(../images/btn-more.png) repeat-x;
	margin:18px 0 0;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
}
#content .more:hover{
	background:#024999 url(../images/btn-more-hover.png) repeat-x;
}
#footer{
	overflow:hidden;
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#a3b3d0;
	padding:0 0 176px;
}
#footer a{
	color:#a3b3d0;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}
.footer-nav{
	float:right;
	margin:0 0 0 18px;
	text-transform:uppercase;
}
.footer-nav li{
	float:left;
	list-style:none;
	margin:0 0 0 16px;
	padding:0 0 0 15px;
	background:url(../images/separator-02.png) no-repeat 0 3px;
}
.footer-nav li:first-child{
	margin:0;
	padding:0;
	background:none;
}
#footer .footer-nav a:hover{
	text-decoration:underline;
}
#footer .widget{
	float:right;
	padding:1px 0 0;
}
#main.alt{
	border:none 0;
	padding:0 63px;
}
#main.alt .main-holder{
	background:url(../images/bg-main.png);
	padding:113px 111px 114px;
}
.main-holder #content{
	text-align:left;
	color:#58595b;
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	background:#fff;
	padding:13px 58px 53px 51px;
}
#content .heading{
	overflow:hidden;
	margin:0 0 11px -14px;
	min-height:113px;
}
.heading .image{
	float:left;
	margin:0 10px 0 0;
	width:96px;
}
.heading .image img{
	vertical-align:top;
	margin-left:6px;
}
.alignleft{
	float:left;
	margin:0 13px 0 0;
}
.alignright{
	float:right;
	margin:0 0 0 13px;
}
.aligncenter{
	display:block;
	margin:0 auto;
}
.heading .box{
	overflow:hidden;
	height:1%;
	padding:14px 0 0;
}
.heading .breadcrumbs{
	margin:0 0 20px;
	text-transform:uppercase;
	font:13px/16px "Trebuchet MS", Helvetica, sans-serif;
	color:#0b4f9c;
	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	list-style:none;
	margin:0 0 0 5px;
	padding:0 0 0 9px;
	background:url(../images/separator-03.gif) no-repeat 0 4px;
}
.breadcrumbs .home{
	margin:0;
	padding:0;
	background:none;
}
.breadcrumbs a{
	text-decoration:none;
	color:#0b4f9c;
}
#content .breadcrumbs a:hover{
	text-decoration:underline;
}
#content .heading h1{
	font:bold 18px/20px "Trebuchet MS", Helvetica, sans-serif;
	margin:0 0 0 2px;
	color:#0b4f9c;
	text-transform:uppercase;
}
.post-block{
	overflow:hidden;
}
.post-block .post{
	border-top:1px solid #0b4f9c;
	margin:12px 0 0;
	padding:13px 1px 0;
}
.post-block .post:first-child{
	margin:0;
	padding-top:0;
	border:none 0;
}
.post h2{
	font-size:18px;
	line-height:20px;
	margin:0 0 2px;
	color:#0b4f9c;
	font-weight:normal;
}
.post p{
	margin:0;
}
.post ul{
	margin:0;
}
.post ul li{
	list-style:none;
	position:relative;
	margin:0;
}
.post ul li:before{
	content:"-";
	display:inline-block;
	vertical-align:top;
	margin:0;
}
#footer.alt{
	padding:1px 64px 176px;
}
.frecuentes.heading .image img{
	margin-left:10px;
}
#content .text-field{
	margin:-2px 1px -14px;
	overflow:hidden;
}
#content .text-field h2{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	margin:0;
	color:#0b4f9c;
}
#content .text-field p{
	margin:0 0 25px;
}
.amarillo.heading .image img{
	margin:21px 0 0;
}
#content .text-block{
	font-size:16px;
	line-height:18px;
	margin:-2px 1px 0;
	padding:0 0 3px;
}
#content .text-block .list{
	margin:0 0 28px;
	color:#58595b;
	font-size:18px;
	line-height:24px;
}
.list li{
	list-style:none;
	margin:24px 0 0;
}
.list li:first-child{
	margin:0;
}
.list strong{
	display:block;
	font-weight:normal;
}
.list em{
	font-style:normal;
	color:#0b4f9c;
}