@charset "utf-8";
/* CSS Document */
/*Formulario de Contacto*/
#formulario {
	width:515px;
	height:auto;
	margin-top:30px;
	margin-bottom:0px;
	padding-top:20px;
	background-image:url(../img/box_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#363636;
	color:#CCCCCC;
}
#formulario form {
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	margin:0;
	width:495px;
	height:auto;
	background-image:url(../img/box_bott.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#363636;
}
#contacto div {
	margin-top:10px;
	margin-bottom:10px;
}
#contacto em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#78aa3c;
}
div label {
	width:25%;
	float:left;
}
div input {
	width:257px;
}
input.boton {
	width:20%;
	margin-bottom:20px;
	margin-left:128px;
}