#agenda
{
position: relative;
margin-top: 0px;
margin-left: 12px;
}

.titulo2n
{
margin-top: 20px;
margin-left: 5px;
margin-bottom: 10px;
}

.titulo2n span
{
font-size: 1.2em;
font-weight: bold;
}

#agenda .datos_agenda
{
border-top: 1px solid black;
margin: auto;
}

#agenda .datos_agenda th
{
padding: 5px;
vertical-align: top;
border-bottom: 1px solid black;
border-right: 1px solid black;
}

#agenda .datos_agenda td
{
padding: 5px;
border-bottom: 1px solid black;
font-size: 1.1em;
}

#calendario
{
float:left;
position: relative;
margin-left: 10px;
margin-top: 10px;
}

.in_buscar_agenda
{
font-size: 11px;
margin-bottom: 4px
}

.tit_bus_cal
{
font-size: 1.4em;
font-weight: bold;
margin-bottom: 3px;
}

input.fecha
{
width: 80px;
margin-top: 5px;
margin-bottom: 5px;
}

.table-busquedas-agenda
{
position: relative;
margin-left: 200px;
margin-top: 20px;

}

.table-busquedas-agenda .texto
{
margin-top: 5px;
margin-bottom: 5px;
}

.tabla_agenda
{
border-top:1px solid #BBC2C8;
border-right:1px solid #BBC2C8;
border-left:1px solid #BBC2C8;
width:158px;
}

.tabla_semana {
border-bottom:1px solid #BBC2C8;
padding:0px;
}

.tabla_semana td{
border-top:1px solid #BBC2C8;

padding:3px 30px;
}

.dia_semana td{
background-color:#ECECEC;color:#3B4F62;font-size:11px;font-weight:bold;font-family:tahoma;border-bottom:2px solid #3B4F62;
text-align:center;
}

.dia td{
border-bottom:1px solid #BBC2C8;
text-align:center;
}
.dia td a{
color:#000000;
text-decoration:none
}

.dia td a:hover{
color:#507021;
text-decoration:underlined;
font-weight:bold
}

.dia td.selected{
color:#CE1D20;
font-weight:bold
}

.mes_actual{
font-weight:bold;
font-size:1.4em;
width:168px;
margin:6px 0;
text-align:center;
}