/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/06/2015, 16:37:30
    Author     : jzuniga
*/

body{
    background: url(../img/fondo_body.png) repeat;
}

div.header{
    background: url(../img/fondo_header.png) repeat-x;
    height: 103px;
}

.logo{
    padding-top: 35px;
}

.form-signin {
    max-width: 335px;
    padding: 10px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    color: #0079BE;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blanco{
    background:#FFFFFF;
    border-radius: 25px;
    padding:60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.nombre{
    color:#FFFFFF;
    padding-top: 30px;
}

.tabla th{
    text-align: center;
}

.botones{
    background-color: #0F6BAD;
    font-size: 25px;
}

.imagen{
    width: 170px;
    height: 40px;
    background-image: url("../img/logo_diners.png");
    background-repeat:no-repeat;
}

.clickeable{
    color: #0F6BAD
}

.clickeable:focus, .clickeable:active, .clickeable:hover{
    color: #080808;
    text-decoration: none;
}

.activado{
    color:#424242;
}

.menu-usuario{
  border-radius: 0px;
  background-color: #0F6BAD;
  border-color: white;
  color: white;
}