*{
    margin: 0px;
    padding: 0px;
    font-family:  'Open Sans', sans-serif;
    font-size: 14px;    
}

body{
    /*text-align: center;*/
    background: fff;
    color: #000;
    
}

body a{
    color: #C6952E;
}

#menu{
    padding: 50px;
}

.barra_superior{
    display: inline-block;
    width: 100%;
    color: #C6952E;
    
}

.cajita_izquierda{
    float:left;
    display: inline-block;
    padding-left: 10px;
    padding-right: 50px;
    
}

.cajita_centro{
    
    display: inline-block;
}

.cajita_derecha{
    float:right;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 50px;
}


.cajon_formulario{
    text-align: center;    
    display: inline-block;
    align-items: center;
    padding: 20px;
    background-color: #bbb;
    width: 450px;
    color: #000;
    
}

.pantallausuario{
    text-align: center;
}

label{
    float: left;
    width: 40%;
    text-align: right;
}


input[type=text],[type=date],[type=password]{
    float:right;
    width: 55%;
    text-align: center;
}
input[type=submit], [type=reset], [type=button]{
    display: inline-table;
    padding: 2px;
}

div {
  margin: .4em 0;
  padding-bottom: 6px;
  padding-top: 2px;
}

div label {
  width: 40%;
  float: left;
}

table{    
    display: inline;
    align-items: center;
    width: 100%;
    text-align: left;
    color: #000;
    
}

table a{
    color: #009;
}

table td{
    padding: 5px;
}

table tr:nth-child(even) {
    background-color: #cccccc;
}
table tr:nth-child(odd) {
    background-color: #bbb;
}
table tr:nth-child(1) {
    background-color: #B4A689;
}

h1{
    font-size: 34px;
}

h2{
    font-size: 24px;
}

#tabla{
    width: 100%;
    text-align: center;
}

#titulo{
    text-align: center;
}


@media only screen and (max-width : 800px) {
    .cajon_formulario{
        width: 95%;
        padding: 5px;
        margin: 0px;
    }
    
}