.icono_leyenda{
	position:absolute;
	left:214px;
	top:32px;
	width:25px;
	/*height:28px;*/
	z-index:1;

}

#imagen_leyenda{
	position:absolute;
	left:10px;
	top:32px;
	
	z-index:2;
	visibility: hidden;

}

tbody {
    background-color : #ffddae;
    font-size : 12px;
   
  }


#calendario{
	margin:7px;
	border-color : #989898;
	border-style: solid;
	border-width: 1px;
	font-family : Arial, Verdana;
  }


caption{
    background-color : #fff;
    color : #444444;
    font-weight : bold;
    padding-top: 10px;
    /*padding-left : 0.2em;
    padding-right : 0.2em;
    padding-top : 0.2em;*/
    text-align : center;
font-size : 13px;
  }


.mes_anterior {
    float : left;
  }


.mes_siguiente {
    float : right;
  }


#calendario td {
    text-align : center;
    width : 2em;
	height: 1.5em;
  }


#calendario a {
    color : #333;
    font-weight : bold;
    text-decoration : none;
  }


.dia_semana {
    text-align : center;
    color:#444;
    width : 2em;
	height: 1.5em;
  }

.dia_actual {
    background-color : #666;
    color : #fff;
    font-weight : bold;
  }
  
.proyecto {
    /* Varios proyectos Gris*/ background-color : #5383BF;

  }

.proyecto_externo{
    /* Varios proyectos Gris*/ background-color : #006e1f;

  }

.proyecto_krisol {
    /* Varios proyectos Gris*/ background-color : #FC7117;

  }

.proyecto_pck {
    /* Proyecto Comunicaci�n Teja*/ background-color : #9c301a;

  }


.proyecto_distri {
    /* Proyecto distribuidora Azul*/ background-color : #20a0cf;

  }


.proyecto_raizas {
    /* Proyecto Raizas Morado*/ background-color : #af50ff;

  }


.proyecto_sbp {
    /* Proyecto San Blass Verde*/ background-color : #9ca23f;

  }


.proyecto_talleres {
    /* Proyecto Talleres Cremas*/ background-color : #fecb00;

  }


.proyecto_copiplis {
    /* Proyecto copiplis rosa */ background-color : #d6459d;

  }
  
  .proyecto_hilanderas {
    /* Proyecto hilanderas granate */ background-color : #990033;

  }


.dias_semana {
    background-color : #ddd;
  }





.mes_actual {
    color:#989898;
    background-color : #fff;
  }


.mes_no_actual {
    color:#989898;
    background-color : #efeeee;
  }


