/****************************** ESTILOS STANDARD ************************************/
/************************************************************************************/
.sw_calendar_main{
	position: absolute;
	display: none;
	top: -300px;
	left: -300px;
	z-index: 3000;
}

.sw_calendar_bg_light {
	background: #E4EDF6;
}

.sw_calendar_bg_dark {
	background: #ADCEF7;
}

.sw_calendar_bg_middle {
	background: #BDCEDE;
}

.sw_calendar_white {
	background: #FFFFFF;
}

.sw_calendar_normalDay {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 8.00000pt;
	color: #2F69B3;
	text-decoration: none;
}

.sw_calendar_boldDay {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 8.00000pt;
	color: #2F69B3;
	text-decoration: none;
}

.sw_calendar_normalDay:hover {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 8.00000pt;
	color: #ADCEF7;
	text-decoration: none;
}

.sw_calendar_boldDay:hover {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 8.00000pt;
	color: #ADCEF7;
	text-decoration: none;
}

.sw_calendar_title {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 8.00000pt;
	color: #2F69B3;
	text-decoration: none;
}

