﻿#div_container {
    font: 11px Tahoma, "MS Sans Serif", Geneva, sans-serif;
    text-align: left;
    background-color: White;
    margin: auto;
    /*width: 94%;
    width: 78%;
    min-width: 1000px;
    min-height: 600px;
    margin: auto;
    margin-top: 15px;
    background-color: White;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 8px 2px #C2C2C2;
    -moz-box-shadow: 0px 0px 8px 2px #C2C2C2;
    -moz-box-shadow: 0px 0px 8px 2px #C2C2C2;
    padding: 25px 3% 0px 3%; */
}

#div_header {
    width: 100%;
    background: url(../app_images/fondo.jpg) no-repeat #ffffff;
    background-size: 80% auto;
}

#div_header1 {
    float: left;
    width: 25%;
    padding-top: 16px;
    padding-left: 3%;
}

#div_header2 {
    float: left;
    width: 13%;
    text-align: right;
    padding-bottom: 8px;
}

#div_header3 {
    float: left;
    width: 25%;
    color: #00609f;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px #DCDCDC;
    text-align: center;
    padding-top: 12px;
}

#div_header4 {
    float: right;
    text-align: right;
    padding-right: 3%;
}

#div_topMenu {
    width: 100%;
    height: 30px;
}

#div_panelContent {
    width: 100%;
    margin: 10px 0px;
}

#div_leftMenu {
    float: left;
    width: 200px;
    margin-bottom: 30px;
}

#div_content {
    padding: 0px 20px;
    overflow: hidden;
}

#div_contentHeader {
    width: 100%;
}

#div_contentBody {
    width: 100%;
    margin-bottom: 30px;
}

#div_footer {
    width: 100%;
    margin: auto;
    margin: 15px 0px 20px 0px;
}

.div_clear {
    clear: both;
}
