@charset "iso-8859-1";
/* CSS Document */

a:link {
	color: #9abc01;
	text-decoration: none;
}

a:visited {
	color: #9abc01;
	text-decoration: none;
}

a:active {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
}
body {
	background-color: #E6E6E6;
	margin-left: 1px;
}
.detalle_titulo {
	font-weight: bold;
}
.detalle {
	margin: 0px;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.detalle_chica {
	font-size: 11px;
	font-weight: normal;
}

.pagina_tabla {
	background-color: #767676;
}
.linea_separador {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #5d5d5d;
}
.pagina_tabla_footer {
	background-color: #767676;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #767676;
}
.pagina_tabla_header {
	background-color: #767676;
}
.menu_tabla {
	width: 160px;
}
.menu_general {
	background: #767676;
	height: 575px;
	width: 180px;
}
.menu_top {
	height: 8px;
	border-top: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
}
.menu_bottom {
	height: 15px;
	border-bottom: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
}
.menu_seccion {
	font-family: Tahoma;
	font-size: 15px;
	color: Black;
	height: 19px;
	width: 160px;
	padding-left: 10px;
	font-weight: bold;
	border-right: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
	text-align: left;
}
.menu_opcion {
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	padding-left: 10px;
	padding-top: 5px;
	background: White;
	border-right: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
	font-weight: bold;
	text-align: left;
}
.menu_idioma {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding-left: 10px;
	padding-top: 5px;
	background: White;
	border-right: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
}
.menu_combo {
	width: 180px;
}
.menu_resaltado {
	color: #9abc01;
}
.error_tabla {
	height: 50px;
}
.error_titulo {
	font-weight: bold;
	font-size: 12px;
}
.error_texto {
}
.letra_info {
	color: #00FF00;
}
.letra_advertencia {
	color: #FF0000;
}
.input
{
	background-color: #767676;
}
.inputreq
{
	background-color: red;
}
.menutitle{
	cursor:pointer;
	width:160px;
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	padding-left: 10px;
	padding-top: 5px;
	background: #767676;
	border-right: 3px solid #5d5d5d;
	border-left: 3px solid #5d5d5d;
	font-weight: bold;
}
.submenu{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding-left: 10px;
	padding-top: 5px;
	background: #767676;
	border-right: 3px solid #5d5d5d;
	border-left: 3px solid #5d5d5d;
	font-weight: bold;
}
.producto {
	font-size: 16px;
	color: Black;
	font-weight: bold;
}
.principal_link {
	font-size: 10px;
	color: black;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
}