@charset "utf-8";
/* CSS Document */

.menu_tabla_opcion {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#053283;
	height:18px;
}

.menu_tabla_opcion a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

.menu_tabla_opcion a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.menu_tabla_opcion a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.menu_tabla_opcion a:active {
	color:#FFFFFF;
	text-decoration: none;
}

.menu_tabla_seleccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	background-color:#7183b3;
	height:18px;
}

.menu_tabla_seleccion a:active {
	color:#053283;
	text-decoration: none;
}

.menu_tabla_seleccion a:visited {
	color:#053283;
	text-decoration: none;
}

.menu_tabla_seleccion a:hover {
	color:#053283;
	text-decoration: none;
}

.menu_tabla_seleccion a:link {
	color:#053283;
	text-decoration: none;
}


.menu_tabla_separador {
width:30px;
height:18px;
}

.texto_footer_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18345F;
	
}

.texto_footer_azul a:hover {
	color: #18345F;
	text-decoration: none;
}

.texto_footer_azul a:link {
	color: #18345F;
	text-decoration: none;
}

.texto_footer_azul a:visited {
	color: #18345F;
	text-decoration: none;
}

.texto_footer_azul a:active {
	color: #18345F;
	text-decoration: none;
}

.texto_menu_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323431;
}

.texto_menu_footer a:link {
color: #323431;
text-decoration: none;
}

.texto_menu_footer a:visited {
color: #323431;
text-decoration: none;
}

.texto_menu_footer a:active {
color: #323431;
text-decoration: none;
}

.texto_menu_footer a:hover {
color: #323431;
text-decoration: none;
}


.login_titulo_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00357F;
}
.login_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.login_tabla_texto {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #365b98; font-weight: bold; }

.elemento_form_login {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
}