@charset "utf-8";
.franja {
	background-color: #FF0000;
	height: 5px;
}

.bullet {
	background-image: url(images/bullet_dots.gif);
	background-position: 0px 7px;
	width: 10px;
	background-repeat: no-repeat;
	height: 12px;
}


.tabla_menu {

}

.tabla_menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.tabla_menu a:hover{
	text-decoration: underline
}


.tabla_submenu {
	
}
.tabla_submenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.tabla_submenu a:hover{
	text-decoration: underline
}
/*
.tabla_submenu a:active{
	text-decoration: none;
	color: #000000;
}*/
.tabla_submenu tr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 16px;	
}

.separador {
	height: 1px;
	background-color: #dbdbdb;
}

.fondo_menu {
	background-color: #edebeb;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
}
.tabla_submenu2 {

}
.tabla_submenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.tabla_submenu2 a:hover{
	text-decoration: underline
}
.tabla_submenu2 a:active{
	text-decoration: none;
	color: #000000;
}
.tabla_submenu2 tr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 16px;	
}

.bullet_submenu2 {
	background-image: url(images/bullet_dotsSubmenu2.gif);
	background-position: 0px 7px;
	width: 10px;
	background-repeat: no-repeat;
	height: 12px;
}

