﻿body {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:12px;
    background-image:url("../Content/img/loginFondopantalla.jpg");
    background-repeat:repeat-y;
    background-size:100%;
}

.contenedor {
    position:fixed;
    padding:20px;
    border-radius:3px 4px;
    width:310px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#FFFFFF;
    box-shadow: 2px 2px 2px 2px #808080;
}

.cerrarFila {
    clear:both;
}

.filaContenedor {
    padding:3px;
    margin:2px 0;
}

.filaControl {
    width:100%;
    float:left;
}

.controlLogueo {
    width:100%;
    padding:10px;
    border-radius:4px;
    border:solid 1px #d1cfcf;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:12px;
}

.boton {
    font-size:12px;
    padding: 5px 10px;
    background-color: #2364a6;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:100%;
}

.boton:hover {
    background-color: #5291d1;
    cursor: pointer;
}

