body {
    background-color: white;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

a img {
    border: none;
}

#wrapper {
    width: 100%;
    text-align: center;
    border: none;
}

#layout_barralateral {
    width: 180px;
    vertical-align: top;
    padding-top: 90px;

}

td.headlogo {
    text-align: left;
    padding-left: 10px;
    width: 80%;
}

#menu_header_wrapper {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 0px;
    height: 0px;;
    background-color: white;
}

#header_wrapper {
    margin-top: 60px;
    padding-top: 60px;
    background-image: url(../graficos/layout/bk_header.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding-left: 35px;
}

#usr_module {
    background-color: white;
    margin: auto;
    font-size: .9em;
    color:	black;
    width: 100%;
}

#usr_module a{
    color: #0066c8;
    font-weight: bold;
    text-decoration: none;
} 
#logo {

}

#contentWrapper {
    width: 100%;
    margin: auto;
    padding: 5px;
}

#content {
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 7%;
    padding-bottom: 30px;

}

#barraLateral {

    width: 200px;
    text-align: center;
}

#barraInferior {
    background-color: #f9fdfd;
    text-align: center;
}

#footer {
    position: fixed;
    background: #0052a1;
    background: -moz-linear-gradient(#0052a1, #79a7ce);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0052a1),color-stop(1, #79a7ce));
    background: -webkit-linear-gradient(#0052a1, #79a7ce);    
    background: -o-linear-gradient(#0052a1, #79a7ce);	
    background: -ms-linear-gradient(#0052a1, #79a7ce);	
    background: linear-gradient(#0052a1, #79a7ce);
    color: white;
    width: 100%;
    text-align: right;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 15px;
    height: 25px;
    bottom: 0px;
}

#errorTitle {
    color: red;
    font-size: 15px;
    text-align: center;
}

#ErrorMensaje,#errorInformation,#errorParametros {
    font-size: 13px;
    color: #4d8083;
}

#stackTraceTitle,#errorParametrosTitle,#errorInformacionTitle {
    font-size: 14px;
    color: #4a4a4a;
}

#stackTrace {
    width: 900px;
    max-width: 900px;
    font-size: 9.5px;
    color: #4d8083;
}