body {background-color:#fff; font:13px arial, helvetica, sans-serif;}
h2 {font-size:1.8em; padding-bottom:.2em; margin-left:2%;}
h3 {margin-left:2%;}
.nota {
	margin-left:2%;
	font-size:1.2em;
	}

.sel-nivel {
    float:right;
    margin-right:2%;
	font-size:1em;
}

.sel-mes {
    float:left;
    margin-right:2%;
	font-size:1em;
}

table.tabla {
    margin:2em auto;
    width:96%;
    border:1px solid #ddd;
    border-bottom-width:2px;
}
table.tabla tr th {background-color:#06c; color:#ffffff;}
table.tabla tr:nth-child(odd) td {background-color:#f6f6f6;}
table.tabla tr:nth-child(even) td {background-color:#ffffff;}
table.tabla tr:hover td {background-color:#e8e8e8;}

table.tablamovil {
    margin:2em auto;
    width:96%;
    border:1px solid #ddd;
    border-bottom-width:2px;
}
table.tablamovil tr th {background-color:#06c; color:#ffffff;}
table.tablamovil tr:nth-child(odd) td {background-color:#f6f6f6;}
table.tablamovil tr:nth-child(even) td {background-color:#ffffff;}
table.tablamovil tr:hover td {background-color:#e8e8e8;}

table.tabla th, table.tabla td {
    padding:4px 8px;
    text-align:left;
    border-bottom:1px solid #ddd;
    font-size:1.2em;
}

table.tablamovil th, table.tablamovil td {
    padding:4px 8px;
    text-align:left;
    border-bottom:1px solid #ddd;
    font-size:1.6em;
}

table.tabla caption {
    text-align:left;
    font-size:1.2em;
    font-weight:bold;
    padding:4px;
}

table.tablamovil caption {
    text-align:left;
    font-size:1.6em;
    font-weight:bold;
    padding:4px;
}

table.calendario th.col_fecha {width:20%;}
table.calendario th.col_nivel {width:30%;}
table.calendario th.col_desc {width:50%;}
table.calendario th, table.calendario td {
    padding:4px 8px;
    text-align:left;
    border-bottom:1px solid #ddd;
    font-size:1.2em;
}

table.calendariomovil th.col_fecha {width:20%;}
table.calendariomovil th.col_nivel {width:30%;}
table.calendariomovil th.col_desc {width:50%;}
table.calendariomovil th, table.calendariomovil td {
    padding:4px 8px;
    text-align:left;
    border-bottom:1px solid #ddd;
    font-size:1.6em;
}
table.calendariomovil caption {
    text-align:left;
    font-size:1.6em;
    font-weight:bold;
    padding:4px;
}