@charset "utf-8";
a.Ntooltip {
	position: relative; /* es la posición normal */
	text-decoration: none !important; /* forzar sin subrayado */
	color:#D56E22 !important; /* forzar color del texto */	

	}

a.Ntooltip:hover {
z-index:999; /* va a estar por encima de todo */
background-color:#000000; /* DEBE haber un color de fondo */

}

a.Ntooltip span {
display: none; /* el elemento va a estar oculto */
}

a.Ntooltip:hover span {
	display: block; /* se fuerza a mostrar el bloque */
	position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
	top:2em;
	left:-7em; /* donde va a estar */
	width:150px; /* el ancho por defecto que va a tener */
	padding:5px; /* la separación entre el contenido y los bordes */
	background-color: #666666; /* el color de fondo por defecto */
	color: #FFFFFF; /* el color de los textos por defecto */
	text-align: left;
}

#calendario{
	width:200px;
	height:auto;
	margin:25px 0px 0px 0px;
	float:right;
}

/* Calendar */

#calendar_wrap {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECE9DD;
	height: 94%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}
.celda_today
{              background-color:#990000;
               color:#fff;
			   	margin:0px;
	padding:0px;
}
.celda_today a
{
                color:#FFF;
					margin:0px;
	padding:0px;
}
.celda_today a:hover
{
                color:#FFF;
}
.celda_fecha
{              
    background-color:#39312b;
                color:#FFF;
                text-align:left;
                padding:0px 0px 0px 10px;
                font-size:x-small;
}
.celda_evento
{
	background-color:#D6D6D6;
	color:#fff;
	margin:0px;
	padding:0px;
}
.celda_evento a
{              
                color:#fff;
					margin:0px;
	padding:0px;
}
.celda_evento a:hover
{              
                color:#fff;
}
.caja_calendario{
	width:200px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:right;
	background-color: #F2F0E9;
}
.titulo_calendario{
	height:18px;
	background-image: url(images/titulos/morado.gif);
	font-size:13px;
	color:#FFF;
	padding: 1px 0px 0px 3px;
	font-weight: bold;
}
.titulo_calendario2{
	font-size:12px;
	color:#FFF;
	background-color: #CDC6A7;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.lista_calendario{
	margin:2px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	color:#900;
	list-style-type: none;
}
.lista_calendario li{
	margin:2px 0px 0px 0px;
	padding:2px 0px 4px 22px;
	background-color:#F2F0E9;
	background-image: url(images/enlace.gif);
	background-repeat:no-repeat;
	background-position: 2px 2px;
}
