/* Estilo para vista Agenda Interior */

#herramientas{
    border: 1px dashed #ccc;
}

#herramientas a{
    color: #ff642b;
}

#agenda a:hover{
    text-decoration: underline;
}
    
#hoy_td{
    text-align: center;
}

#hoy{
    background-color: #FFF8A7;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 3px 3px 1px;
    margin: 10px;
    width: 120px;
}

#dia{
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

#fecha{
    font-size: 40px;
    font-weight: bold;
    color: #ff642b;
}

#mes{
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

#calendario_td{
    text-align: left;
}

#calendario{
    width: 200px;
    margin: 0 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 3px 3px 1px;
    background-color: #eee;
    margin: 10px;
}

#calendario td{
    background-color: white;
    font-size: 9px;
    width: 14%;
    text-align: center;
}

#calendario td.mark{
    border: 1px solid #336699;
}

#calendario th{
    background-color: #336699;
    color: white;
    font-size: 9px;
    text-align: center;
}
    
#calendario th a{
    color: #ffffff;
}

#change_month{
    background-color: #003366;
}

#actions_td{
    text-align: left;
    width: 100%;
}

#actions_td a{
    background-image: url(../img/bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
    font-size: 10px;
    margin-left: 10px;
}
    
    
.selected_event{
    background-color: #FFF8A7;
    border: 1px dashed #ccc;
    padding: 10px;
    margin: 10px 0;
}

.rest_of_events{
    border: 1px dashed #ccc;
    padding: 10px;
    margin: 10px 0;
}

#agenda h2{
    margin: 0;
    color: #ff642b;
}

#agenda h1{
    margin: 0;
    color: #000000;
}

#agenda h3{
    margin: 5px 0;
    font-size: 12px;
}

.un_evento{
    margin: 10px 0;
}
.bullet{
    background-image: url(../img/event_bullet.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 12px;
}
.fecha{
    font-size: 9px;
    font-weight: bold;
    margin-right: 10px;
}
.titulo{
    font-size: 13px;
    font-weight: bold;
    color: #003366;
}
.un_evento a.cuerpo{
    color: black;
}

#imagen{
    margin: 0 7px 7px 0;
}
#imagen td{
    font-size: 9px;
}

#volver_a_agenda{
    display: block;
    margin-top: 20px;
}