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

* {margin:0px;}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EBEBEB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 290px;
	height: 15px;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}


.textoAzul2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #020469;
	font-size: 11px;
	text-align: left;
	font-weight:bold;
}

.textoAzul3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #020469;
	font-size: 13px;
	text-align: left;
	font-weight:bold;
}

.campoArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EBEBEB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 290px;
	height: 50px;
}

#head {
margin-left:10px;
	width:410px;
	height:150px;
	}
	
#form {
	margin-left:10px;
	}


