﻿.boton_reservado {
    background-color:red;
    color:white;
    border:0px;
    border-radius: 5px;
}

.boton_disponible {
    background-color:blue;
    color:white;
    border:0px;
    border-radius: 5px;
}


.boton_formulario {
    background-color:yellow;
    color:white;
    width:50px;
    border:0px;
    border-radius: 5px;
}

.boton_formulario2 {
    background-color:#5D7B9D;
    color:white;
    border:0px;
    border-radius: 5px;
}

.label_form {
    font-size:small;
    text-align:left;
    margin-left: 0px;
}

.label_form4 {
    font-size:small;
    text-align:center;

}

.label_form2 {
    font-size:small;
    text-align:right;
}
.label_form3 {
    font-size:small;
    font:bold;
    
}
.logo_ini {
    width:300px;
}
.logo_menu {
    width:200px;
}
.panel {
    display:normal;
}

.Background {
    background-color:#817371;
}
.panelder{text-align: right;}
.panelizq{text-align: left;}
.font_tabla {
    font-size:15px;
}