/*html {
	height: 100%;
}

body {
	height: 100%;
	/*background-color: #011783;*/
	/*background-color: #D6DAEB;
	/*background-color: red;*/
	/*margin: 0;
	padding: 0;
}*/
#anuncio {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.75);
	display: table;	
}
#anuncioInt {
 	display: table-cell;
    vertical-align: middle;
}
#anuncioCont {
	position: relative;
	width: 400px;
	margin: 0 auto;	
}
#anuncioBtn {
	position: absolute;
	top: 0;
	left: 480px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #ccc;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#anuncioBtn:hover {
	color: #ccc;
	background: #333;
	transition: .2s ease all;
}
/*

.wrapper {
	width: 560px;
	margin: 0 auto 0;
	background: white;
	height: 100%;
	text-align: center;
}

.imagen {
	margin: 200px auto 15px;
}

/*.btn {
	display: block;
	margin: 16px auto 0;
	margin-left: 150px;
	width: 90px;
	height: 30px;
	color: white;
	font-weight: bold;
	background: #12294B; /*#011783;*/
	/*border: none;
/*}*/

/*.btn:hover {
	/*background: #34459C;*/
/*	background: black;
}

/*.recuadro_user, .recuardo_pass {
	margin: 16px auto 0;
	margin-left: 220px;
	margin-top: 220px;
	width: 90px;
	height: 30px;
	/*background: #34459C;*/
	/*background: white;
}*/

/*input[type="text"] {
	width: 100px;
	padding: 8px;
	margin:0 auto 9px;
}

input[type="password"] {
	width: 200px;
	padding: 8px;
	margin:0 auto 9px;
}*/