div#calendarioIndex
{
	position:absolute;
	float:right;
	top:30px;
	right:0px;
}

div#calendario
{
	position: relative;
	float: right;
	bottom: 10px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
	width: 200px;
	height: 200px;
	margin-top: 20px;
}

*html div#calendario
{
	position: relative;
	float: right;
	top: 265px;
	bottom: 10px;
	right: -175px;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
	width: 200px;
	height: 200px;
	margin-top: 20px;
}

.tablacalendario
{
	height:100%;
	width:100%;
	text-align:center;
}

.fondocalendario
{
	/*background:#c6deeb;*/
	width:20%;
	vertical-align:top;
	text-align:center;
	background:url(imagenes/fondo_cal_azul_02.png);	
}

.encabezadocal
{
	/*background:#7e9eaf;*/
	/*background:#c6deeb;*/
}

.diassemana
{
	text-align:center;
	/*background:#7e9eaf;*/
	/*background:#c6deeb;*/
	color: #10577B;
}

.enlaceNumeros {
	font-size: 11px;
	/*color: white;*/
	color:#00496E;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
}

.Numeros {
	font-size: 11px;
	color: #486472;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
}

.azul {	
	font-size: 14px;
	font-style: normal;
	color: #10577B;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-decoration:none;
}

.mesAzul {
	font-size: 12px;
	font-style: normal;
	color: #10577B;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-decoration:none;
	font-variant:small-caps;
}

.diaActual{
	background-color:#00496E;
	color:#FFF;
	text-decoration:underline;
}

.diaActualConEventos{
	background-color:#00496E;
	color:#FFF;
}

.diaConEventos{

	text-decoration:underline;
}

/*
h1 {
	font-size: 24px;
	font-style: normal;
	color: #9B2526;
	font-variant: small-caps;
	font-family: Times New Roman, Times, serif;
}

h2 {	
	font-size: 18px;
	font-style: normal;
	color: #10577B;
	font-variant: small-caps;
	font-family: Times New Roman, Times, serif;
}

h4 {	
	font-size: 16px;
	font-style: normal;
	color: #996600;
	font-variant: small-caps;
	font-family: Times New Roman, Times, serif;
}
*/
p {
	font-size: 11px;
	font-style: normal;
	color: #60605B;
	font-family: Verdana,Helvetica,Arial;
	text-align: justify;
	font-variant:normal;
}

td {
	font-style: normal;
	font-size: 11px;
	color: #60605B;
	font-family: Verdana,Helvetica,Arial;

}

input, textarea {
	font-size: 12px;
	font-style: normal;
	color: #60605B;
	font-family: Verdana, Helvetica, Arial;
}

a {
	font-size: 11px;
	color: #9B2526;
	text-decoration: underline;
	font-family: Verdana, Helvetica, Arial;
	font-variant: normal;
	font-weight: bold;
}