.WW_DP {
		font-family:				arial,sans-serif;
		font-size:				12px; 
		color:					#000;
		background-color: 	#D3DAED;								/*mas claro*/
		border-top: 			3px solid #3B6B9F;                /*oscuro*/
		border-bottom: 		3px solid #D3DAED;				/*mas claro*/
		position: 				absolute;
		width: 					14em;
}
.WW_DP_prevnext {
		font-size:				12px;
		text-align:				center;
		vertical-align:			middle;
		color:					#094891;   						/*color de letra*/
		font-weight:			bold;
}
.WW_DP_daytitle {
		font-size:				12px;
		font-weight:			bolder;
		text-align:				center;
		width:					14.28%;
}
.WW_DP a#today {
		font-size: 				10px;
		text-align: 				center;
		color: 					#094891;   						/*color de letra*/
		text-decoration:		none;
		padding:				1px;
		border:					1px solid #436F0D;
}
#WW_DP_monthtable {
		background-color:	#FFF;
		border-bottom:		1px solid #FFF;
		border-top:				1px solid #A2BBDD;
		border-left:				1px solid #A2BBDD;
		border-right:			1px solid #E8EEF7;
}
#WW_DP_monthtable .selected, .weekend, .weekday, .actualdate {
		width:					1.1em;
		padding:				2px;
		opacity:					.9;
}
#WW_DP_monthtable .selected {
		border: 					2px solid #000000;
		font-weight:			bold;
}
#WW_DP_monthtable .today {
		font-weight:			bold;
}
#WW_DP_monthtable .relSelected {
		border:					2px solid gray;
		font-weight:			bold;
}
#WW_DP_monthtable .weekend {
		background-color:	 #E9E9E9; 				/*otro gris*/
}
#WW_DP_monthtable .actualdate {
		background-color:	#9AB;
		color:					#FFF;
}
#WW_DP_monthtable DIV.day {
		cursor:					pointer;
		color:					#000; 
		font-size:				12px;
		text-align:				center;
}
/*.WW_DP_prevnext a:link, a:visited, a:hover, a:active { text-decoration: none;  color: #436F0D; }*/