html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  margin:0;
  padding:0;
}

div.contenedor,
div.contenido {
  width: 93%;	
  margin: 0 auto;
}

.fondo {
	background-image: url("../img/portadaindex.jpg"); 
	float: left;
	margin: 0px;
    padding: 0px;
    max-width: 300px;
    height: 100px;
    border: 0px solid none;
}

.sesion_Captura {
	position:absolute;
	margin:0px;
	padding: 13px;
	background-color: #F8F7F7;
	width: 100%;
}

.Texto_Bienvenido{
	position:absolute;
	margin:58px;
	padding: 10px;
	color: rgba(255,255,255,0.82);
	font-size: 190px;
	font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
	line-height: 0.9;
	letter-spacing: 0.2em
}
.cuerpoMsj {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.login {
	background-image: url("../img/IcUser.png");
	background-repeat: no-repeat;
	background-position: left center;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
	height: 30px;
	width: 150px;
}

.login_captura {
    border: 1px solid #D7D7D7;
    background-color: #FFF;
	height: 30px;
	width: 150px;
}

.password_ {
	background-image: url("../img/IcPassword.png");
	background-repeat: no-repeat;
	background-position: left center;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
	height: 30px;
	width: 150px;
}

.password_captura {
    border: 1px solid #D7D7D7;
    background-color: #FFF;
	height: 30px;
	width: 150px;
}

.logo_gesfor {
	position:absolute;
	margin:3px;
	background-image: url("../img/gesfor_logo.png");
	background-repeat: no-repeat;
}

.text_footer {
	font-size: 8px;
	color: #B1B1B1;
}

.sombra_barra{
  box-shadow: 3px 3px 8px -2px rgba(0,0,0,0.75);
}

.btnAzul {
  background: #217CBA;
  font-family: open-sans-n7, sans-serif;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color  : #3498db;
  text-decoration: none;
  cursor: pointer;
  transition: all .5s ease; 
}

.btnAzul:hover {
  background: #3498db;
  border-color  : #CBCBCB;
  text-decoration: none;
  transition: all .5s ease; 
}

#anuncio {
	position:fixed;
	left:0px;
	width:100%;
	height:70px;
	z-index:1;
	visibility: visible;
	bottom: 0px;
	background: rgba(0,0,0,0.43);
	text-align: center;
	vertical-align: middle;
	font-size: 8px;
}

.MsjEmergente {
   visibility:visible;
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
}
.btnAviso {
  background: #00B050;
  font-family: Calibri, serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  border-width: 0;
  text-decoration: none;
  transition: 0.3s;
}
.btnAviso:hover { 
  background: #c23c2c;
  text-decoration: none;
  transition: 0.3s;
}

#popup {
   visibility: hidden;
   opacity: 0;
   margin-top: -300px;
}
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all 1s;
}
.popup-contenedor {
   position: relative;
   margin:7% auto;
   padding:30px 50px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:50%;
}
a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   background-color: #333;
   padding:7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}