@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {border:none !important;}
footer p a {color:rgba(255,255,255,1); text-decoration:none;}
.cright p a {
	color: #585859;
	text-decoration: none;
}
.wrapper {
	width: 1024px;
	min-height: 400px;
	margin: 10px auto 0 auto;
	background-color:rgb(255,255,255);

	border-color:rgba(119,119,119,0.5);
	border-width:1px;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:5px 5px 12px rgba(0,0,0,0.7);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:5px 5px 12px rgba(0,0,0,0.7);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:5px 5px 12px rgba(0,0,0,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#b3000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#b3000000,Positive=true);
}
.headerright {
	width: 708px;
	height: 80px;
	background-color: rgb(232,217,28);
	float: right;
}
.lang {
	margin: 32px 35px 0 0;
	float: right;
}
.lang p {
	margin: 0;
	color: #58585A;
	font-size: 19px;
}
.lang p a {
	color: #58585A;
	text-decoration: none;
}
.lang p a.active {
	color: #FFF !important;
}
.headerright nav {
	background-color: #58585A;
	height: 41px;
	width: 100%;
	margin: 80px 0 0 0;
}
.headerright nav ul {
	list-style-type: none;
	margin: 7px 25px 0 0;
	padding: 0;
	float: right;
}
.headerright nav ul li{
	float: left;
	margin: 0 15px;
	font-size: 23px;
	font-weight: normal;
}
.headerright nav ul li a{
	color: #FFF;
	text-decoration: none;
}
.headerright nav ul li a span{ color:#E8D91C !important;}

header img{
	margin: 10px 0 10px 36px;
}
.banner{
	margin: 20px 36px 0 36px;
}
.imagen1{
	margin: 58px 35px 10px 35px;
	float: right;
	clear: both;
	display: block;
}
.imagen2{
	margin: 0 35px 0 0;
	float: left;
	/* [disabled]clear: both; */
	display: block;
}
article.listador {
	margin: 0 0 30px 36px;
	font-size: 20px;
	font-family: arial;
	color: rgb(88,88,89);
	text-align: justify;
	line-height: 130%;
	width: 952px;
	padding: 22px 0 0 0;
}
article {
	display: block;
	/* [disabled]padding: 5px 0; */
}
article.inicio{}
article h2 {
	color: #E8D91C;
	font: arial;
	font-size: 26px;
	margin: 52px 0 16px 36px;
	border-bottom: rgba(153,153,153,4) solid 1px;
	width: 512px;
	text-transform: uppercase;
	padding: 0 0 11px 0;
}
.listador h2 {
	color: #E8D91C;
	font: arial;
	font-size: 26px;
	margin: 0 0 16px 36px;
	border-bottom: rgba(153,153,153,4) solid 1px;
	width: 650px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	float: left;
}
h2.mas {
	width: 540px !important;
	margin-left: 0px;
}
.listador ul {
	margin: 0 0 0 60px;
	padding: 0;
	display: block;
	width: 650px;
	/* [disabled]clear: left; */
	float: left;
}
.listador ul li {
	line-height: 130%;
}
article.inicio h1, article.listado h1 {
	color: #E8D91C;
	font: arial;
	font-size: 55px;
	margin: 22px 0 29px 36px;
}
article.inicio p {
	margin: 0 0 30px 36px;
	font-size: 20px;
	font-family: arial;
	color: rgb(88,88,89);
	text-align: justify;
	line-height: 130%;
}
article.listado p {
	margin: 0 0 30px 36px;
	font-size: 20px;
	font-family: arial;
	color: rgb(88,88,89);
	text-align: justify;
	line-height: 130%;
	width: 512px;
}
article.inicio h3, article.listado h3 {
	font-family: arial;
	font-size: 15px;
	text-align: left;
	color: rgb(166,169,172);
	margin: 0 0 0 36px;
}
footer {
	background-color: rgb(88,88,90);
	height: 145px;
	width: 1024px;
	margin: 82px 0 0 0;
}
footer .col3 {
	font-family: arial;
	font-size: 20px;
	color: rgb(255,255,255);
	float: right;
	margin: 31px 13px 0 0;
	width: 300px;
	text-align: center;
	/* [disabled]line-height: 130%; */
	height: 50px;
	padding: 0;
}
footer .col3 p {
	margin: 0;
	padding: 0;
	line-height: 130%;
}
footer .col4 {
	color: rgb(255,255,255);
	font-size: 15px;
	width: 500px;
	margin: 12px 0 0 48px;
	float: left;
}
footer div.col4 p {
	margin: 0;
	padding: 0;
	color: rgb(255,255,255);
}

footer div.col4 p a {
	color: rgb(255,255,255);
	text-decoration: none;
}
.logo {
	float: left;
	margin: 3px 0 0 50px;
	border: none;
}
.logo2 {
	float: left;
	margin: 5px 0 0 50px;
	clear: left;
	border: none;
}
.clear {
	clear: both;
}
.cleft {
	float: left;
	width: 600px;
}
.cright {
	width: 396px;
	float: right;
}
div.cright small, div.cright small a{
	font-size: 12px;
	color:#585859 !important;
	margin: 0 0 10px 0;
	display: block;
}
.cright h4 {
	color: rgba(232,217,28,1);
	margin: 20px 0 5px 10px;
	padding: 0;
	font-size: 26px;
}
.cright p{
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	font-size: 20px !important;
	width: 348px !important;
	display: block;
}

.response {
color: rgb(255, 0, 0);
text-align: center;
font-weight: bold;
font-size: 13px;
display: block;
margin: 0 auto;
width: 560px;
}

.loader { text-align:center; width:auto; padding:0; margin:0;}

#formulario {
	width: 340px;
	min-height: 395px;
	display: block;
	position: relative;
}
#contactform {
	margin: 0 0 0 35px;
	padding: 10px 0 0 0;
	width: 538px;
	float: left;
	height: auto;
	color: #FFFFFF;
	/* [disabled]font-size: 20px; */
	min-height: 385px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactform ol {
	margin:1px;
	padding:0;
	list-style:none;
}

#contactform li {
	margin: 0 0 5px 0;
	padding: 8px 4px 8px 0;
	clear: both;
}

#contactform li.buttons { margin:0; overflow:hidden;}

#contactform label {
	margin: 0;
	width: auto;
	float: left;
	padding: 0 0 2px 0;
	display: block;
	text-align: left;
	font-size: 20px;
	color: #585859;
}

#contactform label span {
	color: rgba(166,169,172,1);
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: block;
}

#contactform input.text {
	width: 250px;
	margin: 0 62px 0 0;
	padding: 5px 2px;
	height: 20px;
	font-size: 16px;
	color: #58585A;
	border: solid #888889 1px;
	line-height: 20px;
	background-color: #fff;
	/* RGBa with 0.6 opacity */
	background-color: rgba(255, 255, 255, 0.6);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
	filter: alpha(opacity=80);
	float: right;
}
#contactform select.text {
	width: 80px;
	margin: 0 0 0 5px;
	padding: 5px 2px;
	height: 28x;
	font-size: 12px;
	color: #58585A;
	border: solid #c0c0c0 1px;
	line-height: 12px;
	background-color: #fff;
	/* RGBa with 0.6 opacity */
	background-color: rgba(255, 255, 255, 0.6);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
	filter: alpha(opacity=80);
}
#contactform textarea {
	width: 464px;
	padding: 2px;
	color: #58585A;
	font-size: 16px;
	height: 120px;
	background-color: #fff;
	/* RGBa with 0.6 opacity */
	background-color: rgba(255, 255, 255, 0.6);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
	filter: alpha(opacity=80);
	font-family: Arial, Helvetica, sans-serif;
}

#contactform li.buttons input {
	padding: 3px 10px;
	float: right;
	margin: -5px 75px 0 0;
	display: block;
}

#contactform img {
	margin: 0 10px 0 0;
	display: block;
	float: right;
}

/* fin contacto */
ul.links {
	font-size: 12px;
	color: rgba(88,88,90,1);
	padding: 0 35px 0 55px;
}
ul.links li {
	margin: 7px 0;
	line-height: 14px;
}
ul.links li a{
	color: rgba(51,51,51,1);
}
