/*------contact form------*/
#contact_form{
	float:left;
	width: 330px;
	top: 37px;
	color: #906;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	
}
.contact_input{
	width: 200px;
	height: 25px;
	font-size: 12px;
	float: right;
	background-color:#1759AA;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	color: #FFF;
}
label.contact_form{
	width: 100px;
	float: left;
	padding: 0 0 3px 18px;
	font-size: 18px;
	color:#006;
	font-family: "Times New Roman", Times, serif;
}
.contact_textarea{
	width: 240px;
	height: 80px;
	font-size: 12px;
	float: right;
	color:#FFF;
	background-color:#1759AA;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	
}
input.contact_submit{
	float:right;
	width: 60px;
	height: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.cleardiv {
clear:both;
overflow:hidden;
height:10px;
}
.clear{
clear:both;
}
.detalles{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
}


#centerwrapper #root #e1 table tr td {
	color: #90C;
}
