.body {
	background-color: #00338d;
	overflow: hidden;
}
.body-input {
	background-color: #002278;
	overflow: hidden;
}
.body-splash {
	background-color: #002278;
/* 	background-color: red'; */
	overflow: hidden;
}

#login-titulo-texto p {
	text-align: center;
	color: white;
	font-family: TelcelNova-Media;
	font-size: 34px;
	margin-top: 20px;
}

#login-subtitulo-texto p {
	text-align: center;
	color: white;
	font-weight: normal;
	font-family: Lato-Bold;
	font-size: 22px;
}

#login-subtitulo-texto-descripcion p {
	text-align: center;
	color: #718cbd;
	font-weight: normal;
	font-family: TelcelNova-Media;
	font-size: 16px;
}

section {
	text-align: center;
}

.btn-login {
	margin-top: 30px;
	width: 300px;
	height: 46px;
	color: #00338d;
	background-color: #8093b6;
	text-align: center;
}

#btn-login-entrar:hover {
	background: #8e9cb6;
}

.btn-region {
	margin-top: 15px;
	text-align: left;
	width: 340px;
	height: 46px;
	color: white;
	background-color: #1d46a5;
	text-align: left;
}
.btn-region:hover {
	margin-top: 15px;
	text-align: left;
	width: 340px;
	height: 46px;
	color: white;
	background-color: #00338d;
	text-align: left;
}

.label-btn-region {
	margin-left: 20px;
	text-transform: none;
	font-family: Lato-Bold;
	font-size: 17px;
	margin-bottom: 0;
}

.label-btn-login {
	margin-left: 20px;
	text-transform: none;
	font-family: Lato-Bold;
	font-size: 17px;
}

.span-btn-region {
	float: right;
}

.form-login {
	display: inline-block;
	justify-content: center;
	margin-top: 30px;
}

.text-div-login {
	width: 340px;
}

.text-input-login {
	width: 340px;
	height: 30px;
	color: white;
}

.label-input-usuario {
	color: white;
	font-family: Lato-Bold;
}


.hr-input {
	background-color : #28529e;
	height: 3px;
	border: none
}

.div-input-usuario {
	position: relative;
	width: 340px;
	margin-top: 5px;
}

.img-input-usuario {
	position: absolute;
	left: 10px;
	top: 12px;
}

.text-input-usuario {
	padding: 10px 0px 10px 50px;
	width: 340px;
	border: 0;
	outline: none;
	background-color: #00338d;
	color: white;
	font-family: Lato-Bold;
	font-size: 16px;
}

.div-input-contrasena {
	position: relative;
	width: 340px;
	margin-top: 5px;
}

.img-input-contrasena {
	position: absolute;
	left: 10px;
	top: 12px;
}

.text-input-contrasena {
	padding: 10px 0px 10px 50px;
	width: 340px;
	border: 0;
	outline: none;
	background-color: #00338d;
	color: white;
	font-family: Lato-Bold;
	font-size: 16px;
}

.div-informacion {
	line-height: 12pt;
	margin-top: 30px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-family: Lato-Bold;
	font-size: 14px;
}

.div-footer {
	margin-top: 30px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-family: TelcelNova-MediaItalicas;
	font-size: 20px;
}

.label-footer {
	vertical-align: bottom;
}

.icono-telcel {
	margin-left: 10px;
}

.div-footer-version {
	text-align: center;
	margin-top: 20px;
	color: #0167b9;
	font-family: TelcelNova-Robusta;
	font-size: 14px;
}

.icon-font-size-lugar {
	font-size: 30px;
	color: #fff;
}
/**login**/
.button-login{
		height: 80%;	
		width: 100%;	
}
.button-login:active {
  		height: 80%;	
		width: 100%;	
}

.button-login:hover {
  		height: 80%;	
		width: 100%;	

}

.splash{
	display: none;
}

.imagen-telcel {
	margin-bottom: auto;
	margin-top: auto;
}

body > section {
	padding: 10% 0% 10% 0%;
}


.titulo {
	font-size: 34px;
}


.subtitulo {
	font-size: 22px;
}

.subtitulo-descripcion {
	font-size: 14px;
}

#span-eye {
	border-right: 1px solid #039BE5;
    border-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btnCanalCAC{
	background-image:url(/cudgw2/images/CAC.png);
	background-repeat:no-repeat;
	background-position: 10px;
	height: 60px; 
	padding-top: 17px;

}

.btn-secundary{
	text-transform:none;
}

.btnCanalDAT{
	background-image:url(/cudgw2/images/DAT.png);
	background-repeat:no-repeat;
	background-position: 10px;
	height: 60px; 
	padding-top: 17px;
	padding-left: 45px;
}