* {
    font-family: Cambria !important;
}
*:focus {
    outline: none !important;
}
html, body {
    overflow: hidden;
    height: 100%;
}
body {
    margin:0;
    padding:0;
}
/* Modal */
 @media screen and (min-width: 768px) {
}
h3 {
    font-weight: bold;
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
p {
    font-size: 16px
}
a {
    color: #9c144b;
    font-size: 18px;
    cursor: pointer;
}
.modal-content {
    border: 2px solid #850037;
}
.modal-header {
    color: white;
    background: rgb(154, 20, 75);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhMTQ0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(154, 20, 75, 1) 0%, rgba(133, 0, 55, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(154, 20, 75, 1)), color-stop(100%, rgba(133, 0, 55, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(154, 20, 75, 1) 0%, rgba(133, 0, 55, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(154, 20, 75, 1) 0%, rgba(133, 0, 55, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(154, 20, 75, 1) 0%, rgba(133, 0, 55, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(154, 20, 75, 1) 0%, rgba(133, 0, 55, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a144b', endColorstr='#850037', GradientType=0);
    /* IE6-8 */
    min-height: 80px;
}
.modal-title {
    height: 100%;
    position: relative;
}
.alert .modal-body p {
    font-size: 18px;
    text-align: left;
}

[data-type='circular'] + .modal-backdrop {
    opacity: 0;
}

[data-type='circular'] .modal-content {
    border-radius: 50%;
}
[data-type='circular'] .modal-body {
   padding: 20px;
}
[data-type='circular'] .modal-footer {
    padding: 0;
}
.modal-body {
    padding: 30px;
    padding-top: 30px;
}
.modal-body.fondo-maestro {
    background: url(../img/fondo-maestro.png) no-repeat center;
    background-size: 100%;
    padding: 30px;
}
.modal-footer {
    border: none;
    padding: 10px;
    margin: 0;
}
.modal-footer > button {
    margin-bottom: 0;
    min-width: 150px;
    height: 50px;
    font-size: 24px;
}
.btn-group {
    margin-bottom: 20px;
}
.btn-group > .btn {
    background: #9c144b;
    color: white;
    font-size: 150%;
}
.btn-group > .btn.active {
    background: #e7e7e7;
    color: #9f9f9f;
}
.btn {
    background: #9c144b;
    color: white;
    border: 1px solid #9c144b;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}
.btn.pull-right {
    margin-left: 10px;
}
.btn:hover {
    color: white;
}
label {
    font-size: 18px;
}
select {
    background: url(../img/select.png) no-repeat right center #999 !important;
    background-size: 10% !important;
    -webkit-appearance: none;
    border: none;
    font-size: 32px;
    color: white;
    outline: none;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow:inset 0 0 10px 0 #666;
    box-shadow:inset 0 0 10px 0 #666;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow:'';
}

.text-center {
    text-align: center !important;
}
