table#agenda {
	width: 100%;
}
tr.dias td{
	font-family: Arial;
	font-size: 9px;

}

ul {
	list-style: none;
}

td.dias {
	font-family: Arial;
	font-size: 9px;
	text-align: right;
}

td.festivos {
	font-family: Arial;
	font-size: 9px;
	background-color: #bb0000;
	color: #ffffff;
	text-align: center;
	padding-right: 0px;
	padding: 0px;	
}

td.domingos {
	font-family: Arial;
	font-size: 9px;
	color: #bb0000;
	text-align: right;	
}

td.festivos_locales {
	font-family: Arial;
	font-size: 9px;
	color: #ffffff;
	background-color: #008800;
	text-align: center;
}

td.puentes {
	font-family: Arial;
	font-size: 9px;
	color: #ffffff;
	background-color: #0437E8;
	text-align: center;
}

table.calendario {
	width: 580px;
	vertical-align: top;
}
table.calendario tr td.mes {
	border: 1px solid #cccccc;
	vertical-align: top;
}

table.calendario tr td.pie_festivos {
	vertical-align: top;
	font-family: Arial;
	font-size: 9px;
	color: #bb0000;
}

div.titulo {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.entradilla {
	font-size: 10px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 10px;
}

font.festivo_local {
	font-family: Arial;
	font-size: 9px;
	color: #008800;
}

font.puente {
	font-family: Arial;
	font-size: 9px;
	color: #0437E8;
}

font.puente_asterisco {
	font-family: Arial;
	font-size: 11px;
	color: #0437E8;
}

table.fiscal {
	width: 570px;
	margin-right: 40px;
	margin-left: 10px;
	font-size: 10px;
	
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

table.fiscal td.titulo{
	font-size: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	padding-top: 6px;
	padding-bottom: 6px;

}


table.fiscal th{
	font-size: 10px;
	border: 1px solid #cccccc;
	padding-top: 6px;
	padding-bottom: 6px;
}


table.fiscal td{
	font-size: 11px;
	text-align: left;
	border: 1px solid #cccccc;
}

table.fiscal td.rango{
	font-size: 11px;
	text-align: left;
	border: 1px solid #cccccc;
	background-color: #ced0df;
	text-align: center;
	font-weight: bold;
}

table.fiscal td.tributo{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	border-left: 0px;
	border-right: 0px;
	font-weight: bold;
	
	
}

table.fiscal td.titulo_donde {
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

table.fiscal td.donde {
	vertical-align: top;
	padding-left: 30px;
	padding-right: 0px;
}

table.fiscal td.donde ul{
	padding-top: 0px;
}


table.enlaces tr td a:hover {
	color: #666666;
	cursor: pointer;

}

table.enlaces td#separador{
	width: 40px;
}

table.enlaces td#enlaces{
	width: 220px;
	text-align: justify;
	font-size: 12px;
	color: #333366;
	border: 1px solid #CCCCCC;
	height: 100%;
}

table.enlaces a {
	width: 220px;
	height: 20px;
	text-decoration: none;
}

table.enlaces div {
	padding: 5px;
	padding-left: 10px;
	height: 20px;
}


div.volver {
	text-align: right;
	padding-right: 45px;
}

div.volver A{
	background-image: url(../images/boton.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #777777;
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	cursor: pointer;
	height: 15px;
}
