
#container2 {
	width: 80%;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;

	background-color: #f5f5f5;

	background-repeat: no-repeat;
	background-position: right top;
	z-index: 4;
	position: relative;
	/*border:double;
	border-width: thin;*/
	
}

#NotaFiscal{
	text-align: center;
	color:#999999;
}

#banderasIdioma {
	position:relative;
	height:30px;
	width:100%;
/*	border:double;
	border-color:#FF0000;
	border-width: thin;*/
}

#banderaIngles {
	float:right;
	width: 35px;
	height: 30px;
	z-index: -1;
	background:url(../../img/general/ban_ing.PNG) no-repeat center top;
/*	border:double;
	border-width: thin;*/
}

#banderaCastellano {
	float:right;
	background:url(../../img/general/ban_esp.PNG) no-repeat center top;
	height:30px;
	width:35px;
/*	border:double;
	border-width: thin;*/
}

a.btnPredefLogin01{
	background:url(./img/botonPredefinido03.png) no-repeat center top;
	height:28px;
	width:73px;
	text-decoration:none;
	text-align:center;
	color:#000; /* Color de la fuente*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	/*font-weight:bold;*/
	display:block;
	padding-top:5px;
}

a:hover.btnPredefLogin01{
	color:#0066CC;
}


#pLogoG {
	position:relative;
	text-align: center;
	/*margin-left:55px;*/
	height: 350px;
	z-index: -1;
	background-repeat: no-repeat;
	background-position:center;
	/*background-position:left;*/
	background-image:url(../../img/logo.png);
}

#pLogoGObras {
	position:relative;
	text-align: center;
	margin-left:55px;
	/*margin-top:10px;*/
	/*float:left;*/
	width: 600px;
	height: 350px;
	z-index: -1;
	background-repeat: no-repeat;
	background-position:center;
	/*background-position:left;*/
	background-image:url(../../img/Obras.jpg);
}

#pNombreServidorT {
	font-size: 10pt;
	font-weight:bold;
	text-align: center;
	height: 30px;
	padding-top: 50px;
}

#pMantenimientoT {
	font-weight:bold;
	text-align: center;
}


/* tabla para LogIn */
#pTablaLogin {
	/*width: 275px;*/
	width: 20%;
	min-width: 275px;
	position: relative;
	/*left: 235px;*/
	margin:0 auto;

}
#pTablaLoginU{
	/*background: transparent url(../../img/cajas/login_top.gif) top left repeat;*/
	width: 275px;
	height: 14px;
}
#pTablaLoginC {
	padding:20px;
	border: solid 1px black;
	border-radius: 10px;
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.65);
}
#pTablaLoginD{
	/*background: transparent url(../../img/cajas/login_bottom.gif) top left repeat;*/
	width: 275px;
	height: 50px;
}
#pUsuT {
	position: absolute;
	height: 20px;
	top: 40px;
	color:#000;	
}
#pUsuI {
	position: absolute;
	height: 0px;
	left: 65px;
	top: 37px;
}
#pPassT {
	position: absolute;
	height: 20px;
	top: 65px;
	color:#000;
}
#pPassI {
	position: absolute;
	height: 0px;
	left: 65px;
	top: 62px;
}

#pLoginT {
	color: #000;
}


/* boton login con 3 estados */
#pBotonLoginB {
	/*position: absolute;
	top: 90px;
	left: 65px;*/
}

.pBotonLogin1 {
	background-image: url(../../img/opciones/entrar1.gif);
	height: 20px;
	width: 80px;
	cursor:pointer;
}
.pBotonLogin2 {
	background-image: url(../../img/opciones/entrar2.gif);
	height: 20px;
	width: 80px;
	cursor:pointer;
}
.pBotonLogin3 {
	background-image: url(../../img/opciones/entrar3.gif);
	height: 20px;
	width: 80px;
	cursor:pointer;
}
.botonLogin1 {
	background-image: url(../../img/opciones/entrar1.gif);
	height: 20px;
	width: 80px;
}
.botonLogin2 {
	background-image: url(../../img/opciones/entrar2.gif);
	height: 20px;
	width: 80px;
}

/* css para la cadena de error */
#pErrorT {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}

#pObras {
	text-align: center;
	padding: 20px 0px 20px 0px;
	width: 223px;
	position: relative;
	left: 235px;
}
#titulo-login{
	text-align: center;
	margin-bottom: 30px;
}
.btn-signin{
	margin: 20px 0px !important;
}


