﻿body {
    overflow-x: auto;
    overflow-y: hidden;
}

.fonfobarra {
    background-image: url("../../Images/fondoBarramenu.png");
    background-repeat:repeat-x;
}
.fonfobarraLateral {
    background-image: url("../../Images/fondoLateralMenu.png");
    background-repeat: repeat-y;
}
.piepagina {
    background-image: url("../../Images/piePagina.png");
    background-repeat: repeat-x;
}
#logo {
    background-image: url("../../Images/Logo.png");
    width:186px;
    height:39px;
    background-repeat:no-repeat;
}
/*#content-wrapper {
    background: url(../../Images/bankstation.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}*/
.toolbarFlota {
    top: 60px;
    position: fixed;
    left: 60%;
    z-index: 10000;
    float: left;
    /*margin-top: 15px;*/
    margin-left: -500px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/*////////////////////UPDATE PANEL/////////////////////////////////////////////////*/
.update-progress {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1;
    z-index: 9998;
}

.update-progress-gif {
    background: url(/Images/Loader.gif) top left no-repeat;
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50%;
    height: 50%;
    z-index: 9999;
}
.fondo {
    background: url(../../Images/London1.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
    width:100%;
}