body {
	margin: 0px;
	padding: 0px;
	background-color: #11203a;
}

.contenedorPrincipal {
	width: 100%;
	height: 100%;
}

.cuadricula {
	width: 660px;
	height: 660px;
	padding: 10px 0 0 10px;/*top right bottom left*/
	background-color: #f5f5f5;
	margin: 0 auto;
}

.celda, .celdaLogin {
	width: 210px; /*233px;*/
	height: 210px; /*233px;*/
	margin: 0 10px 10px 0;
	float: left;
}

.celdaLogin {
	background: url("../img/Img_05.png") no-repeat;
	background-size: 210px;
}

.leyendaTarjetahabientes {
	height: 20px;
	width: 97px;
	margin: 15px auto 10px;
}

.formatoInput {
	width: 185px;
	height:25px;
	margin: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.botonEntrar, .botonEntrar:hover {
	height: 26px;
	width: 115px;
	margin: 10px auto;
}

.botonEntrar {
	background: url("../img/Bot_01.png") no-repeat;
}

.botonEntrar:hover {
	background: url("../img/Bot_02.png") no-repeat;
}

.leyendaErrorLogin {
	font-size: 10px;
	font-family:Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	width: 150px;
	margin: 0 auto;
}
.imagen80 {
	width: 210px;
	height: 210px;
}
