/* CSS Document */
body{margin:0px; overflow:hidden; padding:0px;  background: url(../imagenes/fondo_sesion.jpg) no-repeat center 99px #151515;
    background-size: 100%;}
div, p, ul, h2, img{margin:0px; padding:0px;}
ul{list-style-type:none;}

/*----TOP PANEL----*/
#topPan{ height:99px; position:relative; background:url(../imagenes/barra_header.gif) 0 0 repeat-x #F2F0DC; margin:0 auto; color:#fff; font:12px/18px Arial, Helvetica, sans-serif;}
#topPan ul{width:195px; height:22px; text-align:right; position:absolute; top:16px; right:40px;}
#topPan img.logo{width:358px; height:69px; position:absolute; top:7px; left:29px;}

/*----/TOP PANEL----*/
#cuadro1{ width:158px;  height:45px; position: absolute; background:url(../imagenes/boton_aceptar.gif);}

#texto_sesion {
top:200px; color: #000; font:20px Verdana, Geneva, sans-serif;
}

.contenedor {
position: absolute;
z-index: 1;
width:500px;
height:auto;
right:200px;
top:150px;

}
.contenedor2 {
position: absolute;
z-index: 1;
width:300px;
height:auto;
right:500px;
top:200px;

}
.contenedor1 {
position: absolute;
z-index: 1;
width:500px;
height:auto;
right:300px;
top:130px;

}

.texto {
background-color: #fff;
position: absolute;
z-index:-1;
top:0;
left:0;
right:0;
bottom:0;
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6;
/*redondear bordes */

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}

/*----estilo para los textfield y boton sesion ---*/

#textSesion input:focus
{
	width: 374px;
	height: 53px;
	background: url(../imagenes/campotexto_activo.png) 0 0 no-repeat;
	border: none;
	color:#666;
	padding-left: 15px;
	font: 22px/28px Verdana, Geneva, sans-serif;
}

#textSesion input
{
	width: 374px;
	height: 53px;
	background: url(../imagenes/campotexto_default.png) 0 0 no-repeat;
	border: none;
	color:#666;
	padding-left: 15px;
	font: 22px/28px Verdana, Geneva, sans-serif;
}

.botonSesion
{background-image: url(../imagenes/boton_ingresar.gif); width: 158px; height: 45px; border-width: 0}
 .botonCrear
 {background-image: url(../imagenes/boton_crear.gif); width: 158px; height: 45px; border-width: 0}

 #style2 A:hover{
	color:#009;
	font-family: "Verdana";
	font-size: 18px;
	text-decoration: underline;
}

#style2 A{
	color: #009;
	font-family: "Verdana";
	font-size: 18px;
	text-decoration: none;
}

#errorCampos{
	color: #C00;
	font-size: 12px;
	text-decoration: none;;
}
/*----FOOTER PANEL----*/
#footermainPan{
	height:35px;

	background:url(../imagenes/footer.png) 0 0 repeat-x;
	color:#fff; font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif;
	position: absolute;
      overflow:auto;
	 bottom:0;
	 width:100%;
	}
#footermainPan ul{width:auto; height:auto;color:#fff; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:right; position:absolute; top:10px; right:20px;}
#footermainPan a{ color:#fff; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;  text-decoration:none; }
#footermainPan a:hover{ color:#fff; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:underline; }

/*----/FOOTER PANEL----*/
