﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.titulo_form_registro {
    width: auto;
    height: 50px;
    align-content:center;
    text-align: center;
    padding-top: 5px;
}

.fila_doble {
    width: 100%;
    text-align: center;
}

.fila_doble_color {
    width: 100%;
    text-align: center;
    background-color: #FDFDFD;
}

.form-control_registro {
    width: 80%;
}

.columna_formulario {
    position: inherit;
    width: 50%;
}

.campo_text {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.colegio {
    width: 100%;
    text-align: center;
}

.espacio_boton {
    padding-top: 10px;
}

tr.lineazul {
    background: #0026ff;
}

.tablaresultado {
    width: 100%;
}

img {
    max-width: 100%;
}

.mensajevalidado {
    color: red;
}