/** CALENDARIO **/
.calendario_wrapper{
	width:100%;text-align: center;
}
.calendario_wrapper .table thead > tr > th, .calendario_wrapper .table tbody > tr > th, .calendario_wrapper .table tfoot > tr > th, .calendario_wrapper .table thead > tr > td, .calendario_wrapper .table tbody > tr > td, .calendario_wrapper .table tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 2px;
    vertical-align: top;
}
.calendario{
	width:100%;
	font-size:0.9em;text-align: center;
}

.calendario_arrows{
	font-weight:bold;text-align: center;
}
.calendario_arrows a:link, .calendario_arrows a:visited {
	text-decoration: none;
	color:#00a2b3;text-align: center;
	
	-webkit-transition:all 0.3s ease; /* WebKit */ 
	-moz-transition:all 0.3s ease;  /* Firefox */
	-o-transition:all 0.3s ease;  /* Opera */
	ms-transition:all 0.3s ease; /* Microsoft */
	transition:all 0.3s ease; /* Standard */
}
.calendario_arrows a:hover {
	text-decoration: none;
	color: #374244;text-align: center;
}


/** CALENDARIO **/
.calendario_wrapper .table thead > tr > th, .calendario_wrapper .table tbody > tr > th, .calendario_wrapper .table tfoot > tr > th, .calendario_wrapper .table thead > tr > td, .calendario_wrapper .table tbody > tr > td, .calendario_wrapper .table tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    
}
.calendario_title{
	
}
.calendario_arrows a:link, .calendario_arrows a:visited {
	color:#00a2b3; /** COLORE FRECCE **/
}
.calendario_arrows a:hover {
	color: #374244; /** COLORE FRECCE: HOVER **/
}
.days{
text-align: center;	
}
.actday{
	color:#00a2b3;font-variant: bold;
        background-color:#fff084;
        text-align: center;
        
        /** SFONDO GIORNO ATTUALE **/
}
.actdayNow{
	color:#000;font-variant: bold;text-align: center; /** SFONDO GIORNO ATTUALE **/
        background-color:#5ed612;  
}
.actday a:link, .actday a:visited {
	color:#00a2b3; /** TESTO GIORNO ATTUALE LINK **/
text-align: center;
}
.actday a:hover {
	color: #bfe5e9; /** TESTO GIORNO ATTUALE LINK HOVER **/
text-align: center;
}