
 @charset "UTF-8";
/* CSS Document */



body {
	margin: 0;
	
	font-weight: 300;
	font-size: 16px;
	
	
	height:100%;
}
h1 {
	font-size: 36px;
	color: #2c5176;
	text-align: left;
}
h2 {
	font-size: 32px;
	color: #2c5176;
	/*background-image: url(../img/h-separator.png);*/
	background-repeat: no-repeat;
	background-position: 0px 28px;
	padding-bottom: 10px;
	text-align: left;
}
.muted-red{
	color: #d05c5f;
}
.muted-gray{
	color:#999;
}
.muted-blue{
	color:#2c5176;
}
.muted-yellow{
	color:#f0ad4e;
}

h3 {
	font-size: 28px;
	color: #2c5176;
	padding-bottom: 10px;
	text-align: left;
}
h4 {
	font-size: 24px;
	color: #2c5176;
	text-align: left;
}
h5 {
	font-size: 22px;
	color: #2c5176;
	text-align: left;
}
.titulo_carrera {
	font-size: 54px;
}

#header {
	/* margin-top:-19px;*/
	text-align: left;
	vertical-align: text-bottom;
	padding: 0px;
	height: auto;
}
#div-left-side {
	float: left;
	width: 74%;
	
}
#div-right-side {
	float: left;
	width: 26%;
	
}
#div-full {
	padding:20px;
	background-color:#FFF;
}
#div-half-size {
	padding: 20px;
	width: 50%;
	float: left;
}
#div-perfil, #div_video, #div-target, #div-egresado, #div_boss, #div_form {
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
	background-color: #FFF;
	
	
	/*-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.25);
box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.25);

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;*/


}




#div_clear {
	clear: both;
}
#footer {
	background-color: #32465a;
	clear: both;
}
.modal-header h4 {
	color: #FFF;
}
#contenedor-footer {
	max-width:1300px;
	width: 100%;
	margin: auto;
	color: #FFF;
	padding: 15px;
}
.footer-email {
	background-image: url(../img/icons/mail1.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.footer-phone {
	background-image: url(../img/icons/phone2.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}



#contenedor-footer h4 {
	color: #FFF;
}
#div_tabs {
	height: 80px;
}
#div-perfil {
	width: 65%;
	padding: 20px;
	min-height: 80px;
	float:left;
}
#div-becas {
	width: 70%;
	padding: 20px;
	min-height: 80px;
	float:left;
}

#pic-perfil-carrera{
	width:30%;
	float:left;
	
	padding:20px;
}
#cuadros-becas{
	width:30%;
	float:left;
	
	padding:20px;
}
#div-video {
	width: 34%;
	float: left;
	padding: 20px;
	min-height: 80px;
}

#div-requisitos {
	width:33%;
	padding: 20px;
	float:left;
}

#div-egresado {
	width: 100%;
	float: left;
	padding: 20px;
	min-height: 80px;
}
#div-target {
	width: 33%;
	float: left;
	padding: 20px;
	min-height: 80px;
}
#div_boss {
	width: 50%;
	float: left;
	padding: 20px;
	min-height: 80px;
}
#div_form {
	
	float: left;
	padding: 10px;
	min-height: 300px;
}
.list-element {
	list-style: none;
	background-image: url(../img/list-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 16px;
	margin-bottom: 5px;
}
.restricted-list {
	width: 350px;
	text-align: left;
}
.list-curso {
	list-style: none;
	background-image: url(../img/list-number.png);
	background-repeat: no-repeat;
	padding-left: 46px;
}
.celda-numero {
	width: 20px;
	background-image: url(../img/list-number.png);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}
.celda-titulo {
	padding-left: 10px;
}
.photo {
	width: 100%;
}
.OutOfScreen {
	opacity: 0;
}
.OnScreen {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
}
#foto-perfil {
	background: #FFF;
	height: 150px;
	width: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	padding: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #0182de;
	overflow: hidden;
	float: left;
}
#foto-perfil:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: solid 2px #ffc526;
	/*-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.75);*/
}
#foto-perfil-mini {
	background: #FFF;
	height: 75px;
	width: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	padding: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 1px #CCC;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
#div-info-catedratico {
	padding-left: 25px;
	padding-right: 15px;
	float: left;
}
.nombre-catedratico {
	color: #5a5a5a;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
.id-curso-vertical {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}
.celda-id-curso {
	padding: 5px;
	background-color: #2c5176;
	width: 100px;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.tabla-curso {
	width: 100%;
	border-bottom: solid 1px #CCC;
}
.celda-curso {
	padding-right: 15px;
}
/*========================ESTILOS DEL CAMPUS========================*/
#left-menu {
	float: left;
	width: 100%;
	background-color: #feda76;
	color: #32465A;
	padding: 20px;
	height: 100%;
}
#left-menu h2 {
	color: #FFF;
	background-image: none;
}
#left-menu h4 {
	color: #FFF;
	background-image: none;
}
#left-menu a {
	color: #FFF;
	text-decoration: none;
}

#contenedor-mapa{
	float: left;
	width: 70%;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}
#mapa-campus {
	background-color: #CCC;
	height: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#galeria-campus {
	display:none;
	min-height: 300px;
	width: 100%;
	padding-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.foto-galeria {
	width: 20%;
	float: left;
	max-height:70px;
	margin-bottom: 20px;
}
/*========================ESTILO DE LOS TABS========================*/
 /* a few styles for the default page to make it presentable */
      
.tabbable {
}
      
      /* tab styles for small screen */
      @media (max-width: 700px) {
body {
	padding: 0;
}
.tabbable.responsive .nav-tabs {
	font-size: 16px;
}
.tabbable.responsive .nav-tabs ul {
	margin: 0;
}
/*formato de los tabas*/
.tabbable.responsive .nav-tabs li {
	/* box-sizing seems like the cleanest way to make sure width includes padding */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	height: 56px;
	line-height: 44px;
	padding: 0 15px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.tabbable.responsive .nav-tabs > li > a {
	border-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
/* include hover and active styling for links to override bootstrap defaults */
.tabbable.responsive .nav-tabs > li > a:hover {
	border-style: none;
	background-color: transparent;
}
.tabbable.responsive .nav-tabs > li > a:active,  .tabbable.responsive .nav-tabs > .active > a,  .tabbable.responsive .nav-tabs > .active > a:hover {
	border-style: none;
}
}
/* sample styles for the tab controls on small screens  - start with left control and override for right */
/*formato de los circulos de los tabs*/
.tabbable.responsive .nav-tabs > li > a.tab-control,  .tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
	float: left;
	width: 36px;
	height: 36px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 52px;
	font-weight: 100;
	line-height: 26px;
	color: #2c5176;
	font-weight:bold;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	
	
}
.tabbable.responsive .nav-tabs > li > a.tab-control.right,  .tabbable.responsive .nav-tabs > li > span.tab-control-spacer.right {
	float: right;
}
.tabbable.responsive .nav-tabs > li > a.tab-control:hover {
	color: #fff;
	background: #32465A;
}
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
	line-height: 28px;
	color: transparent;
	background: transparent;
}
/*========================FIN DE LOS TABS========================*/

.cuota_aqua {
	color: #2cb7c9;
	font-size: 40px;
	font-weight: bold;
}
.moneda_aqua {
	color: #2cb7c9;
	font-size: 20px;
	font-weight: bold;
}
.cuota_azul {
	color: #3d86cd;
	font-size: 40px;
	font-weight: bold;
}
.moneda_azul {
	color: #3d86cd;
	font-size: 20px;
	font-weight: bold;
}
.cuota_naranja {
	color: #ee7622;
	font-size: 40px;
	font-weight: bold;
}
.moneda_naranja {
	color: #ee7622;
	font-size: 20px;
	font-weight: bold;
}
.cuota_negra {
	color: #666;
	font-size: 40px;
	font-weight: bold;
}
.moneda_negra {
	color: #666;
	font-size: 20px;
	font-weight: bold;
}
.cuota_roja {
	color: #e15b45;
	font-size: 40px;
	font-weight: bold;
}
.moneda_roja {
	color: #e15b45;
	font-size: 20px;
	font-weight: bold;
}
.cuota_verde {
	color: #74c61c;
	font-size: 40px;
	font-weight: bold;
}
.moneda_verde {
	color: #74c61c;
	font-size: 20px;
	font-weight: bold;
}

.año-educacion{
	background-color:#2c5176;
	padding:10px;
	width:10%;
	height:100%;
	
	text-align:center;
	color:#FFF;
	min-height:65px;

-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.25);
box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.25);


	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.titulo-educacion{
	width:100%;
	padding:10px;
	margin-bottom:15px;
	
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.25);
box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.25);

-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.descripcion-educacion{
	padding:10px;
}

#calendario{
	width: 25%;
}

#calendario-carrera{
	margin-right:40px;
	float: left;
	border: solid 1px #428BCA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#calendario-becas{
	width:100%;
	float: left;
	border: solid 1px #428BCA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.seccion-maestra{
	margin-bottom:40px;
	height:auto;
}

#secciones{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.seccion{
	float: left;
	width: 25%;
}
.sub-seccion{
	padding:10px;
}

.link-carrera{
	display:block;
	text-align:left;
}

.modal-campus{
	width:47%;
	float:left;
	margin-right:3%;
}

#info-campus{
	padding:20px;
}

#un-tercio{
	width:33%;
	padding:20px;
	float:left;
}

#dos-tercios{
	width:66%;
	padding:20px;
	float:left;
}

.un-tercio{
	width:33%;
	padding:20px;
	float:left;
}

.dos-tercios{
	width:66%;
	padding:20px;
	float:left;
}

#contenedor-datos{
	width:100%;
}
#datos-personales
{
	width:70%;
	margin-left:15%;
}
#campus-carreras{
	width:100%;
	display:none;
	min-height:600px;
	
}

#contenedor-carreras{
	width:100%;
	min-height:300px;
}

#contenedor-campus-tgu, #contenedor-campus-sps{
	display:none;
}

#mapa-tgu, #mapa-sps{
	width:100%;
	height:300px;
}

#div-carreras-tgu, #div-carreras-sps{
	display:none;
}
#contenedor-materias{
	width:70%;
}
#contenedor-oferta{
	float:left;
	width:50%;
	padding:20px;
}

#resultados-nivelada{
	padding:20px;
}


#img-indice{
	width:135px;
	float:left;
	margin-left:10px;
}
.contenedor-botones
{
	padding:20px;
	
	background-color:#f2f2f2;
	border: solid 1px #CCC;
	border-radius:4px;
}

.capitalizar{
	text-transform:capitalize;
}
	
#logo-carrera
{
	float:left;
	width:120px;
	margin-right:20px;
}
