/* CSS formulario */

.contacto{
	margin-top:3em;
}
.contacto fieldset{
	border:0;
	padding:0;
	margin:0;
}
.contacto fieldset legend{
	display:none;
}
.contacto dt{		
	line-height:16px;		
	text-align:left;
}
.contacto dt.empty{
	display:none;
}
.contacto dt label{
	color:#666666;
	font-size:1.1em;
}
.contacto dd{	
	text-align:left;
	line-height:16px;
	margin-bottom:1em;
}
.contacto .textfield{
	width:240px;
	height:14px;
	border: #666666 solid 1px;
	padding: 0.2em 5px 0.2em 5px;
	font-size:1.1em;
	color:#666666;	
}
.contacto .textfield2{
	width:240px;
	height:100px;
	border: #666666 solid 1px;
	padding: 0.2em 5px 0.2em 5px;
	font-size:1.1em;
	color:#666666;	
}
.contacto .botonform{
	color:#FFFFFF;
	width:53px;
	height:18px;
	font-size:10px;
	padding-bottom:2px;
	border:0;
	background: transparent url(../img/botonsearch.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
}
.contacto .botonform1{
	color:#FFFFFF;
	width:53px;
	height:18px;
	font-size:10px;
	padding-bottom:2px;
	border:0;
	background: transparent url(../img/botonsearch.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
	margin-left:140px;
}
.contacto .botonform:hover, 
.contacto .botonform1:hover{
	background-position:bottom left;
}




