﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: white;
}

.btnCircle {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.contentCenterDiv {
    padding-top: 100px
}

#img {
    display: block;
    max-width: 100%;
    height: auto;
}
label{
    color: #7b152d;
}

dt {
    color: #7b152d;
}

input[type=text] {
    background-color: #e6e6e6;
}

.navbar {
    background-image: url(../images/Puebla/banner_puebla.png);
    
    background-size: 85em 37em;
}

.btn btn-primary {
    background-color: #7b152d;
}

.colimage {
    background-image: url(../images/Puebla/Fondo.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-position-x: -13em;
    background-position-y: -4em;
}
