@charset "utf-8";
/* CSS Document */

#fcontacto {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:25px;
	border-bottom:1px #CCC dotted;
}

#fcontacto label {
	display:block;
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
	color:#333;
}

#fcontacto input, textarea {
	width:60%;
	border:1px solid #CCC;
	padding:3px;
	color:#333;
	background-image:url(../imagenes/fnd_form.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}

#fcontacto textarea {
	height:100px;
	
}

#fcontacto input[type=button] {
	width:auto;
	display:block;
	margin-top:10px;
	color:#C7D209;
	font-weight:bold;
	background:none;
}

