/* CSS Document */
#Calendario{
background-color:#fff;
width:140px;
}
.tabla{
/*background-image:url(http://www.territoriosvivos.org/proyectorios/agenda/images/fondo_agenda.jpg);*/
width:140px;
height:230px;
border:1px dotted blue;
}
#Calendario td{
border:1px dotted #ccc;
}
.mes{
/*color:#FF6600;
font:Georgia,"Times New Roman", Times, serif;
font-style:italic;
font-size:19px;
font-weight:bold;
text-align:center;
font-stretch:extra-expanded;
height:15px;
width:69%;*/
}
.flecha{
text-align:center;
height:15px;
width:50px;
text-decoration:none;
}
a.flecha:hover, a.flecha:active, a.flecha:link, a.flecha:visited{
text-decoration:none;
}
.semana{
/*color:#FF6600;
font:Courier,"Courier New",  mono;
font-variant:small-caps;
font-size:17px;
height:5px;
text-align:center;*/
}
.cuadro_calendario{
background-color:#e5e5e5;
font-family: Constantia,"Trebuchet MS";
font-size:19px;
}
.cuadro_calendario a{
font-family: Constantia,"Trebuchet MS";
/*font-size:19px;*/
text-decoration:none;
}
.cuadro_evento{
font-family: Constantia,"Trebuchet MS";
font-size:19px;
}
.cuadro_evento a{
font-family: Constantia,"Trebuchet MS";
font-size:19px;
text-decoration:none;
}
.dia_actual{
text-align:center;
background-color:#FFFFFF;
color:#FF6600;
border:1px solid #FF6600;
font-size:16px;
font-weight:bold;

}
.tit{
background-color:#ccc;
}
.dia_con_evento{
background-color:#ccc;
color:#FFFFFF;
text-align:center;
/*background-image:url(http://www.territoriosvivos.org/proyectorios/agenda/images/estrella_naranja.gif);*/
background-repeat:no-repeat;
background-position:center;
text-decoration:none;
/*padding-top:4px;*/
}

a.dia_con_evento:hover{
color:#000000;
}
a.dia_con_evento{
border:1px solid red;
}
.dia_sin_evento{
text-align:center;
color:#000000;
text-decoration:none;
}

/*drow shadow:(de:http://phoenity.com/newtedge/drop_shadow/#alpha)*/
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}
