/* 
    Document   : login
    Created on : 09-jul-2011, 14:53:20
    Author     : bisman
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.login{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color:#6A6A6A;
}

.centrar{
    position: absolute;
    left: 50%;
    top: 50%;
    /*width: 300px;
    height: 150px;*/
    margin-top: -100px;
    margin-left: -160px;

    overflow: auto;
    border: 1px solid #6A6A6A;

    padding: 10px;
}

.ocultar{
    position: absolute;
    left: 50%;
    top: 50%;
    /*width: 300px;
    height: 150px;*/
    margin-top: -100px;
    margin-left: -160px;

    overflow: auto;
    /*border: 1px solid #6A6A6A;*/

    padding: 10px;

    background-color: white;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

body {
    /*background-image: url(../IMAGENES/bombilla.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;*/
    background: url(../IMAGENES/logo_new2.png) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    min-height:100%;
}

html{
    height:98%;
    min-height:98%;
}

input {
    font-size: 11px;
    width: 95%;
}