.contacto input{
	width:24em;
	margin-left:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:2px;
	border-bottom:1px solid #666;
	
}

.contacto label{
	display:block;
	text-align:right;
	margin:5px;
}

.contacto textarea{
	width:24em;
	margin-left:10px;
	height:100px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:4px;
	border:1px solid #666;
	
}

.contacto .boton-enviar{
	background:url(../img/bg-boton.jpg) top repeat-x;
	padding:5px 10px;
	text-decoration:none;
	color:#000;
	width:100px;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	height:30px;
	margin-left:130px;
	margin-top:20px;
}

.contacto .boton-enviar:hover{
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	background:url(../img/bg-boton.jpg) top repeat-x;
	cursor:pointer;
}

.contacto fieldset{
	clear:both;
	border:1px solid #dadada;
	width:70%;
	margin:10px;
	/*width:33em;*/
	font-size:0.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:10px;
	
}

legend{
	/*background-color:#DADADA;*/
	padding:3px 10px;
	color:#666;
}

#chkAcepto{
	width:2em;
	background-color:transparent;
	border:0;
}




	@media screen and (max-width:800px) {
	
	.contacto fieldset{
	clear:both;
	border:1px solid #dadada;
	width:70%;
	margin:5px;
	/*width:33em;*/
	font-size:0.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:10px;
	
		}
		
		
		.contacto textarea{
	width:80%;
	margin-left:5px;
	height:100px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:4px;
	border:1px solid #666;
	}
	.contacto input{
	width:80%;
	margin-left:5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:2px;
	border-bottom:1px solid #666;
	
	}
	
	}