.form_tabla {
	text-decoration: none;
	border: none;
	text-align: center;
	background-color-anterior: #705E48;
}
.form_titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000080;
	border-left: none;
	text-transform: uppercase;
}
.form_celdabotones {
	text-decoration: none;
	border: none;
}
.form_boton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/css_bg_bt_form.jpg);
	background-color: #4D4C74;
}
.form_celdatitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000080;
	text-decoration: none;
	left: 5px;
	text-align: right;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #F5EBD8;
	border-left: none;
}
.form_celdaseleccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	left: 5px;
	border: 1px none #666666;
	text-align: left;
	background-color: #F8F8F8;
}
.form_celdainput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000080;
	text-decoration: none;
	left: 5px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #F5EBD8;
	border-left: none;
}
.form_celdamensaje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none; 
	text-align: left; 
}
.form_celdaerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #660000;
	text-decoration: none; 
	text-align: left; 
}
.form_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none; 
}
.form_link:hover {
	color: #505050;
}
.form_obligatorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.form_campo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	overflow: hidden;
	background: transparent;
}
.form_salida {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

