/*
 estilo para a home
*/

.destaque_calendar .calendar{
	width: 410px; float: left; background: url('img_calendar/bg.png'); margin: 0 auto; 
}
.fc-header td {
    background: none repeat scroll 0 0 #0B6AB2;
    color: #FFFFFF
}

.content ul li h2 {
    color: #0B6AB2;
    margin: 0 0 0 -70px

}


.destaque_calendar .content ul li .title_container span {
    color: #0B6AB2;
}


.fc-widget-header {
    color: #0B6AB2
}
.fc-header-title h2{
    color: #fff;
    font-size: 20px;
    padding: 10px 0 0 0;
	margin-bottom: 10px;
	font-weight: bold;
	
}

div.events div.content {
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 410px;
}

.destaque_calendar .content ul li .description {
    width: 300px;
    color: #939598;
    float: left;
    margin-left: 0;

}



div.row div.left div.calendar ul {
    float: left;
    margin: 20px 0 0;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
}
.content ul li h2 {
    color: #0B6AB2;
    margin: 0 0 0 15px;
}

.fc-header-left {
    background: none repeat scroll 0 0 #0B6AB2;
    color: #FFFFFF;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.fc-header-right{
    background: none repeat scroll 0 0 #0B6AB2;
    color: #FFFFFF;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.evento_null {
    color: #0B6AB2;
    margin: 0 0 0 15px;
}

.destaque_calendar .calendar,
div.events div.content,
.destaque_calendar, .events{
	width: 100%
}




