/*******************
#contenido {
width: 680px; 
height: 800px;
float:left;
border: 1px solid #cccccc;
margin: 60px 0 0 15px;
} 
*/

/************* calendario ******************/
#contenido table.month {
border: 1px solid #315c69;
width: 30em;
margin-left:10%;
}

#contenido table.month tbody {
background:#e1e8ea;
color:#315c69;
}

#contenido table.month a {
color:#727272;
text-decoration:underline;
}

#contenido table.month td {text-align:center;}

#contenido table.month .monthnavigation a {color:#315c69; font-weight:normal;}

#contenido table.month td.monthday a {font-weight: normal;}



#contenido table.month td.saturday,#contenido table.month  td.sunday {background:#eff3f4; font-weight:normal;}
#contenido table.month td.nomonthday {background:#eff3f4;}
#contenido table.month td.selectedday , #contenido table.month td.today {background:#91d12b;}
#contenido table.month td.event, #contenido table.month td.todayevent {background:#ffb924; text-decoration:none;}
#contenido table.month td.saturday a , #contenido table.month  td.sunday a {font-weight:normal;}
/******************************************/
#contenido table.eventcontent {border: 1px solid red; width:100%; text-align:center; background:#fbcf71;}
#contenido table.eventcontent tbody, #contenido table.eventcontent td, #contenido table.eventcontent a { font-size: 0.8em;  background:#fbcf71;}


