div.contactbox{
	position:relative;
	float:left;
	width:540px;
	height:280px;
	background:url(../img/contacto/form_content.gif) no-repeat bottom left;	
	background-color:#89B05E;
	margin:40px 40px 20px 40px;
}

div.contactbox h1{
	padding:15px 0px 0px 15px;
}
div.contactdir{
	position:relative;
	float:left;
	width:324px;
	height:230px;
}

div.contactdir h1{
	margin-bottom:8px;
}

div.contactdir p{
	padding:0px 0 0 10px;
	font-weight:bold;
}

div#direccion{
	background:transparent url(../images/map.jpg) no-repeat scroll left top;
	height:40px;
	margin:10px 0 0 10px;
	padding:138px 0px 0px 138px;
	width:223px;
	}
	
div#direccion a{
	color:#8C8C8C;
}


#formcontacto{
	padding:15px 0px 0px 50px;
	}

#formo{
	float:left;
	width:245px;
}
	
span.etiqueta{
	clear:left;
	display:block;
	float:left;
	margin:3px 8px 0px 0px;
	text-align:left;
	min-width:5em;
	width:6em;
	font-size:15px;
}
	
p.fila{
	clear:both;
	padding-bottom:10px;
	margin:0px;
	}
	
p.context1{
	position:relative;
	padding:30px 0 0 20px;
	width:500px;
	color:#000;
	font-size:14px;
	}
	
p.context2{
	position:relative;
	padding:5px 0 0 20px;
	width:400px;
	color:#7F4C4B;
	font-size:13px;
}



input.text {
	background-color:#FFF;
	border:1px solid #7a7a7a;
	color:#C16F0B;
	padding:0 2px;
	width:120px;
	height:18px;
}

span.etiquetatext{
	clear:left;
	display:block;
	float:left;
	text-align:left;
	min-width:6em;
	width:6em;
	font-size:15px;
	padding:5px 0px 10px 20px;
}


textarea {
	background-color:#FFF;
	border:1px solid #7a7a7a;
	color:#C16F0B;
	font-size:100%;
	overflow:auto;
	padding:0 2px;
	float:left;
	margin-left:20px;
}

textarea#mensaje {
	height:45px;
	width:145px;
}

form #submit {
	background:transparent url(../img/contacto/but_submit.gif) no-repeat left top;
	float:right;
	height:20px;
	margin:10px 77px 0px 0px;
	width:68px;
	border:none;
	cursor:pointer;
}

form #cancel {
	background:transparent url(../img/contacto/but_cancel.gif) no-repeat left top;
	float:right;
	height:20px;
	margin:10px 10px 0px 0px;
	width:68px;
	border:none;
	cursor:pointer;
}



