/* Agenda */

.Agenda {
	margin: 10px auto 30px auto;
	color: #FFF;
	background: #809ab9;
	padding: 0 15px 15px 15px;
}


.Agenda TD {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 14.3%;
	cursor: pointer;
	color: #333;
	background: #FFF;
	height: 35px;
	font-size: 15px;
}

.Agenda TR.Mes {


}

.Agenda TD.Mes {
	vertical-align: middle;
	color: #FFF;
	background: #809ab9;
	height: 40px;
	font-size: 20px;
	font-weight: normal;
}

.Agenda TD.MesAnt {
	cursor: pointer;
	vertical-align: middle;
	color: #FFF;
	background: #809ab9;
	height: 40px;
	font-size: 30px;
	font-weight: normal;
}

.Agenda TD.MesSig {
	cursor: pointer;
	vertical-align: middle;
	color: #FFF;
	background: #809ab9;
	height: 40px;
	font-size: 30px;
	font-weight: normal;
}



.Agenda TR.NomDias TD {
	vertical-align: middle;
	background: #809ab9;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.Agenda TD.SinDia {
	color: #9C9C9C;
}

.Calendario TD.Cargando {
	background: transparent url(/css/imagenes/cargando.gif) no-repeat center center;
}


.Agenda TD.ConActo {
	background: #d69300;
	color: #fff;
}


