#Container {
    float:left;
    width:774px;
    padding-left:5px;
    padding-right:5px;
    background-image: url(../imgs/bgdizql-cuerpo.png);
}
#Container h1{
    font-size: 22px;
    font-weight: normal;
    color: #0073BD;
}
#Container h2{
    font-size: 16px;
    font-weight: bold;
    color: #FFBE2E;
    padding:0px;
    margin-top:10px;
}
#Container h3{
    font-size: 12px;
    font-weight: bold;
    color: #FFBE2E;
    padding:0px;
    margin-top:10px;
}
#Container a{
    font-size: 11px;
    font-weight: normal;
    color: #0073BD;
    text-decoration: none;
}
#Container a:hover{
    font-weight: bold;
}

#Container #searchcontent {
    float: left;
    margin-left:20px;
    width:320px;
    z-index:10;
}

#Container #services{
    float: right;
    width:400px;
}
