/* CSS Document */
.menu {
	font-family: Tahoma;
	font-size: 11px;
	color: #D0D0D0;
	margin: 0px;
	width: 105px;
	float: left;
	height: 2px;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	padding-left: 4px;
	border-bottom: 1px solid #950000;
}
.menu:link {
}
.menu:hover {
	color: #CCCCCC;
	background-color: #D50000;
}
.menu:active {
}
.menu:visited {
}
.seccion {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	width: 94px;
	height: 11px;
	letter-spacing: 0px;
	font-weight: normal;
	padding-left: 6px;
	cursor: default;
	text-align: right;
	background: #000000;
	float: left;
}
.cuadrado {

	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
	width: 11px;
	height: 11px;
	letter-spacing: 0px;
	font-weight: normal;
	cursor: default;
	text-align: right;
	background: #FF0000;
	float: left;
}

