﻿.clear-floats
{
    clear: both;
}

.float-left
{
    float: left;
}

/* breadcrums */
.breadcrums
{
    width: 100%;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 8pt;
    color: White;
    font-weight: normal;
}
.breadcrums a, .breadcrums a:visited
{
    font-family: Arial;
    font-size: 8pt;
    color: White;
    text-decoration: underline;
}





/* LIQUID PAGE */
html, body, #wrap, #bg table, #bg td
{
    width: 100%;
    height: 100%; /*overflow: scroll;*/
}
#bg a, #bg img
{
    display: block;
}
#bg
{
    position: absolute;
    left: -94px;
}
#bg
{
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%; /* esto es clave */
    z-index: -2;
    background-color: #2b2a2a;
}
#bg td
{
    vertical-align: middle;
    text-align: center;
}
#bg img
{
    min-height: 50%;
    min-width: 50%;
    margin: 0 auto;
}
#wrap
{
    top: -77px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 70;
}
