/*---- Layout ----*/
.componente-left-menu li:not(.highlight) a
{
    color: #808080;
}

body{
    font-family: "din-medium";
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    padding: 46px 0 0;
    color: #838383;
}
.layout {
    width: 960px;
    margin: 0 auto;
}

a{
    color: #808080;
    text-decoration: none;
}

a:hover{
    color: #3a3939;
}
.destacado {
	height: 250px;
    margin-top: 10px;
    position: relative;
    overflow: visible;
}
section.content {
    margin-bottom: 60px;
}

section.container {
    margin-top: 20px;
}

section.container aside {
    position: static;
}

.btn-mas {
    width: 125px;
    margin: 5px auto;
    padding: 12px 0;
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    background: url("assets/arrow-btn-mas-off.png") right center no-repeat;
    font-family: "din-black";
    clear: both;
    overflow: hidden;
}

.btn-mas:hover {
    background: url("assets/arrow-btn-mas-on.png") right center no-repeat;
    color: #666;
}
h2.generictag {
    background: rgba(0, 0, 0, 0) url("assets/ic-tag-blue.png") no-repeat scroll left center;
    color: #48b4e7;
    font-family: "din-black";
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
h3.generictit {
    color: #292929;
    font-family: "din-medium";
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
}
.negative {
    background: #fff none repeat scroll 0 0;
    margin-top: -19px;
    padding-top: 10px;
}

.destacado .parch {
    display: none;
}

.destacado {
    position: relative;
}
.destacado .parch {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 80px;
    left: 50%;
    position: absolute;
    right: 0;
}
/********/

@media (max-width: 1023px) { 
    .layout {
        width: 100%;
    }
    .destacado .parch {
        display: none;
    }
    .negative {
        margin-top: 0;
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    html {
        height: 100%;
    }
    body {
        padding-bottom: 0;
    }
    section.container {
        margin-top: 0;
    }
    
}

body #s4-bodyContainer
{
    min-width: auto !important;
}