/* CSS Document */
#contacto{

}
#contacto TD{
	border-bottom-color:#EFEFEF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.formulario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:2px;
	margin:0px;
	border-width:1px;
	border-style:solid;
	border-color:#5A521F;
	background-color:#E6E2A3;
	width:320px;	
}
.btn_enviar{
	width:70px;
	height:20px;
	border:0px;
	background-image:url(../img/btn_enviar.gif);
	cursor:pointer;
}
.btn_borrar{
	width:70px;
	height:20px;
	border:0px;
	background-image:url(../img/btn_borrar.gif);
	cursor:pointer;
}


