@CHARSET "ISO-8859-1";

/* Validacion form */
form.cmxform label.error,label.error {
	float: left;
	color: red;
	font-style: italic
}
div.error {
	display: none;
}
input:focus {
	border: 1px dotted black;
}
input.error {
	border: 1px dotted red;
}
form.cmxform .gray * {
	color: gray;
}




.texto11 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.texto12 {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

.texto11gris {
	font-family: verdana;
	font-size: 11px;
	color: #989898;
}

.texto14gris {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #989898;
}

.registroTitulo {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #8293af;
	vertical-align: bottom;
	text-align: left;
}

.titulo {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #829CC7;
}

.precios {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}

.formulario {
	padding: 2px;
	border: 1px solid #999999;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}

.formulario:hover {
	border: 1px solid #111111;
}

.formularioRequerido {
	padding: 2px;
	border: 1px solid #999999;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	background-image: url("/aviationlaw/template/FE2009/images/requerido.gif");
	background-repeat: no-repeat;
	background-position: right;
}

.formularioRequerido:hover {
	border: 1px solid red;
}

.formularioHidden {
	display: none;
	padding: 2px;
	border: 1px solid #999999;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}

.formularioHidden:hover {
	border: 1px solid red;
}

