@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@charset "UTF-8";
/* CSS Document */



body {
	margin: 0;
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 16px;
	color: #5f5f5f;
	
	
	/*background-image: url(../img/bg/bg-footer.jpg);*/
	
	
	background-repeat: repeat-y;
	background-position: center left;
	margin-top: 0px;
	height: 100%;
}

#sub_container{
	padding:15px;
	/*border:solid 10px #f2f2f2;
	margin-top:25px;
	margin-bottom:20px;*/
}
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-logo{
	clear: both;
	
	background-color: #FFF;
}
#logo-header{
	float: right;
	clear: both;
	margin: 10px;
	height:60px;
}

#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;*/


}


#main_container {
	display:none;
	width: 1300px;
	text-align: justify;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	/*separación del header de las paginas y el menu*/
	margin-top: 120px;
	
}

#full-container {
	display:none;
	width: 100%;
	text-align: justify;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	/*separación del header de las paginas y el menu*/
	margin-top: 90px;
	
}
#full-content-left {
	width: 70%;
	text-align: justify;
	background-color: #FFF;
	float:left;
	padding:20px;
}
#full-left {
	width: 30%;
	text-align: justify;
	background-color: #FFF;
	float:left;
	padding:20px;
}
#full-content-right {
	width: 70%;
	text-align: justify;
	background-color: #FFF;
	float:right;
	padding:20px;
}
#full-right {
	width: 30%;
	text-align: justify;
	background-color: #FFF;
	float:right;
	padding:20px;
}


#div_clear {
	clear: both;
}
#footer {
		 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d86c6f+0,d86c6f+50,d05c5f+50,d05c5f+100 */
background: #d86c6f; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d86c6f 0%, #d86c6f 50%, #d05c5f 50%, #d05c5f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #d86c6f 0%,#d86c6f 50%,#d05c5f 50%,#d05c5f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #d86c6f 0%,#d86c6f 50%,#d05c5f 50%,#d05c5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86c6f', endColorstr='#d05c5f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	clear: both;
	border-top: solid 6px #2c5176;
}
.modal-header h4 {
	color: #FFF;
}
#contenedor-footer {
	width: 1300px;
	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;
}

.email-black {
	background-image: url(../img/icons/mail-black.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.phone-black {
	background-image: url(../img/icons/phone-black.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.email-white {
	background-image: url(../img/icons/mail-white.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.phone-white {
	background-image: url(../img/icons/phone-white.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}

#contenedor-footer h4 {
	color: #fff;
}
#div_tabs {
	height: 80px;
}
#espacio-header{
	display:none;
	height:150px;
}
#pic-perfil-carrera{
	width:15%;
	float:left;	
	padding:20px;
}
#div-nombre-carrera{
	float:left;
	width:85%;
	padding-left:20px;
}

#div-perfil {
	width: 51%;
	padding: 20px;
	min-height: 80px;
	float:left;
}

#div-inscripcion{
	float:left;
	width:34%;
	padding:20px;
}

#div-becas {
	width: 70%;
	padding: 20px;
	min-height: 80px;
	float:left;
}


#cuadros-becas{
	width:30%;
	float:left;
	
	padding:20px;
}
#div-video {
	width: 34%;
	float: left;
	padding: 20px;
	min-height: 80px;
	
	
}
#div-video-frame{
	padding:20px;
	background: #f1f1f1; /* Old browsers */

background: -moz-linear-gradient(-45deg,  #f1f1f1 0%, #f1f1f1 50%, #e1e1e1 50%, #f6f6f6 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(50%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 50%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 50%,#f6f6f6 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 50%,#f6f6f6 100%); /* IE10+ */

background: linear-gradient(135deg,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 50%,#f6f6f6 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */




	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#div-requisitos {
	width: 66%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

#div-egresado {
	width: 66%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 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: 50px;
	width: 50px;
	-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;
	padding: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #0182de;
	overflow: hidden;
	float: left;
	margin-right:15px;
}
#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;
}

#boton-catedratico{
	text-align: left;
    width: 100%;
    margin-bottom: 20px;
    height: 130px;
}
#foto-catedratico{
	width:25%; 
	float:left; 
	margin-right:3%;
}

#data-catedratico{
	padding:15px;
	border-radius:5px;
	min-height:125px; 
	margin-bottom:20px; 
	border-bottom: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	
}

#data-catedratico:hover{
	background-color:#f8f8f8;
	min-height:125px; 
	margin-bottom:20px; 
	border-bottom: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
}

#div-info-catedratico {
	float: left;
	width:70%;
	text-align:left;
}

.nombre-catedratico {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
	text-transform:capitalize;
	text-align:left;
}
.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;
}

#div-footer-campus{
	width:33%;
	float:left;
	min-height:130px;
	font-weight:normal;
}
/*========================ESTILOS DEL CAMPUS========================*/
#left-menu {
	float: left;
	width: 100%;
	background-color: #feda76;
	color: #2c5176;
	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-campus{
	float: left;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
#mapa-campus {
	background-color: #CCC;
	height: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#galeria-campus {
	float: left;
	height: 260px;
	width: 100%;
	overflow: auto;
	padding-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.foto-galeria {
	height:110px;
	width:110px;
	float: left;
	max-height:110px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#galeria-adicional{
	width:66%;
}
.foto-galeria-adicional {
	
	float: left;
	height:180px;
	width:180px;
	
	margin-right: 15px;
	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: 1024px) {
body {
	padding: 0;
}
.tabbable.responsive .nav-tabs {
	font-size: 16px;
}
.tabbable.responsive .nav-tabs ul {
	margin: 0;
}
/*formato de los tabs*/
.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: #2c5176;
}
.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;
}

.pmi-certified{
	background-color:#fff;
	padding:10px;
	width:30%;
	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-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;
}

.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-periodo{
	text-align:left;
	top:100%;
	width:100%;
	height:100%;
	float: left;
	/*background-image:url(../img/bg/GRADIENTS-03.png);*/
	background-size:cover;
	
	/*background-color:#e96913;*/
	color:#fff; 
	padding:20px;
	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}


.header-calendar{
	background-color:#458cc8; padding:10px;
	color:#FFF;
		
}




#calendario{
	width: 33%;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}





.seccion-maestra{
	margin-bottom:40px;
	height:auto;
}

#secciones{
	float: left;
	width: 66%;
	margin-bottom: 30px;
}
.seccion{
	float: left;
	width: 50%;
	padding: 15px;
}
.sub-seccion{
	padding:10px;
}

.link-carrera{
	display:block;
	text-align:left;
}

.modal-campus{
	width:47%;
	float:left;
	margin-right:3%;
}



#full-size{
	width:100%;
	padding:20px;
}
#half-size{
	width:50%;
	padding:20px;
	float:left;
}
#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;
}

#sub-header{
	margin-top:0px;
	margin-bottom:30px;
	
	padding-bottom:0px;
	background-color:#fff;
	/*background-image:url(../img/bg/GRADIENTS-01.png);
	background-size:cover;
	background-repeat:no-repeat;*/
	
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	clear:both;
	
}


#main-pregrado-x{
	width:48%;
	float:left;
	color:#FFF;
	text-align:center;
	padding:50px;
	
	margin-right:2%;
	
	/*background-image:url(../img/bg-red.jpg);
	background-repeat:no-repeat;
	background-size:100%;*/
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: rgb(137,23,35); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5MTcyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzIxMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgb(137,23,35) 0%, rgb(188,33,49) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(137,23,35)), color-stop(100%,rgb(188,33,49))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgb(137,23,35) 0%,rgb(188,33,49) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgb(137,23,35) 0%,rgb(188,33,49) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgb(137,23,35) 0%,rgb(188,33,49) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgb(137,23,35) 0%,rgb(188,33,49) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#891723', endColorstr='#bc2131',GradientType=0 ); /* IE6-8 */


}



#main-postgrado-x{
	width:48%;
	float:left;
	color:#FFF;
	text-align:center;
	padding:50px;
	
	
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: rgb(20,85,137); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NTU4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjczYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgb(20,85,137) 0%, rgb(27,115,184) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(20,85,137)), color-stop(100%,rgb(27,115,184))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgb(20,85,137) 0%,rgb(27,115,184) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgb(20,85,137) 0%,rgb(27,115,184) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgb(20,85,137) 0%,rgb(27,115,184) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgb(20,85,137) 0%,rgb(27,115,184) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145589', endColorstr='#1b73b8',GradientType=0 ); /* IE6-8 */
}
.my-tab-auto{
	 width:auto;
	 margin-left:20px;
}
.my-tab-50{
	 width:50%;
}
.my-tab-33{
	 width:33.33%;
}
.my-tab-25{
	 width:auto;
	 margin-left:20px;
}
.my-tab-20{
	 width:20%;
}
.my-tab-16{
	 width:16.66%;
}
.my-tab-12-5{
	 width:12.5%;
}

#div-disponible{
	 text-align:left;
}

#logo-moodle{
	width:180px;
	float:left;
	margin-right:10px;
}
#parrafo-1{
	float:left;
	width:70%;
}
#screen-moodle{
	width:180px;
	float:right;
	margin-right:10px;
}
#parrafo-2{
	float:left;
	width:70%;
}

#intro-campus {
	width:66%;
	float:left;
	padding:20px;
}
#info-campus{
	padding: 0px;
	float: left;
	width: 50%;
	
}
#pic-intro-campus{
	padding:0px;
	float:right;
	width:35%;
}

#botones-carrera{
	width:100%;	
	float:left;
	
}
#contenedor-calendario-campus{
	width:33%;	
	float:left;
	padding:20px;
}

#boton-campus{
	width:240px;
}

#boton-inscripcion{
	float:left;
	margin-right:20px;
	width:100%;
}

#calendario-carrera{
	margin-right: 0px;
	
	border: solid 1px #d05c5f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#calendario-campus{
	margin-right: 0px;
	float: left;
	border: solid 1px #d05c5f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}


#div-modalidad{
	float:left;
	width:100%;
}
#social-media-sharing{
	float:left;
}

#campus-disponible{
	float:left;
	width:50%;
}

#mapa-tgu, #mapa-sps{
	width:100%;
	height:300px;
}
#logo-acreditacion{
	width:20%;
	float:left;
	margin-right:20px;
}
#parrafo{
	float:left;
	width:70%;
}
#titulo-seccion{
	background-color:#2c5176;
	color:#FFF;
	text-align:center;
	padding:10px;
}

#div-concepto{
	width:50%;
	float:left;
	margin-right:0px;
	background-color:#FFF;
	border:none;
}


#botones-campus{
	width:60%;
	float:left;
	
}
#cita-campus{
	text-align:left; 
	float:right;
	width:30%;
}
#contenedor-calendario-calc{
	width:33%;
	float:right;
	padding:20px;
}

#carrera-mini{
	float:left;
	width:20%;
}
#direccion-campus-footer{
	float:left;
	width:90%;
}

#img-header-uv{
	width: 100%;
	float: left;
	margin-right: 15px;
}

#botones-uv{
	float:left;
	width:23%;
}
#logo-menu{
	display:none;
	padding:20px;
	
}
#bloqueador-menu{
	display:none;
	color:#2c5176;
	background-color:#fff;
	
}

#separador-header{
	clear:both;
	height:80px;
	margin-top:0px;
}

#social-media-icons{
	width:200px;
	margin-top:12px;
	
}
#social-media-icons a{
	width:30px;
	float:left;
	margin-right:10px;
	background-color:transparent;
}

#foto-campus-calc{
	float:left;
	width:50%;
}
#select-campus-calc{
	float:left;
	width:50%;
	padding:20px;
	text-align:left;
}

#boton-inscripcion-calendario{
	margin:auto; 
	margin-bottom:15px;
	/*color:#e96913;*/
}
#page-title h2{
	text-align:left;

	font-weight:800;
	font-size:42px;
	line-height:1em;
	margin-bottom:0px;
	clear:both;
}
#page-title{
	
	height: auto;
	padding: 0px;
	margin-top: 0px;
	
	float:left;
	
	width:100%;
	
	text-align: left;
	text-transform: uppercase;
	
	/*background-image: url(../img/line);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	
	
}
#page-title h2{
	color:#29445f;
}

#section-title{
	height: 50px;
	padding: 0px;
	margin-top: 30px;
	
	
	height:35px;
	
	
	text-align: center;
	text-transform: uppercase;
	background-image: url(../img/line);
	background-repeat: repeat-x;
	background-position: center center;
	clear:both;
	margin-bottom:30px;
	margin-left:20px;
	margin-right:20px;
}
#section-title h2{
	text-align:center;
}

.bloque-blanco{
	display:block;
	width:300px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFF;
	margin:auto;
}
.bloque-blanco-video{
	display:block;
	width:150px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFF;
	margin:auto;
}
#div-logo-seccion{
	width:120px;
	float:left;
	text-align:center;
	margin-right:30px;
	display:none;
}
#logo-seccion{
	height:120px;
	width:120px;
	margin:0px auto;
}

.boton-website{
	background-image:url(http://www.unitec.edu/firmadigital/assets/themes/graycircles/website.png);
	background-repeat:no-repeat;
	background-size:contain;
}


#contenedor-grid{
	height:auto;
	background-color:#2c5176;
}


#home-left{
	
	float:left;
	width:80%;
	height:100%;
}
#home-right{
	position:static;
	float:right;
	right:0px;
	bottom:0px;
	width:20%;
	height:100%;
	
	/*background-image:url(../img/bg/GRADIENTS-03.png);*/
}

#contenedor-coordinador{
	float:left;
	width:40%;
	padding:20px;
}
#datos-coordinador{
	float:left;
	width:70%;
	padding:20px;
	text-align:left;
}
#foto-coordinador{
	float:left;
	
}
#contenedor-lista-docentes{
	width:60%;
	float:left;
	padding:20px;
}

.postit{
	display:block;
	height:200px;
	width:25%;
	background-image:url(../img/stickynote.png);
	background-size:contain;
	background-repeat:no-repeat;
	padding-top:70px;
	padding-left:15px;
}

.logo-acreditacion{
	float:left;
	margin-right:15px;
	width:80px;
}

#txtmenu{
	float:left; 
	padding:10px; 
	display:none;
}

#image_gallery{
	margin-left:20px;
	margin-right:20px
}

#icono-azul{
	display:block;
}
#icono-blanco{
	display:none;
	margin-top:-17px;
}

#div-news{
		display:none;
	}
	
#footer-news {
	background-color:#fff;
}
#contenedor-news {
	width: 100%;
	float:left;
	margin: auto;
	height:auto;
	color: #2c5176;
	background-color:transparent;
	padding:20px;
}
#header-news{
	background-color:#fff;
	
	height:auto;
	padding:20px;
}
#header-news h4{
	font-size:22px;
	color:#d05c5f;
	margin:0px;
	
}
#section-news{
	padding:25px;
	
	margin-bottom:20px;
	min-height:200px;
	height:auto;
	
	float:left;
	background-color:#fff;
min-height:400px;
}

#pic-news{
	width:50%;
	margin:auto;
	max-height:180px;
}
#content-news{
	width:100%;
	
}

#section-news h4{
	font-size:18px;
	text-transform:uppercase;
}
#section-news h4:first-letter{
	text-transform:uppercase;
}
#section-news:hover{
	background-color:#fff;
}

#separador-news{
	display:none;
	
}


#encabezado-menu-carrera{
	display:none;
}
.parrafo-menu{
	padding-right:15px;
}


#div-news-mini{
	display:block;
}
#section-news-mini{
	width:100%;
	min-height:180px;
	height:auto;
	float:left;
	padding-left:25px;
	padding-right:35px;
}
#pic-news-mini{
	height:150px;
	margin:auto;
	margin-bottom:15px;
}
#pic-news-mobile{
	width:250px;
	margin:auto;
	margin-bottom:15px;
}
#content-news-mobile{

	overflow:hidden;

	margin-left:5%;
	margin-right:5%;
}


#cuadro-actividad{
	width:48%;
	float:left;
	margin-right:2%;
	border-right:solid 1px #f2f2f2;
}




#fecha-circular{
	float:left;
	background-color:#2c5176;
	width:70px;
	height:70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	color:#FFFFFF;
	text-align:center;
	margin-right:20px;
}

#fecha-circular-azul{
	float:left;
	background-color:#d05c5f;
	width:70px;
	height:70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	color:#FFFFFF;
	text-align:center;
	margin-right:20px;
}

#contenido-actividad{
	float:left;
	width:80%;
}
#contenido-actividad h4{
	color:#d05c5f;
}
#contenido-actividad p{
	white-space:normal;
	text-wrap:normal;
	text-align:left;
	color:#d05c5f;
	line-height:1em;
}
#fecha-circular h1{
	color:#FFF;
	text-align:center;
	padding-top:5px;
	line-height:0.1em;
	display:block;
}

#fecha-circular-azul h1{
	color:#FFF;
	text-align:center;
	padding-top:5px;
	line-height:0.1em;
	display:block;
}

#contenedor-academico{
	height:auto;
	min-height:80px;
	margin-bottom:20px;
	border-bottom:solid 1px #f2f2f2;
}
#circulo-academico{
	float:left;
	background-color:#2c5176;
	width:70px;
	height:70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	color:#FFF;
	text-align:center;
	margin-right:20px;
	
}
#circulo-academico h4{
	color:#FFF;
	text-align:center;
	line-height:2em;
	padding-top:2px;
	display:block;
}

#info-academica{
	float:left;
	width:80%;
	padding-bottom:20px;

}

#mi-video{ 
width:100%;
position: relative; 
padding-bottom: 56.25%; 
padding-top: 30px; 
height: 0; 
overflow: hidden; 
}
#mi-video iframe { 
position: absolute;
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
 }

#calendario-home{
	text-align:left;
	top:100%;
	width:100%;
	height:100%;
	float: left;
	
	color:#fff; 
	padding:20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#fecha-home{
	background-color:#FFF;
	width:100px;
	height:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	padding-top:15px;
	float:left;
	margin-right:20px;
}

#fecha-home h1{
	color:#2c5176;
	text-align:center;
	line-height:0.2em;
	font-size:40px;
}
#fecha-home span{
	color:#2c5176;
	text-align:center;
	line-height:1.2em;
	font-size:22px
}
#rotulo-home{
	float:left;
	height:100px;
	width:60%;
	margin-bottom:20px;
}

#fecha-sidebar{
	width:100%;
	height:auto;
	border-radius: 5px;
	margin:auto;
	
	padding:20px;
	
}
#fecha-sidebar-carrera{
	width:130px;
	height:130px;
	border-radius: 50%;
	margin:auto;
	background-color:#2c5176;
	
	background: #e26c6e; /* Old browsers */

background: -moz-linear-gradient(-45deg,  #e26c6e 0%, #e26c6e 50%, #2c5176 50%, #2c5176 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e26c6e), color-stop(50%,#e26c6e), color-stop(50%,#2c5176), color-stop(100%,#2c5176)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* IE10+ */

background: linear-gradient(135deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e26c6e', endColorstr='#2c5176',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#FFF;
	text-align:center;
	padding:20px;
	
}

#corrector-proyectos{
	margin-top:-60px;
}
#corrector-preview-proyecto{
	
	height:120px;
}
#titulo-campus-blanco{
	display:none;
}

#news-full-width{
	display:block;
}
#news-for-mobile{
	display:none;
	margin-top:-10px;
}

#calendario-actividades{
	float:left;
	width:100%;
}

.gotobottom{
	width:50px;
	height:50px;
	margin:auto;
	
	margin-top:60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	padding-top:10px;
}

a.backtotop {
	display: none;
	position: fixed;
	margin: auto;
	bottom: 0;
	right: 10px;
	text-align: center;
	background: #2c5176;
	color: #FFF;
	text-transform: uppercase;
	
	z-index:7000;
	
	height:60px;
	width:60px;
	
	/*-webkit-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;*/
	
	-webkit-border-radius: 50%;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomright: 0;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	background-position:center;
	
	
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.5);
box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.5);


}

a.backtotop:hover {
	background: #e26c6e;
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	background-position:center;
}
.header-calendario{
	background-color:#f2f2f2;
	text-align:center;
	font-weight:boled;
	padding:10px;
}
.celda-calendario{
	border: solid 1px #f2f2f2;
	width: 14.25%;
}

#dia-vacio{
	height:120px;
	width: 14.25%;
	width:100%;
	padding:10px;
}

#dia-actual{
	height:120px;
	min-width:100%;
	width:100%;
	padding:10px;
	background: #e26c6e; /* Old browsers */
	color:#FFF;
}

#dia-activo{
	height:120px;
	min-width:100%;
	width:100%;
	padding:10px;
}

#acreditacion-content{
	float:left;
	padding:25px;
	margin:auto;
}
.icono{
	width:120px;
	height:120px;
	border-radius: 5px;
	background-color:#FFF;
	padding:20px;
	margin:auto;
	background-repeat:no-repeat;
	background-size:80%;
	background-position:center;
}



.bg-header{
	background: #d05c5f;
	clear: both;
	border-top: solid 0px #d05c5f;
	border-bottom: solid 6px #29445f;
}

#boton-carrera-facu{
	float:left;
	width:40%;
	margin-left:5%;
	text-align:left;
}

.foto-galeria-campus{
	height:150px;
	margin-bottom:15px;
	margin-right:20px;
	
}

#mini-div-left{
	float:left;
	width:25%;
	margin-right:2%;
}
#mini-div-right{
	float:left;
	width:65%;
	min-height:400px;
}

#barra-titulo-carrera{
	display:block;
	height:auto;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:10px;
	color:#FFF;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,303030+50,000000+50,000000+100 */
	background: #303030; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #303030 0%, #303030 50%, #000000 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#303030), color-stop(50%,#303030), color-stop(50%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #303030 0%,#303030 50%,#000000 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #303030 0%,#303030 50%,#000000 50%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #303030 0%,#303030 50%,#000000 50%,#000000 100%); /* IE10+ */
	background: linear-gradient(135deg,  #303030 0%,#303030 50%,#000000 50%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#social-follow-header{
	margin-bottom:30px;
	width:200px;
	margin:auto;
}

#footer-social-follow{
	margin-bottom:30px;
}

#call-to-action-alternativo-carrera{
	display:none;
	width:300px;
	margin:auto; 
	float:none;
}

#boton-calendario-actividad{
	float:left; 
	width:48%; 
	margin-right:2%;
	white-space:normal;
	margin-bottom:10px;
}

#hubspot-form-container{
	/*background-color: rgba(255, 255, 255, 0.85);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px;
	width:auto;
	float:left;
}

/*HUBSPOT STYLE MODIFICATIONS*/
.hs-form.stacked .actions{
	margin:0px;
	padding:0px;
}

.hs-button{
	background-color:#5cb85c;
	background-image:none;
}
.hs-form .hs-button{
	background-color:#5cb85c;
	background-image:none;
}
.hs-submit input[type=submit] {
	background-color:#5cb85c;
	background-image:none;
}
.hs-form.stacked .actions input[type=submit]{
	color:#d05c5f;
	background-color:#FFF;
	background-image:none;
	width:95%;
	padding:10px;
	text-align:center;
	font-size:16px;
	margin-bottom:0px;
	border:none;
	text-shadow:none;
}
.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
	max-width: 100%;
}

.my-move-Zoom {
  animation: zoom 20s ease infinite; /* Change this to alternate to stop the loop. */
  -ms-animation: zoom 20s ease infinite;
  -webkit-animation: zoom 20s ease infinite;
  -0-animation: zoom 20s ease infinite;
  -moz-animation: zoom 20s ease infinite;

  left:0px;
  top:0px;
}


@-webkit-keyframes zoom {
from {
transform: scale(1);
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Safari and Chrome */
-o-transform: scale(1); /* Opera */
-moz-transform: scale(1); /* Firefox */
}
to {
transform: scale(1.2);
-ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari and Chrome */
-o-transform: scale(1.2); /* Opera */
-moz-transform: scale(1.2); /* Firefox */
}
}

.my-move-TopRightToBottomLeft {
animation: TopRightToBottomLeft 20s ease infinite; /* Change this to alternate to stop the loop. */
-ms-animation: TopRightToBottomLeft 20s ease infinite;
-webkit-animation: TopRightToBottomLeft 20s ease infinite;
-0-animation: TopRightToBottomLeft 20s ease infinite;
-moz-animation: TopRightToBottomLeft 20s ease infinite;
left:0px;
top:0px;
}

@-webkit-keyframes TopRightToBottomLeft {
from {
	transform: scale(1) translate(0px, 0px);
	-ms-transform: scale(1) translate(0px, 0px); /* IE 9 */
	-webkit-transform: scale(1) translate(0px, 0px); /* Safari and Chrome */
	-o-transform: scale(1) translate(0px, 0px); /* Opera */
	-moz-transform: scale(1) translate(0px, 0px); /* Firefox */
}
to {
	transform: scale(1.2) translate(-100px, 100px);
	-ms-transform: scale(1.2) translate(-100px, 100px); /* IE 9 */
	-webkit-transform: scale(1.2) translate(-100px, 100px); /* Safari and Chrome */
	-o-transform: scale(1.2) translate(-100px, 100px); /* Opera */
	-moz-transform: scale(1.2) translate(-100px, 100px); /* Firefox */
}
}

.my-move-TopLeftToBottomRight {
	animation: TopLeftToBottomRight 20s ease infinite; /* Change this to alternate to stop the loop. */
	-ms-animation: TopLeftToBottomRight 20s ease infinite;
	-webkit-animation: TopLeftToBottomRight 20s ease infinite;
	-0-animation: TopLeftToBottomRight 20s ease infinite;
	-moz-animation: TopLeftToBottomRight 20s ease infinite;
	left:0px;
	top:0px;
}
@-webkit-keyframes TopLeftToBottomRight {
from {
	transform: scale(1) translate(0px, 0px);
	-ms-transform: scale(1) translate(0px, 0px); /* IE 9 */
	-webkit-transform: scale(1) translate(0px, 0px); /* Safari and Chrome */
	-o-transform: scale(1) translate(0px, 0px); /* Opera */
	-moz-transform: scale(1) translate(0px, 0px); /* Firefox */
}
to {
	transform: scale(1.2) translate(100px, 100px);
	-ms-transform: scale(1.2) translate(100px, 100px); /* IE 9 */
	-webkit-transform: scale(1.2) translate(100px, 100px); /* Safari and Chrome */
	-o-transform: scale(1.2) translate(100px, 100px); /* Opera */
	-moz-transform: scale(1.2) translate(100px, 100px); /* Firefox */
}
}

.my-move-BottomLeftTopRight {
	animation: BottomLeftTopRight 20s ease infinite; /* Change this to alternate to stop the loop. */
	-ms-animation: BottomLeftTopRight 20s ease infinite;
	-webkit-animation: BottomLeftTopRight 20s ease infinite;
	-0-animation: BottomLeftTopRight 20s ease infinite;
	-moz-animation: BottomLeftTopRight 20s ease infinite;
	left:0px;
	top:0px;
}

@-webkit-keyframes BottomLeftTopRight {
from {
	transform: scale(1) translate(0px, 0px);
	-ms-transform: scale(1) translate(0px, 0px); /* IE 9 */
	-webkit-transform: scale(1) translate(0px, 0px); /* Safari and Chrome */
	-o-transform: scale(1) translate(0px, 0px); /* Opera */
	-moz-transform: scale(1) translate(0px, 0px); /* Firefox */
}
to {
	transform: scale(1.2) translate(100px, -100px);
	-ms-transform: scale(1.2) translate(100px, -100px); /* IE 9 */
	-webkit-transform: scale(1.2) translate(100px, -100px); /* Safari and Chrome */
	-o-transform: scale(1.2) translate(100px, -100px); /* Opera */
	-moz-transform: scale(1.2) translate(100px, -100px); /* Firefox */
}
}

.my-move-BottomRightTopLeft {
	animation: BottomRightTopLeft 20s ease infinite; /* Change this to alternate to stop the loop. */
	-ms-animation: BottomRightTopLeft 20s ease infinite;
	-webkit-animation: BottomRightTopLeft 20s ease infinite;
	-0-animation: BottomRightTopLeft 20s ease infinite;
	-moz-animation: BottomRightTopLeft 20s ease infinite;
	left:0px;
	top:0px;
}

@-webkit-keyframes BottomRightTopLeft {
	from {
		transform: scale(1) translate(0px, 0px);
		-ms-transform: scale(1) translate(0px, 0px); /* IE 9 */
		-webkit-transform: scale(1) translate(0px, 0px); /* Safari and Chrome */
		-o-transform: scale(1) translate(0px, 0px); /* Opera */
		-moz-transform: scale(1) translate(0px, 0px); /* Firefox */
	}
	to {
		transform: scale(1.2) translate(-100px, -100px);
		-ms-transform: scale(1.2) translate(-100px, -100px); /* IE 9 */
		-webkit-transform: scale(1.2) translate(-100px, -100px); /* Safari and Chrome */
		-o-transform: scale(1.2) translate(-100px, -100px); /* Opera */
		-moz-transform: scale(1.2) translate(-100px, -100px); /* Firefox */
	}
}

#home-blog-article{
    float: right;
    background-color: #2c5176;
    color: #fff;
    width: 100px;
    height: 100px;
    margin-top: -350px;
    margin-right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}

#margen-lista-carreras{
	clear:both;
	height:105px;
	display:block;
}

#preview-alumno{
	width:20%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
	text-align:center;
	height:250px;
}

#preview-alumno h5{
	text-align:center;
	white-space:normal;
}

.foto-alumno{
	border:solid 6px #d05c5f;
	border-radius:50%;
	padding:5px;
}

.foto-galeria-carrera{
	float:left;
	width:12.5%;
	height:200px;
}

.logo-carrera{
	float:left;
	width:90px;
	margin-top:-20px;
}

#main-view{
	height:auto;
	background-color:transparent;
	width: 100%;
	margin:auto;
    bottom: 0%;
    position: absolute;
    z-index: 1;
}

#home-view-container{
	width:100%;
	background-color:#FFFFFF;
	height:auto;
	margin:auto;
	border-top:solid 6px #2c5176;
}
#home-view-news{
	width:75%;
	float:left;
}
#home-view-video{
	width:25%;
	float:left;
	padding:10px;
	background-color:#F2f2f2;
}

#home-view-events{
	width:25%;
	float:left;
}

#home-view-activity-content{
	width:100%;
}

#home-view-box-news{
	width:25%;
	float:left;
	border:solid 0px #F2F2F2;
	padding:0px;
}
#pic-news-slide{
	width:100%;
	height:180px;
	padding:0px;
	border: solid 5px #FFFFFF;
	
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.31);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.31);
	
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#home-view-bottom-section{
	width:33.33%;
	float:left;
	height:50px;
}

#hidden-title{
	background-color:#9F6;
	height:100px;
	width:100%;
}

#evento-seccion-1{
	float:left;
	width:50%;
}
#evento-seccion-2{
	float:left;
	width:40%;
}

#super-contenedor-desktop{
	display:block;
}
#super-contenedor-mobile{
	display:none;
}

#datos-catedratico{
	 float:left; 
	 width:70%; 
	 text-align:left;
}

#div-site-loader{
	z-index:1000000;
	background-color:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	-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;
}

#icon-loader{
	position:absolute;
	width:20%;
	margin:auto;
	top:40%;
	left:40%;
	
}

.position-middle-center{
	width:80%;
	margin:auto;
	padding:30px;
}

.video-timeline{
	width:25%;

	padding:10px;
	border:solid 1px #CCC;
	border-radius:4px;
	
	
    height: auto;
    overflow: hidden;
    position: relative;
	
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}

#cell-grid{
	padding:0px;
	text-align:left;
	border-bottom:solid 1px #f2f2f2;
	margin-bottom:15px;
}

#cell-grid h3{
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:0px;
}
#cell-grid p{
	font-size:14px;
	color:#666;
	float:left;
}

.bg-rojo{
	padding:10px;
	border-radius:5px;
	background-color:#2c5176;
	
	background: #e26c6e; /* Old browsers */

background: -moz-linear-gradient(-45deg,  #e26c6e 0%, #e26c6e 50%, #2c5176 50%, #2c5176 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e26c6e), color-stop(50%,#e26c6e), color-stop(50%,#2c5176), color-stop(100%,#2c5176)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* IE10+ */

background: linear-gradient(135deg,  #e26c6e 0%,#e26c6e 50%,#2c5176 50%,#2c5176 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e26c6e', endColorstr='#2c5176',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#FFF;
}

.index-left-side{
	width:50%;
	float:left;
	position:relative;
	height:100%;
	background-color:#FFC;
}
.index-right-side{
	width:50%;
	float:left;
	position:relative;
	height:100%;
	background-color:#FFFFFF;
	padding:20px;
}

.index-slider-news-star{
	width:100%;
	float:left;
	
	height:auto;
	background-color:#FFf;
	margin-top:54px;
	clear:both;
}
.banner-news{
	position:relative;
	
	width:50%;
	height:auto;
	padding:15px;
	margin:auto;
	top:50%;
	text-align:center;
	background: rgba(208, 92, 95, .6);	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.index-group-news{
	position:relative;
	width:1200px;
	margin:auto;
	margin-top:-100px;
	margin-bottom:100px;
	height:auto;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	border:solid 1px #F2F2F2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.news-non-star{
	width:30%;;
	float:left;
	margin-right:3%;
	padding:10px;
}

.cta-home-icon:hover{
	border:solid 1px #5cb85c;
}

#barra-logo-ceutec{
	height:80px;
	background-color:#d05c5f;
}

#home-section-container-ceutec{
	width:1300px;
	padding-top:20px;
	padding-bottom:20px;
	margin:auto;
	margin-top:80px;
	height:auto;
	background-color:transparent;
	
}
#home-section-ceutec{
	float:left;
	margin-left:2%;
	width:21%;
	margin-right:2%;
	height:400px;
	background-color:#ffffff;
}
#home-section-comercial{
	width:1300px;
	margin:auto;
	
}
#home-section-carreras{
	width:66.66%;
	float:left;
	padding:20px;
}
#home-section-hubspot{
	width:33.33%;
	float:left;
	padding:20px;
	color:#333;
}
.form-hubspot{
	background-color:#2c5176;
	padding:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#home-section-one-quarter{
	width:25%;
	float:left;
}
#home-section-two-quarter{
	width:50%;
	float:left;
}
#home-section-three-quarter{
	width:75%;
	float:left;
	padding:20px;
}

#section-quarters-news{
	width:1300px;
	margin:auto;
	padding:20px;
}


.btn-home-zoom{
	position:relative;
	height:50%;
	overflow: hidden;
}
.btn-home-zoom img {
	max-width: 100%; 
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-home-zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.separador-home{
	 clear:both; 
	 background-color:#d05c5f; 
	 height:3px; 
	 width:30%; 
	 margin:auto;
}

/*HUBSPOT STYLE MODIFICATIONS*/

.hs-input{
	font-size: 15px;
    line-height: normal;
    color: #666;
    font-weight: 400;
    padding: 5px;
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    border: none;
    border-bottom: 3px solid rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hs-form.stacked .actions{
	margin:0px;
	padding:0px;
}

.hs-button{
	background-color:#5cb85c;
	background-image:none;
	color:#FFF;
	
}
.hs-form .hs-button{
	background-color:#5cb85c;
	background-image:none;
}
.hs-submit input[type=submit] {
	background-color:#5cb85c;
	background-image:none;
	color:#FFF;
}
.hs-form.stacked .actions input[type=submit]{
	background-color:#5cb85c;
	color:#FFF;
	background-image:none;
	width:95%;
	padding:5px;
	text-align:center;
	font-size:16px;
	margin-bottom:0px;
	border:none;
	
}

.hs-form-required {
    display: none;
}
.hs-form fieldset.form-columns-2 .input {
    margin-right: 0px;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

#home-section-hubspot .hs-form.stacked label {
	color:#fff;
	font-size:11px;
	list-style:none;
}
input.hs-input, textarea.hs-input, select.hs-input {
	color:#666;
}

.sede-left-side{
	float:left;
	width:33%;
	padding:0px;
	
}
.sede-right-side{
	float:left;
	width:66%;
	padding-right:10px;
}

.circle-icon-home{
	background-color: #2c5176; 
	color: white; 
	padding: 15px; 
	text-align: center;
	width: 68px;
	height:68px;
	margin: auto;
	
	color: white; 
	text-align: center; 
	font-size: 38px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.31);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.31);
	
	-webkit-transition: 300ms; /* Safari */
    transition: 300ms;
	
	
}

.circle-icon-home:hover{
	background-color: #d05c5f; 
	
}

.video-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
   	width: 55px;
    height: 24px;
    padding: 5px 20px;
    min-width: 13px;   
}
