header {
    margin-bottom: 5px;
    overflow: hidden;
}

header > img {
    margin: 15px 25px 0 0;
}

h1{
    margin-left: 50px;
}

div#menu{
    margin-right: 25px; 
}

div#usuario{
    margin-top: 85px;
}

.rojo a{
    color: #993333;
}

input#cip{
    text-transform: uppercase;
}

#carga{
    display: none;
}

#fondo-carga{  
    z-index: 3;
    background: #fff;
    position: fixed;
    opacity: .75;
    filter: alpha(opacity=75); 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spinner{   
    z-index: 4;
    position: fixed;   
    top: 50%;
    left: 50%;    
}

body {
    margin-bottom: 2em;
}

.form-mandatory {
    color: #f00;
    font-size: 10px;
}

.tooltip-inner {
    background: black;
    font-size: 90%;
    white-space:nowrap;
    max-width:none;
}

.g-recaptcha {
    display: inline-block;
}

textarea {
    width:100%;
}

.menuEvento {
    min-height: 8em;    
    margin-bottom: 10px;
}

.menuEvento .navbar-nav{
    padding: 0px;
}

.menuEvento ul li {
    display:table;
    height: 8em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-top: 10px;
}

.menuEvento ul li a {
    vertical-align: bottom;
    text-align:center;
    font-weight: 400;
    line-height: 12pt;
}

.menu-item {
    display: table;
    width: 100%;
    height: 8em;
    border: 1px solid #ccc;
}

.menu-item img{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 50px;
}

.menu-item i {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 6px;
}

.contenido-evento {
    margin-bottom: 15px;
}

.tab-content .active {
    padding: 10px 15px 5px 15px;
    margin: 10px 0;
    border: 1px #ccc solid;
}

body{
    font-family: "Open Sans";
    font-size: 13px;
    margin-bottom: 15px;
}

.container{
    width: 99%;
}

a:focus, a:hover {
    text-decoration: none;
}

a:active, a:focus {
    outline: none;
}

.panel-group h4{
    margin-top: 0px;
    margin-bottom: 0px;
}

.inactivo td{
    color: #aaa;
}

.form-checkbox {
    height: 24px;
}