@font-face {
    font-family: Pristina;
    src: url('pristina.ttf');
}



body {
    display: block;
    background: url("../images/background.png") repeat-x scroll 0 0 #0f33a5;
    margin: 0px;
    padding:0px;
}

img{
    border: 0px;
}

#container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width:790px;
    background: url("../images/motivo.png") no-repeat;
}

#header{
    height: 120px;
    background: url("../images/logo.png") no-repeat scroll -3px -14px transparent;
    text-align: right;
}

#footer{
    padding-top: 10px;
    color: #FFF;
    font-family: arial;
    font-size: 11pt;
    text-align: center;
}

h1{
    text-align: left;
    font-family: Pristina;
}

.current{
    text-shadow: 2px 2px 2px  #fff;
    filter: Shadow(Color=#FFF,
        Direction=135,
        Strength=5); 
}

#content{
    color: #FFF;
    font-family: arial;
    font-size: 12pt;
    padding: 20px;
}

a{
    color: #fff;
    font-style: italic;
}

#content-upper{
    width: 540px;
    margin-bottom: 20px;
    height: 282px;
    overflow: auto;
    padding: 10px;
    line-height: 30px;
}

#content-lower{
    width: 700px;
    height: 120px;
}

#menu li{
    display:inline;
    font-size: 24pt;
    font-family: Pristina;
    font-weight: lighter;
}

#menu li a{
    color: #fff;
    text-decoration: none;
}

#menu li a:hover{
    text-shadow: 2px 2px 2px  #fff;
}


#menu-home{
    position: relative;
    left:-45px;
    top:83px;
}

#menu-contact{
    position: relative;
    left:-42px;
    top:40px;
}

#menu-service{
    position: relative;
    left:-100px;
    top:-11px;
}

#menu-who{
    position: relative;
    left:-41px;
    top:35px;
}

#footerLine{
    -moz-box-shadow: 0 0 5px #FFF;
    -webkit-box-shadow: 0 0 5px#FFF;
    box-shadow: 0 0 5px #FFF;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.backGradient{
    background-image: linear-gradient(bottom, #152369 9%, #1542E6 84%);
    background-image: -o-linear-gradient(bottom, #152369 9%, #1542E6 84%);
    background-image: -moz-linear-gradient(bottom, #152369 9%, #1542E6 84%);
    background-image: -webkit-linear-gradient(bottom, #152369 9%, #1542E6 84%);
    background-image: -ms-linear-gradient(bottom, #152369 9%, #1542E6 84%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09, #152369),color-stop(0.84, #1542E6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#152369, endColorstr=#1542E6);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#152369, endColorstr=#1542E6)";
    border: 1px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 5px #FFF;
    -webkit-box-shadow: 0 0 5px#FFF;
    box-shadow: 0 0 5px #FFF;
}



