
body {
	margin: 0px;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat;
	cursor:default;
}

.formulario {
	float: left;
	margin-left: 50px;
	height: 360px;
	width: auto;
	
	}
	
.enviado {
	float: left;
	margin-left: 50px;
	height: 448px;
	width: auto;
	
	}

.contForm {
	float: left;
	
	}
	
.botones{
	line-height: normal;
	margin-left: 0px;
	margin-top: 15px;
	}
	
.infoContact {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	color: #333;
	text-align: left;
	width: 180px;
	line-height: 18px;
	margin-top: 20px;
	margin-left: 20px;
}

.enviado p {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	color: #333;
	text-align: left;
	width: 200px;
	line-height: 18px;
	margin-top: 20px;
	margin-left: 20px;
}


.datos{

}

.enviado h1{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	height: 16px;
	width: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 0px;
	background-position: 0px 11px;
	padding-top: 10px;
	margin-bottom: 0px;
	}
	
.formulario h1{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	height: 16px;
	width: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 0px;
	background-position: 0px 11px;
	padding-top: 10px;
	margin-bottom: 0px;
	}

.titulo{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #006699;
	margin-left: 20px;
	margin-top: 10px;
}
	
.formulario h2{
	font-family: verdana;
	font-size: 11px;
	color: #006699;
	height: 20px;
	width: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	padding-left: 0px;
	background-position: 0px 11px;
	padding-top: 10px;
	margin-bottom: 0px;
	background-image: none;
	}
	
.formulario h3{
	font-family: verdana;
	font-size: 14px;
	color: #006699;
	height: 20px;
	width: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	padding-left: 0px;
	background-position: 0px 11px;
	padding-top: 10px;
	margin-bottom: 0px;
	background-image: none;
	}


	
input {
	margin-right: 10px;
	background-color: #DADADA;
	border: 1px solid #A6A6A6;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin-top: 0px;
	padding: 2px;
	}
	

label{
	font-family: verdana;
	font-size: 11px;
	color: #006699;
	line-height: 20px;
	font-weight: bold;
}

textarea{
	margin-left: 0px;
	background-color: #DADADA;
	border: 1px solid #A6A6A6;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin-top: 0px;
	}

.txtentrada{
	margin-left: 0px;
	}
	
	
.btn{
	float: left;
	font-family: Arial;
	color: #CCCCCC;
	background-color: #666666;
	height: 24px;
	width: 80px;
	margin-right: 5px;
	text-align: center;
	background-image: url(../images/btn-form.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
}

a.infoContact {
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 18px;
}
a.infoContact:link:hover, a.infoContact:visited:hover  {
	color: #003366;
}

a.infoContact:hover {
	text-decoration: underline;
	color: #003366;
	
}

