/* @override http://gvam20.dyndns.org:9000/css/login.css */

/*CSS Mini Reset*/
HTML, BODY, DIV, FORM, FIELDSET, LEGEND, LABEL {
	margin: 0;
	padding: 0;
}
H1, H2, H3, H4, H5, H6, TH, TD, CAPTION {
	font-weight: normal;
}

IMG {
	border: 0;
}

BODY {
	font-family: Cantarrell, Arial;
	overflow-y: hidden;
	background-color: #EAEAEA;
	color: #000000;
}

#logoGVAM IMG {
	position: absolute;
	right: 50px;
	top: 28px;
}
#contenedorLogin {
	width: 350px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -220px;
}
H1 {
	font-size: 23px;
	width: 450px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 0 -50px;
}
#cuadroLog {
	width: 270px;
	height: auto;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background: #f6f6f6;
	border: 6px solid #fff;
	-moz-box-shadow: rgba(200,200,200,1) 0px 4px 8px;
	-webkit-box-shadow: 0 4px 8px rgba(200, 200, 200, 1);
	-khtml-box-shadow: rgba(200,200,200,1) 0px 4px 8px;
	box-shadow: rgba(200,200,200,1) 0px 4px 14px;
	margin: 40px auto 0;
	padding: 0 20px;
}

FORM {
	margin-top: 20px;
	position: relative;
}

.lineaForm {
	margin-bottom: 12px;
}

.lineaForm LABEL {
	width: 106px;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #464646;
	line-height: 24px;
	font-weight: bold;
}

.lineaForm INPUT {
	margin-left: 10px;
	border: 1px solid #979797;
	background-color: #F7F7F7;
	-moz-border-radius: 4px;
	height: 20px;
	text-indent: 3px;
	width: 120px;	
}

.lineaCheck {
	text-align: right;
}

.lineaCheck LABEL {
	float: right;	
	width: 150px;
	padding-left: 1em;
	line-height: 24px;	
	text-align: left;
	font-size: 12px;
	color: #464646;	
}


INPUT.btnEntrar
{
	position: relative;
	left: 50%;
	margin-left: -48px;
	margin-top: 6px;
	margin-bottom: 15px;
}

#rembPass A
{
	color: #0096C8;
	font-size: 12px;
	float: left;
	width: 270px;
	text-align: center;
	margin: 17px 0 0 40px;
}

#pie {
	width: 100%;
	height: 43px;
	background-color: #F4F4F4;
	position: absolute;
	bottom: 0;
	background-image: url(../public/interface/fndPie.gif);
	background-repeat: repeat-x;
}

#pie a {
	text-decoration: underline;
	color: #119DD7;	
}

P.txtPie {
	margin-top: 21px;
	margin-right: 20px;
	font-size: 12px;
	width: 150px;
	float: right;
}


#alertLogin {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}