@charset "utf-8";

form {
	margin:0;
	padding:0 0 0 10px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	
	padding:2px;
	border:1px dotted #666;
	margin:0 0 12px 0;
}

input:hover {
	color:#F30;
	border:1px dotted #F60;
}

textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	height:60px;
	
	padding:2px;
	border:1px dotted #666;
	margin:0 0 12px 0;
}

textarea:hover {
	color:#F30;
	border:1px dotted #F60;
}


.CA {
	width:420px;
}

.CB {
	width:205px;
}

.CC {
	width:420px;
}

.BtEnviar {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	
	width:427px;
	border:1px dotted #fff;
	padding:8px 0 8px 0;
	background:url(../ima/menu/fondo-huellas.png) center no-repeat;
}

.BtEnviar:hover {
	color:#900;
	border:1px dotted #900;
	cursor:pointer;
}

.FormError {
	display:block;
	padding:10px;
	text-align:center;
	margin:10px 6px 10px 10px;
	line-height:12px;
	font-weight:bold;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#000;
}