/* CSS Document */
.paddingCarreras {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.tituloCarrera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #1e304b; /* 1e304b */
	margin-top: 0px;
}
.celdaTituloBloque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	color: #e28c25;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e28c25;
	padding: 2px;
	padding-top:10px;
}
.botonInactivo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #FFFFFF;
	background-color: #cccccc;	
}
.botonActivo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #FFFFFF;
	background-color: #b5cb2a;
}

.celdaSubtituloBloque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	color: #666;
	text-decoration: none;
}

.tituloMasters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7ca6bc;
}