/* ESTILOS TABLAS */
* {
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	width:500px;
	table-layout:auto;
	border:1px solid #666;
	margin-left:9px;
	margin-top:0px;
    
}

caption {
	font-size: 10px;
	color:#DEEFF7;
	font-weight: bold;
	margin: 1em 0;
}

col {
	border-right:1px solid #6C8798;
}
 col#curso_col, col#curso_col2, col#curso_col3, col#curso_col4, col#curso_col5{
	font-weight:normal;
	width:200px;
}
col#dur_col, col#hora_col, col#dias_col, col#mat_col, col#aranc_col, col#prog_col, col#preinsc_col {
	font-weight:normal;
	}
col#dur_col2, col#hora_col2, col#dias_col2, col#mat_col2, col#aranc_col2, col#prog_col2, col#preinsc_col2 {
	font-weight:normal;
	}
col#dur_col3, col#hora_col3, col#dias_col3, col#mat_col3, col#aranc_col3, col#prog_col3, col#preinsc_col3 {
	font-weight:normal;
	}
col#dur_col4, col#hora_col4, col#dias_col4, col#mat_col4, col#aranc_col4, col#prog_col4, col#preinsc_col4 {
	font-weight:normal;
	}
col#dur_col5, col#hora_col5, col#dias_col5, col#mat_col5, col#aranc_col5, col#prog_col5, col#preinsc_col5 {
	font-weight:normal;
	}

/*col#dur_col, col#hora_col {width:110px;}*/
col#inicio_col{
	width:80px;
	text-align:center;
	font-weight:bolder;
}
 th, td {
	padding: 4px;
}

th{
	font-weight:bold;
	text-align:center;
}
thead{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:10px;
	color:#DDE6E8;
	background-color:#6C8798;
	border-top:1px solid #A5A5A5;
}

tbody, tfoot{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#666666;
}

.odd{
	background-color:#EFF3FF;
}
.edd {
	background-color:#ECE9D8;
}
.idd {
	border-top:1px dotted  #666;
	color:#333333;
	background-color:#BDCAD3;

}

tr:hover {
	backgrond-color: #3D80DF;
	color:#333;
}
col_mapa {
	border-right:1px solid #6C8798;
}
col#mapacol_uno_col {
	font-weight:bold;
	width:150px;
}
col#mapacol_dos_col {
	font-weight:normal;
	width:350px;
	}
tbody a, tfoot a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#666666;
}

.aviso {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:italic;}