
/* Estilos del calendario ------------------------------------------------------- */

div.calendario {
	visibility: hidden;
	position: absolute;
	width: 17em;
	background-color: #d6e8e8;
	border: 1px solid #999999;
}

div.calendario table {
	width: 100%;
}	

div.calendario table td {
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

div.calendario table thead th {
	text-align: center;
	color: #ffffff;
	background-color: #6c9a9a;
}

div.calendario table thead th select {
	background-color: #eeeeee;
}

div.calendario table tbody td {
	text-align: center;
	width: 14%;
	padding: 0;
	margin: 0;
}

div.calendario table tbody td a {
	display: block;
	width: 100%;
	text-decoration: none;
}

div.calendario table tbody td a:link, div.calendario table tbody td a:visited {
	color: #175054;
}

div.calendario table tbody td a:hover, div.calendario table tbody td a:focus {
	color: #175054;
	background-color: #7ab6b6;
}

div.calendario table tfoot tr {
	text-align: center;
	border-top: 1px solid ##999999 ;
	padding-top: 1px;
}

div.calendario table tfoot td a:link, div.calendario table tfoot td a:visited {
	text-decoration: none;
	color: #175054;
}

div.calendario table tfoot td a:hover, div.calendario table tfoot td a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #175054;
}

/* Estilo para las columnas de los dias entre semana*/
.semana {
	background-color: #d6e8e8;
}

/* Estilo para las columnas del fin de semana */
.findesemana { 
	background-color: #9ccaca;
}

/* IFRAME */

iframe.calendario-iframe {
	position: absolute;
	width: 230px;
	background-color: #ffffff;
	border: 0px solid #ffffff;;
}