/*
*/

#agenda table.calendario {
	width: auto;
	margin: 12px auto;
	}

#agenda table.calendario th, 
#agenda table.calendario td {
	padding: 2px;
	font-size: 10px;
	border: none;
	text-align: center;

}
#agenda table.calendario th {
	border-bottom: 1px solid #475A84;
	}
	
#agenda table.calendario td {
	}
	
#agenda table.calendario td.festivo {
	font-weight: bold;
	}
	
#agenda table.calendario td.hoy{
	font-weight: bold;
	background-color: #EAEBAE;
	}
	
#agenda table.calendario td a {
	text-decoration: none;
	color: #616148;
	font-size: 11px;
	background-color: transparent;
	}

#agenda table.calendario td:hover {
	background-color: #D8D8A0;
	}

#agenda table.calendario td a:hover {
	color: #616148;
	}
	
