/*#loading{
	display: none;
	width: 100%;
	max-width:270px;
	max-height:245px;
	height: 100%;
	position: absolute;
	z-index: 9999999999;
	background-image: url('../assets/bg_transparent.png');	
}

.iconeajax{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	background-image: url('../assets/loading3.gif');
	background-repeat: no-repeat;
	background-position: center;		
}*/

.calendario{
	width: 180px;
	margin: 10px 20px;
    clear: both;
}

.bic_calendar{
background-color: #ccc;
    border: 1px solid #c3a56f;
    height: 195px;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.bic_calendar a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
    padding: 1px 4px;
}
.bic_calendar .table tbody > tr{
    border: 0px solid !important;
}
.bic_calendar .table tbody > tr > td{
    text-align: center;
    padding: 0px;
    border: none !important;
}
.bic_calendar td div{
    padding: 3px;
}
.bic_calendar td a{
    color: #000;
}
.popover{
    display: block;
}

.bic_calendar .button-month-previous {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    float: left;
    height: 15px;
    line-height: 15px;
    margin: 5px 10px 10px 7px;
    padding: 3px;
    width: 14px;
}

.bic_calendar .button-month-next {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    float: right;
    height: 15px;
    line-height: 15px;
    margin: 5px 5px 10px 10px;
    padding: 3px 2px 3px 4px;
    width: 14px;
}
.bic_calendar .icon-chevron-right, .bic_calendar .icon-chevron-left{
    color: #fff;
}
.bic_calendar .button-year-previous{
    padding: 5px;
    float: left;
}
.bic_calendar .button-year-next{
    padding: 5px;
    float: right;
}

.bic_calendar .visualmonth {
    color: #FFFFFF;
    font-size: 1.3em;
    margin: 5px 0 0;
}
.bic_calendar .monthAndYear{
    text-align: center;
    font-weight: 500;
}
.bic_calendar .days-month{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.6em;
    background: #a38249;
}
.bic_calendar .days-month td{
    color: #fff;
    font-size: 1.2em;
}
.bic_calendar .days-month td.first, .bic_calendar .days-month td:last-child{
    color: #ffe400;
}
.bic_calendar .event{
    color: #3B5A97;
    /*text-shadow: 0 0 2px #333;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);*/
    font-weight: bold;
}
/*.bic_calendar .event:hover{
    background: #3B5A97;
    text-shadow: 0 0 2px #000;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
    color: white;
}
*/
h3.calendario{
    margin-bottom: 17px !important;
}
.bic_calendar .event a{
    border: 1px solid #FFE400;
    border-radius: 13px;
    color: #173B72;
    padding: 0 3px;
    
}
.bic_calendar .event a:hover{
    color: #000;
    text-decoration: underline;
    /*background: #3B5A97;*/
}
.bic_calendar .table{
    width: 95% !important;
    margin: auto;
}
.bic_calendar .table td {
    line-height: 15px;
}
.bic_calendar .header{
    width: 100% !important;
}
.bic_calendar .day{
    font-size: 0.8em;
}
.bic_calendar .days-month td{
    /*background: #f0f0f0 ;*/
}
.bic_calendar .selection{
    background: rgba(141,200,230,0.5);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.bic_calendar .first-selection{
    border-radius: 6px 0 0 6px;
    border-right: 0;
}
.bic_calendar .last-selection{
    border-radius: 0 6px 6px 0;
    border-left: 0;
}
.bic_calendar .middle-selection{
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.bic_calendar .popover{
    background: #fff;
    color: #000;
    text-shadow: none;  
    width: 200px;
    font-size: 12px;
    display: block !important;
}
.bic_calendar .popover-content{
    font-weight: 300;
}
.popover .arrow{
    height: 10px;
    overflow: hidden;
    display: none;
}
.popover hr{
	margin: 5px 0;
}

.popover{
	position:absolute;
	z-index: 2; 
}

body .container2 .t3-spotlight div.span8.item-first {
	position: inherit;
}