body.sonata-bc 
{
    padding-top: 0px !important;
}
.rojo{
    color: red;
}
.infoFlash, .okFlash, .warFlash, .errorFlash 
{
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 10px 0px !important;
    padding:15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.errorFlash
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.infoFlash 
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.okFlash 
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/check.png');
}
.warFlash
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/exclamacion.png');
}
.cuarto
{
    width: 25%;
    float: left;
}
.tercio
{
    width: 33%;
    float: left;
}
.mediaPantalla
{
    width: 50%;
    float: left;
}
.casiMediaPantalla
{
    width: 45%;
    float: left;
}
.decimoPantalla
{
    width: 10%;
    float: left;
}
.quitarFloat
{
    clear: both;
}
.floatRight
{
    float: right;
    margin: 10px;
}
.floatLeft
{
    float: left;
}
header
{
    width: 100%;
    position: fixed;
    background-color: white;
    z-index: 6000001;
}
body
{
    margin: 0px 0px 0px 0px;
    font-family: "Trebuchet MS","sans-serif";
    font-size: 10pt;
}
article
{
    padding-top: 95px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 95%;
}
nav
{
    position: fixed;
    z-index: 6000000;
    padding-top: 45px;
    width: 100%;
}
.navbar-fixed-top{
    top: 52px;
}
dd
{
    padding-left: 10px;
}
dt
{
    padding: 2px;
}
.tituloPag
{
    font-size: 14pt;
    font-weight: bold;
    margin: 10px;
}
#nombre
{
    font-size: 18pt;
    font-weight: bold;
}
textarea
{
   resize: none;
}
#centrar
{
    margin: 0 auto 0 auto;
    text-align: center;
}
.dhx_section_time input, .dhx_section_time select{
    width: 90px !important;
}