/* Copyright 1997-2004 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: calendar.css, v 1.0 16/09/2004 $ */


div.calendario {
	margin-top: 20px;
	text-align: center
}

div.calendario a {
	font-weight: bolder;
	border: none;	
}

table { 
	width: 46em; 
	margin: auto
}

caption {
	text-align: left; 
	padding: 0 0 15px 15px;
}

table td {
	text-align: center; 
	font-size: 1.0em;
	padding: 5px; 
	border: 1px solid #fc6;
	width: 6em;	
}

table th {
	background: #7a96df; 
	color: #fff;
	padding: 5px; 
}

.parada { 
	font-weight: bolder; 
	color: #d95c00 
}

.finde { 
	background: #ffe
}

.laborable {}
