@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#3C3C32;
	/*color:#777756;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
form { width:500px }
rounded-corner {
	width:auto;
}
label { display:block; float:left; width:90px; line-height:14px; color:#777756; }
input, select, textarea { background:#3C3C32; border:none; font-size:14px; }
input, textarea {color:#FFF;}
select {color:#777756;}
input { width:395px}
textarea { width:480px; font-family:Arial, Helvetica, sans-serif;}
.txtarea { margin:5px; color:#777756; }
.txtarea .tr, .txtarea .tr_xon {background:url(/img/contacto/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(/img/contacto/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(/img/contacto/txtarea_br.gif) no-repeat top right; clear:left}
.txtarea .br_xon {background:url(/img/contacto/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(/img/contacto/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(/img/contacto/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(/img/contacto/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(/img/contacto/txtarea_l_xon.gif) repeat-y left top;}
.btn-cancel { background:url(../img/contacto/cancelar.png) no-repeat; width:85px; height:22px; margin:5px 0 0 5px }
.btn-send { background:url(../img/contacto/enviar.png) no-repeat; width:85px; height:22px; margin:5px 0 0 5px }
.btn-norecibir { background:url(../img/contacto/no_recibir.png) no-repeat; width:166px; height:22px; margin:5px 0 0 5px }
