form.cmxform {
	/*width: 400px; Ancho del formulario*/
	color: #666;
	font: 12px "Lucida Sans Unicode", Verdana, Arial;
	color: #666;
	/*border:1px solid #d8dff2;
	background-color: #F8FDEF;*/
	padding:0px;
	margin:0px;
}
form.cmxform label {
	float: left;
	width: 160px; /*Ancho de la primera columna*/
}
form.cmxform fieldset {
	border: none;
	margin:0px;
	padding:0px;
	/*background: url(Imagenes/fieldset.gif) left bottom repeat-x;*/
	background-color: #F8FDEF;
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform h5 {
	margin:0px;
	padding:10px;
	color:#336699;
}
form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 10px 10px 10px;
	/*background: url(Imagenes/divisor.gif) left top repeat-x;*/
}
 
.indicacionform {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}
/* ELEMENTOS INPUT, TEXTAREA, SELECT,... */
textarea, input  {border: 2px solid #d5dae7; font: 11px "Lucida Sans Unicode", Verdana, Arial; color: #666;}
textarea:focus, input:focus{ border: 2px solid #89b21b; }
input.error { border: 2px solid #ffa17f; }
/* BOTONES*/
form .submit { 
	/*display:block;
	width:68px;
	height:25px;*/
	color:#666666;
	font-weight:bold;
	margin-top:5px;
	/*background-image:url(Imagenes/Submit.gif);
	border:none;*/
}
/* CONTEO TOTAL DE ERRORES*/
.warning {
	
	padding:7px;
	/*text-indent:5px;*/
	border:1px solid #b8c4e6;
	background: #e6eaf5;
	color:#FF0000;
	font-weight:bold;
	padding-left:20px;
	margin-top:10px;
}
.warning {
	display:none;
}
.warning span{
	margin-top:20px;
	margin-left:10px;
}
/* ETIQUETAS DE ERROR Y OK A NIVEL DE ELEMENTO*/
label.error {
	display:block;
	background:url("images/error.gif") no-repeat 0px 0px;
	padding-left:15px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ff5432;
}

.error{
color:#FF0000;
text-decoration:underline;
font-weight:bold;
}


.success {
	display:block;
	background:url("images/ok.gif") no-repeat 0px 0px;
	padding-left:15px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}