*{
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:12px "lucida sans unicode";
	color:#CCCCCC;
	width:100%;
	border:1px solid #444;
}

.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;
	font:12px "lucida sans unicode", "trebuchet ms";
	color:#FFFFFF;
	width:100%;
	background:#222;
	border: none;
	border-bottom: 1px solid #555;
}

#fajax input.benvio {
	width:100px;
	margin:0 auto;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:1px;
	border: 1px solid #555;
/*background:url(formulario/f_input.jpg)left top repeat-x;*/
}


#fajax .marcaerror {
	border-bottom: 1px solid #ccc;
	background:#444;
}


#fajax .mensajeerror {
	color: #ca0;
	font:10px tahoma;
	letter-spacing:1px;
	display:block;
}

#rajax {
clear:both;
color:#ccc;
}

#rajax.cargando {
background:url(../../images/ajax.gif) no-repeat center;
height:20px;

}

