body {
    /*background:#FFF;*/
    font-size:11px; 
}
a{
    text-decoration: none;
}
.liga_vino{
    color:#cc0000; 
    cursor:pointer;
}
#logo{
    position: static;
    margin-bottom: -36px;
}
#saluda_usuario{
    text-align: right;
}
#wrapper {
    background-color:#F2F5F6;
}
.container{
    width: 100%;
/*    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;*/
    /*position: relative;*/
}
#header_login {
    /*padding-top:100px;*/
    height:100px;
    width:100%;
    background:#F2F5F6;
}
#login {
    width:359px;
    /*height:259px;*/
    margin: auto;
    padding-left:4px;
    border:#03C;
    background-color:#FFF;
    text-align:center;
}
#footer_login {
    position:fixed;
    bottom:0px;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    color:#F2F5F6;
    text-align:center;
    vertical-align:middle;
    min-height:40px;
    background-color:#295FF4;
}
.imput {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #5E5E5E;
    font-size: 11px;
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
}
.celda_gris {
    background-color:#f1f5f8;
    }
.celda_blanca {
    background-color:#fff;
}
.tablareporte {
    background-color:#DEDEDE;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #363636;
    text-align:center;
}
/*.mayus {
    text-transform: uppercase;  
}*/
#texto_error{
    position: absolute;
    left: 400px;
    text-align: center;
    font-size: 25px;
    top: 30px;
    text-shadow: 0 0 0.2em #8F7
}
#resultado{
    width: 50%;
    margin-left: 42%;
    margin-top: 5px;
}
#ok{
    text-align: center;
    color: red;
    font-size: 2em;
}
#top_candidato{
    width: 50%;
    height: auto;
    position: relative;
    top: 20px;
    left: 25%;
    background-color: #f1f5f8;
    text-align:  left;
    color: black;
    font-size: 11px;
    
}
.half {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
  vertical-align: top; }
  #google_canvas {
  width: 100%;
  height: 400px;
  border: solid 5px #eee;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); }


  #saluda_usuario2{
    width: 136px;
    height: auto;
    position: absolute;
    background-color:#F1F5F8
  }
  .datatable{
    width: 80%;
    left: 140px;
    position: absolute;

  }
 #pre_registro_2{
    margin-top: 15px;
 }