/* CSS Document */
.calendario {
	width:250px;
	}
.navegacion {
	height:30px;
	background:#E33B30;
	color:#FFF;
	font: bold 14px/100% Tahoma, Arial, Verdana;
	text-align:center;
	}
.anterior {
	float: left;
	background: url(../images/arrow_izq_cal.gif) left center no-repeat;
	display:inline;
	width: 14px;
	height:14px;
	margin-left:10px;
	}
.anterior span {
	display:none;
	}
.siguiente {
	float:right;
	background: url(../images/arrow_der_cal.gif) right center no-repeat;
	display:inline;
	width:14px;
	height:14px;
	margin-right:10px;
	}
.siguiente span {
	display:none;
}
.tabla_dias {
	width:100%;
	}
.fila_dias td {
	width:14%;
	text-align:center;
	background:#831732;
	color:#FFF;
	font: bold 12px/100% Tahoma, Arial, Verdana;
	height: 25px;
	}
.tabla_numeros {
	width:100%;	
	border-right: 1px solid #DDD;
}
.tabla_numeros tr {
	height:25px;
	}
.tabla_numeros td {
	text-align: center;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	vertical-align:middle;
	margin:0;
	padding:0;
	width:14%;
	}
.tabla_numeros tr td a {
	display:block;
	width:100%;
	height:20px;
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	}

