﻿body {
    background-image: url(../Images/bg.jpg);
}

.contenido {
    margin-left: 30px;
    margin-right: 30px;
}

.cabecera {
    font-size: x-large;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: darkgray;
}

.grilla-listados {
    margin-top: 10px;
}

    .grilla-listados th {
        font-weight: bold;
        background-color: rgba(1, 1, 1, 0.14);
    }

.toolbar {
    float: left;
}

.formulario {
    margin-top: 20px;
}

    .formulario div[class="container"] {
        margin-left: 20px;
        margin-right: 20px;
    }

.alert {
    margin-bottom: 10px;
}

.mensaje {
    margin-left: 20px;
    margin-right: 20px;
}

.bg {
    /*background-image: url('../Content/Img/fondo.jpg');*/
    /*height:775px;*/
    background-color: #265488;
    /*width: 100%;*/
    height: auto;
}

.bgHead {
    background-color: #265488;
}

.cuadroTurnosCentral {

    width: 100%;
}

table input[type="text"][readonly] {
    border: 0;
    background-color: transparent;
}

.cuadroCentral {
    border-radius: 15px; 
    padding-left:8px; 
    padding-right:8px;
    padding-top:8px;
    padding-bottom:8px; 
    background-color: whitesmoke
}

.centrado{
    text-align:center;
}

