th {
    font-family: Arial;
	padding: 3px;
}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width:  100%;/*ancho de la tabla*/
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #a79e77;
	width: 100%; 
}

/*texto de la cabecera*/
.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
	font-size: 11px;      
}

.dayhead th {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 20px;/*altura de la celda de los dias*/
}

.dayrow td {
	/*width: 20px;*//*ancho de la celda de los dias*/
	color: #000;
	font-size: .7em;
}

.day {
	/*float: right;*/
	float: center;
	font-size: 11px; 
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

.day_sin_contenido{
	background: #ECECEC;
}


.day_actual{
	font-weight: bold;
	font-size: 11px;      
    border: 1px solid #C00;
}


A.Link_Dia_Evento {
	color: #a79e77;
	font-size: 12px;
	font-weight: bold;
  	text-decoration: underline;
}
		
A:Hover.Link_Dia_Evento{ 
  	text-decoration: none;
	color: #999999;
}


A.Link_Mes_Actual{
	color: #FFFFFF;
	font-weight: bold;
}
		
A:Hover.Link_Mes_Actual{ 
  	text-decoration: underline;
}
