﻿.h-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}

/* width */
::-webkit-scrollbar {
    width: 0.5em;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select
{
    max-width: 280px;
}

.texto1
{
    width:200px;
}
.texto2{
    width:300px;
}
.texto3{
    width:400px;
}
.texto4{
    width:500px;
}
.div-1 {
    background-color: #ff0000;
    color: #ffffff;
}

.div-2 {
    background-color: #ABBAEA;
}

.div-3 {
    background-color: #FBD603;
}

.Grilla {
    font-family: Calibri;
    font-size: 11px;
    font-style: normal;
}

.Grilla1 {
    font-family: Calibri;
    font-size: 12px;
    font-style: normal;
}

.Grilla2 {
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
}*/
