/* CSS Document */
/*---- basada en  http://www.quirksmode.org/css/forms.html  + algunas cosas propias   ----*/ 

label,input, select {
	display: block;
	width: 210px;
	height: 18px;
	float: left;
	margin-bottom: 7px;
}



textarea {
display: block;
float: left;
width: 350px;
margin-bottom: 7px;
}


label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}


#contactform p {
	clear: left;
}

#contactform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	
}

input {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000;
	background-color: #CCCCCC;
	border: 1px solid #000;
	height: 20px;
	
	}


select { font-family: Verdana, Arial; 
       font-size: 11px; 
       color: #000; 
       background-color: #CCCCCC; 
       border: 1px solid #000;
	   height: 18px;
}

#contactform br
{ 	clear: left;
   
}


.boton {
	position: relative;
	left: 250px;
	width: 85px;
	height: 24px;

	}

input#submit {

    padding:0.15em;

    margin:10px 0;

    width:200px;

    font:bold 100% Verdana, Helvetica, Arial, sans-serif

}
.escondetti {
	position: absolute;
	left: -9000px;
	width: 0px;
	height:0px;

	}
