﻿
body 
{
    background: url(../images/bg_page.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#0070af;
}
.topBar
{
    
    position:absolute;
    left:0px;
    top:0px;
    z-index:-10;
    height:250px;
    min-height:250px;
    width:100%;
    background-color:transparent;
    background-image: url(../images/bgtop.jpg);
    background-repeat:repeat-x;
}
.topLogo
{
    background-image: url(../images/top_page.png);
    background-position: center center;
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-450px;
    z-index:10;
    width:900px;
    min-width:900px;
    max-width:900px;
    height:100px;
    min-height:100px;
    max-height:100px;
    background-color:transparent;
}

.mainBody
{
    background-color:transparent;
    background-image: url(../images/bg_main.png);
    background-position: top center;
    background-repeat: no-repeat;
    width:930px;
    min-width:930px;
    height:655px;
    top:100px;
    left:50%;
    margin-left:-465px;
    position:absolute;
    overflow:auto;
    padding:0px;
    z-index:10;
}



.dvOfertaTitle
{
    font-family:Calibri, Arial;
    font-size:14px;
    margin-bottom:5px;
    font-weight:bold;
}


.dvTumb
{
    width:120px;
    min-width:120px;
    height:90px;
    min-height:90px;
    border:1px solid #C5C5C5;
    float:left;
    margin:2px;
    cursor:pointer;
    background-color:white;
}

.dvTumbO
{
    background-color:white;
}

.topMenu
{
    background-color:transparent;
    /*background-image: url(../images/top_menu.png);
    background-position: center center;
    background-repeat: no-repeat;*/
    position:absolute;
    width:915px;
    height:50px;
    left:50%;
    top:70px;
    margin-left:-455px;
    z-index:10;
    text-align:center;
}
.clstopMenu
{
    background-color:transparent;
}

.x-btn button
{
    font:normal 12px arial,tahoma,verdana,helvetica;
    color: #333;
}
.x-panel-header 
{
    background-image: url(../images/blank.png);
    border-color:transparent;
    font-family:Arial;
    font-size:18px;
    font-weight:normal;
    color:White;
    margin-top:-2px;
}
.x-panel-noborder .x-panel-header-noborder {
    border-bottom-color: transparent;
}

