@charset "utf-8";
/* CSS Document */
.body
{
	margin:0;
	background-image:url(../img/fondo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#170D52;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-content:center;
	-ms-align-content:center;
	-webkit-align-content:center;
}
.bodys
{
	margin:0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-content:center;
	-ms-align-content:center;
	-webkit-align-content:center;
}
.login
{
	margin-top:8%;
	max-width:400px;
	font-family:Arial, Helvetica, sans-serif;
}
.dimg
{
	width:100%;
	display:flex;
		display:-ms-flexbox;
		display:-webkit-flex;
		flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		justify-content:space-around;
		-ms-justify-content:space-around;
		-webkit-justify-content:space-around;
		align-self:space-around;
		-ms-align-self:space-around;
		-webkit-align-self:space-around;
}
.dimg img
{
	max-width:167px;
}
.dlogin
{
	margin-top:5%;
	background-color:#FFF;
	max-width:400px;
	max-height:320px;
	height:100%;
	width:100%;
}
.tlogin
{
	font-size:18px;
	text-align:center;
	width:100%;
	font-stretch:condensed;
	font-size-adjust:2px;
	color:#00314C;
	padding-top:20px;
}
.elogin
{
	color:#F00;
	font-size:12px;
	text-align:center;
}
.tilogin
{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:100%;
	padding-left:12.5%;
	padding-top:10px;
}
.ilogin
{
	width:100%;
	padding-left:12.5%;
	padding-top:10px;
}
.ilogin input
{
	background-color:#CCCCCC;
	max-width:250px;
	width:100%;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-ms-border-radius: 5px;
	border:none;
	height:40px;
}
.slogin
{
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.slogin input
{
	max-width:250px;
	background-color:#046FDC;
	width:100%;
	border:none;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-ms-border-radius: 5px;
	height:40px;
	cursor:pointer;
	color:#FFF;
}
.slogin input:hover
{
	background-color:#0000EC;
}
.btnDescDemo
{
	background-image:url(../img/btn_descargar_demo.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:252px;
	height:82px;
}
.btnDescDemo:hover
{
	background-image:url(../img/btn_descargar_demo2.png);
	
}
.btnDescApp
{
	background-image:url(../img/btn_descargar_app.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:252px;
	height:82px;
}
.btnDescApp:hover
{
	background-image:url(../img/btn_descargar_app2.png);
	
}



