/* CSS Document */
body 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 background-color: white;
}

.linked-day
{
 font-size: 16px;
 font-weight: bold;
}

table 
{
 background-color: #FFFFCC;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #FFCC00;
 border-right-color: #FFCC00;
 border-bottom-color: #FFCC00;
 border-left-color: #FFCC00;
}

.calendar-month
{
 font-size: 16px;
 font-weight: bold;
}

.titulos 
{
 font-weight: bold;
 color: #FFFFFF;
 background-color: #FF9900;
}

h1 
{
 font-size: 16px;
 border-top-style: dotted;
 border-right-style: dotted;
 border-bottom-style: dotted;
 border-left-style: dotted;
 border-top-color: #FFCC99;
 border-right-color: #FFCC99;
 border-bottom-color: #FFCC99;
 border-left-color: #FFCC99;
}
.destacado {
	font-size: 16px;
	font-weight:bold;
}
.cambioColorBody {
	background-color: #FFCC99;
}
