#cal{
    font-size:1.0em;
    margin-top:20px;
    margin-left:20px;
    width:189px;
	height: 160px;
	min-height: 140px;
    text-align:center;
    padding:0 0 1px 1px;
    background-color:#ccc;
    border:1px solid white !important;
}
#cal div{
    width:26px;
    float:left;
    margin-right:1px;
    background-color:#fff;
    margin-top:1px;
    height:19px;
    line-height:19px;
    
}
#cal #cabecera{
    width:188px;
    background-color:#00A5D5 !important;
    color:white;
    font-weight:bold;
}
#cal #cabecera a{
    color:white;    
}
#cal .dias{
    background-color:#00A5D5 !important;
    color:white;
}
#cal .finde{
    background-color:#eee !important;
}
#cal .hoy{
    background-color:#999 !important;
    color:white;
}
#cal .dia a, #cal .finde a{
    display:block;
    width:26px;
    height:19px;
    font-weight:bold;
    color:white;
}
#cal .dia a:hover {
    background-color:silver !important;
    color:black;text-decoration:underline !important;
}
#cal .evento {
    background-color:#00A5D5 !important;
}
#cal .curso {
    background-color:#0A8ACA!important;
}
#cal .eventocurso {
    background-color:#b5a694 !important;
}

