@charset "utf-8";
/* CSS Document */

#contactFormArea {
	position: absolute;
	height: 280px;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#contactFormArea  #cForm   {
	position: absolute;
	width: 415px;
	top: 60px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	line-height: 16px;
	left: 80px;
}
#contactFormArea #cForm #sendContactEmail {
	background-color: #FB4F14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	width: 200px;
	height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactFormArea #emailSuccess #cerrar {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999988;
	position: relative;
	border: 1px solid #999988;
}

#contactFormArea  #cForm #posName, #posEmail, #posPhone, #posAsunto, #posCity, #posPais, #posEmp {
	background-color: #BBBBAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 185px;
	height: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactFormArea  #cForm  #posText {
	background-color: #BBBBAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 200px;
	height: 138px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactFormArea #loadBar, #emailSuccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999988;
	text-align: center;
	position: absolute;
	height: 180px;
	width: 100%;
	top: -10px;
	padding-top: 120px;
	background-image: url(../img/shim_gris-trans.png);
	z-index: 30;
}
#destNone {
	display: none;
	position: absolute;
	height: 0px;
	width: 0px;
	left: o;
	top: o;
}
