body {
    font-family: 'Lato', sans-serif;
}

#login {
    margin: 50px auto;
    width: 800px;
    min-width: 800px;
    height: 600px;
    background-repeat: no-repeat;
}

#titulo {
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #999;
    color: #f2f2f2;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
}

#titulo h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#titulo h2{
    text-align: center;
    font-size: 15px;
    font-weight: 100;
}

#logo {
    text-align: center;
    width: 100%;
}

#loginwrapper {
    margin: 100px auto;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width: 380px;
}

#loginbutton {
    text-align: center;
    padding: 5px;
    margin-top: 20px;
}

#outputmsg {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    padding-bottom: 5px;
}

.tabular-table {
    display: table;
}

.tabular-row {
    display: table-row;
}

.tabular-cell {
    display: table-cell;
    padding: 5px;
}

.tc_right {
    text-align: right;
}

.tc_left {
    text-align: right;
}

.cuadro_texto {
    width: 250px;
    border: 1px solid #cccccc;
    padding: 5px;
}

.sombreado {
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    /* filter: shadow(color=#999999, direction=135, strength=2);*/
}

.width_config {
    width: 960px;
    margin: auto;
}

#container {

}
