	#tit_Avisos{
	width: 100%;
	position:float;
	height:20px;
	padding-top:5px;
	background-color: #767676;
	color:#fff;
	text-align: center;
	font-size: 1.1em;
}

/* Tiny Carousel */
#calendario { height: 90%; margin: -15px 0 0; overflow:hidden; position: relative; padding: 0 50px 10px;}
#calendario .viewport { height: 125px; overflow: hidden; position: relative; margin-top:13px;}

#calendario #gpo_buton
{
	width:100%;
	text-align:right;
	position:float;
	margin-top:-25px;
	margin-left: -6px;
}

#calendario #gpo_buton .buttons {	
	position:float;
	color: #fff;
/*    background: #971726;
    border-radius: 35px;
    display: block;
    position: relative;
    top: 5%;
    left: 40%;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
	border: 1px solid #971726;*/

}
#calendario #gpo_buton .next {
    /*right: 0;
    left: 80%;*/
	margin-left:5px;
}
#calendario #gpo_buton .buttons:hover{
    color:#555;
    background: #555;
	/*border: 1px solid #971726;*/
}
#calendario .disable { visibility: hidden; }
#calendario .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 100%; left: 0 top: 0; }
#calendario .overview li{ float: left; margin: 0 20px 0 0; padding: 5px; height: 65px; border: 0px solid #dcdcdc; width: 100%;}

section#fecha{
	width:100%;
	max-width: 100%;
	height: 1.3em;
	max-height:2em;
	display: inline-block;
	border-bottom: 1px solid #efefef;
	}
section#dia{
	vertical-align: top;
	display: inline-block;
	width:48%;
	font-size: 0.8em;
	color: #555;
	text-align: right;
}
section#mes{
	vertical-align: top;
	display: inline-block;
	width:48%;
	font-size: .8em;
	font-weight: bold;
	color: #555555;
}
section#nota a{
	vertical-align: top;
	display: inline-block;
	width:95%;
	font-size: .8em;
	font-weight: normal;
	color: #555555;
	text-align: justify;
	padding: .3em;
	max-height: 3em;
	height: 3em;
	overflow:hidden;
}
section#nota a:hover{text-decoration: underline;}

