﻿body {
    color:#4c4c4e;
}

input,select{
    color:#4c4c4e;
}

input[type="submit"] {
background: black;
color: white;
border:none;
padding-top:2px;
padding-bottom:2px;
}

fieldset {
    display:inline;
}

.principal{
    width:100%;
    height:100%;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
    vertical-align:central;
}

.contenidoLogin{
    display:inline;
    width:50%;
    height:auto;
}

.titulo {
    font-weight:bold;
}

.userSesion {
    position: absolute;
    top: 0;
    right: 0;
}

.fl {
    float:left;
}

.clear{
    clear:both;
}

.lnkSalir{
    color:red;
    font-weight:bold;
    padding-left:10px;
}

.fila {
    width:100%;
    height:auto;
    padding:5px 5px 5px 5px;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
}

.linkmenu {
    padding-left:10px;
    padding-right:10px;
}