@charset "iso-8859-1";
/* CSS Document */
/*
	Documento para form de contacto
*/

.input_txt, .area_txt {
	background-color:#F0F2F4;
	border: solid #A3ABB9 1px;
	font-family:"Lucida Sans Unicode", "Lucida Console", "Lucida Grande", sans-serif;
	font-size:12px;
	width: 270px;
	}
	
.input_txt:hover, .area_txt:hover {
	background-color:#F7FAFC;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	}

.input_txt {
	height:26px;
	}	
	
.area_txt {
	min-height:150px;
	}
	

