*{
    margin: 0px;
    padding: 0px;
}

header{
    background: #11219B;
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

header h1{
    font-family: Helvetica;
    font-size: 1.6em;
    margin-left: 50px;
    font-weight: lighter;
    letter-spacing: 2px;
}

nav{
    background-color: #DBDCE1;
    width: 100%;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}

nav ul{
    
}

nav ul li{
    float: left;
    margin-left: 30px;
    list-style: none;
}

nav ul li a{
    font-family: helvetica;
    padding: 14px;
    color: #574F3F;
    text-decoration: none;
}

nav ul li a:hover{
    background: #D3DCE3;
    padding: 14px;
    color: #000;
    text-decoration: none;
}

#wrapper{
    width: 90%;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px;
    overflow: hidden;
}

#left{
    clear: both;
    float: left;
    width: 24%;
    padding: 5px;
    font-family: Helvetica;
    border-right: solid #574f3f 1px;
}

#left h2{
    color: #C42D3F;
    margin-top: 5px;
}

.space{
    height: 20px;
}

#left p{
    padding: 2px;
    text-align: justify;
}

#right{
    float: left;
    width: 74%;
    padding: 5px;
}

#right h2{
    margin-top: 5px;
    color: #11219B;
    font-family: Helvetica;
}

#right p{
    padding: 2px;
    text-align: justify;
}

#bgventana{
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    visibility: hidden;
}

#ventana{
    position: absolute;
    background-color: #D3DCE3;
    border: solid #FFF 10px;
    width: 500px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
}

#bgLogin{
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}

#logWind{
    position: absolute;
    background-color: #D3DCE3;
    border: solid #FFF 10px;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
}

#logWind h1{
    color: #C42D3F;
    position: fixed;
    margin-top: 160px;
    margin-left: -90px;
}

#log_close{
    position: absolute;
    margin-left: 337px;
    margin-top: 10px;
    background-color: #11219B;
}

#log_close a{
    color: #DBDCE1;
    text-decoration: none;
    font-family: Helvetica;
    padding: 8px;
    background-color: #11219B;
}

#log_close a:hover{
    background-color: #C42D3F;
    padding: 8px;
    color: #000;
}