.area_calendario
{
	position: absolute;
	top: 300px;
	left: 170px;
	width: 220px;
	height: 180px;
	border: 1px solid #369;
}

.navegacion_calendario
{
	position: absolute;
	top: 490px;
	left: 170px;
	width: 220px;
	height: 20px;
	border: 0px solid #369;
}

.area_estado
{
	position: absolute;
	top: 0px;
	left: 80px;
	width: 400px;
	height: 210px;
	border: 0px solid #369;
}

.area_texto
{
	position: absolute;
	top: 220px;
	left: 80px;
	width: 400px;
	height: 40px;
	text-align: center;
	border: 0px solid #369;
}

table.estado
{
	border-collapse: collapse;
	background-color: #eee;
}

tr.fila1
{
	background-color: #fff;
	cursor: pointer;
}

td.columna1
{
	background-color: #fff;
	border: 1px solid #369;
}

td.columna2
{
	background-color: #eee;
	border: 1px solid #369;
}
