/* CSS Document */
#menu table{
	font-family: "Trebuchet MS", Verdana;
	line-height: 150%;
	color: #000000;
	margin-left: 5px;
	font-size: x-small;
}
#menu a:link       {
	color: #006a9d;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	width: 100%;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
	background-color: #C8DAEE;
}

#menu a:visited    {
	color: #006a9d;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	width: 100%;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
	background-color: #C8DAEE;
}
#menu a:active     {
	color: #006a9d;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	width: 100%;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
	background-color: #C8DAEE;
}
#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{
	width: 11px;
	font-family: "Trebuchet MS", Verdana;
	color: #000000;
	background-image: url(../imagenes/bullet1.gif);
	background-repeat: no-repeat;
}
.celdas1{
	width: 15px;
	font-family: "Trebuchet MS", Verdana;
	color: #000000;
	background-image: url(../imagenes/bullet2.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #E6EEF7;
}
.celdaactiva{
	color: #E06F07;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display: block;
	background-color: #DBDBDB;
	margin-left: 5px;
}
.subceldas{
	font-family: "Trebuchet MS", Verdana;
	color: #E06F07;
	background-color: #E6EEF7;
	border: 1px doble #333333;
	font-weight: bold;
}
.fecha{
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	color: #999999;
	margin-left: 5px;
	margin-right: 10px;
	text-align: center;
	font-size: xx-small;
}
#menu img{
	border: 0px none;
	text-align: center;
}

#menu a.sinborde:visited {
	color: #004D71;
	font-size: x-small;
	font-family: "Trebuchet MS";
	background-color: #E6EEF7;

}

#menu a.sinborde:link {
	color: #004D71;
	background-color: #E6EEF7;
	font-size: x-small;
	font-family: "Trebuchet MS";
}
#menu a.sinborde:active{
   color: #004D71;
	background-color: #E6EEF7;
	font-size: x-small;
	font-family: "Trebuchet MS";
}
#menu a.sinborde:hover{
    color: #004D71;
	background-color: #E6EEF7;
	font-size: x-small;
	font-family: "Trebuchet MS";
}

#menu a.sin:link  {
	color: #004D71;
	background-color: #E6EEF7;
	font-size: x-small;
	font-family: "Trebuchet MS";
	text-align: right;
	width: 40%;
	margin-left: 50px;
}

#menu a.sin:visited  {
	color: #004D71;
	background-color: #E6EEF7;
	font-size: x-small;
	font-family: "Trebuchet MS";
	text-align: right;
	width: 40%;
	margin-left: 50px;
}
#menu a.sin:active  {
	color: #004D71;
	background-color: #E6EEF7;
	font-size: x-small;
	font-family: "Trebuchet MS";
	text-align: right;
	width: 40%;
	margin-left: 50px;
}
#menu a.sin:hover {
	color: #004D71;
	background-color: #E6EEF7;
	font-size: x-small;
	font-family: "Trebuchet MS";
	text-align: right;
	width: 50%;
	margin-left: 40px;
}



#menu .public{
	font-family: "Trebuchet MS", Verdana;
	text-align: center;
	width: 90%;
	border: 1px solid #CCCCCC;
	margin-left: 5%;
	font-size: xx-small;
}
