﻿.fl{
    float:left;
}
.fr{
    float:right;
}
.ml3{
    margin-left:3%;
}
.ml2{
    margin-left:2%;
}
.ml1{
    margin-left:1%;
}
.mb5{
    clear:both;
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}


table.tabla1
{
    padding: 3px 5px;
    border: 1px solid #D6D6D6;
    width: 100%;
    text-align:center;
    margin: 0px;
}
table.tabla1 thead th
{
    padding: 3px 5px;
    border-bottom: 1px solid #D6D6D6;
}
table.tabla1 td
{
    border-bottom: 1px solid #D6D6D6;
    padding: 3px 5px;
    text-align:center;
}

.titulo
{
    font-weight:bold;
    font-size: 1.17em;
    margin: .83em 0
}

.multiline {
    height:400px;
}

.linea-punteada {
    border-top:1px dashed;border-color:#D6D6D6;
}


/* overrides de las clases que usa jsPlumb
.nodo { z-index:20; }
._jsPlumb_connector { z-index:4; }
._jsPlumb_endpoint { z-index:5; }
._jsPlumb_overlay { z-index:6; }
     */