* {
	margin:0;
	padding:0;
}
.clearfix:after {
content: “.”;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* estilos para el formulario ajax */

#fajax {
	margin:0;
	padding:10px;
	font:11px tahoma;
	color:#333;
	width:100%;
}
.requerido {
	font:12px tahoma, "trebuchet ms";
	color:#c00;
}
#fajax dl {
	width:100%;
}
#fajax dt {
	clear:both;
	width:30%;
	float:left;
	text-align:right;
	padding-right:10px; /* ponemos w30% en lugar de 33% por este padding */
}
#fajax dd {
	float:left;
	width:66%;
	margin-bottom:15px;
}
#fajax dd.benvio {
	text-align:center;
}
#fajax input, #fajax textarea {
	padding:3px;
	border:1px solid #ddd;
	font:10px tahoma, "trebuchet ms";
	color:#999;
	width:100%;
	background:url(formulario/f_input.jpg)left top repeat-x;
}
#fajax input.benvio {
	width:100px;
	margin:0 auto;
	font-weight:bold;
	color:#333;
	letter-spacing:1px;/*background:url(formulario/f_input.jpg)left top repeat-x;*/
}
#fajax .marcaerror {
	border: 1px solid #c00;
	background:floralwhite;
}
#fajax .mensajeerror {
	color: #c00;
	font:10px tahoma;
	letter-spacing:1px;
	display:block;
}
#rajax {
	clear:both;
	color:#666;
}
#rajax.cargando {
	background:url(../../images/ajax.gif) no-repeat center;
	height:20px;
}
