@charset "utf-8";
/* CSS Document */
#Preloader{
	filter: alpha(opacity=95);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: .95;
	-khtml-opacity: .95;
	opacity: .95; 
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background:#FFFFFF;
	z-index:10000000;
	color:#333;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
}
#Preloader .Contenedor{
/*position:absolute;
left:45%;
top:45%;
width:150px;
height:100px;*/
}
#Preloader img{
float:left;
margin:3px 0px 0px 3px;
width:16px;
}
#Preloader span{
float:left;
margin:4px 0px 0px 5px;
}
#InicioSesionAdministrador {
	position:fixed; 
	right:0px;
	bottom:-1px;
	z-index:3000;
	padding:3px;
	font:11px arial;
	cursor:pointer;
	width:auto !important;
	height:auto !important;
}


#InicioSesionAdministrador .SolapaInicio{
	float:left;
	height:16px;
	width:auto !important;
	float:right;
	clear:both;
	position:relative;
}

#InicioSesionAdministrador #FormularioInicioSesion{
	padding:30px 20px 20px 20px;
	position:relative;
	border:1px solid #FF9900;
	background-color:#393939;
background-image:url(../admin/images/fondo_ingreso.gif);
background-repeat:no-repeat;
background-position:0px 0px;
float:left;
	right:0px;
width:160px;
}

#InicioSesionAdministrador .Campo,#InicioSesionAdministrador .Boton{
float:left;
clear:both;
margin:3px 3px;
}



#InicioSesionAdministrador label{
    color:#777;
	float:left;
	width:80%;
	font:12px tahoma;
	clear:both;
	margin:0px 0px 5px 0px;
	font-weight: bold;
}

#InicioSesionAdministrador .Texto{
	float:left;
}

#InicioSesionAdministrador input{
	background-color:#FDFDFD;
	border:1px solid #CCCCCC;
	padding:3px 4px;	
	width:145px;
	font:12px tahoma;
	color:#666;
}

#InicioSesionAdministrador input:hover{
	background-color:#C1E7FF;
	border:1px solid #057FCC;
	color:#000;
}

#InicioSesionAdministrador input:focus{
	background-color:#C1E7FF;
	border:1px solid #057FCC;
}

#InicioSesionAdministrador .Boton {
margin:10px 0px 0px 35px;
}
#InicioSesionAdministrador .Boton input{
background-image:url(../admin/images/fondo_boton.gif);
background-repeat:repeat-x;
background-position:0px 0px;
border:1px solid #ccc;
font:10px tahoma;
padding:3px 5px;	
font-weight: bold;
width:95px;
}

#InicioSesionAdministrador .Boton input:hover{
background-image:url(../admin/images/fondo_boton.gif);
background-repeat:repeat-x;
background-position:0px -30px;
cursor:pointer;
color:#fff;
}
#InicioSesionAdministrador .Olvido a{
margin:15px 0px 0px 20px;
float:left;
font:11px tahoma;
color:#666;
text-decoration:none;
}

#InicioSesionAdministrador .Olvido a:hover{
color:#ccc;
text-decoration:underline;
}