@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background: #E4E4E4 url(../images/pageBG.jpg) repeat-x;*/
	background: #1a1a1a url(../images/bg.png);
	position:relative;
}

.textWelcome, .textWelcome a, .footerContent a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #B4B4B4;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

.textWelcomeFooter, .textWelcomeFooter a, .footerContent a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 10px;	
	font-style: normal;
	font-weight: bold;
}

.textPass a, .textPass a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #59A8F2;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	font-weight: bold;
}

.textWelcome a:hover{
	color: #0CF;
}
.textWelcomeFooter a:hover{
	color: silver;
}

.textWelcomeLBL{
	font-family: Arial, Helvetica, sans-serif;
	color: silver;
	font-size: 11px;
	font-style: normal;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	padding-right: 5px;
}

.inputWelcome {
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-bottom: 1px solid #F7F7F5;
	border-right: 1px solid #F7F7F5;
	position:relative;
}

.btnWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.loginBGimage{
	width: 500px;
	height: 250px;
	background:url(../imagenes/login_welcome.png) no-repeat  !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/login_welcome.png');
}

.publicidadBGimage{
	width: 500px;
	height: 400px;
	background:url(../imagenes/ft_publicidad.png) no-repeat  !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/ft_publicidad.png');
}

.forgotPasswordBGimage{
	width: 500px;
	height: 299px;
	background:url(../imagenes/ft_forgotpassword.png) no-repeat  !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/ft_forgotpassword.png');
}

.activateCtaBGimage{
	width: 500px;
	height: 299px;
	background:url(../imagenes/ft_activatecta.png) no-repeat  !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/ft_activatecta.png');
}

.newPasswordBGimage{
	width: 500px;
	height: 299px;
	background:url(../imagenes/ft_newpassword.png) no-repeat  !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/ft_newpassword.png');
}

.mantenimientoBGimage{
	width: 500px;
	height:229px;
	background:url(../imagenes/ft_mantenimiento.png) no-repeat  !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/ft_mantenimiento.png');
}

.losepasBGimage{
	width: 300px;
	#width:250px;
	height: 150px;
	margin-top:8px;
	margin-left:12px;
	text-align:center;
	background:url(../images/losepassBG.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/losepassBG.png');
}