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

/*--------------formulario--------------------*/

form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #999;
	text-align: left;
	width: 540px;

}
fieldset {
  	border-style: none;
	/*border-color:#000;
	border-style: solid;*/
	margin-left: 0px;
}	 
legend {
	font-family: Georgia, serif;
	font-weight:400;
	font-size: 1.1em;
	/*font-style:italic;*/
	color: #000;
	margin: 10px 0px;
			
}
label {
	float: left;
	/*display:block;*/
	width: 75px;
	margin: 10px 0 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	font-weight:400;
	color: #000;
}
input {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
	height: 35px;
	width: 400px;
	padding-left: 10px;
	border: thin solid #000;
	background-color: transparent;
	margin-bottom: 10px;
}
/*input:focus {
      border: thin solid #000;
      background: #E9DCBE;
}*/
textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
	width: 400px;
	height: 80px;
	padding-left: 10px;
	padding-top: 10px;
	border: thin solid #000;
	background-color: transparent;
	margin-bottom: 10px;
}
/*textarea:focus {
	border: thin solid #000;
    background: #E9DCBE;
}*/
.imageField {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	height: 35px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	margin-left: 75px;
	border: thin solid #000;
}
.gracias{
	width: 540px;
	height: 20px;
	border: thin solid #960;
	margin-bottom: 20px;
	padding: 5px 45px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 0.9em;
	color: #960;
	
}
#campos{
	width: 540px;
	height: 20px;
	/*padding: 10px Opx;*/
	margin: 5px 0px 0px 20px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 0.9em;
	color:#000;
}

/*------------fin formulario--------*/