﻿/*******************************************************************/
/*																   */
/* Stylesheet: login.css										   */
/* --------------------------                                      */
/* Estilos usados dentro de la página de login o login page        */
/* (Login.aspx)											           */	
/*                                                                 */ 
/*******************************************************************/


html, body, form 
{
	height: 100%;
}

h3 
{
	font-size: 13px;
}

#loginBody
{
	margin: 0px;
	background-color: #F9F9F9;
	font-family: Verdana;
	font-size: 12px;
}

#loginMainContainer
{
	position: relative;
	height: 100%;
}

#loginHeaderContainer
{
	position: static;
	padding: 10px;
	background-color: #464646;
	color: #FFFFFF;
	height: 15px;
	font-size: 13px;
	font-weight: bold;
}

#loginBoxContainer
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 380px;
	height: 310px;
	margin-top: -155px;
	margin-left: -190px;
}

#loginHeader
{
	position: relative;
	height: 40px;
	background-image: url("../images/login/headerLogin.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 26px;
	font-weight: bold;
}

#loginData
{
	/*http://webposible.com/xposible/2008/css3-y-border-radius-esquinas-redondeadas */
	position: relative;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	height: 190px;
	background-color: #FFFFFF;
	color: #777777;
	border: 1px solid #E5E5E5;
	padding: 16px;
}

.data
{
	background-color:#FBFBFB;
	border:1px solid #E5E5E5;
	font-size: 24px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 5px;
	padding: 3px;
	width: 98%;
}

#loginButton
{
	margin-top: 5px;
	text-align: right;
}


#loginLateralContainer
{
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -200px;
	background-image: url("../images/login/atcsLogo.gif");
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	height: 400px;
	
}

#loginFooter
{
	position: relative;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}


#loginFooterContainer
{
	position: absolute;
	height: 100px;
	width: 99%;
	bottom: 0px;
	left: 0px;
	background-image: url("../images/login/PUE-Logo.gif");
	background-repeat: no-repeat;
	background-position: right center;
}

