html {
    height: 100%;
}
.contenido {
    min-height: 100%;
    margin-bottom: -120px; 
}
.contenido:after {
    content: "";
    display: block;
    height: 120px; 
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    height: 100%;
    background: #00458A;
    font-family: 'open sans', sans-serif;
}

.logo{
    padding-top:20px;
    padding-bottom:20px;	
}

.footer {
    margin-bottom:0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background:#003366;
    color: #fff;
    padding: 20px;
    min-height:120px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    bottom:0;
    width:100%;
}

.footer p a{
    color: #99cc33;
}

.forms {
    background: #fff;
    box-shadow: 0 0 3px #000;
    margin: 30px auto;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.forms h1 {
    padding: 0 0 20px 0;
    font-size: 15px;
    color: #878787;
    font-weight: lighter;
    text-align: center;
}
.forms form { padding: 30px; }
#administrador { display: none; }
.forms .tab-group {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #dedfdf;
}
.forms .tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.forms .tab-group li a {    
    display: block;
    text-decoration: none;
    padding: 15px 2px 15px 2px;
    font-size: 15px;
    float: left;
    width: 50%;
    text-align: center;
    border-top: 10px solid transparent;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.forms .tab-group li a:hover {
    background: #B2B2B2;
    color: #666;
}

.forms .tab-group li.active a {
    background: #fff!important;
    color: #666;
}

.forms .tab-group .tab-admin a {
    /* background: #000; */
    color: #444;
    border-top: 10px solid #C76354;
}


.forms .tab-group .tab-comite a {
    /* background: #888; */
    color: #444;
    border-top: 10px solid #9CBA4A;
}

.forms input {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 0;
    margin-bottom: 10px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.forms input:focus {
    outline: 0;
    border-color: #2e5ed7;
}
.forms label {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    margin-bottom: 5px;
    display: block;
}
.forms .button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    background: #9CBA4A;
    color: #ffffff;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.forms .button:hover, .button:focus { background: #8dab3a; }
.text-p { text-align: center;
          padding-top:20px;}
.text-p a { text-decoration: underline; color: #00458A; }
.text-p a:hover { color: #35B9CB; text-decoration: none; }
.forms .button-loader {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    background: #9CBA4A;
    color: #79903a;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.loader { padding-top: 10px; }

.error {
    text-align: center;
    padding-top:20px;
    color:#CC0003;
    font-weight:600;
    font-size:13px;
}

.forms .button-admin {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    background: #C76354;
    color: #ffffff;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contenedor-banner {
    position:relative;
    margin-top:10px;
    margin-bottom:210px;
    max-width: 100%;
    height: auto;

}

.banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center; /* Align center inline elements */
}



.banner img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.social{
    padding-bottom:30px;
}