HTML,BODY{font-family:Arial;}
#wrapper{
    height: 100%;
    width: 100%;
}
#login{
    margin: auto;    
    color:#666666;
}
#login_content, #error, #resultado
{
    width: 75%;
    margin: auto;
}
#error
{
    text-align: center;
    /*color:#DF0101;*/
    font-size:1.2em;    
}
#resultado
{
    text-align: center;
    font-size:1.2em;    
}
.titulo_login
{
    color: #FF9613;
    font-size:1.5em;
    font-weight:bold;
    text-align: center;
}
.imagen_login
{
    text-align: center;
}
.clear
{
    clear: both;
    padding-top: 2%;
}
.piedepag
{
    width: 50%;
    text-align:center;
    margin: auto;
}
.txt_movil
{
    font-size:1.2em;
}

.novisible
{
	display:none;
}

/* PANTALLA NEGRA */   
.fondo_oscuro
{
    width:100%;
    height:100%;
    background-color:#000000;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75;      /* khtml, version anterior de safari */
    -moz-opacity: 0.75;       /* firefox, mozilla, netscape */
    opacity: 0.75;           /* safari, chrome, opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*internet explorer 8 - gracias Andres */
    top:0px;
    left:0px;
    position:absolute;
    display:none;
}
#ficheros
{
    display:none;
    z-index:1;
    width:100%;
    position:absolute;
    text-align:center;
}
#imgLoad
{
    /*border: solid 1px #000;*/
}
.top-buffer { 
    margin-top:5px; 
}