* {
outline: none;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
overflow-y: hidden;
}
body {
background: #FFFFFF;
font-family: 'Open Sans', sans-serif;
font-size: 11px;
}
b, strong {
font-weight: 700;
}
span {
border: 0;
}
#header {
top: 0px;
height: 85px;
width: 100%;
position: absolute;
overflow: hidden;
}
#header_container{
margin-left: auto;
margin-right: auto;
min-width: 320px;
width: auto;
max-width: 1156px;
height: 100%;
padding: 0px 15px 0px 15px;
position: relative;
}
#header_inner {
margin-left: -15px;
margin-right: -15px;
line-height: 24px;
}
/* Estilos para IE11+ */
@media screen and (-ms-high-contrast: none) {
#header_inner {
margin-left: -7px;
margin-right: -7px;
line-height: 24px;
}
}
#header_inner_l1 {
top: 8px;
left: 15px;
background:url(layout/global/header_logo_1.png) no-repeat;
height: 70px;
width: 260px;
display: inline-block;
clear: none;
position: relative;
}
#header_inner_l2 {
top: 7px;
left: 33px;
background: none;
height: 32px;
width: 127px;
display: inline-block;
clear: none;
position: relative;
}
#header_user_container {
right: 0px;
margin-top: -78px;
margin-left: -15px;
margin-right: 15px;
background: none;
height: 78px;
width: 100%;
text-align: right;
line-height: 24px;
display: block;
clear: none;
position: absolute;
}
#header_inner_user_container_table {
top: 30px;
background: none;
height: 40px;
width: auto;
color: #5C5C5C;
font-family: Poppins, Helvetica, sans-serif;
font-size: 14px;
font-weight: 200;
line-height: 20px;
display: inline-block;
clear: none;
float:right;
position: relative;
}
#header_inner_user_container_table strong {
font-weight: 300;
margin-right: 5px;
}
#header_inner_user_container_table span.salir {
margin-bottom: -2px;
background: url(layout/site/menu_salir.gif) no-repeat;
min-height: 16px;
min-width: 16px;
display: inline-block;
cursor: pointer;
}
#header_inner_user_container_table span.division {
margin-left: 5px;
margin-right: 5px;
}
#header_inner_user_container_table span.l2 {
color: #8B8B8B;
font-size: 12px;
}
#header_inner_user_container_table span.l2 a {
background: none;
color: #8B8B8B;
text-decoration: none;
}
#header_inner_user_container_table span.l2 a:hover {
text-decoration: underline;
}
#wrapper_bg {
top: 87px;
background:url(layout/site/wrapper_bg.gif) repeat-x;
height: 81px;
width: 100%;
position:absolute;
}
#wrapper_bg_container {
margin-left: auto;
margin-right: auto;
min-width: 320px;
width: auto;
max-width: 1156px;
height: 100%;
padding: 0px 15px 0px 15px;
position: relative;
}
#wrapper_bg_container_title {
padding-top: 5px;
padding-bottom: 5px;
right: 15px;
height: 27px;
width: 100%;
color: #636363;
font-family: Poppins, Helvetica, sans-serif;
font-size: 30px;
font-weight: 200;
line-height: 40px;
text-align: right;
overflow: hidden;
position: absolute;
clear: none;
margin-right: 25px;
}
@media only screen and (min-width: 1200px) {
#wrapper_container
,#header_container
,#wrapper_bg_container{
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
}