﻿body {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}
/* Modales */
.sorteo .modal .modal-content {
    background-color: rgba(3, 38, 78, 0.9) !important;
    color:#ffffff;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 90%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #ffffff;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #ffffff;
}

.validation-summary-valid {
    display: none;
}
/*usado para label edicion de las imagenes*/
div.img-div{
    height:185px;
    width:185px;
    
    /*border-radius:50%;*/
    

}
.tituloTabla {
    background-color: #05C5F1;
    color: #ffffff;
}

@media (max-width: 500px) {
    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .body-content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.image-container {
    position: relative;
    margin:0 auto;
    background-size:cover;
    /*max-width:1024px;*/
    /*width:100%;
    height:100%;*/
}

.bg-celeste {
    background-color: #05C5F1;
    color: white;
}


.estas {
    background: rgb(68, 160, 185);
}