﻿body, html {
    height: 100%;
}

body {
    text-align: left;
    word-wrap: break-word;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

}

.cover-index {
    background: url('../img/fondo_principal4.jpg') no-repeat center center;
    background-size: cover;
    max-height: 100%;
    overflow: hidden;
}


#mainNav {
    box-shadow: 0px 0px 13px rgba(0,0,0,0.4);
    background: linear-gradient(to bottom,#A71116,#BD1318 42%);
    padding:0px;
}

    #mainNav img {
        margin: 0 auto;
    }

.tarjeta-sesion {
    background: rgba(255, 255, 255, 0.7);
    border-radius:15px;
    padding:20px;
}

.tarjeta-sesion h3 {
    color: #A71116;
    font-weight:bold;
}

    .tarjeta-sesion a {
        color: #A71116;
        font-weight: bold;
        text-decoration:underline;
    }

.btn-primary {
    background-color: #29ABE2;
    border-color: #29ABE2;
}

/*FOOTER*/
footer {
    background-color: #000;
    padding: 0px 5px;
    position: absolute;
    height: 70px;
    bottom: 0px !important;
    width: 100%;
}

    footer p {
        font-weight: normal;
        font-size: 12pt !important;
        color: #FFF;
    }
