.calendario{
	/*background-image:url(../images/bgs/bg_eventos.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
	width: 300px;
	height: 256px;
	/*background-color: #3E3E3E;*/
	border: 1px solid red;
}
/*.cal_sep{
	background: url("../images/bgs/cal_sep.jpg") no-repeat center;
}*/
.calendario ul {
	font-size: 20px;
	width:157px;
}

.calendario .li {
	font-size:11px;
	list-style-type:none;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	margin-right:1px;
	margin-bottom:1px;
	float:left;
	color: #000000;
	font-style:italic;
	font-weight:bold;
	width:15px;
	display:inline;
	text-align:center;
}

.year{
	/*background-image:url(../images/bgs/dates.jpg);
	background-repeat: no-repeat;
	background-position:center;*/
	font-size: 19px;
	color: #7A6C69;
	width:65px;
	font-weight: bold;
}

.date{
	background:transparent;
	text-align: center;
	font-size:14px;
	width: 20px;
	color: #7A6C69;
	border: 1px dotted #99958C;
	height: 20px;
	padding-top:2px;
	padding-bottom: 2px;
	
}

.event a{
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #2C5C90;
	font-weight: bold;
	display: block;
}

.month{
	/*background-image:url(../images/bgs/dates.jpg);
	background-repeat: no-repeat;
	background-position:center;*/
	width:65px;
	font-weight: bold;
	font-size: 18px;
	color: #7A6C69;
}

.dia {
	background-color:#E45316;
	border:1px solid #99958C;
	
	text-align: center;
	width: 20px;
	height: 25px;
	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}	

/*.mes {
color:#CCC;
font-size:10px;
width:147px;
font-size:11px;
font-weight:bold;
}*/
.contenedor_calendario {
width:200px;
}

a{
	color:black;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;

font-size:14px;
font-style:italic;
text-align:justify;
color:#333333;
font-weight:normal;

padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.tt_sub_azul{
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}/**/

.tt_sub_azul2{
	font-size: 17px;
	font-weight: bold;
	font-style:italic;
	color:#006666;
	text-decoration: none;
	padding: 2px;
}



