.timetable
{
    background-color:#FEFAEC;
    padding: 0px;
    margin: 0px;
    border: 1px solid #888;
    position:relative;
    margin-bottom:0px;
    font-size: 10px;    
}
.tt-times
{
    position:absolute;
    border-width: 0px;
    border-bottom: 1px solid #ddd;
    display: table;
    z-index:1;
    color: #000;
    font-weight: bolder;
    /* COLOR DE FONDO DE LAS HORAS */
    background-color: #B0CEF1;
    border-radius: 2px;
    font-size: 16px;
    height: 20px;
}
.tt-time
{
    float: left;
    padding: 5px;
    margin: 0px;
    border-width: 0px;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    display: table-row;
    overflow:hidden;
    text-align: center;
    font-family: "Arial", sans-serif;
    font-size: 18px;
}
.tt-times .tt-time:last-child
{
	border-right: 0px;
}
.tt-days
{
    position:relative;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: table;
    z-index:0;
    /* COLOR DE FONDO DE LAS AULAS */
    background-color: rgb(240,240,240);
    background-color: rgba(125,125,125,0.1);
    font-weight: bolder;
    font-size: 16px;
}
.tt-day
{
    margin: auto;
    border-width: 0px;
    padding:5px;
    min-height:95px;
    max-height:95px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 18px;
}
.tt-days .tt-day:last-child
{
    border-bottom: 0px;
}
.tt-events
{
	position:absolute;
	list-style: none;
	list-style-position: outside;
	display: table-row;
	z-index:2;
	margin:0px;
        text-align: center;
        font-family: "Arial", sans-serif; 
        font-size: 11px;
}

.tt-event, .tt-event:hover
{
    position:absolute;
    overflow:hidden;
    text-overflow: ellipsis-word;
    border: 1px solid #888;
    white-space: nowrap;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bolder;
    min-height:95px;
    max-height:95px;
    cursor: pointer;    
}

.titulogr{
	color: #003091; 
	font-size:180%;
        font-weight: bold;
        text-transform:uppercase;
	text-align:center; 
	background-color: #EAF1F9; 
	line-height: 25px;	
	border-radius:5px 5px 5px 5px; 
}
/*
@media print {
        body {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        }
        .seccion_larga{
            font-size: 20px;
        }
      
}*/