/* Copyright (C) Screentype */

@import url(../warp/css/layout.css);

/* Spacing
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 1024px) {
#itp-fshare {
    display: none !important;
}
.itp-fshare-right {
    display: none !important;
}
}

.inicio {
    margin: -30px 0 -30px -30px !important ;
    height: 414px;
    width: 751px;
    overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.inicio {
    margin: -30px 0 -30px -30px !important ;
    height: 414px;
    width: 751px;
    overflow: hidden;
}
}
.wrapper {
    width: 990px;
    background: #1a1a1c;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
#sidebar-a {
    margin-left: 10px;
    width: 239px !important;
}
#maininner {
}
.module, #content, #footer {
    margin: 5px 0;
}
#header {
    margin: 0px 0px 5px 0px;
    padding: 10px;
}
#logo {
    margin-right: 20px;
}
#toolbar, #headerbar {
    margin-bottom: 45px;
}
#toolbar + #headerbar {
    margin-top: -35px;
}
#headerbar .module {
    margin-top: 0;
    margin-bottom: 0;
}
.breadcrumbs {
    padding-bottom: 10px;
}
#footer {
    margin-bottom: 10px;
    padding: 16px;
}
#footer .module {
    margin: 0;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

#header, #footer {
    color: #CCC;
}
#header {
    background: #1A1A1C;
}
#menubar {
    position: absolute;
    right: 10px;
    bottom: 7px;
}
#menu {
    float: right;
}
#top-a + #main:before, #top-b + #main:before, #main + #bottom-a:before, #main + #bottom-b:before {
    display: block;
    content: "";
    height: 20px;
    margin: 0 5px;
    background: url(../images/layout_separator.png) repeat-x;
}
#content {
    padding: 30px;
    background: #FAFAFA;
}
#footer {
    text-align: left;
    background: url(../images/module_transparent.png);
}
#totop-scroller {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 14px;
    text-decoration: none;
    width: 120px;
    z-index: 1;
}
#totop-scroller:hover {
    background-position: 0 -50px;
}
