* {
    font-family: 'Roboto', sans-serif;
  }

#header{
	border-bottom:1px solid #999;
	margin-bottom:10px;
	height:46px;
	width:100%;
	min-width:960px;
}
#header h1{
	padding-top:20px;
	padding-top:10px;
}

/* ESTILOS PARA EL ENCABEZADO SIUF NUEVO*/
/**********************************************************/

#head{
    /*background: url('/images/nuevo-head2.png') repeat-x;*/
	background: url('../imagenes/header.png') repeat-x;
	padding-top: 10px;
	height: 65px;
	vertical-align:middle;
	box-sizing: content-box;
}

/* HEADER ZONE STYLES */
/* Barra superior */
#logo{
    float:left;
}
#head-content{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#head #head-menu{
    width: 40%;
    float: right;

    color: #fff;
    text-align: right;
}
#head #head-menu li{
    display:inline;
}

#head #head-menu li a{
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
#head #head-menu li a:hover{
    text-decoration: underline;
}

/* ESTILO MENU ENCABEZADO*/
#hdtb {
    background: none repeat scroll 0 0 #000000;
    /*color: #666666;*/
    position: relative;
    z-index: 102;
	   width: 100%;
}


#hdtbSum {

	background: none repeat scroll 0 0 #000000;
    /*border-bottom: 1px solid #CCCCCC;*/
    height: 35px;
    line-height: 34px;
    padding: 0;
    position: relative;
    z-index: 102;
	margin-left:auto;
	    width: 960px;
    margin-left: auto;
    margin-right: auto;

}


#hdtb_msb {
    display: inline-block;
    float: left;
    height: 40px;
    position: relative;
    white-space: nowrap;
}


#hdtb_msb > .hdtb_mitem:first-child, .ab_tnav_wrp, #cnt #center_col, .mw #center_col, .mw #foot {
    /*margin-left: 120px;*/
}
#hdtb_msb .hdtb_mitem {
    display: inline-block;
}

#hdtb .hdtb_mitem a {
    /*color: #777777;*/
	color: #ffffff;
	font-size: 13px;
}
#hdtb_msb > .hdtb_mitem > a {
    display: inline-block;
}
#hdtb_msb > .hdtb_mitem a {
    margin: 0 8px;
    padding: 0 8px;
}
#hdtb_msb > .hdtb_mitem a:link, .w, .q:active, .q:visited {
    cursor: pointer;
}


.hdtb_mitem a, #hdtb_more_mn a {
    color: #777777;
    display: block;
    padding: 0 16px;
    text-decoration: none;
}

#hdtb_msb .hdtb_mitem:hover > a{
	border-bottom: 3px solid #2492E7;
    color: #2492E7;
}

#hdtb_msb .hdtb_mitem a:hover{
	border-bottom: 3px solid #2492E7;
    color: #2492E7;
}

#hdtb_msb .hdtb_mitem a:hover + .listaDesplegable{
	visibility: visible;
}


#hdtb_msb > .hdtb_mitem a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited, .kl:active, .tbotu {
  /*  color: #777777;*/
}

#hdtb_msb .hdtb_mitem.hdtb_msel, #hdtb_msb .hdtb_mitem.hdtb_msel_pre {
    border-bottom: 3px solid #2492E7;
    color: #2492E7;
    font-weight: bold;
    /*height: 35px;
    margin: 2px 8px 0;
    padding: 0 8px;*/
}
#hdtb_msb .hdtb_mitem {
    display: inline-block;
}

#hdtb_msb > .hdtb_mitem > .listaDesplegable{
	visibility:hidden;
	/*float:left;*/
	padding: 0px 8px;
	background: #000000;
}

#hdtb_msb > .hdtb_mitem > .listaDesplegable > ul{
	list-style: none;
	list-style-type: none;
	position: absolute;
	background: #000000;
	padding: 5px;
	line-height: 28px !important;
}

#hdtb_msb > .hdtb_mitem > .listaDesplegable > ul > li{
	line-height: 28px !important;
}

#hdtb_msb > .hdtb_mitem > .listaDesplegable:hover{
	visibility: visible;
}

#cssmenu {
    height: 25px;
    position: relative;
    width: auto;
}
#cssmenu ul {
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#cssmenu > ul {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
#cssmenu > ul > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 1em;
    line-height: 1.2em;
}
#cssmenu > ul > #menu-button {
    display: none;
}
#cssmenu ul li a {
    display: block;
    font-family: Helvetica,sans-serif;
    text-decoration: none;
}
#cssmenu > ul > li > a {
    color: #7a8189;
    font-size: 12px;
    padding: 10px 20px;
    transition: color 0.25s ease-out 0s;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 32px;
    padding-top: 0;
}
#cssmenu > ul > li:hover > a {
    color: #ffffff;
}
#cssmenu li.has-sub:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cssmenu > ul > li.has-sub:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7a8189 transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    right: 10px;
    top: 20px;
}
#cssmenu > ul > li:hover:after {
    border-top-color: #ffffff;
}
#indicatorContainer {
    bottom: 0;
    height: 12px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#pIndicator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2b2f3a transparent transparent;
    border-image: none;
    border-right: 12px solid transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    position: absolute;
    transition: left 0.25s ease 0s;
    width: 100%;
    z-index: -2;
}
#cIndicator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2b2f3a transparent transparent;
    border-image: none;
    border-right: 12px solid transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    position: absolute;
    right: 100%;
    top: -12px;
    width: 100%;
    z-index: -2;
}
#cssmenu ul ul {
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: 70px;
    transition: opacity 0.3s ease 0s, top 0.25s ease 0s;
    z-index: 1000;
}
#cssmenu ul ul ul {
    padding-left: 5px;
    top: 37px;
}
#cssmenu ul ul li {
    position: relative;
}
#cssmenu > ul > li:hover > ul {
    left: auto;
    opacity: 1;
    top: 44px;
}
#cssmenu ul ul li:hover > ul {
    left: 170px;
    opacity: 1;
    top: 0;
}
#cssmenu ul ul li a {
    background-color: #fef9db;
    border-bottom: 1px solid #eee;
    color: #666666;
    font-size: 12px;
    padding: 10px 20px;
    transition: all 0.35s ease 0s;
    width: 130px;
    box-sizing: content-box !important;
}
#cssmenu ul ul li:hover > a {
    background-color: #f9edbe;
    color: #666666;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last > a {
    border-bottom: 0 none;
}
.submenuArrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    height: 0;
    position: absolute;
    top: -12px;
    width: 0;
}
#cssmenu ul ul li.has-sub:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #9ea2a5;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    right: 10px;
    top: 12px;
    transition: all 0.2s ease 0s;
}
#cssmenu ul ul li.has-sub:hover:after {
    border-left-color: #fff;
    right: -5px;
    transform: rotateY(180deg);
}

/*****************************************************/

.interlineado{
	height:50px;
}

/*FOOTER*/

#footer-sedes {
    background: #000000 none repeat scroll 0 0;
    margin: 50px auto auto;
    width: 960px;
}
#footer-sedes #footer-menu-home {
    color: #ffffff;
    float: left;
    padding-top: 5px;
    width: 70%;
}
#footer-sedes #footer-menu-home ul {
    color: #8e8f93;
    margin: 0;
    padding: 0;
}
#footer-sedes #footer-menu-home li {
    display: inline;
}
#footer-sedes #footer-menu-home li a {
    color: #8e8f93;
    padding: 10px;
    text-decoration: none;
}
#footer-sedes #footer-menu-home li a:hover {
    text-decoration: underline;
}
#footer-sedes #footer-community {
    color: #8e8f93;
    float: right;
}
#footer-sedes #footer-community a {
    float: left;
    margin-right: 5px;
}
#footer-sedes #footer-community a#facebook {
    background: rgba(0, 0, 0, 0) url("../imagenes/icons/facebook_on.png") repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 33px;
}
#footer-sedes #footer-community a#facebook:hover {
    background: rgba(0, 0, 0, 0) url("../imagenes/icons/facebook_off.png") repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 33px;
}
#footer-sedes #footer-community a#twitter {
    background: rgba(0, 0, 0, 0) url("../imagenes/icons/twitter_on.png") repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 33px;
}
#footer-sedes #footer-community a#twitter:hover {
    background: rgba(0, 0, 0, 0) url("../imagenes/icons/twitter_off.png") repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 33px;
}
#footer-sedes #footer-community a#youtube {
    background: rgba(0, 0, 0, 0) url("../imagenes/icons/youtube_on.png") repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 33px;
}
#footer-sedes #footer-community a#youtube:hover {
    background: rgba(0, 0, 0, 0) url("../imagenes/icons/youtube_off.png") repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 33px;
}
#footer #footer-menu-left {
    float: left;
    padding: 10px;
    width: 35%;
}
#footer #footer-menu-right {
    float: left;
    padding: 10px;
    width: 35%;
}
#footer #footer-menu-under-search {
    float: left;
    margin-top: 10px;
}
#footer ul li {
    clear: both;
    line-height: 15px;
    margin-bottom: 5px;
}
#footer ul li a {
    color: #8e8f93;
    font-size: 11px;
    font-weight: bold;
}
#footer ul li ul.sub-menu {
    display: block;
}
#footer ul li ul.sub-menu li {
    border-right: 1px solid #8e8f93;
    clear: none;
    float: left;
    margin-right: 6px;
    padding-right: 6px;
}
#footer ul li ul.sub-menu li a {
    color: #8e8f93;
    font-weight: normal;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.md-select-empty-value .md-text {
  color: rgba(0,0,0,0.26)
}

.validation-messages {
    font-size: 11px;
    color: darkred;
    margin: 10px 0 0 25px; }

.placeholder-fecha{
	font-size: 0.8em;
	color: rgba(0, 0, 0, 0.54);
	position: absolute;
	top: -15px;
	left: 0px;
}

#divIframeLogin{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
 }

 .miGrilla {
		 width: 100%;
		 font-size: 12px;
	 }


	 .ui-grid-row:nth-child(even) .ui-grid-cell{
	 	background-color:#E8EAF6;
	 }
	 .ui-grid-header-cell{
	     background-color: #5C6BC0 !important;

	     font-size: 16px;
	     font-weight: 500;
	 }
	 .ui-grid-header-cell span{
	 	color: rgba(250,250,250,0.9);
	 }

	 .ui-grid-sort-priority-number{
		  font-size: 0;
		}

	 .whiteframedemoBasicClassUsage md-whiteframe {
	       margin: 0px;
	       height: 100px;
	       background-color: rgba(250,250,250,0.9);
				 color: #5C6BC0;
				 padding: 1em;
				 border-radius: 5px;
	 }
   .whiteframedemoBasicClassUsage md-whiteframe > span {
     font-size: 1.0em;
	 }

.fila{
	width: 100%;
	min-height: 80px !important;
}

.iconoCheck{
	vertical-align: text-bottom;
  color: green;
  font-weight: bold;
  font-size: 20px;
}

.md-datepicker-input{
	min-width: 150px !important;
}

md-checkbox .md-label {
	margin-top: 3px;
  margin-left: 23px;
}

.encabezadoPantalla{
	font-size: 16px !important;
  width:100%;
  background: white;
  /*margin-top: -19px !important;*/
}

.intl-tel-input{
	width: 100%;
	height: 40px;
}

.intl-tel-input .flag-dropdown{
	height: 35px !important;
}

.hintsCelular{
	font-size: 10px;
  margin-left: 182px;
  margin-top: -14px !important;
}

.help-block{
	color: rgb(221,44,0) !important;
}

.hintsCelular.help-block.formatoOk{
	color: #3c763d !important;
}

.fila div label{
  text-align: center;
}

#inputs md-input-container{
  margin-bottom: 10px !important;
}

.cuerpoPantalla{
  overflow-y: auto;
  max-width: 500px !important;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  opacity: 0.9;
}

.tituloEncabezado{
  min-height: 60px;
  background: white;
}

.progressCircle{
  margin-left: 3px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }

 input[type=number] {
   -moz-appearance:textfield !important;
 }

 /* Show number picker on focus */

input[type=number]:focus,
input[type=number]:hover {
    -moz-appearance:number-input !important;
}

#autocompleteDialog{
  max-width: 80vw;
}

.selectForm{
  margin-bottom: 20px;
}

.autocompleteForm{
  margin-top: 20px;
}

span.textoSinDecorar{
  color: black;
  font-style: normal;
}

.modalCentrado > div.modal-dialog.modal-sm{
  top: 40%;
}

.modalCentrado > div.modal-dialog.modal-sm > div.modal-content{
  /*width: 120px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.filesop{
  min-height: 60px;
}

.filesop div {
  max-height: 20px;
}

.filesop div md-icon{
  margin: 5px;
}

.filesop div span{
  font-size: 10px;
}

.loadingImg{
  background: transparent url('../images/loader.gif') center no-repeat;
  min-width: 100%;
  min-height: 45vh;
}

div #tituloEncabezadoCarrera .md-subheader-inner{
  padding: 5px !important;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 100%;
}

.grecaptcha-badge{
  bottom: unset;
  top: 2px;
  z-index: 9999;
}

.fondoBlanco{
  background: white;
}

.contenedorBotonFav{
  min-width: 72px;
}

/* Shockwave */

.icono--shockwave.is-active {
  animation: shockwaveJump 1s ease-out infinite;
}
.icono--shockwave.is-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    animation: shockwave 1s .65s ease-out infinite;
}

.icono--shockwave.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    animation: shockwave 1s .5s ease-out infinite;
}

.terminos p{
  font-size: 14px;
  line-height: 14px;
  margin: 10px 5px 10px 5px;
}

.terminos strong{
  font-weight: bold;
}

.terminos ul li{
  list-style-position: unset;
  margin-left: 30px;
}

.button-small {
  min-height: 0px !important;
  font-size: 12px;
  border: none;
  color: white;
  border-radius: 2px;
  background-color: #485ab5;
  padding: 6px;
  margin: 0px 0px 0px 5px;
  text-transform: uppercase;
}

@keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
     transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0,0,0,0.15), inset 0 0 1px rgba(0,0,0,0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0,0,0,0), inset 0 0 30px rgba(0,0,0,0);
  }
  100% {
    transform: scale(2.25);

  }
}

@media screen and (max-width: 480px) {
  .loadingImg {
    min-height: 45vh !important;
  }
  .cuerpoPantalla{
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
/*
@media screen and (max-width: 480px) {
  .loadingImg {
    min-width: 440px !important;
    min-height: 300px !important;
  }
}
*/

@media screen and (max-height: 590px) {
  .contenedorInputs {
    padding-top: 80px !important;
  }
}
