@charset "utf-8";
/* CSS Document */

table.carreras {
}

table.carreras th {
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

table.carreras th.last, table.carreras td.last {
	border-right:1px solid #000;

}

table.carreras td.carrera_title {
	height:19px;
	text-align:center;
	vertical-align:middle;
	background:#f00;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

table.carreras td.carrera_subtitle {
	height:13px;
	text-align:center;
	vertical-align:middle;
	background:#ededee;
	color:#838383;
	font-size:9px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;	
}

table.carreras td.carrera_col {
	height:69px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	color:#838383;
	font-size:9px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;	
}