.semana
{
	color:#ff1c47;
	font-weight: bold;
}

.dia
{
	padding: 5px 7px 5px 7px;
}

.fechaTitulo
{
	font-weight: bold;
	text-align:right;
	padding: 0 5px 0 0;
	width: 250px;
	vertical-align: middle;
}

#calendarioContent
{
	width: 250px;
	font-size: 11px;
	border-spacing: 5px;
	overflow: hidden;
	margin: 0 auto;
}

#calendarioHeader
{
	width: 300px;
	height: 17px;
	font-size: 11px;
	overflow: hidden;
	margin: 0 auto;
	background: black;
	color: white;
}

#calendarioContent td
{
	vertical-align: middle;
	text-align: center;
	padding: 5px 0 5px 0;
}


.selectedOld 
{
	background: #bcbcbc;
}

.selectedOld a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.selectedOld a:hover
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.selectedNew
{
	background: #ff1c47;
}

.selectedNew a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.selectedNew a:hover
{
	font-style: none;
	color: white;
	font-weight: bold;
}

#calendario
{
	width: 340px;
	overflow: hidden;
	margin: 0 auto;
}