.accesoMant{
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:10px;
	color:#000000;
}

.accesoMant
{
	background:url(/Gestion/Recursos/images/fondoLogueo.jpg) no-repeat top center;
}
div.container
{
	width:617px;
	margin:0 auto;
	position:relative;
}
div#loginEntrada
{
	width: 617px;
	height: 362px;
	margin-top:200px;
	background:url(/Gestion/Recursos/images/fondoAreaLogueo.png) no-repeat top center;
	position: relative;
}
div#divCarga
{
	width: 283px;
	height:20px;
	margin:0px auto;
	text-align:center;
	color:#fff;
}
div.formulario
{
	position:absolute;
	width:477px;
	height:289px;
	left:65px;
	top:35px;
}
div.campos
{
	width:92%;
	margin:0 auto;
}
div.campos p
{
	margin:30px 0 10px 0;
	font-size: 12px;
	color:#4f4f4f;
}
div.campoUsuario
{
	width:55%;
}
div.campoPassword
{
	width:45%;
}
.accesoMant input[type="text"], .accesoMant input[type="password"]
{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-border-radius:6px;
	-webkit-box-shadow:0 3px 3px #d8d8d8 inset;
	-moz-box-shadow:0 3px 3px #d8d8d8 inset;
	-o-box-shadow:0 3px 3px #d8d8d8 inset;
	box-shadow:0 3px 3px #d8d8d8 inset;			
	border:1px solid #fff;
	width:95%;
	margin:0 auto;
	height:37px;
	line-height:37px;	
}
.accesoMant label
{
	display:none;
}
p.firefox
{
	display:block;
	width: 253px;
	background-image: url(/Gestion/Recursos/images/firefox.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	position: absolute;
	top:310px;
	left:40px;
}

div.botonera
{
	margin-top:70px;
	width:99%;
	height:40px;
	position: relative;
}
#botonAcceso
{
	position:absolute;
	bottom:0px;
	right:0px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 0 1px 0 #767676;
	text-shadow: 0 0 0 transparent,0 1px 0 #767676;
	height: 35px;
	line-height: 35px;	
	padding: 0 30px;
	border: 1px solid #CCC;
	border-bottom-color: #AAA;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c0c0c0,EndColorStr=#767676);
	background-image: -moz-linear-gradient(top,#c0c0c0 0,#767676 100%);
	background-image: -ms-linear-gradient(top,#c0c0c0 0,#767676 100%);
	background-image: -o-linear-gradient(top,#c0c0c0 0,#767676 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c0c0c0),color-stop(100%,#767676));
	background-image: -webkit-linear-gradient(top,#c0c0c0 0,#767676 100%);
	background-image: linear-gradient(to bottom,#c0c0c0 0,#767676 100%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 1px #c0c0c0;
	-ms-box-shadow: inset 0 0 1px #c0c0c0;
	-o-box-shadow: inset 0 0 1px #c0c0c0;
	-webkit-box-shadow: inset 0 0 1px #c0c0c0;
	box-shadow: inset 0 0 1px #fff;
	text-decoration:none;
}
#botonAcceso:hover, #botonAcceso:active
{
	border: 1px solid #AAA;
	-webkit-box-shadow:0 2px 3px #888;
	-moz-box-shadow:0 2px 3px #888;
	-o-box-shadow:0 2px 3px #888;
	box-shadow:0 2px 3px #888;			
}
#botonAcceso:active
{
	-webkit-box-shadow:0 1px 2px #888 inset;
	-moz-box-shadow:0 1px 2px #888 inset;
	-o-box-shadow:0 1px 2px #888 inset;
	box-shadow:0 1px 2px #888 inset;	
}
#botonAcceso span
{
	color:#fff;
}
/*******************************************************************************************************************
										clases útiles
*********************************************************************************************************************/
/************  hack para solucionar el overflow de los objetos con divs floats *****************************************************************/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/************  floats, dimensiones, utiles maquetacion ************************************************************************/
hr{display:block;line-height:30px;clear:both;visibility: hidden;padding:0 0 0px 0;}
.derecha{float:right;position: relative;}
.izquierda{float:left;position: relative;}