@charset "utf-8";
#Principal{
	width: 633px;
}
body {
	background-image: url(../imagenes/Background_Login.jpg);
}
#Logo {
	float: left;
	width: 633px;
	height: 44px;
	text-align: center;
	margin-top: 100px;
}
#Titulo {
	float: left;
	width: 297px;
	height: 92px;
	padding: 8px;
	background-color: #ee7e01;
	text-align: center;
	position: relative;
	margin-right: 6px;

}
#Titulo_Texto {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
#Subtitulo {
	font-size: 28px;
	text-align: center;
	color: #ee7e01;
	float: left;
	width: 633px;
	height: 25px;
	margin-top: 100px;
	margin-bottom: 20px;
}
#Acceso {
	float: left;
	width: 297px;
	height: 92px;
	padding: 16px 8px 0px 8px;
	background-color: #ffffff;
}
#Etiquetas {
	float: left;
	width: 85px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#Campos {
	float: left;
	width: 156px;
	height: 24px;
	text-align: right;
	margin-bottom: 5px;
}
#Boton {
	float: left;
	width: 260px;
	height: 24px;
	text-align: right;
}
.Boton_Acceder {
	font-weight: bold;
	color: #fff;
	background-color: #ee7e01;
	border: 0px;
	width: 75px;
	height: 24px;
	cursor: pointer;
}
input {
	background-color: #eee;
	border: 1px solid #777;
	width: 140px;
	padding-left: 3px;
}
#Error, #Aviso {
	float: left;
	width: 630px;
	height: 25px;
	text-align: center;
	margin-top: 10px;
	color: #ee7e01;
}