/* CSS Document */
table#calendar {
	font-family:Tahoma;
	color: #FFFFFF;
}
table#calendar caption {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	background-image: url(img/main/barra3.jpg);
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	padding: .1em 1px;
	background-image: url(img/main/barra3.jpg);
	background-repeat: repeat-x;
}
table#calendar tr#title th {
	font-size: 100%;
	font-size: 12px;
	padding-top: 0.2em;
	padding-left: 0.2px;
	font-family: Tahoma;
	font-weight: bold;
	color: #000066;
	background: #E6EBF1;
	text-transform: uppercase;
}
table#calendar td {
	font-size: 12px;
	width: 30px;
	color: #777;
	text-align: right;
	border: 1px solid gray;
	border-color: #BBB #EEE #EEE #BBB;
	vertical-align: top;
	font-family: Tahoma;
}
table#calendar .day7 {
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url(img/main/barra1.jpg);
	background-repeat:  repeat-x;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	width: 30px;
}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {
	color: #000033;
	font-family: Tahoma;
	font-size: 11px;
}
table#calendar a:visited {
	color: #000066;
}
table#calendar a:hover {
	background: #FFFF84;
}
table#calendar .day1, table#calendar .day7 {
	background-image: url(img/main/barra1.jpg);
	background-repeat: repeat-x;
}
table#calendar .blank {
	background-color: #F7F7F7;
	border: 1px solid #EEE;
}
table#calendar .lastweek td {
	border-bottom: 1px solid #AAB;
}
table#calendar .today {
	border: 1px solid #6699CC;
	background-image: url(img/main/barra2.jpg);
	background-repeat: repeat-x;
}

.quote {
	color: #FFFFFF;
	line-height:normal;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	}.BordeTablaSeccIzq {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FEC6B9;
	border-left-color: #FEC6B9;
	border-top-color: #FEC6B9;
}
.BordeTablaSeccCentro {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EEEEF0;
	border-right-color: #F3F3F5;
	border-left-color: #F3F3F5;
}
