.fondo
{
    background: #2c3e50;
    color: #fff;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    text-shadow: 0px -1px black, 0px 1px rgba(255, 255, 255, 0.25);
    line-height: 18px;
}

.panel-azul {
    border: 1px solid #124734;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.panel-heading
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.boton
{
    width: 150px;
    height: 40px;
}

textarea {
    resize:none;
}
    
html, body {
    height: 100%;
}



.footer, .push {
    text-align: center;
    height: 110px;
    overflow:hidden;
    clear: both;
}

/*body
{
    background-image: url(../../../libs/app/images/body-bg.gif);
    background-repeat: repeat-x;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}*/

#barra
{
    width: 100%;
    height: 3px;
    background: #124734;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}



a
{
    color: #006633;
    text-decoration: none !important;
}

a:hover
{ 
    color: #006633;
}

.td_right
{
    float:right;
}

.td
{
    overflow:hidden;
    float:left;
}

.tr
{
    overflow:hidden;
    clear: both;
    width:auto;
}

