body { text-align:center; }

div.contenedor
{
	margin:0 auto 0 auto;
	width:588px;
	text-align:center;
	position:relative;
}

div.logo
{
  	position:relative;
	height:80px;
	width:100%;
}

div.fondo_login
{
 	background:url(../img/acceso_directo.gif);	
 	height:248px;
 	width:588px;
}

div.cajalogin1
{
	position:absolute;
	height:20px;
	width:145px;
	top:210px;  
	left:102px;
}
div.cajalogin2
{
	position:absolute;
	height:20px;
	width:145px;
	top:210px;  
	left:330px;
}

div.ir
{
	position:absolute;
	height:40px;
	width:50px;
	top:200px;  
	left:495px;	
}

div.pie
{
	position:absolute;
	height:56px;
	width:588px;
	top:270px;  
	left:0px;
	background:url(../img/img_base.jpg);	
}

.campo_form {
	border:0px;
	font-size: 10px;
	width:250;
	background:none;
}






