﻿.contenedorExterior {
    display: table;
    /*width: 400px;*/ /* anchura del padre */
    height: 211px; /* altura del padre */
    overflow: hidden;
}

.contenedorExterior .contenedorInterior {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.btn-ayto {
    color: #fff;
    background-color: #802429;
    border-color: #802429;
}

    .btn-ayto:hover {
        color: #000000;
        background-color: #802429;
        border-color: #802429;
    }

.form-control:focus {
    border-color: #802429;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 36, 41, 0.6);
}


