/* CSS Document */
#menu table{
	font-family: "Trebuchet MS", Verdana;
	line-height: 150%;
	color: #000000;
	font-size: x-small;
	margin-left: 5px;
}
#menu a:visited    {
	color: #E06F07;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	background-color: #E5E5E5;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
}
#menu a:link       {
	color: #E06F07;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	background-color: #E5E5E5;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
}
#menu a:active     {
	color: #E06F07;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	background-color: #E5E5E5;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
}
#menu a:hover      {
	color: #006a9d;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099CC;
	display: block;
	background-color: #CCCCCC;
}
.celdas{
	background-color: #CCCCCC;
	width: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.celdaactiva{
    color: #006a9d;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099CC;
	display: block;
	background-color: #CCCCCC;
}
.fecha{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	margin-left: 5px;
	margin-right: 10px;
	text-align: center;
}
#menu img{
	border: 0px none;
	text-align: center;
}
#menu a.sinborde:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0px none #CCCCCC;
	text-align: center;
	margin-right: 20px;

}

#menu a.sinborde:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0px none #CCCCCC;
	text-align: center;
	margin-right: 20px;
	
}
#menu a.sinborde:active{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0px none #CCCCCC;
	text-align: center;
	margin-right: 20px;

}
#menu a.sinborde:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0px none #CCCCCC;
	text-align: center;
	margin-right: 20px;

	}