| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- * {
- 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%;
- }
- }
|