@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

html {
  min-height: 100%;
  position: relative;
}
body{
	background-color: #FFFFFF;
	margin: 0;
	margin-bottom: 15vh;
  height: 100%;
}

.encabeindex{
/*  background-color: #002C76; */
  text-align: center;
  height: 100%;
  /*background-image: url('../img/logoTTU2020_icon_MT2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;*/
}

.encabe{
	background-color: #FFFFFF;
	text-align: center;
	height: 21vh;
  background-image: url('../img/logoTTU2020_full.svg');
  /*background-image: url('../img/logoTTU2020_full_MT1.png');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27%;
}

barramenu{
  background-color: #002C76;
  height: 10vh;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding-top: 0px;
  margin: 0 0 0 0;
}

pie {
	background-color: #2D2C2F;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 1;
  /*height: 15vh;
  vertical-align: middle;*/
}

pie2 {
  background-color: #2D2C2F;
  line-height: 1;
  /*height: 15vh;
  vertical-align: middle;*/
}

cuerpo {
	background-color: #FFFFFF;
	position: fixed;
  width: 100%;
  /*height: 100vh;*/
  text-align: center;
  overflow: auto;
}

fondo {
  background-color: #002C76;
  width: 100%;
  height: 100%;
  text-align: center;
}

/*cuerpoindex {
	background-color: #369AD2;
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
}*/

cuerpoindex {
  background-color: #002C76;
  position: fixed;
  width: 100%;
  text-align: center;
}

a.lblanco:link {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #002C76;
  padding-left: 3vh;
  padding-right: 3vh;
}

a.lblanco:visited {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2vh;
  text-decoration: none;
  color: #FFFFFF;
  padding-left: 3vh;
  padding-right: 3vh;
}

a.lblanco:hover,
a:active {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #C0C0C0;
  padding-left: 3vh;
  padding-right: 3vh;
}

.ingresos {
  font-size: 4.2vh; 
  font-style: italic; 
  font-weight: bold; 
  border: 0; 
  border-bottom: 2px solid #FFFFFF; 
  outline: none; 
  padding: 1rem; 
  text-align: center; 
  background-color: #ECEEF1;
  color: #FFFFFF;
  ::-webkit-input-placeholder { color: #FFFFFF; } 
  :-moz-placeholder { /* Firefox 18- */ color: #FFFFFF; } 
  ::-moz-placeholder { /* Firefox 19+ */ color: #FFFFFF; } 
  :-ms-input-placeholder { color: #FFFFFF; }
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.verde {font-weight:normal; color: #060;}
.blanco1r {font-weight:normal; color: #FFFFFF; font-size: 1rem;}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #001333 inset;
     -webkit-text-fill-color: #CCCCCC;
}
