/* CSS Document */

.texto_verde {
	font-family: Arial;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}

.texto_marron_negrita {
	font-family: Arial;
	font-size: 14px;
	color: #9a3300;
	font-weight:bold;
}

.texto_marron11_negrita {
	font-family: Arial;
	font-size: 11px;
	color: #9a3300;
	font-weight:bold;
}

.celdagris {
	BACKGROUND-COLOR: #c0c0c0;
	FONT: bold 10px Arial, Helvetica, sans-serif;
	COLOR: #333300;
	TEXT-DECORATION: none
}

.texto_verde11 {
	font-family: Arial;
	font-size: 11px;
	color: #003300;
	font-weight: bold;
}

.texto_verde16 {
	font-family: Arial;
	font-size: 16px;
	color: #003300;
	font-weight: bold;
}

.texto_negro12 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.texto_negro {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.texto_morado_oscuro {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.texto_blanco_negrita {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/*.texto_gris {
	font-family: Arial;
	font-size: 11px;
	color: #696969;
	font-weight: normal;
}*/

.texto_negro_negrita {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.texto_titulo_morado_oscuro_negrita {
	font-family: Arial;
	font-size: 14px;
	color: #6B6BB1;
	font-weight: bold;
}

.celdatitulo {
	BACKGROUND-COLOR: #7190E0;
	FONT: bold 12px Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
}

.celdalabel {
	BACKGROUND-COLOR: #D6DFF7;
	FONT: bold 10px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none
}

.celdalabelP {
	BACKGROUND-COLOR: #7b9d4a;
	FONT: bold 12px Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
}

.celdadatos {
	BACKGROUND-COLOR: #FFFFFF;
	FONT: bold 10px Arial, Helvetica, sans-serif;
	COLOR: #8883CB;
	TEXT-DECORATION: none
}

.input_form {
	font-size: 8pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	border:1px solid #7190E0;
	color:#7190E0;
	Text-decoration: none
}
.input_login_clientes {
	font-size: 8pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	border:1px solid #5b5959;
	color:#1f1f1f;
	Text-decoration: none
}
.input_login {
	font-size: 9pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	border:1px solid #5C7280;
	color:#245edc;
	Text-decoration: none
}

.input_textarea {
	font-size: 8pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	border:1px solid #44791d;
	color:#44791d;
	width: 496px;
	Text-decoration: none
}

.input_textarea_2 {
	font-size: 8pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	border:1px solid #44791d;
	color:#44791d;
	width: 446px;
	Text-decoration: none
}

.input_textarea_3 {
	font-size: 8pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	border:1px solid #44791d;
	color:#44791d;
	width: 598px;
	Text-decoration: none
}

/*.radio_form {
	font-size: 8pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	border:1px solid #FFFFFF;
	color: #000000;
	Text-decoration: none
}*/

.botones_form {
	font-size: 9pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	font-weight: normal;
	border:1px solid #7190E0;
	color:#7190E0;
	Text-decoration: none
}

.botones_login {
	font-size: 9pt; 
	font-family: Arial;
	background-color: #FFFFFF;
	font-weight: normal;
	border:1px solid #5C7280;
	color:#245edc;
	Text-decoration: none
}
.capaBlanca {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#FFFFFF;
	visibility: hidden;
	filter: alpha(opacity=50);
	opacity: .75;
}
