@CHARSET "UTF-8";

.bodyNO {
	background-color: rgb(255, 255, 255);
	background-image: url( "imgs/index.jpg" );
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.logotipo{

}
.tablaLogin{
	top: -90px;
	position:relative;

}

.centrado {
	 
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	margin-left: -93px;
}

.errorCentrado {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 110px;
	margin-left: -93px;
}

.transparente {
	background-color: transparent;
}

.td {
	font: 14px Calibri, Arial, sans-serif;
	color: rgb(85, 129, 190);
	text-align: right;
}

.tdBoton {
	font: 14px Calibri, Arial, sans-serif;
	color: rgb(85, 129, 190);
	text-align: left;
}

.tdError {
	font: 12px Calibri, Arial, sans-serif;
	color: rgb(196, 41, 45);
	text-align: right;
}

.boton {
	font: 14px Calibri, Arial, sans-serif;
	background-color: rgb(85, 130, 187);
	color: white;
	height: 25px;
}