*
{
    margin: 0;
    padding: 0;
}
body
{
    background: #295DC3 url(../images/fondo_principal.jpg) top repeat-x;
}
#container
{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
#header {
    background: url(../images/fondo_cabecera.jpg) repeat-x;
    clear: both;
    height: 74px;
    width: 100%;
    border-bottom: solid 2px #BCBDC2;
}

#logo {
    background: url(../images/cabecera.jpg) no-repeat left top;
    height: 74px;
    width: 100%;
}
.errorDiv
{
    position: absolute;
    top: 40%;
    width: 100%;
}
.errorText
{
    font-family: Arial;
    font-size: 20px;
    color: #FFF;
    letter-spacing: -1px;
}
.errorContent
{
    width: 500px;
    text-align: left;
}