
/***********************************************************************************************/
/****************************************** hCalendar ******************************************/
/***********************************************************************************************/

#hCalendar
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.hCalendar_borde
{
	border: 1px solid #000000;
}

.hCalendar_imgNormal
{
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.hCalendar_botonAtras
{
	background-repeat: no-repeat;
	background-image: url(../imagenes/previous.png);
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	height: 16px;
	cursor: pointer;
}

.hCalendar_botonAdelante
{
	background-repeat: no-repeat;
	background-image: url(../imagenes/next.png);
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	height: 16px;
	cursor: pointer;
}

/***********************************************************************************************/
/*********************************** CABECERA DEL CALENDARIO ***********************************/
/***********************************************************************************************/

.hCalendar_cabecera
{
	background-color: #275787;
	color: #FFFFFF;
	font-weight: bold;
}

.hCalendar_cabecera_borde
{
	border: 1px solid #275787;
}

/***********************************************************************************************/
/************************************** DÍAS DE LA SEMANA **************************************/
/***********************************************************************************************/

.hCalendar_diasSemana
{
	background-color: #6DC3DE;
	color: #FFFFFF;
	font-weight: bold;
}

/***********************************************************************************************/
/********************************************* DÍAS ********************************************/
/***********************************************************************************************/

.hCalendar_dia
{
	background-color: #FFFFFF;
}

.hCalendar_diaHoy
{
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;	
}

.hCalendar_dia:hover
{
	background-color: #F1872F;
}

.hCalendar_diaHoy:hover
{
	background-color: #F1872F;
	font-weight: bold;
	text-decoration: underline;	
}

.hCalendar_diaConCitas
{
	background-color: #F1872F;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.hCalendar_diaConCitas:hover
{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #F1872F;
	cursor: pointer;
}

.hCalendar_diaConCitas a
{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #F1872F;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.hCalendar_diaConCitas a:hover
{
	background-color: #F1872F;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
