body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00244d;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	background-color:transparent;
	
	border-color:#6699FF;
	border-style:solid;
	border-width:1px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#div-contenedor-login
{
width:140px;
height:100px;
padding:5px;

}
.acceso-clientes{
font-size:10px;
/*font-weight:bold;*/
text-align:left;
padding-left:5px;

}

.acceso-campos
{
padding:2px;
font-size:10px;
text-align:right;
}
.acceso-button
{
padding:2px;
font-size:10px;
text-align:center;
}
#btnAcceder
{ 
width:90px;
height:30px;
background-color:transparent;
border:none;
background-image:url(../imagenes/acceder-button.png);
background-repeat:no-repeat;
background-position:0 0;
margin-top:5px;
cursor:pointer;
text-decoration:none;
}
#btnAcceder:hover
{ background-position: 0 -33px; }
#btnAcceder:active
{ background-position: 0 -67px; }

