
.calendario  {
	width: 156px;
}


.calendario table {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #E7E6E6;
}
.calendario table thead {
	background-color: #f8dfa3;
    text-align: center;
    height: 20px;
}

.calendario table td.mes {
	width: 155px;
    font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #df9942;
}


.calendario table td {
	width: 21px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-color: #E7E6E6;
	text-align: center;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: arial;
	color: #686868;
}

.calendario table td.domingo {
	background-color: #F5F5F5;
	width: 22px;
}

.calendario table td.diaSemana {
    text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #df9942;
}

.calendario table td.evento1 {    /* festivo : rojo */
	background-color: #ffa687;
}

.calendario table td.evento2 { /* fiscal : verde */
	background-color: #aac378;
}

.calendario table td.evento3 { /* ferias y congresos : azul*/
	background-color: #abc4e3;
}

.calendario table td.evento4 { /* eventos: naranja */
	background-color: #f6c55e;
}

.calendario table td.evento5 { /* varios: gris */
	background-color: #c7c7c7;
}

.calendario table td.hoy {
	font-weight: bold;
}


.calendario table td a
{
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
}


.calendario a.eventos
{
	width: 156px;
	height: 14px;
	display: block;
	background-image: url(../images/eventos.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
}

.calendario a.eventos:hover
{
	background-image: url(../images/eventos_on.gif);
}

#cuerpo_contenido .naranja {
    background-color: #f8dfa3;
}

#leyenda {
    font-family: arial;
	font-size: 11px;
	color: #686868;
}

#leyenda table {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    border: 0px;
}

#leyenda table thead {
    text-align: center;
    height: 20px;
}

#leyenda table td {
    text-align: center;
}


#leyenda table td.titulo {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #df9942;
}

#leyenda select {
    border-style: none;
	border-width: 0px;
	width: 133px;
	height: 16px;
    font-family: arial;
	font-size: 11px;
	color: #686868;
}

#leyenda #img {
    display: block;
    height:74px;
    width: 154px;
    background-image: url(../images/calendario/leyenda.gif) ;
    background-repeat: no-repeat;
    background-position: left;
}

#leyenda #ir {
    display: block;
   width: 22px;
    height: 15px;
}

#leyenda #ir a{
    display: block;
    width: 22px;
    height: 15px;
    background-image: url(../images/calendario/ir.gif) ;
    background-repeat: no-repeat;
}

#leyenda #ir a:hover {
    background-image: url(../images/calendario/ir_on.gif) ;
}


