@font-face {
    font-family:"Lato Black";
    src:url("fonts/Lato-Black.eot") format("eot"),
        url("fonts/Lato-Black.woff") format("woff"),
        url("fonts/Lato-Black.ttf") format("truetype"),
        url("fonts/Lato-Black.svg") format("svg");
    font-weight:normal;font-style:normal;
}
@font-face {
    font-family:"Lato Bold";
    src:url("fonts/Lato-Bold.eot") format("eot"),
        url("fonts/Lato-Bold.woff") format("woff"),
        url("fonts/Lato-Bold.ttf") format("truetype"),
        url("fonts/Lato-Bold.svg") format("svg");
    font-weight:normal;font-style:normal;
}
@font-face {
    font-family:"Lato Light";
    src:url("fonts/Lato-Light.eot") format("eot"),
    url("fonts/Lato-Light.woff") format("woff"),
    url("fonts/Lato-Light.ttf") format("truetype"),
    url("fonts/Lato-Light.svg") format("svg");
    font-weight:normal;font-style:normal;
}
@font-face {
    font-family:"Lato Regular";
    src:url("fonts/Lato-Regular.eot") format("eot"),
        url("fonts/Lato-Regular.woff") format("woff"),
        url("fonts/Lato-Regular.ttf") format("truetype"),
        url("fonts/Lato-Regular.svg") format("svg");
    font-weight:normal;font-style:normal;
}
@media (min-width: 1200px) {
   .vcenter {
  display: flex;
  align-items: center;
}
}
@media (min-width: 480px) {
}
@media (max-width: 780px) {
}
html {
	height: 100%;
}
body{
	height:100%;
	padding: 0;
	margin: 0;
	font-family: Verdana,Sans-serif, Arial,Tahoma;
}
.container-logo{max-width:920px;margin:0 auto; display: flex;
  align-items: center; height: 100%;}

.aplicacion{background: none repeat scroll 0 0 #777777;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    padding: 15px 0;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
.fondo{
	background-color: #F1F1F1;
	padding: 0;
	margin: 0;

}
.mensaje-ok{
	color: green;
	font-size: 17px;
	font-weight: bold;
}
.mensaje-nook{
	color: red;
	font-size: 17px;
	font-weight: bold;
}




