﻿/* ---------- Browser normalization ---------- */
/* article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	border-bottom: 1px dotted #000;
	cursor: help;
}

html {
	overflow-y: scroll;
}

html.aui-dialog-iframe-root-node {
	overflow: auto;
}

body {
	background: #FFF;
	font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
}

body.portal-popup {
	background: none;
	padding: 10px;
}

body.aui-dialog-iframe-popup {
	padding-bottom: 0;
}

body.portal-iframe {
	padding: 0;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: none;
}

ul ul {
	list-style-type: none;
}

ol ol {
	list-style-type: upper-roman;
}

dl dd {
	margin-left: 1em;
}

th {
	font-weight: bold;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p {
	margin-bottom: 1em;
}

---------- Links ----------

a {
}

a:hover {
}

a:visited {
}

---------- Headers ----------

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 1em 0;
}

h4, h5, h6 {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

---------- Logo ----------

.logo {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

---------- HTML Editor ----------

body.html-editor {
	background: #FFF;
	color: #000;
}

.html-editor.portlet-message-boards blockquote {
	background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
	border: 1px solid #777;
	position: relative;
	padding: 5px 45px;
}

.html-editor.portlet-message-boards blockquote:after {
	background: url(../images/message_boards/quoteright.png) no-repeat 50%;
	bottom: 5px;
	content: '';
	display: block;
	height: 24px;
	position: absolute;
	right: 5px;
	width: 31px;
	z-index: 999;
}

.html-editor.portlet-message-boards blockquote cite {
	display: block;
	font-weight: bold;
}

.html-editor.portlet-message-boards pre {
	background: #F9F9F9;
	border: 1px solid #777;
	padding: 0.5em;
}

---------- Text formatting ----------

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

---------- Main content body ----------

.portal-iframe #main-content {
	width: 100%;
}

---------- Alerts and popups ----------

.alert-background {
	background: #000;
}

.popup-alert-notice {
	background-color: #FFC;
	border-bottom-color: #FC0;
}

.popup-alert-warning {
	background-color: #FDD;
	border-bottom-color: #F00;
}

---------- Portal add content ----------

.portal-add-content {
	background: #FFF;
	text-align: left;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

---------- Loading animation ----------

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

---------- Separator ----------

hr, .separator {
	border-top: 1px dotted #BFBFBF;
}

---------- Update Manager ----------

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

---------- Text highlighting ----------

.highlight {
	background: #FFC;
	font-weight: bold;
	margin: 0 1px;
} */
/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.aui-resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.aui-sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.aui-tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

.aui-tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu {
  position: absolute;
  width: auto; }
  .aui-menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .aui-menu-content li {
    margin: 0;
    padding: 0; }
    .aui-menu-content li .disabled {
      color: #999; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

/* ---------- Loading Mask ---------- */
.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.aui-paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  text-indent: 0; }

.aui-paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003c57; }

.ie7 .aui-paginator-current-page {
  color: #FFF; }

.aui-paginator-page-link {
  text-indent: 0;
  height: auto; }

.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

.aui-paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.aui-paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.aui-paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.aui-paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.aui-paginator-current-page-report, .aui-paginator-total {
  font-size: 0.9em;
  color: #555; }

.aui-paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

/* ---------- Wrapper ---------- */
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.portlet-column-content {
  padding: 5px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  width: 100%; }
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(../images/dockbar/unpin.png); }

.dockbar .user-portrait {
  text-decoration: none; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .aproximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .aui-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  padding-left: 220px; }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  height: 1%; }

.dockbar .toggle-controls a {
  background: url(../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
.modify-pages .delete-tab {
  background: #333333 url(../images/portlet/close_borderless.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin-top: -7px;
  padding: 3px;
  position: absolute;
  right: 1px;
  text-indent: -9999em;
  top: 50%;
  width: 8px; }

/*------ Navigation portlet ------*/
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

/* ---------- Page template selector ---------- */
.aui-form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .aui-form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.aui-form-triggers {
  float: left; }

.aui-form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .aui-form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .aui-form-trigger:hover, .aui-form-trigger:focus {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.aui-trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .aui-trigger-selected:hover, .aui-trigger-selected:focus {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.aui-options-trigger img {
  background-image: url(../images/common/configuration.png); }

.aui-save-trigger img {
  background-image: url(../images/dock/my_place_current.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-text {
  cursor: pointer; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel Page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg, .portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  background-color: #FFC;
  background-image: url(../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-alert-label, .portlet-msg-error-label, .portlet-msg-info-label, .portlet-msg-progress-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

.portlet-msg-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.portlet-msg-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.portlet-msg-help-label {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.portlet-msg-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

.lfr-message-trigger, .lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.restricted td.col-1, .alt.restricted td.col-1 {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

/*------ Breadcrumbs taglib ------*/
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative; }

.aui-dialog-iframe-popup .aui-fieldset {
  margin-bottom: 0; }

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
  margin: 10px 0; }

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
  margin: 0;
  margin-right: 5px; }

.aui-search-bar .aui-field-content {
  margin-right: 0; }
.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
  display: inline-block;
  vertical-align: middle; }

.aui-field-choice .aui-field-label {
  display: inline-block; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 1.5em; }

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  position: absolute;
  width: 90%; }

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }

select {
  padding: 1px; }

input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  /* text-shadow: 1px 1px #FFF; */
  width: auto; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
    border-color: #627782;
    color: #369; }

input.focus, textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  /* text-shadow: 1px 1px #FFF; */
  width: auto;
  padding: 0; }
.lfr-actions.lfr-extended:focus, .lfr-actions.lfr-extended:focus ul {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }
.lfr-actions.lfr-extended.disabled, .lfr-actions.lfr-extended.disabled ul, .lfr-actions.lfr-extended.disabled:hover, .lfr-actions.lfr-extended.disabled:hover ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }
.lfr-actions.lfr-extended:hover, .lfr-actions.lfr-extended:hover ul {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }

.lfr-actions.disabled .taglib-text {
  color: #A9A9A9; }

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

.aui-buttonitem-disabled {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
  border-color: #900;
  border-style: dotted; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie fieldset {
  padding-top: 0; }
.ie .aui-button-disabled input {
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50); }

.ie7 .aui-fieldset {
  zoom: 1; }

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button, .ie6 button {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }
.ie6 input.submit, .ie6 input.button, .ie6 button, .ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  /* text-shadow: 1px 1px #FFF; */
  width: auto; }
.ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  color: #555; }
.ie6 input.focus, .ie6 textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.dockbar .menu-button-active .menu-button {
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.my-sites-menu .current-site a {
  -moz-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5); }

.aui-dialog-hd {
  -moz-box-shadow: 1px 1px 0 white;
  -webkit-box-shadow: 1px 1px 0 white;
  -o-box-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 white; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -moz-box-shadow: inset 0 0 2px #224fa8;
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -o-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.lfr-search-combobox-item {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .aui-field-input-text {
  -moz-border-radius: 4px 1px 1px 4px;
  -webkit-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -khtml-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .aui-button-input {
  -moz-border-radius: 1px 4px 4px 1px;
  -webkit-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -khtml-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

body > .lfr-menu-list, body > .lfr-menu-list ul, .lfr-actions, .aui-dialog-content, .aui-dialog .yui3-widget-hd, .modify-pages .delete-tab, input[type="submit"], input[type="button"], input[type="reset"], button, .tags-search-combobox .aui-field-input-text, .staging-icon-menu-container .staging-icon-menu.lfr-actions .lfr-trigger strong a, .active-area-proxy, .portlet-document-library .document-display-style .document-thumbnail img, .portlet-document-library-display .document-display-style .document-thumbnail img, .aui-paginator-link, .lfr-header-row .aui-toolbar-only, .lfr-translation-manager, .lfr-translation-manager-translation, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .rule-group-instance-container .rule-group-instance, .portlet-search .search-facet .facet-value, .lfr-api-results {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px; }

.lfr-header-row .aui-toolbar-content, .lfr-search-combobox, .select-documents, .select-files, .portlet-document-library div.document-display-style, .lfr-upload-container .upload-target, .lfr-upload-container .upload-file, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .structure-tree .structure-field {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

.aui-menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.aui-underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-hudcrumbs ul {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.lfr-message .lfr-message-control {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

.lfr-upload-container .upload-target {
  -moz-box-shadow: inset 0 0 1px white;
  -webkit-box-shadow: inset 0 0 1px white;
  -o-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8FBE31', endColorstr='#FF729A22');
  background-image: -webkit-gradient(linear, 50%, 50%, color-stop(0%, #8fbe31), color-stop(85%, #729a22));
  background-image: -webkit-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -moz-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -o-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -ms-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: linear-gradient(50%, #8fbe31 0%, #729a22 85%); }

.live-view .staging-tabview-list {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE3F8DF', endColorstr='#FFC4F0BC'); }

.staging-tabview-list {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0; }

.staging-bar {
  -moz-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8); }

.staging-tabview-list .aui-tab-active .aui-tab-content, .site-variations-tabview-list .aui-tab-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.staging-tabview-list {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -o-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  background-image: -webkit-gradient(linear, 0 0, 0 0, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEED4', endColorstr='#FFFFDBA6');
  background-size: 100px 100px; }

.portlet-staging-bar .staging-bar .site-variations-tabview-list {
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #777777), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -moz-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -o-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -ms-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: linear-gradient(center bottom, #777777, #333333 80%, #333333); }

.rule-group-instance-container .rule-group-instance {
  -moz-box-shadow: 1px 1px 2px #999999;
  -webkit-box-shadow: 1px 1px 2px #999999;
  -o-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .aui-field-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.chzn-container .chzn-drop {
  border-top: 0;
  position: absolute;
  top: 32px!important;
  left: 0;
  z-index: 1010; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #F6F6F6;
  background-clip: padding-box;
  border: 1px solid #DBD7D5;
  display: block;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  color: #58656E;
  display: inline-block;
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.645em 0 0.645em 1em; }

.chzn-container-single .chzn-default {
  color: #999; }

.chzn-container-single .chzn-single span {
  padding-top: 2px;
  /*margin-right: 2.6em;*/
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding-left: .5em;
  color: #6E6E6E;
  font-family: arial;
  font-size: 0.839em;
  font-weight: bold;
  color: #444c59;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 2.6em;
  top: .6em;
  width: 1.2em;
  height: 1.3em;
  font-size: 1em;
  background: url("../img/chosen-sprite.png") right top no-repeat; }

.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px; }

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top; }

.chzn-container-single .chzn-single div {
  position: absolute;
  right: -2.1em;
  top: -0.05em;
  display: block;
  height: 2.4em;
  width: 2.25em; }

.chzn-container-single .chzn-single div b {
  background: url("../img/chosen-sprite.png") no-repeat left top;
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }

.chzn-container-single .chzn-search input {
  background: white url("../img/chosen-sprite.png") no-repeat 100% -22px;
  background: url("../img/chosen-sprite.png") no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/chosen-sprite.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: .4em 2em .4em .5em;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em; }

.chzn-container-single .chzn-drop {
  background-clip: padding-box;
  /*border-right:2px solid #1888C8;*/ }

.form-item .chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 99.3%!important; }

/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px; }

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url("../img/chosen-sprite.png") right top no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  max-height: 240px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0; }

.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  list-style: none;
  background: none repeat scroll 0 0 #1888C8;
  border-bottom: 1px solid #229CE1;
  border-top: medium none;
  padding: 1em 0 1em 2em;
  color: #FFFFFF;
  font-size: 0.846em;
  font-weight: bold; }

.chzn-container .chzn-results li:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-container .chzn-results .highlighted {
  background-color: #229CE1;
  /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  */
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 15px; }

.chzn-container-multi .chzn-drop .result-selected {
  display: none; }

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1; }

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px; }

.chzn-container .chzn-results-scroll-down {
  bottom: 0; }

.chzn-container .chzn-results-scroll-down span {
  background: url("../img/chosen-sprite.png") no-repeat -4px -3px; }

.chzn-container .chzn-results-scroll-up span {
  background: url("../img/chosen-sprite.png") no-repeat -22px -3px; }

/* @end */
/* @group Active */
.chzn-container-active .chzn-single {
  /*
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
  box-shadow : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
  */ }

.chzn-container-active .chzn-single-with-drop {
  /*border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow : 0 1px 0 #fff inset;
  box-shadow : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;*/ }

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none; }

.chzn-container-active .chzn-single-with-drop div b {
  /*background-position: -18px 1px;*/ }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto; }

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto; }

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: right top; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  background: white url("../img/chosen-sprite.png") no-repeat -38px -22px;
  background: url("../img/chosen-sprite.png") no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/chosen-sprite.png") no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl; }

/* @end */
ul, dl {
  margin: 0; }

h1, h2 {
  padding: 0; }

article, footer {
  display: inline-block;
  width: 100%; }

.ie8 article, .ie8 footer {
  display: block; }

main {
  display: block; }

button {
  text-shadow: none; }

a:focus {
  outline: 1px dotted #000; }

@font-face {
  font-family: 'fruitiguer';
  src: url("../fonts/Frutiger-Bold.eot");
  src: url("../fonts/Frutiger-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger-Bold.svg#fruitiguer") format("svg"), url("../fonts/Frutiger-Bold.woff") format("woff"), url("../fonts/Frutiger-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fruitiguerroman';
  src: url("../fonts/FrRoman.eot");
  src: url("../fonts/FrRoman.eot?#iefix") format("embedded-opentype"), url("../fonts/FrRoman.svg#fruitiguerroman") format("svg"), url("../fonts/FrRoman.woff") format("woff"), url("../fonts/FrRoman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FrutigerLight';
  src: url("../fonts/frutiger-light-webfont.eot");
  src: url("../fonts/frutiger-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger-light-webfont.svg#frutigerlight") format("svg"), url("../fonts/frutiger-light-webfont.woff") format("woff"), url("../fonts/frutiger-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.wrapper {
  max-width: 100%;
  margin: -0.5em auto;
  background-color: #ffffff;
  padding: 0; }

.envolve98 {
  max-width: 98em;
  margin: 0 auto; }

.portlet-column-content {
  padding: 0 !important; }

.portlet-column {
  display: block; }

.hide .portlet-borderless-container {
  min-height: 0; }

.hide .portlet-borderless-container .portlet-body {
  margin-bottom: 0; }

.portlet-column > .empty {
  display: block; }

.border_yes .column-0 > div.empty,
.border_yes .column-1 > div.empty,
.border_yes .column-2 > div.empty,
.border_yes .column-3 > div.empty,
.border_yes .column-4 > div.empty,
.border_yes .column-5 > div.empty,
.border_yes .column-6 > div.empty,
.border_yes .column-7 > div.empty,
.border_yes .column-8 > div.empty,
.border_yes .column-9 > div.empty,
.border_yes .column-10 > div.empty,
.border_yes .column-11 > div.empty,
.border_yes .column-12 > div.empty,
.border_yes .column-13 > div.empty,
.border_yes .column-14 > div.empty,
.border_yes .column-15 > div.empty,
.border_yes .column-16 > div.empty,
.border_yes .column-17 > div.empty,
.border_yes .column-18 > div.empty,
.border_yes .column-19 > div.empty,
.border_yes .column-20 > div.empty {
  background-color: #F1F1F1;
  height: 7em; }

.column-0 > div.empty,
.column-1 > div.empty,
.column-2 > div.empty,
.column-3 > div.empty,
.column-4 > div.empty,
.column-5 > div.empty,
.column-6 > div.empty,
.column-7 > div.empty,
.column-8 > div.empty,
.column-9 > div.empty,
.column-10 > div.empty,
.column-11 > div.empty,
.column-12 > div.empty,
.column-13 > div.empty,
.column-14 > div.empty,
.column-15 > div.empty,
.column-16 > div.empty,
.column-17 > div.empty,
.column-18 > div.empty,
.column-19 > div.empty,
.column-20 > div.empty {
  padding: 0; }

.portlet-layout {
  display: block; }

.portlet-body {
  margin-bottom: .3em; }

.portlet-layout-left {
  width: 75%;
  float: left; }

.portlet-layout-left .envolve2 {
  width: 100%; }

.portlet-layout-left .envolve4 {
  width: 33.33%; }

.portlet-layout-right {
  width: 25%;
  float: right; }

.portlet-layout-right .envolve4a {
  width: 100%; }

.WCSantanderUK_002 .column-6 {
  min-height: 14.6em !important; }

.WCSantanderUK_004 .column-9 {
  min-height: 37.4em !important; }

.border_yes .column-0,
.border_yes .column-1,
.border_yes .column-2,
.border_yes .column-3,
.border_yes .column-4,
.border_yes .column-5,
.border_yes .column-6,
.border_yes .column-7,
.border_yes .column-8,
.border_yes .column-9,
.border_yes .column-10,
.border_yes .column-11,
.border_yes .column-12,
.border_yes .column-13,
.border_yes .column-14,
.border_yes .column-15,
.border_yes .column-16,
.border_yes .column-17,
.border_yes .column-18,
.border_yes .column-19,
.border_yes .column-20 {
  border: 0.1em dashed #c8c8c8;
  min-height: 7em; }

.column-0,
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12,
.column-13,
.column-14,
.column-15,
.column-16,
.column-17,
.column-18,
.column-19,
.column-20 {
  border: 0;
  padding: .2em 0.8em; }

.envolve {
  width: 100%; }

.envolve2 {
  width: 75%;
  float: left; }

.envolve2a {
  width: 50%;
  float: left; }

.envolve2b {
  width: 55%;
  float: left; }

.envolve2c {
  width: 66.66%;
  float: left; }

.envolve3 {
  width: 37.5%;
  float: left; }

.envolve3b {
  width: 33.333%;
  float: left; }

.envolve3a {
  width: 45%;
  float: left; }

.envolve4 {
  width: 25%;
  float: left; }

.envolve4a {
  width: 25%;
  float: right; }

@media screen and (max-width: 600px) {
  .envolve2, .envolve2a, .envolve2b, .envolve2c, .envolve3, .envolve3a, .envolve3b, .envolve4, .envolve4a {
    width: 100%;
    float: none; }

  .portlet-layout-left {
    float: none;
    width: 100%; }

  .portlet-layout-left .envolve4 {
    width: 100%; }

  .portlet-layout-right {
    width: 100%;
    float: none; }

  .WCSantanderUK_002 .column-6,
  .WCSantanderUK_004 .column-9 {
    min-height: 7em !important; } }
.WCSantanderUK_006 .tipo2 .promo02 .info_aux .center,
.WCSantanderUK_008 .tipo2 .promo02 .info_aux .center,
.WCSantanderUK_011 .tipo2 .promo02 .info_aux .center {
  min-height: 0;
  padding: 0;
  width: 100%; }

.WCSantanderUK_006 .tipo2 .promo02 .image_left,
.WCSantanderUK_008 .tipo2 .promo02 .image_left,
.WCSantanderUK_011 .tipo2 .promo02 .image_left {
  clear: both;
  position: static;
  width: 100%; }

.WCSantanderUK_006 .tipo2 .promo02 .info_aux,
.WCSantanderUK_008 .tipo2 .promo02 .info_aux,
.WCSantanderUK_011 .tipo2 .promo02 .info_aux {
  clear: both;
  padding: 0 0 2em;
  width: 100%;
  margin: 0; }

.WCSantanderUK_006 .tipo2 .info_aux02,
.WCSantanderUK_008 .tipo2 .info_aux02,
.WCSantanderUK_011 .tipo2 .info_aux02 {
  float: none;
  width: auto; }

.WCSantanderUK_006 .tipo2 .img_right,
.WCSantanderUK_008 .tipo2 .img_right,
.WCSantanderUK_011 .tipo2 .img_right {
  margin-left: 0;
  padding: 0;
  width: 100%; }

.tipo2 .text01 p.img {
  width: 21%; }

.tipo2 .product_detail .tabs {
  min-height: 2.4em; }

.tipo2 .product_detail .tabs02 li a {
  font-size: 1.6em; }

.tipo2 .stylep02 {
  width: 28%; }

.tipo2 .info01 {
  width: 45%; }

.tipo2 .info01:first-child {
  padding-right: 1.5em; }

.tipo2 .drag01 .box {
  margin: 0 .7em;
  width: 22%; }

.tipo2 .drag01 .box.elem {
  margin: 0 .75em; }

.tipo2 .drag01 .box.elem div.types {
  margin: 0 2em; }

.tipo2 .drag01 .box.elem div.text {
  margin: 0 1.5em; }

.tipo2 .drag01 .box.elem h3 {
  font-size: 1.8em; }

.tipo2 .fieldset01 {
  width: 32%; }

.tipo2 .fieldset01 .box-grey .slider {
  width: 47%; }

.tipo2 .list_link04 li {
  width: 9.4em; }

.tipo2 .promo .info_aux .center p {
  font-size: 2.5em;
  line-height: 1em; }

.tipo2 .promo .info_aux {
  width: 63%; }

.tipo2 .list_link06 ul a {
  font-size: 1.4em; }

.tipo2 .tabs02 a {
  font-size: 1.5em;
  padding: 0.6em 1em 1.2em 0.8em;
  background-position: center 2.2em; }

.tipo2 .rating .span-rating,
.tipo1 .rating .span-rating {
  width: 12em; }

.tipo2 .field01 label {
  min-width: 17%; }

.tipo2 span.sinput02 {
  width: 81%; }

.tipo2 .dijitSliderButtonInner {
  margin-right: 0; }

.tipo2 .list01 {
  width: 83%; }

.tipo1 .list_link04 li {
  width: 9.6em; }

.tipo1 .content_list {
  width: 58%; }

.tipo2 .box08 .box09 .image-left02 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: auto; }

.tipo2 .WLR_content_02 .content_list {
  width: 100%; }

.tipo2 .WLR_content_02 .box11 blockquote {
  width: auto; }

.tipo3 .list_link01 .col {
  width: 95% !important; }

.tipo3 .list_link01 .col.cols-2 {
  /*margin-left: 2.5%;*/ }

.tipo3 .dijitSliderButtonInner {
  bottom: 4em; }

.tipo3 .box01 .box_padding02 .list_link05 .elem {
  width: 100%;
  margin-bottom: 1em; }

.tipo3 .promo02 .image_left {
  clear: both;
  position: static;
  width: 100%; }

.tipo3 .form02 .field01 label {
  clear: both;
  float: none;
  max-width: 100%;
  min-width: 100%;
  padding: 0 0 0.583em;
  text-align: left;
  width: 100%; }

.tipo3 span.sinput01 {
  width: 99%; }

.tipo3 span.sinput02 {
  width: 100%; }

.tipo3 .field01 label {
  min-width: 34%; }

.tipo3 .text01 .text {
  padding-left: 1em;
  padding-top: 0;
  width: 71%; }

.tipo3 .info01:first-child {
  border-right: none;
  margin-top: 0; }

.tipo3 .info01:last-child {
  margin-left: 0; }

.tipo3 .list_link01 .list_link_nav nav {
  display: block; }

.tipo3 .list_link01 .col.cols-4.first,
.tipo3 .list_link01 .col.cols-4 {
  width: 95%;
  margin-left: 2.5%; }

.tipo3 .promo {
  padding-bottom: 0; }

.tipo3 .promo .info_aux .center {
  margin: 0;
  min-height: 0;
  padding: 0; }

.tipo3 .promo .info_aux .center p {
  font-size: 2em;
  line-height: 0.8em; }

.tipo3 .promo .info_aux .center ul {
  margin-top: 1em; }

.tipo3 .promo .image_left {
  position: relative; }

.tipo3 .promo .image_left img {
  width: 100%; }

.tipo3 .promo .button_holder {
  bottom: -6.5em;
  right: 0; }

.tipo3 .tabs02 a {
  font-size: 1.35em;
  line-height: 1em; }

.tipo3 .promo02 {
  padding-bottom: 4em; }

.tipo3 .promo02 .info_aux .center .text {
  margin-left: 0; }

.tipo3 .promo02 .info_aux .center {
  padding: 0;
  width: 100%;
  min-height: 0; }

.tipo3 .promo02 .image_left img {
  width: 100%; }

.tipo3 .button_holder {
  margin-bottom: 0; }

.tipo3 .image_left {
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100% !important; }

.tipo3 .promo .info_aux {
  width: 100%;
  padding-bottom: 2em; }

.tipo3 .product_detail {
  margin-top: 8em;
  clear: both;
  padding-bottom: 1em;
  padding-left: 0;
  width: 100%; }

.tipo3 .product_detail .nav_sup {
  border-bottom: medium none;
  display: block; }

.tipo3 .product_detail .nav_sup .tabs02.tabs {
  padding: 0;
  position: static;
  width: 100%;
  border-bottom: none; }

.tipo3 .product_detail .nav_sup ul li {
  background: url("../img/bg_listado_responsive.png") repeat-x scroll 0 0 #040304;
  float: none;
  margin-bottom: 0.2em;
  width: 100%; }

.tipo3 .product_detail .nav_sup ul li.tabactive {
  background-color: #272727;
  background-image: none; }

.tipo3 .product_detail .nav_sup ul li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden; }

.tipo3 .product_detail .tabs02 li.tabactive a {
  background: url("../img/ico_colapsar_responsive.png") no-repeat scroll 96% -1.85em rgba(0, 0, 0, 0);
  font-weight: normal;
  width: 92%; }

.tipo3 .product_detail .nav_sup ul li a {
  background: url("../img/ico_colapsar_responsive.png") no-repeat scroll 96% 0.7em rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #FFFFFF;
  float: left;
  font-size: 1.6em;
  font-weight: normal;
  padding: 0.5em 0.7em;
  width: 92%; }

.tipo3 .info_aux02 {
  float: none;
  width: auto; }

.tipo3 .img_right {
  width: 100%;
  margin-left: 0;
  padding: 0; }

.tipo3 .WLR_multimedia_01 .img_right {
  float: none;
  width: 100%; }

.tipo3 .img_right img {
  width: 100%; }

.tipo3 .list01 {
  width: 82%; }

.tipo3 .list01 li {
  margin-left: 0 !important;
  padding: 0.2em 0 0.2em 0.9em; }

.tipo3 .list_link06 ul a {
  font-size: 1.1em; }

.tipo3 .box11 blockquote {
  padding: 0.5em 2em; }

.tipo3 .box18 ul {
  background-image: none;
  padding: 0 0 1em 0; }

.tipo3 .box18 ul li {
  float: left;
  height: 100%;
  list-style: none outside none;
  padding: 1em 0; }

.tipo3 .box18 ul li.last {
  margin-left: 0; }

.tipo3 .box18 ul li.first {
  padding-right: 0;
  width: 100%;
  background: transparent; }

.tipo3 .box18 ul li.last {
  padding-left: 0;
  width: 100%; }

.tipo3 .box18 ul li select {
  position: relative; }

.tipo3 .box18 ul li.first select,
.tipo3 .box18 ul li.last select {
  width: 100%; }

.tipo3 .box08 .box09 .image-left02 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: auto; }

.tipo3 .WLR_content_02 .content_list {
  width: 100%; }

.tipo3 .WLR_content_02 .box11 blockquote {
  width: auto; }

.tipo3 .content_list {
  width: 100%;
  padding-right: 0; }

.tipo3 .form-select fieldset label {
  padding-bottom: 0.5em; }

.tipo3 .rating .global-rating span{
  padding-right: 0.3em; }

.tipo3 .slider01 {
  padding: 30px 15px 20px; }

.tipo3 .slider01 a.prevProducts {
  display: none !important; }

.tipo3 .slider01 a.nextProducts {
  display: none !important; }

.tipo3 .slider02 .list {
  height: 13em; }

.tipo3 .info01 {
  clear: both;
  width: 100%;
  background: url("../img/separator.gif") repeat-x bottom;
  margin-top: 1em;
  padding-bottom: 1.3em; }

.tipo3 .list_link05 {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%; }

.tipo3 .list_link05 .elem {
  clear: both;
  margin-right: 0;
  width: 100%; }

.tipo3 .slider03 .list {
  height: 13.5em; }

.tipo3 .pagination03 {
  display: none; }

.tipo3 .rating {
  padding-top: 0; }

.tipo3 .slider03 {
  padding: 1.3em .5em; }

.tipo3 .list_link04 li {
  width: 9em;
  margin: 0 0.3em 1em 2em; }

.tipo3 .slider04 {
  padding: 1.3em 0.3em; }

.tipo3 .box01 .list_link04 ul {
  width: auto; }

.tipo3 .promo02 .info_aux {
  clear: both;
  padding: 0 0 2em;
  width: 100%;
  margin: 0; }

.tipo3 .rating .span-rating {
  width: 12em; }

.tipo3 .slider03 nav {
  display: none; }

.tipo3 .list_link02 ul li a {
  line-height: 2em; }

.tipo3 .box_padding01 {
  padding-bottom: 0; }

.tipo3 .newslider .elemDiv {
  width: 24.7em; }

.tipo4 .WLR_content_02 .cont_figure {
  width: 100%; }

.tipo4 .WLR_multimedia_01 .img_right {
  float: none;
  width: 100%; }

.tipo4 .box08 .box09 .image-left02, .tipo4a .box08 .box09 .image-left02 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: auto; }

.tipo4 .WLR_content_02 .content_list, .tipo4a .WLR_content_02 .content_list {
  width: 100%; }

.tipo4 .WLR_content_02 .box11 blockquote, .tipo4a .WLR_content_02 .box11 blockquote {
  width: auto; }

.dj_ie .tipo4 .newslider .elemDiv {
  width: 165px; }

.tipo4 .text02 {
  padding-bottom: 1em; }

.tipo4 .newslider .elemDiv, .tipo4a .newslider .elemDiv {
  width: 16.5em; }

.tipo4 .box01 .box_padding02 .list_link05 .elem,
.tipo4a .box01 .box_padding02 .list_link05 .elem {
  width: 100%;
  margin-bottom: 1em; }

.tipo4 .promo02 .image_left,
.tipo4a .promo02 .image_left {
  clear: both;
  position: static;
  width: 100%; }

.tipo4 .form02 .field01 label {
  clear: both;
  float: none;
  max-width: 100%;
  min-width: 100%;
  padding: 0 0 0.583em;
  text-align: left;
  width: 100%; }

.tipo4 .promo02 {
  padding-bottom: 5em; }

.tipo4 .text01 p.img,
.tipo4a .text01 p.img {
  width: 100%; }

.tipo4 .box02,
.tipo4a .box02 {
  margin: .8em 0 .5em; }

.tipo4 .promo02 .info_aux,
.tipo4a .promo02 .info_aux {
  clear: both;
  padding: 0 0 2em;
  width: 100%;
  margin: 0; }

.tipo4 .info01:first-child,
.tipo4a .info01:first-child {
  border-right: none; }

.tipo4 .info01:last-child,
.tipo4a .info01:last-child {
  margin-left: 0; }

.tipo4 span.sinput01 {
  width: 99%; }

.tipo4 span.sinput02 {
  width: 100%; }

.tipo4 .container_content p {
  padding-bottom: 0;
  word-wrap: break-word; }

.tipo4 .box08 .box09 .image-left02 {
  width: 100%; }

.tipo4 .content_list {
  float: none;
  width: 100%;
  margin-bottom: 1em;
  padding-right: 0; }

.tipo4 .promo .image_left {
  position: relative;
  padding-bottom: 3em; }

.tipo4 .promo .image_left img {
  width: 100%; }

.tipo4 .promo .info_aux {
  clear: both;
  padding: 0;
  width: 100%; }

.tipo4 .promo .info_aux .center {
  margin: 0;
  min-height: 0;
  padding: 0; }

.tipo4 .promo .info_aux .center .text {
  margin-left: 0; }

.tipo4 .promo .info_aux .center p {
  font-size: 1.8em; }

.tipo4 .promo .info_aux .center ul {
  margin-top: 1em; }

.tipo4 .promo .button_holder {
  bottom: -3em; }

.tipo4 .promo02 .info_aux .center .text {
  margin-left: 0;
  padding: 1em; }

.tipo4 .promo02 .info_aux .center {
  padding: 0em;
  width: 100%;
  min-height: 0; }

.tipo4 .promo02 .info_aux .center p {
  font-size: 1.4em; }

.aui-view-720 .tipo4 .info_aux02 {
  float: none;
  width: auto; }

.tipo4 .promo02 .image_left {
  position: relative;
  margin-left: 0; }

.tipo4 .promo02 .image_left img {
  width: 100%; }

.tipo4 .button_holder {
  position: relative; }

.tipo4 .image_left {
  margin-bottom: 0;
  max-width: 100% !important;
  width: 100% !important; }

.tipo4 .img_right,
.tipo4a .img_right {
  width: 100%;
  margin-left: 0;
  padding: 0; }

.tipo4 .img_right img
.tipo4a .img_right img {
  width: 100%; }

.tipo4 .info_aux02,
.tipo4a .info_aux02 {
  float: none;
  width: auto; }

.tipo4 .tabs01 .content .tabPest .box_contenido {
  clear: both;
  margin: 0.8em 1.5em 1em; }

.tipo4 .tabs01 .content .tabPest {
  clear: both;
  display: block;
  padding: 0.5em 0;
  width: 81%; }

.tipo4 .tabs01 .content .tabBody {
  width: 100%; }

.tipo4 .tabs01 .content .tabMenu {
  width: 100%; }

.tipo4 .tabs01 .content .tabMenu li.active {
  background-image: url("../img/tab_arrow.png");
  background-position: 1em .1em;
  background-repeat: no-repeat; }

.tipo4 .tabs01 .content .tabMenu li span {
  background: url("../img/arrow_bottom_activo.png") no-repeat scroll 0 0 transparent;
  bottom: -0.7em;
  height: .8em;
  left: 3.7em;
  right: inherit;
  top: inherit;
  width: 3.3em; }

.tipo4 .tabs02 a {
  font-size: 1.14em;
  line-height: 2.05em; }

.tipo4 .list_link01 .col.cols-4.first,
.tipo4 .list_link01 .col.cols-4 {
  width: 95%;
  margin-left: 3%; }

.tipo4 .list_link04 .page_next, .tipo4 .list_link04 .page_prev,
.tipo4a .list_link04 .page_next, .tipo4a .list_link04 .page_prev {
  top: 55%;
  width: 1.6em; }

.tipo4 .image01 {
  float: none;
  height: 100%;
  margin-bottom: 1.3em;
  width: 100%; }

.tipo4 .image01 img {
  max-width: inherit;
  width: 100%; }

.tipo4 .list01 li {
  margin-left: 0 !important;
  padding: 0.2em 0 0.2em 0.9em; }

.aui-view-720 .tipo4 .list01 li {
  color: #303030;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0 0 0.917em 0.9em; }

.tipo4 .list_link02 ul li {
  background: none repeat scroll 0 0 transparent;
  display: block;
  padding: 0.3em 1.4em 0.3em 0; }

.tipo4 .list_link06 ul a {
  font-size: 1.1em;
  line-height: 1.25em; }

.aui-view-720 .tipo4a .portlet-boundary {
  width: 100%; }

.tipo4 .box11 blockquote {
  float: none;
  font-size: 1.4em;
  padding: 0.4em 0;
  width: 8em; }

.tipo4 .box18 ul {
  background-image: none;
  padding: 0 0 1em 0; }

.tipo4 .box18 ul li {
  float: left;
  height: 100%;
  list-style: none outside none;
  padding: 1em 0; }

.tipo4 .box18 ul li.last {
  margin-left: 0; }

.tipo4 .box18 ul li.first {
  padding-right: 0;
  width: 100%;
  background: transparent; }

.tipo4 .box18 ul li.last {
  padding-left: 0;
  width: 100%; }

.tipo4 .box18 ul li select {
  position: relative; }

.tipo4 .box18 ul li.first select,
.tipo4 .box18 ul li.last select {
  width: 100%; }

.tipo4 .form-select fieldset label {
  padding-bottom: 0.5em; }

.tipo4 .rating .global-rating span{
  padding-right: 0.35em; }

.tipo4 .global-rating,
.tipo4 .span-rating {
  display: inline-block; }

.tipo4 .rating .span-rating {
  width: 13em; }

.tipo4 .box-01 .top02 h1, .box-01 .top02 h2 {
  font-size: 2em; }

.tipo4 .box-01 .top02 .subtitle {
  font-size: 1.3em; }

.tipo4 .info01,
.tipo4a .info01 {
  clear: both;
  width: 100%;
  background: url("../img/separator.gif") repeat-x bottom;
  margin-top: 1em;
  padding-bottom: 1.3em; }

.tipo4 .info01:first-child, .tipo4a .info01:first-child {
  margin-top: 0; }

.tipo4 .box_padding01, .tipo4a .box_padding01 {
  padding-bottom: 0; }

.tipo4 .list_link05 .elem,
.tipo4a .list_link05 .elem {
  clear: both;
  margin-right: 0;
  width: 100%; }

.tipo4 .slider02 .list,
.tipo4a .slider02 .list {
  min-height: 13.0em; }

.tipo4 .slider03 .list,
.tipo4a .slider03 .list {
  height: 13.5em; }

.tipo4 .slider03,
.tipo4a .slider03 {
  padding: 1.3em .5em; }

.tipo4 .rating {
  padding-top: 0; }

.tipo4a .list_link04 li {
  margin: 0 0em 0 1.1em;
  width: 7.2em; }

.tipo4 .list_link04 li {
  margin: 0 0em 1em 1.3em;
  width: 7.2em; }

.tipo4 .list_link04 ul {
  width: 100%; }

.tipo4 .info01,
.tipo4a .info01 {
  width: 100%; }

.tipo4 .text01 .text,
.tipo4a .text01 .text {
  width: 90%;
  padding: 1em 0 0; }

.tipo4 .WLR_links_09 .image02,
.tipo4a .WLR_links_09 .image02 {
  width: 100%; }

.tipo4 .box05, .tipo4a .box05 {
  width: 100%; }

em.ajuste {
  height: 3em; }

body {
  font-size: 62.5%;
  font-family: 'fruitiguerroman',verdana,sans-serif;
  color: #303030;
  margin: 0;
  line-height: 1; }

a {
  color: #ec0000; }

a:hover {
  color: #c90212; }

.nodisplay {
  display: none !important; }

.display {
  display: block !important; }

.checknojs {
  display: none; }

.hidden {
  visibility: hidden !important; }

.dnone {
  display: none!important; }

.box18:after, .box18 ul:after, .top01:after, .form01:after, .box-grey:after, .box_padding02:after, .list_link11 li:after, .boxCatalog .product_promo .product_box .product_links:after, .field01:after, .field02:after, .top08:after, .field03:after, .top09:after, .image05:after, .gallery3D:after, .menu02:after, .border_box:after, .box_padding01:after, .separator01:after, .box10:after, .content:after, .text01:after, .submenu:after, .field07:after, .box19:after, .topbar01:after, .tab04:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.gradient_header {
  font-size: 1.4em;
  color: #383838;
  font-family: fruitiguer;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cacaca; }

.box-grey {
  background: #f6f8f8;
  border: 0.1em solid #e0e0e0;
  padding: 1em 0;
  clear: both; }

span.check {
  cursor: pointer;
  width: 1.6em;
  padding-top: 1.7em;
  height: 0;
  overflow: hidden;
  position: relative;
  background: url("../img/check.png") 0 0 no-repeat transparent; }

span.check.active {
  background-position: 0 bottom; }

span.radio {
  cursor: pointer;
  width: 1.7em;
  height: 0;
  padding-top: 1.7em;
  overflow: hidden;
  position: relative;
  background: url("../img/ico_radio.png") 0 0 no-repeat transparent;
  display: block; }

span.radio.active {
  background-position: 0 bottom; }

.prev {
  font-size: 1em;
  border: 0;
  width: 1.5em;
  display: block;
  height: 0;
  overflow: hidden;
  height: 2.3em;
  text-indent: -9999px;
  cursor: pointer; }

.prev:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.prevProducts {
  border: medium none;
  width: 1.7em;
  background: transparent url("../img/flecha_prev.png") 0 0 no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2em; }

.prevProducts:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.prevProducts:hover {
  background: transparent url("../img/flecha_prev.png") 0 -23px no-repeat; }

.nextProducts {
  border: medium none;
  width: 2.2em;
  background: transparent url("../img/flecha_next.png") 5px 0 no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2em; }

.nextProducts:hover {
  background: transparent url("../img/flecha_next.png") 5px -23px no-repeat; }

.next {
  font-size: 1em;
  border: 0;
  width: 1.5em;
  display: block;
  height: 0;
  overflow: hidden;
  height: 2.3em;
  text-indent: -9999px; }

.prev02 {
  font-size: 1em;
  width: 2em;
  border: 0;
  cursor: pointer;
  background: transparent url("../img/btn_prev_gr.png") 0 0 no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  height: 3.2em;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -5em; }

.prev02:hover {
  background: transparent url("../img/btn_prev_gr.png") 0 bottom no-repeat; }

.next02 {
  font-size: 1em;
  width: 2em;
  border: 0;
  cursor: pointer;
  background: transparent url("../img/btn_next_gr.png") 0 0 no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  height: 3.2em;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-right: -5em;
  right: 0; }

.next02:hover {
  background: transparent url("../img/btn_next_gr.png") 0 bottom no-repeat; }

.normalgrey {
  font-size: 1.4em;
  color: #666666;
  padding-bottom: 0.4em; }

.maxred {
  font-size: 2.4em;
  color: #ec0000;
  padding-bottom: 0.4em; }

.minigrey {
  font-size: 1.4em;
  color: #666666; }

.titles {
  font-family: 'fruitiguer',verdana,sans-serif; }

.titles h2 {
  color: #ec0000;
  font-size: 1.333em;
  font-weight: bold;
  padding-bottom: 0.500em; }

.titles h3 {
  color: #303030;
  font-size: 1.167em;
  font-weight: bold; }

.btn_action {
  text-align: center;
  line-height: 1.2em;
  background: #fe0505;
  border-radius: 1.5em;
  padding: .4em 1.2em .6em;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  font-family: verdana,arial,sans-serif;
  float: left;
  font-weight: bold; }

.btn_action:hover {
  background: #c90212;
  color: #fff; }

.btn_secondary {
  background: #fff;
  color: #fe1111 !important;
  font-size: 1.2em !important;
  display: inline-block !important;
  text-align: center !important;
  border-radius: 1.5em !important;
  padding: .5em .8em;
  font-weight: bold; }

.btn_secondary:hover {
  color: #cc1221 !important;
  color: #fe1111 !important; }

.btn_secondary02 {
  background: white url("../img/btn_secondary.png") repeat-x bottom;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fe1111;
  font-size: 1.4em;
  display: inline-block;
  text-align: center;
  border-radius: .4em;
  box-shadow: .1em .1em .1em #333;
  padding: .5em .8em; }

.btn_secondary02:hover {
  color: #cc1221;
  color: #fe1111; }

.btn_primary {
  border: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background: #ec0000 !important;
  color: #fff !important;
  font-size: .75em !important;
  font-family: verdana,arial,sans-serif !important;
  display: inline-block !important;
  text-align: center !important;
  border-radius: 1.5em !important;
  padding: .5em .8em .6em;
  font-weight: bold; }

.btn_primary:hover {
  background: #cc1221 !important;
  color: #fff !important; }

.btn_primary_off,
.btn_primary_off:hover {
  border: 0;
  cursor: default;
  text-decoration: none;
  background: #b8b8b8;
  border: 1px solid #7f7f7f;
  color: #fff;
  font-size: 1.2em !important;
  font-family: verdana,arial,sans-serif !important;
  display: inline-block !important;
  text-align: center !important;
  border-radius: 1.5em !important;
  padding: .5em .8em;
  font-weight: bold; }

.btn_primary02 {
  text-shadow: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  background: #fD0808;
  color: #fff;
  font-size: 1.2em;
  font-family: verdana,arial,sans-serif;
  display: inline-block;
  text-align: center;
  border-radius: 1em;
  padding: .6em 1em .7em;
  font-weight: bold; }

.btn_primary02:hover {
  background: #cc1221;
  color: #fff; }

.btn_close {
  border: 0;
  cursor: pointer;
  height: 1.6em;
  width: 1.6em;
  display: block;
  background: url("../img/btn_close.png") no-repeat transparent;
  text-indent: -999.9em; }

.btn_close:hover {
  background-position: 0 bottom; }

.btn_close02 {
  border: 0;
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  cursor: pointer;
  height: 1.1em;
  width: 1.1em;
  display: block;
  background: transparent url("../img/btn_close2.png") no-repeat;
  text-indent: -999.9em;
  cursor: pointer;
  border: 0; }

.btn_close03 {
  height: 16px;
  border: 0;
  position: absolute;
  top: 2em;
  right: 1em;
  padding: 0 0 0 1em;
  cursor: pointer;
  display: block;
  cursor: pointer;
  border: 0;
  font-size: 1.1em;
  text-decoration: underline; }

.ie8 .btn_close03, .ie10 .btn_close03 {
  padding-left: 1.3em; }

.btn_close03:hover {
  color: #cb0213; }

.btn_more {
  color: #303030;
  display: block;
  text-align: right; }

.btn_more02 {
  color: #303030;
  display: block;
  text-align: right;
  padding: 2.250em 0 0 0; }

.btn_close_popup {
  border: 0;
  cursor: pointer;
  display: block;
  width: 2.6em;
  height: 2.7em;
  position: absolute;
  top: 1.5em;
  right: 2em;
  background: transparent url("../img/btn_close_popup.png") no-repeat;
  text-indent: -999.9em; }

.btn_close_popup:hover {
  background: transparent url("../img/btn_close_popup.png") no-repeat 0 -2.7em; }

button.clear {
  display: block;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border: 0;
  background: transparent url("../img/btn_clear.png") 0 0.9em no-repeat;
  color: #383838;
  cursor: pointer;
  font-size: 1.2em;
  text-decoration: underline;
  text-shadow: 0 0;
  padding: .5em .5em 0.2em 1.4em;
  float: right; }

button.clear:focus {
  color: white;
  outline: .1em dotted white; }

a.check {
  display: none;
  width: 1.9em;
  height: 1.8em;
  background: url("../img/checkbox.png") no-repeat 0 0 transparent;
  vertical-align: text-bottom;
  margin-right: .3em; }

a.check.active {
  background-position: 0 bottom; }

.box_buttons01 {
  clear: both;
  display: none; }

.box_buttons01 a, .box_buttons01 button {
  float: right; }

.headerinfo {
  background: url("../img/bg_header.png") repeat-x 0 0;
  width: 100%;
  padding: 1em 0 0; }

.headerinfo .logo {
  float: left;
  width: auto;
  margin-left: 1em;
  min-width: 37.8em; }

.headerinfo .logo a img {
  border: 0; }

.headerinfo .logo .nameBank {
  float: right;
  padding: 1.2em; }

.headerinfo .logo .nameBank h2 {
  font-size: 2.8em;
  color: #666;
  margin: 0;
  font-weight: normal; }

.header01 {
  display: inline-block;
  width: 99%;
  position: relative;
  background: #fff;
  padding: 0.7em 0 0 .7em; }

.header01 .logo p {
  margin: 0;
  padding: 0;
  display: none; }

.header01 .logo a {
  display: block;
  height: 100%;
  float: left; }

.header01 .logo a:focus {
  outline: 1px dashed black; }

.header01 .logo h1 {
  font-size: 2.8em;
  color: #666666;
  display: inline;
  margin: 0;
  padding: 0.1em 0 0;
  font-weight: normal;
  float: left; }

h1.logo {
  float: left;
  margin: -0.1em 0 0 -0.1em;
  border-right: 1px solid #fff;
  height: 3.85em;
  overflow: hidden;
  width: 10.4em; }

h1.logo a img {
  width: 100%;
  height: auto; }

.menu01 {
  padding: 0 0 0.7em;
  font-family: verdana,arial,sans-serif; }

.menu01 ul {
  list-style: none;
  padding: 0 0 0 1.4em;
  margin: 0; }

.menu01 li {
  display: inline-block;
  background: #cdcdcd;
  padding: 0.4em 0.7em;
  border-radius: .3em;
  margin-right: 1em;
  font-size: 1.1em;
  margin: 0 0 0.5em 0; }

.menu01 li:hover, .menu01 li.active {
  background: #4c4c4c; }

.menu01 li a {
  color: #303030;
  text-decoration: none; }

.menu01 li:hover a, .menu01 li.active a {
  color: white; }

.menu01:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.menu02 {
  float: right;
  text-align: right;
  padding-left: 17em;
  min-width: 78%; }

.menu02 ul {
  display: block;
  float: right;
  margin: 1em 0;
  text-align: right; }

.menu02 ul.widthMax .noborder {
  border-right: 0; }

.menu02 ul li {
  display: block;
  position: relative;
  display: inline-table;
  text-align: right;
  border-right: .1em solid #666666;
  margin-bottom: 1.3em; }

.menu02 ul li.last {
  border: 0; }

.menu02 ul li a {
  font-size: 1.1em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: none;
  padding: 1em 1.000em; }

.menu02 .tooltip ul {
  display: block;
  position: absolute;
  z-index: 200;
  text-align: left;
  float: none;
  margin-top: 2em; }

.menu03 {
  display: block;
  margin-top: 4.2em;
  background: #f00; }

.menu03:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.no-boxshadow .menu03 {
  max-width: 95.5em!important; }

.menu03 .nav_menu .submenu ul {
  width: 100%; }

.menu03 ul, .menu03 li {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu03 .nav {
  width: 80%;
  float: left; }

.menu03 .nav_menu {
  display: block;
  visibility: visible!important; }

.menu03 .nav_menu li.menu-item1 {
  border-right: 1px solid #fff;
  float: left;
  height: 6.75em;
  max-width: 8.5%;
  min-width: 8em;
  overflow: hidden; }

.menu03 .nav_menu li:hover .menufirst, .menu03 .nav_menu li .menufirst:focus, .menu03 .nav_menu li .menufirst.active {
  background: #e6e6e6;
  color: #000000;
  padding: 1.3em .7em 0;
  margin: 0; }

.menu03 .nav_menu li .menufirst {
  line-height: 1.1em;
  font-family: fruitiguer;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 1.3em .7em 0;
  min-height: 4.4em;
  background: transparent; }

.menu03 .nav_menu_active {
  display: none; }

.menu03 .login01 {
  background: transparent;
  min-height: 3.3em;
  padding: 1.77em;
  width: auto;
  display: block;
  position: relative;
  right: 0;
  float: right; }

.menu03 .login01 .login01_inside {
  width: auto;
  top: 1.7em;
  right: 1em;
  border-radius: 1.3em;
  background: #fff;
  padding: 0; }

.menu03 .login01 p {
  margin: 0; }

.menu03 .login01 .form07 {
  padding-top: 1.4em; }

.menu03 .login01 .top13 {
  margin-bottom: 0;border:none }

.menu03 .login01 .form08 .top13 {
  margin-top: 0;
  padding-bottom: 0; }

.menu03 .login01 .form08 .field01 {
  padding-top: 1.4em; }

.menu03 .login01 .login01_inside:hover {
  background: #000; }

.menu03 .login01 .login01_inside:hover button.buttonLogin {
  color: #fff;
  background-position: left -3.3em; }

.menu03 .login01 .login01_inside.selected {
  background: #000; }

.menu03 .login01 .login01_inside.selected button.buttonLogin {
  color: #fff;
  background-position: left -3.3em; }

.menu03 .nav_sup nav .list_nav_sup li {
  display: inline-block; }

.menu03 .nav_sup nav .list_nav_sup li:first-child a.active {
  color: #fff;
  background: #5E606B;
  padding: 0.8em 1.2em; }

.nav_sup {
  position: relative; }

.nav_sup nav {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; }

.nav_sup nav ul {
  margin-left: 3.8em; }

.menu03 .nav_sup nav .list_nav_sup li {
  display: inline-block;
  margin-right: .1em; }

.menu03 .nav_sup nav .list_nav_sup li.active {
  display: inline-block; }

.menu03 .nav_sup nav .list_nav_sup li a {
  font-size: 1.1em;
  color: #3d3e3e;
  background: #e5e5e5;
  border-radius: .7em .7em 0 0;
  text-decoration: none;
  padding: .8em 1.2em;
  display: inline-block; }

.menu03 .nav_sup nav .list_nav_sup li a.active {
  color: #fff;
  background: #5E606B; }

.menu03 .nav_control {
  display: none; }

.menu03 button.responsive {
  display: none !important; }

.menu03 button.noresponsive {
  display: inline-block !important; }

.submenu {
  position: absolute;
  margin-top: 0;
  width: 100%;
  left: 0;
  z-index: 10000;
  background: #e6e6e6;
  border-bottom: 2px solid #f00;
  display: none; }

.submenu .list {
  display: block; }

.submenu ul {
  float: left; }

.submenu .category_list {
  width: 21%;
  padding: 0 1.5% 1em 1.5%;
  display: inline-block;
  vertical-align: top; }

.submenu ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.submenu .category_header {
  margin-bottom: 0.3em;
  display: block;
  color: #ec0000;
  font-size: 1.4em;
  text-decoration: none;
  font-family: fruitiguerroman;
  color: #303030;
  border-bottom: 2px solid #b2b2b2; }

.submenu .category_header:active {
  position: static; }

.submenu .category_header strong {
  display: block;
  font-weight: normal;
  padding: .6em .6em .6em 1.5em; }

.submenu .category_list ul {
  padding: 0; }

.submenu .category_list li {
  padding: 0 1em 0 1.3em; }

.submenu .category_list li:last-child {
  margin-bottom: 1em; }

/** .submenu .category_list li a:hover{background-color:#fff;color:#c90212 !important;} ***/
.submenu .category_list li.activing a:hover {
  background-color: #fff;
  color: #c90212 !important; }

.submenu .category_list ul a, .submenu .category_list ul span {
  margin: 0 3%;
  font-family: FrutigerLight;
  display: block;
  background: transparent url(../img/bullet_menuchildren.png) no-repeat 0em 0.5em;
  padding: .35em 0 .35em 1.5em;
  color: #303030;
  text-decoration: none;
  font-size: 1.2em;
  position: static;
  width: auto;
  border: 0; }

.submenu .category_list ul a:active {
  position: static; }

.submenu .info {
  width: 25%;
  position: relative;
  height: 100%;
  border-radius: .3em;
  display: inline-table; }

.submenu .submenuTab {
  min-height: 20em;
  display: block; }

.submenu .info .button {
  clear: both;
  position: absolute;
  bottom: 1.5em;
  left: 2em; }

.submenu .info .content {
  display: block;
  vertical-align: middle;
  padding: 3em 10em 5em 2em;
  height: 100%; }

.submenu .info .img {
  position: absolute;
  bottom: -6.5em;
  right: -6em;
  text-align: right;
  padding: 0; }

.submenu .info p {
  font-size: 1.6em;
  color: #ec0000;
  font-family: 'fruitiguer','fruitiguer',verdana,sans-serif; }

.submenu .btn_secondary {
  font-size: 1.4em;
  text-decoration: none; }

.submenu .info .img p img {
  height: 17.2em;
  width: 11em; }

.submenu_caso1 {
  float: left;
  width: 150%;
  left: -50%; }

.submenu_caso1 ul {
  width: 100%; }

.submenu_caso1 ul li {
  width: 82%; }

.submenu_caso2 {
  float: left;
  width: 51.6%; }

.submenu_caso2 ul {
  width: 100%; }

.submenu_caso2 .category_list {
  width: 46%; }

.submenu_caso1 .category_list {
  width: 87%;
  padding: 0 5% 1em; }

.login01 {
  padding: 1.2em 0 0 0;
  position: relative; }

.login01 button.buttonLogin {
  text-shadow: none;
  font-weight: normal;
  width: auto;
  font-size: 1.1em;
  line-height: 1.7em;
  position: relative;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #ef0000;
  padding: 0.2em .4em 0.2em 1.3em;
  cursor: pointer;
  margin: .2em .5em .2em 1.3em;
  border: 0; }

.menu03 .login01_inside:hover button.buttonLogin {
  color: #fff;
  background-position: left -4em; }

.login01 a {
  color: #303030;
  line-height: 1.2em;
  font-size: 1.1em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  display: inline-table; }

.login01 a:hover {
  color: #c90212; }

.login01 a.enroll {
  position: absolute;
  right: 3em;
  top: -1.8em; }

.popupLogin {
  position: absolute;
  right: 0;
  min-width: 30em;
  top: 6.8em;
  visibility: hidden;
  z-index: 1003; }

.popupLogin p {
  margin: 0;
  padding: 0; }

.popupLogin img.triangulo {
  position: absolute;
  right: 8em;
  top: 0.1em; }

.popupLogin .contentPop {
  background: #e6e6e6;
  padding: 0.5em 1.7em; }

.popupLogin .contentPop .form8 select {
  border: 0;
  background: transparent;
  height: 2.2em;
  width: 18em;
  padding-top: 0.3em; }

.popupLogin .contentPop .form8 select option {
  border: 0;
  background: #fff;
  padding: .34em 0 .34em .2em; }

.select_nojs {
  display: none; }

.icon_arrow {
  padding-right: 2.5em !important; }

.icon_location {
  padding-right: 2.7em !important; }

.icon_arrow.icon_arrow_hidden {
  background: transparent;
  padding-right: 1em!important; }

.icon_branch {
  padding-right: 3em !important; }

.btnsearch_responsive {
  display: none; }

.top01 {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #CACACA;
  background: #F7F7F7; }

.top01 h1 {
  float: left;
  font-family: Frutigerlight;
  color: #383838;
  font-size: 1.8em;
  padding: 0.5em 0.8em;
  line-height: 1.1em;
  margin: 0;
  font-weight: normal; }

.top02 {
  font-weight: bold;
  margin: 0; }

.top02 h1, .top02 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

.box30 .top01 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

.top02 .subtitle {
  font-size: 1.7em;
  font-weight: normal;
  color: #000;
  margin: 0;
  font-family: 'FrutigerLight';
  padding: 0.3em 0 .7em 0; }

.box16 .top02 {
  background-color: #fff;
  color: white;
  font-weight: normal;
  margin: 0; }

.box16 .top02 h1 {
  border-bottom: none;
  color: #303030;
  font-family: 'FrutigerLight';
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0.2em 0; }

.box16 .top02 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

.top02_v1 {
  padding-bottom: .5em; }

.top02_v1 h1 {
  font-family: fruitiguerroman;
  color: #303030;
  font-size: 1.8em;
  padding: .5em;
  margin: 0;
  font-weight: normal; }

.top02_v1 h2 {
  font-family: fruitiguerroman;
  color: #303030;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.top03 {
  padding-left: 0.4em;
  padding-top: 0.7em;
  font-family: 'fruitiguerroman',arial,sans-serif;
  margin-bottom: .6em; }

.top03 h2, .top03 h1 {
  font-size: 1.8em;
  color: #303030;
  padding-bottom: .3em;
  margin: 0;
  font-weight: normal; }

.top03 .subtitle {
  font-size: 1.4em;
  font-weight: normal;
  color: #303030;
  margin: 0;
  font-family: 'fruitiguerroman'; }

.top04 {
  color: white;
  font-weight: bold;
  margin: 0;
  border-radius: 0; }

/* .top04 h1, .top04 h2  {color: #383838;font-family: fruitiguerroman;font-size: 1.6em;font-weight: normal;margin: 0;padding: 0.5em 0.6em;} */
.top04 h1, .top04 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

/* .top04 .subtitle{font-size:1.4em;font-weight:normal;color:#303030;margin:0;font-family:'fruitiguerroman';padding:0.5em .7em;} */
.top04 .subtitle {
  font-size: 1.7em;
  font-weight: normal;
  color: #000;
  margin: 0;
  font-family: 'FrutigerLight';
  padding: 0.3em 0 .7em 0; }

.top05 {
  color: white;
  font-weight: bold; }

.top05 h1, .top05 h2 {
  color: #383838;
  font-family: fruitiguerroman;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0.8em 0.6em; }

.top05 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

.box01 .top05 {
  background-color: #fff;
  padding-bottom: 1em; }

.top06 {
  border-radius: 0;
  color: white;
  font-weight: bold;
  margin: 0 0 1em 0; }

.top06 h1 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .5em 0 .3em; }

.top06 h2,
.top06 .subtitle {
  color: #303030;
  font-family: 'FrutigerLight';
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.top06.v5 h2 {
  margin: 0 0 1em 0; }

.top07 {
  color: white;
  font-weight: bold; }

.top07 h1 {
  font-family: FrutigerLight;
  color: #383838;
  font-size: 1.8em;
  padding: 0.5em;
  line-height: 1.1em;
  margin: 0;
  font-weight: normal; }

.top07 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

.top08 {
  padding-bottom: 1.2em; }

.top08 .icon {
  width: 5%;
  float: left; }

.top08 h1 {
  width: 95%;
  float: left;
  font-weight: normal;
  color: #303030;
  margin: 0;
  padding: 0;
  font-size: 1.6em; }

.top08 h1.send_message {
  width: 95%;
  float: left;
  font-weight: normal;
  color: #303030;
  margin: 0;
  font-size: 1.6em;
  background: transparent url("../img/ico_email02.png") no-repeat left top;
  padding: 0 0 0.5em 2em; }

.top09 h1 {
  width: 95%;
  float: left;
  font-weight: normal;
  color: #ec0000;
  margin: 0;
  margin-bottom: .3em;
  padding: 0;
  font-size: 1.8em; }

.top09 h1 span {
  color: #303030;
  font-size: .875em; }

.top10 {
  background-color: #F7F7F7;
  color: white;
  font-weight: bold;
  margin: 0; }

.top10 h1 {
  color: #383838;
  font-family: 'FrutigerLight';
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 0.6em; }

.top10 h2 {
  font-size: 1.4em;
  font-family: 'FrutigerLight';
  font-weight: normal;
  color: #303030;
  padding: 0.56em 0.6em .3em .6em;
  margin: 0; }

.top11 {
  padding-bottom: 1em; }

.top11 h2 {
  color: #ec0000;
  font-size: 1.6em;
  font-weight: normal;
  padding: 0 0 0.3em 0;
  margin: 0; }

.top11 h3 {
  color: #303030;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.top12 {
  padding: .6em 0;
  background-color: #F7F7F7;
  color: white;
  font-weight: normal;
  margin: 0; }

.top12 h1 {
  background-color: #F7F7F7;
  border-bottom: 1px solid #CACACA;
  color: #383838;
  font-family: fruitiguer;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 0 .5em 0.6em; }

.top12 h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #303030;
  margin: 0;
  font-family: 'fruitiguerroman';
  padding: 0.5em 0 0 .8em; }

.top13 {
  padding-bottom: 1.5em;
  margin-top: 1.5em; }

.top13 h3, .top13 .title, .top13 legend {
  font-size: 1.8em;
  font-weight: normal;
  color: #303030;
  margin: 0;
  padding: 0; }
.menu03 .top13 legend{padding-right: 30px;min-height: .5em;}
.top13 h3 strong,
.top13 .title strong {
  font-weight: normal; }

.stylep01 {
  font-family: 'fruitiguerroman';
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303030;
  font-size: 1.2em;
  margin: .2em .4em 0 0;
  float: left;
  width: 19%;
  text-align: right; }

.aui-view-720 .stylep01 {
  width: 12%; }

.stylep02 {
  font-family: 'fruitiguerroman';
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303030;
  font-size: 1.2em;
  padding: 0.3em 0 0 0;
  float: left;
  width: 25%;
  margin: 0 0 0 .5em;
  text-align: left; }

.aui-view-720 .stylep02 {
  width: 24%; }

.tabs01 {
  padding-left: 0;
  margin: 0 auto;
  list-style: none; }

.no-multiplebgs .tabs01 .top {
  background: url("../img/tab_arrow.png") #6a6a6a no-repeat top right; }

.no-multiplebgs .tabs01 .top.active {
  background: url("../img/tab_arrow.png") #6a6a6a no-repeat right bottom; }

.tabs01 .top {
  min-height: 3.6em;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  background: #6a6a6a url("../img/tab_arrow.png") no-repeat top right;
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.tabs01 .top.active {
  background-position: right bottom, left top; }

.tabs01 .top a {
  color: white;
  text-decoration: none; }

.tabs01 .top h3 {
  padding: 0.5em 0.7em;
  font-size: 1.6em;
  line-height: 1.188em;
  font-weight: bold;
  margin: 0; }

.tabs01 .top.display span {
  background-position: 0 bottom; }

.tabs01 .tabContent {
  margin: 0 0 0.3em 0 !important;
  list-style: none;
  padding: 0; }

.tabs01 .content {
  height: 100%;
  display: block;
  width: 100%;
  padding: 0 0 .3em 0; }

.tabs01 .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.tabs01 .content .tabTable {
  display: table;
  width: 100%; }

.tabs01 .content .tabMenu {
  display: table-cell;
  vertical-align: top;
  width: 25%; }

.tabs01 .content .tabMenu ul {
  padding-left: 0; }

.tabs01 .content .tabMenu li {
  width: 100%;
  list-style: none;
  font-size: 1.4em;
  position: relative;
  display: block;
  clear: both;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: none; }

.tabs01 .content .tabMenu li a {
  border: 0 none;
  color: #303030;
  display: block;
  padding: 0.714em 0.857em;
  text-decoration: none; }

.tabs01 .content .tabMenu li a:hover {
  color: #c90212;
  text-decoration: underline; }

.tabs01 .content .tabMenu li span {
  display: block;
  height: 3.2em;
  width: 0.65em;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: -9px;
  background: transparent url(../img/arrow_activo.png) no-repeat; }

.tabs01 .content .tabMenu li.active {
  background-color: #8b8b8b; }

.tabs01 .content .tabMenu li.active a {
  color: white;
  text-decoration: none;
  background: none; }

.tabs01 .content .tabBody {
  display: table-cell;
  vertical-align: top;
  width: 75%;
  min-height: 20em;
  background-color: #F7F7F7;
  margin: 0; }

.tabs01 .content .tabPest {
  display: none;
  font-size: 1.2em; }

.tabs01 .content .tabPest.display {
  display: block; }

.tabs01 .content .tabPest .box_contenido {
  font: 1.1em 'FrutigerLight';
  overflow: hidden;
  background: white url("../img/inside-corner.png") no-repeat 6px 0;
  margin: .8em;
  padding: .8em;
  line-height: 1.500em; }

.tabs01 .content .tabPest .box_contenido p {
  margin: 0; }

.tabs01 .content .tabBody02 {
  min-height: inherit; }

.tabs01 .content .tabMenu form {
  display: none; }

.tabs01 .content .rating div {
  float: left; }

.tabs01 .content .rating div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.tabs02 {
  left: 0;
  padding-left: 0;
  top: 0;
  list-style: none; }

.tabs02:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.tab04 a {
  text-decoration: none; }

ul.tab04, .tab04 li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none; }

.tab04 .elemtab01 {
  display: inline-table;
  vertical-align: top;
  margin-top: .3em; }

.tab04 .tabContent {
  display: inline;
  position: absolute;
  margin-top: 2em;
  left: 0;
  width: 98%;
  padding: 1% 1% 0; }

.tab04 .tabContent ul, .tab04 .tabContent li {
  list-style: none;
  margin: 0;
  padding: 0; }

.tab04 .tabContent .column01 {
  display: inline-table;
  margin-right: 1px;
  width: 30.5%;
  padding-left: 1% !important;
  padding-right: 1% !important;
  border-collapse: separate;
  padding-top: 1em; }

.tab04 .tabContent .column01 ul li {
  background: url("../img/bullet_black.gif") 0 7px no-repeat;
  padding: 0 0 0 1.2em; }

.tab04 .tabContent .column01 ul li ul li {
  background: none;
  padding: 0; }

.tab04 .tabContent .column01 ul li a {
  display: block;
  font-size: 1.4em !important;
  line-height: 1.143em;
  padding-bottom: 0.857em;
  color: #303030;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-decoration: none; }

.tab04 .tabContent .column01 ul li span {
  display: block;
  font-size: 1.4em;
  line-height: 1.143em;
  padding-bottom: 0.857em;
  color: #303030;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-decoration: none; }

.tab04 .tabContent .column01 ul li ul a:hover {
  background: url("../img/bullet_triangle_hover.png") 0 2px no-repeat; }

.tab04 .tabContent .column01 ul li a:hover {
  color: #c90212; }

.tab04 .tabContent .column01 ul li ul li a {
  background: url("../img/bullet_triangle.png") 0 2px no-repeat;
  padding: 0 0 0 1.2em;
  font-size: 1.2em;
  line-height: 1.167em;
  padding-bottom: 0.667em; }

.tab04 .tabContent .column01 ul li ul li span {
  background: url("../img/bullet_triangle.png") 0 2px no-repeat;
  padding: 0 0 0 1.4em;
  font-size: 1.2em;
  line-height: 1.167em;
  padding-bottom: 0.667em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  display: block; }

.tab04 .linktab01 {
  font-size: 1.6em;
  color: #303030;
  display: block;
  text-decoration: none;
  padding-left: 1.563em;
  background: url("../img/taptop.png") top right no-repeat;
  padding-right: 1.300em; }

.tab04 .linktab01.active {
  font: 1.6em fruitiguerroman;
  color: #ec0000;
  display: block;
  text-decoration: none;
  padding-left: 1.563em;
  background: url("../img/taptop_active.png") top right no-repeat;
  padding-right: 1.300em; }

.tab04 .linktab01:hover {
  color: #c90212;
  text-decoration: underline; }

.tab04 .linktab02 {
  color: #ec0000;
  display: block;
  font-size: 1.6em;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 0.750em;
  text-decoration: none;
  margin-bottom: 0.750em; }

.slider01 {
  background: url("../img/content_top_flecha.png") #f7f7f7 no-repeat top center;
  padding: 3em;
  position: relative;
  overflow: hidden; }

.slider01 .prevNav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 100%;
  background: #f7f7f7;
  z-index: 2; }

.slider01 .nextNav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
  background: #f7f7f7;
  z-index: 2; }

.slider01 .prev {
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -10px;
  cursor: pointer;
  z-index: 2; }

.slider01 .next {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -10px;
  cursor: pointer;
  z-index: 2; }

.slider01 .list {
  position: relative; }

.slider01 .list .mask, .slider01 .list .maskf {
  position: relative; }

.slider01 .list ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%; }

.slider01 .list li p {
  margin: 0;
  padding: 0; }

.slider01 .list li {
  position: relative;
  border-radius: 10px;
  float: left;
  width: 11.6em;
  min-height: 10em;
  cursor: pointer;
  margin: 0 1em 0 0;
  padding: 0 0 2em 0;
  background: url("../img/bg-drag-bottom.png") 0 bottom no-repeat; }

.slider01 .list li div {
  background: url("../img/bg-drag.png") 0 top no-repeat;
  padding: 1em 2.4em 0 1em;
  min-height: 9em; }

.slider01 .list li:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.slider01 .list li .img {
  display: block;
  text-align: center;
  padding: 0.5em 0;
  background: white; }

.slider01 .list li .img img {
  position: static;
  width: 7em;
  height: 6em; }

.slider01 .list li div.text {
  display: none; }

.slider01 .list li div.types {
  display: none; }

.slider01 .list p.title {
  display: block;
  text-align: center;
  color: #303030;
  font-size: 1em;
  padding: 0.5em;
  text-transform: uppercase;
  word-wrap: break-word; }

.slider01 .list li:hover, .slider01 .list li.activo {
  background: url("../img/bg-drag-bottom-hover.png") 0 bottom no-repeat; }

.slider01 .list li:hover div, .slider01 .list li.activo div {
  background: url("../img/bg-drag-hover.png") 0 top no-repeat; }

.slider01 .list li:hover a {
  color: #c90212;
  text-decoration: none; }

.slider01 .list li:hover span.text {
  color: #c90212;
  text-decoration: none; }

.slider01 .list a {
  color: #303030;
  text-decoration: none; }

.slider01 .list a:hover {
  color: #c90212;
  text-decoration: none; }

.slider01 .list li.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.slider01 .list li .btn_close {
  display: none; }

.slider01 .list li.disabled .clone {
  opacity: 1; }

.slider01 .list li.disabled span.text {
  color: #303030; }

.slider01 .list li.noHand {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  cursor: pointer;
  float: left;
  margin: 0 2.5em 0 0;
  min-height: 10em;
  padding: 1em;
  position: relative;
  width: 8.6em; }

.slider01 .list li.noHand:hover {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #EC0000; }

.slider02 {
  position: relative;
  margin: 0 auto;
  border-radius: 0;
  padding: 1.3em 2.3em; 
  overflow:hidden;}

.slider02 .list {
  overflow: hidden;
  height: 10.5em;
  position: relative; }

.slider02 .mask {
  position: relative; }

.slider02 ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

.slider02 ul.NoPagination {
  position: relative !important; }

.slider02 ul.NoPagination li {
  margin-bottom: 1em; }

.slider02 .list.showAll {
  height: auto !important; }

.slider02 li {
  visibility: hidden;
  width: 15em;
  height: 10em;
  float: left;
  margin: 0 0.6em;
  position: relative; }
  
.slider02 li a{
   margin: 0.2em;}

.slider02 li a, .slider02 li img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;}

.slider02 li a:hover, .slider02 li a.active {
  border: 2px solid #c90212;
  margin: 0; }

.slider02 img {
  width: 100%;
  height: 100%; }

.slider02 .prev {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -2em;
  cursor: pointer; }

.slider02 .next {
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -2em;
  cursor: pointer;
  z-index: 1; }

.slider02 li.visibles {
  visibility: visible; }

.slider02 li.visibles audio {
  width: 100%; }

.slider03 {
  position: relative;
  margin: 0 auto;
  background: transparent;
  padding: 1.3em 2.3em; }

.slider03 .list {
  overflow: hidden;
  height: 11.5em; }

.slider03 .mask {
  position: relative; }

.slider03 ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

.slider03 li {
  cursor: pointer;
  visibility: hidden;
  width: 28.9em;
  height: 11em;
  float: left;
  margin: 0 0.6em;
  position: relative;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 8px; }

.slider03 li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.slider03 li p.contenido {
  font-size: 1.2em;
  color: #303030;
  margin-top: 0; }

.slider03 li p.titulo {
  font-size: 1.8em;
  color: #ec0000;
  margin-top: 0;
  margin-bottom: 0.5em; }

.slider03 li a:hover, .slider02 li a.active {
  border: 2px solid #c90212;
  margin: 0; }

.slider03 img {
  width: 100%;
  height: 100%;
  border-radius: 8px; }

.slider03 .prev {
  position: absolute;
  top: 47%;
  left: 0.5em;
  margin-top: -2em;
  cursor: pointer; }

.slider03 .next {
  position: absolute;
  top: 47%;
  right: 0.5em;
  margin-top: -2em;
  cursor: pointer; }

.slider03 li.visibles {
  visibility: visible; }

.slider03 li.active, .slider03 li:hover a {
  border-radius: 1em; }

.slider03 li.active p.contenido, .slider03 li.active p.titulo, .slider03 li:hover p.contenido, .slider03 li:hover p.titulo {
  color: #fff; }

.pagination03 {
  clear: both;
  text-align: center;
  font-size: 1em; }

.slider03 .pagination03 ul {
  padding: 0;
  margin: 1em 0 0 0;
  float: none;
  position: static;
  margin-left: 45%; }

.slider03 .pagination03 li {
  visibility: visible;
  display: inline;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  box-shadow: none;
  border: 0; }

.slider03 .pagination03 li:hover {
  border: 0; }

.slider03 .pagination03 li a {
  cursor: default;
  background: transparent url(../img/fondo_link.png) no-repeat;
  position: relative;
  height: 1.2em;
  width: 1.2em;
  color: #fff; }

.slider03 .pagination03 li a:hover {
  background: transparent url(../img/fondo_link_active.png) no-repeat; }

.slider03 .pagination03 li a.active {
  background: transparent url(../img/fondo_link_active.png) no-repeat; }

.slider03 .pagination03 li a:hover {
  height: 1.2em;
  width: 1.2em;
  border: 0; }

.slider03 .pagination03 li .pages_num {
  position: absolute;
  left: -10em; }

.slider04 {
  position: relative;
  margin: 0 auto;
  background: transparent; }

.slider04 .list_link04 ul {
  width: 100%; }

.slider04 .mask {
  position: relative;
  border-collapse: separate; }

.slider04 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.slider04 li {
  cursor: pointer;
  display: none !important;
  width: 28.9em;
  height: 11em;
  margin: 0 0.6em;
  position: relative; }

.slider04 li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.slider04 li p.contenido {
  font-size: 1.2em;
  color: #303030;
  margin-top: 0; }

.slider04 li p.titulo {
  font-size: 1.8em;
  color: #ec0000;
  margin-top: 0;
  margin-bottom: 0.5em; }

.slider04 li a:hover, .slider02 li a.active {
  margin: 0; }

.slider04 img {
  width: auto;
  height: auto; }

.slider04 .prev {
  position: absolute;
  top: 47%;
  left: 0.5em;
  margin-top: -2em;
  cursor: pointer; }

.slider04 .next {
  position: absolute;
  top: 47%;
  right: 0.5em;
  margin-top: -2em;
  cursor: pointer; }

.slider04 li.visibles {
  display: inline-table !important; }

.slider04 li.active p.contenido, .slider04 li.active p.titulo, .slider04 li:hover p.contenido, .slider04 li:hover p.titulo {
  color: #fff; }

.pagination03 {
  clear: both;
  text-align: center;
  font-size: 1em; }

.slider04 .pagination03 ul {
  padding: 0;
  margin: 1em 0 0 0;
  float: none;
  position: static;
  margin-left: 45%; }

.slider04 .pagination03 li {
  visibility: visible;
  display: inline;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  box-shadow: none;
  border: 0; }

.slider04 .pagination03 li:hover {
  border: 0; }

.slider04 .pagination03 li a {
  background: transparent url(../img/fondo_link.png) no-repeat;
  position: relative;
  height: 1.2em;
  width: 1em;
  color: #fff; }

.slider04 .pagination03 li a:hover {
  background: transparent url(../img/fondo_link_active.png) no-repeat; }

.slider04 .pagination03 li a.active {
  background: transparent url(../img/fondo_link_active.png) no-repeat; }

.slider04 .pagination03 li a:hover {
  height: 1.2em;
  width: 1em;
  border: 0; }

.slider04 nav {
  display: none; }

.drag01 {
  background: url("../img/content_bottom_flecha.png") no-repeat top center;
  padding: 3em 0; }

.drag01 .box {
  border: .3em dashed #b9b9b9;
  width: 23.25%;
  margin: 0.5%;
  float: left; }

.drag01 .box.activo {
  border: .3em dashed #EB1414; }

.drag01 .box.elem li {
  list-style: none;
  cursor: default; }

.drag01 .box.elem {
  background: url("../img/drag_gradient.gif") #f1f1f1 repeat-x;
  border: .1em solid #c0c0c0;
  position: relative;
  margin: 0.3% 0.7%; }

.drag01 .box.elem h3 {
  font-size: 1.6em;
  font-weight: normal;
  color: #ec0000;
  text-transform: capitalize;
  margin: 0;
  padding: 1em 1.9em 1em 1em;
  word-wrap: break-word; }

.drag01 .box.elem h3 a {
  text-decoration: none; }

.drag01 .box.elem h3 span {
  color: #303030;
  display: block; }

.drag01 .box.elem p.title {
  display: none; }

.drag01 .box.elem .btn_close {
  position: absolute;
  top: 1em;
  right: 1em; }

.drag01 .box.elem .img {
  display: block;
  text-align: center;
  border-bottom: .1em solid #d6d3d3;
  padding-bottom: 1.5em;
  margin: 0 2em; }

.drag01 .box.elem .img img {
  height: 6em;
  position: static;
  width: 7em; }

.drag01 .box.elem div.text {
  font-size: 1.4em;
  color: #666666;
  padding: 1.5em 0;
  border-top: .1em solid #fefefe;
  border-bottom: .1em solid #d6d3d3;
  margin: 0 2em; }

.drag01 .box.elem div.text p {
  padding: 0;
  margin: 0; }

.drag01 .box.elem div.types {
  margin: 0 3em; }

.drag01 .box.elem div.type {
  padding: 1.5em 0;
  border-top: .1em solid #fefefe;
  border-bottom: .1em solid #d6d3d3; }

.drag01 .box.elem div.type p {
  padding: 0;
  margin: 0; }

.drag01 .box.elem div.type:last-child, .drag01 .box.elem div.type.last {
  border-bottom: 0; }

.drag01 .box.elem div.button {
  text-align: center;
  padding-bottom: 2em;
  padding-top: 2em; }

.drag01 .box.elem div.button .btn_primary {
  font-size: 1.2em !important; }

.drag01 .box.elem span.hand {
  display: none; }

.drag01 .box p.message {
  text-align: center;
  display: block;
  margin: 3em;
  color: #666666;
  font-size: 1.2em;
  background: url("../img/ico_hand.png") bottom center no-repeat;
  min-height: 5.5em;
  padding-bottom: 2em; }

.form01 {
  padding: 0;
  margin: 0 0 2em 0;
  position: relative; }

.form01 .box-grey label {
  display: block;
  font-size: 1.2em;
  float: left;
  width: 25%; }

.form01 .buttons {
  clear: both;
  display: none; }

.form01 .buttons a {
  float: right; }

.form01 #sliderValue {
  display: none; }

.form02 {
  margin: 0;
  padding: 0; }

.form02 ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.form03 {
  margin: 0;
  padding: 0; }

.form03 ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.form03 p.title {
  font-size: 1.4em;
  margin-top: 0; }

.form04 {
  width: 40%;
  display: block;
  float: right; }

.form05 {
  width: 50%;
  display: block;
  float: right; }

.form06 {
  clear: both;
  position: relative; }

.form06 .btn_close {
  position: absolute;
  right: 1.1em;
  top: 1.1em; }

.form07 {
  border-bottom: .1em solid #ffffff; }

.form08 .btn_primary {
  font-size: 1.2em!important;
  padding: .5em .8em .6em;
  margin: .1em 0 0 .3em; }

.login01 .field01 p {
  float: right; }

.conte-select {
  background: url("../img/ico_select.png") no-repeat scroll right center white;
  float: left;
  font: 1.2em/1.2em "fruitiguerroman";
  height: 2.4em;
  overflow: hidden;
  position: relative;
  width: 17.5em; }

.form08 .conte-select select {
  border: 0;
  background: transparent;
  height: 2.2em;
  width: 19.2em;
  padding-top: 0.5em;
  color: #a8a8a8; }

.form08 .conte-select select option {
  border: 0;
  padding: .34em 0 .34em .2em; }

.captcha01 p {
  color: #303030;
  font-size: 1.2em;
  text-align: left; }

.captcha01 .image {
  display: inline-table;
  vertical-align: top; }

.captcha01 .links {
  display: inline-table;
  vertical-align: top;
  padding: 0 0 1.2em 0; }

.captcha01 .links a {
  color: #ec0000; }

.captcha01 .field04 {
  clear: both; }

.button-active {
  border: 0;
  background: none;
  box-shadow: none;
  font-size: 1.4em;
  font-weight: bold; }

.content02 {
  clear: both;
  padding: 0 2em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.content02 p {
  line-height: 1.4em; }

.content02 p.image06 {
  width: 21%;
  text-align: center;
  float: left;
  background: white;
  padding: 1%;
  margin-right: 2%; }

.content02 .text05 {
  font-size: 1em;
  width: 75%;
  float: right; }

.content02 .text05 p {
  margin: 0;
  padding: 0; }

.list_link10 {
  margin: 2em 0 2em 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: table; }

.list_link10 li {
  display: table-cell;
  width: 19%;
  padding: 0 5% 0 0;
  height: 100%; }

.list_link10 p.text {
  min-height: 4.3em; }

.list_link10 p.img {
  border: .1em solid #e8e8e8;
  display: inline-table;
  background: url("../img/gradient_error.gif") #f0f0f0 repeat-x;
  padding: 0.5em; }

.list_link10 p.img img {
  text-align: center; }

.text05 {
  width: 70%;
  float: right; }

.form_search03 {
  clear: both;
  border-top: .1em solid #dfdddd;
  border-bottom: .1em solid #dfdddd;
  padding: 0.8em 0;
  margin: 0; }

.form_search03 button {
  border-radius: 0;
  background: url("../img/ui-search-button.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  min-height: 3.1em;
  text-indent: -9999px;
  width: 3.1em;
  position: relative;
  top: -0.3em; }

.form_search03 button:hover {
  background-position: 0 -4.55em; }

.form_search03 label {
  display: block;
  width: 30%;
  display: inline-block;
  padding: 1em 3% 0 0;
  text-align: right; }

.form_search03 input {
  width: 57%;
  color: #999999;
  font-size: 1.2em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  background: white;
  border: .1em solid #c1c1c1;
  height: 2.250em;
  padding: 0 0.583em;
  margin: 0.2em 1em 0 0; }

.form_search03 input:focus {
  border: .1em solid #303030;
  color: #303030; }

.text07 {
  font-weight: bold; }

.top14 {
  padding: 1.1em 1.8em; }

.top14 h2 {
  color: #ec0000;
  font-size: 2em;
  font-weight: normal;
  padding: 0;
  margin: 0; }

.top14 h1 {
  word-wrap: break-word;
  color: #383838;
  font-size: 2em;
  margin: 0 0 0.2em 0;
  max-height: 3em;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
  line-height: 1.1em; }

.pagination01 {
  clear: both;
  text-align: center;
  padding: 0 0 0 0;
  font-size: 1.2em;
  font-weight: normal;
  color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.pagination01 p {
  margin: 0;
  padding: 0; }

.pagination02 {
  clear: both;
  text-align: center;
  padding: 1.2em 0 0    0;
  font-size: 1.2em;
  font-weight: normal;
  color: #303030;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.pagination02 p {
  margin: 0;
  padding: 0; }

.pagination03 {
  text-align: right;
  padding: 0.5em 1em; }

.pagination03 a {
  font-size: 1.2em;
  font-family: 'fruitiguer',verdana,sans-serif;
  color: #ec0000;
  text-decoration: underline; }

.field01 {
  padding: 0 0 1.2em 0;
  margin: 0; }

.field01 label {
  display: block;
  color: #303030;
  font-size: 1.4em;
  float: left;
  text-align: right;
  min-width: 15%;
  max-width: 10%;
  padding: 0.5em 2% 0 0; }

.field01 span.field_01 {
  display: block;
  color: #303030;
  font-size: 1.4em;
  float: left;
  text-align: right;
  min-width: 15%;
  max-width: 10%;
  padding: 0.5em 2% 0 0; }

.field02 {
  padding-bottom: 1.2em; }

.field02 label {
  display: block;
  color: #303030;
  font-size: 1.4em;
  text-align: left;
  width: 100%;
  clear: both;
  padding: 0 0 0.5em 0; }

p.field03 {
  margin: 0;
  font-size: 1em;
  padding-bottom: 2.3em; }

.field03 label {
  display: block;
  color: #303030;
  font-size: 1.4em;
  text-align: left;
  width: 100%;
  clear: both;
  padding: 0 0 0.5em 0; }

.field04 {
  padding-bottom: 1.2em;
  font-family: 'fruitiguer',verdana,sans-serif; }

.field04 label {
  display: block;
  color: #303030;
  font-size: 1.2em;
  text-align: left;
  width: 20%;
  float: left;
  padding: 0.5em 0 0.5em 0; }

.field05 {
  padding-top: 1.2em;
  font-family: 'fruitiguer',verdana,sans-serif; }

.field05 label {
  display: block;
  color: #303030;
  font-size: 1.2em;
  text-align: left;
  float: left;
  padding: 0.7em 1em 0.5em 0; }

.field06 {
  padding-bottom: 0.7em;
  font-family: 'fruitiguer',verdana,sans-serif; }

.field06 label {
  display: block;
  color: #303030;
  font-size: 1.2em;
  text-align: right;
  width: 30%;
  float: left;
  padding: 0.7em 0.5em 0 0; }

.field06 .error01 {
  width: 70%;
  float: right; }

.field07 {
  padding-bottom: 0.7em;
  font-family: 'FrutigerLight',arial,sans-serif; }

.field07 .required {
  font-size: 1.4em; }

.field07 label {
  display: block;
  color: #303030;
  font-size: 1.2em;
  text-align: right;
  width: 29%;
  float: left;
  padding: 0.7em 1% 0 0; }

.field07 .error01 {
  width: 70%;
  float: right; }

#formLogin .field07 .error01 {
  width: 100%;
  float: right; }

p.legend01 {
  font-size: 1em;
  width: 70%;
  float: right;
  margin: 0;
  padding: 0.3em 0 0 0; }

.captcha {
  margin-left: 17%; }

.fieldset01 {
  display: inline-table;
  margin: 2em 0 0 0;
  min-height: 7em;
  width: 24%;
  padding: 0;
  border: 0;
  vertical-align: top;
  border-right: 1px solid #cdcdcd; }

.fieldset01 legend {
  color: #ec0000;
  font-size: 1.4em;
  padding: 0 1em 1em 1em;
  float: left;
  white-space: normal; }

.fieldset01.last {
  border: 0; }

.fieldset01 .inputs {
  clear: both;
  padding: 0 1.5em; }

.fieldset01 .inputs .box-grey {
  margin: 0 1em;
  min-width: 20em;
  clear: both; }

.fieldset01 .check, .fieldset01 .radio {
  float: left; }

.fieldset01 .box-grey {
  margin: 0 1.4em 0 1.2em; }

.fieldset01 .box-grey .slider {
  float: left;
  width: 50%;
  margin: .5em 0 0 0;
  padding: 0;
  font-size: 1em;
  position: relative; }

.aui-view-720 .fieldset01 .box-grey .slider {
  width: 55%; }

.fieldset01 .input {
  clear: both;
  padding: 0 0 0.4em 0;
  margin: 0; }

.fieldset01 .inputs label {
  display: block;
  color: #303030;
  font-size: 1.2em;
  padding: 0.3em 1em 0 1em;
  float: left; }

.fieldset02 {
  font-size: 1.6em;
  margin: .5em 0 0 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

.fieldset02 p {
  margin: 0;
  padding: 0; }

.fieldset02 legend {
  color: #303030;
  font-size: 1.143em;
  padding: 0 1em .45em .6em;
  float: left;
  white-space: normal; }

.fieldset02 .inputs {
  clear: both;
  padding: 0 0.6em; }

.fieldset02 .inputs .box-grey {
  margin: 0 1em;
  min-width: 20em;
  clear: both; }

.fieldset02 .check, .fieldset02 .radio {
  float: left; }

.fieldset02 .box-grey {
  margin: 0 1.4em 0 1.2em; }

.fieldset02 .box-grey .slider {
  float: left;
  width: 50%;
  margin: 0.5em 0 0 0;
  position: relative; }

.fieldset02 .input {
  clear: both;
  padding: 0 0 0.4em 0; }

.fieldset02 .inputs label {
  font-size: 0.875em;
  display: block;
  color: #303030;
  padding: 0.22em 1em 0 .3em; }

.fieldset02 .input_text-list {
  padding: .6em 1.5em 1.3em 0; }

.fieldset02 .input_text-list:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.fieldset02 .input_text-list input {
  background: white;
  border: 1px solid #c1c1c1;
  height: 3em;
  width: 95%;
  margin: .5em 1.5em 0 5%; }

.fieldset02 .input_text-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.fieldset02 .input_text-list ul li:first-child {
  padding-bottom: .6em; }

.fieldset02 .input_text-list ul li:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.fieldset02 .input_text-list ul label {
  padding-bottom: .2em;
  float: left;
  clear: both;
  margin-left: 5%;
  font-size: 0.875em; }

.fieldset02 .input_text-list ul input {
  font-size: 0.750em;
  color: #999999;
  clear: both;
  float: left;
  padding: 0.750em 1%;
  width: 93%;
  height: auto;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; }

.fieldset02 .input_text-list ul input:focus {
  color: black;
  border: 1px solid black; }

.fieldset02 .calculate {
  text-align: right;
  padding: 0 1.5em 1em 0; }

.fieldset03 {
  font-size: 1.6em;
  margin: .5em 0 0 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

.fieldset03 p {
  margin: 0;
  padding: 0; }

.fieldset03 legend {
  color: #303030;
  font-size: 1.143em;
  padding: 0 1em .45em .6em;
  float: left;
  white-space: normal; }

.fieldset03 .inputs {
  clear: both;
  padding: 0 0.6em; }

.fieldset03 .inputs .box-grey {
  margin: 0 1em;
  min-width: 20em;
  clear: both; }

.fieldset03 .check, .fieldset03 .radio {
  float: left; }

.fieldset03 .box-grey {
  margin: 0 1.4em 0 1.2em; }

.fieldset03 .box-grey .slider {
  float: left;
  width: 50%;
  margin: 0.5em 0 0 0;
  position: relative; }

.fieldset03 .input {
  clear: both;
  padding: 0 0 0.4em 0; }

.fieldset03 .inputs label {
  font-size: 0.875em;
  display: block;
  color: #303030;
  padding: 0.22em 1em 0 .3em; }

.fieldset03 .input_text-list {
  padding: .6em 1.5em 1.3em 0; }

.fieldset03 .input_text-list:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.fieldset03 .input_text-list input {
  background: white;
  border: 1px solid #c1c1c1;
  height: 3em;
  width: 95%;
  margin: .5em 1.5em 0 5%; }

.fieldset03 .input_text-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.fieldset03 .input_text-list ul li {
  padding-bottom: .6em; }

.fieldset03 .input_text-list ul li:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.fieldset03 .input_text-list ul label {
  padding-bottom: .2em;
  float: left;
  clear: both;
  margin-left: 5%;
  font-size: 0.875em; }

.fieldset03 .input_text-list ul input {
  font-size: 0.750em;
  color: #999999;
  clear: both;
  float: left;
  padding: 0.750em 1%;
  width: 93%;
  height: auto;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; }

.fieldset03 .input_text-list ul input:focus {
  color: black;
  border: 1px solid black; }

.fieldset03 .calculate {
  text-align: right;
  padding: 0 1.5em .45em 0; }

.btn_primary04 {
  font-size: 0.875em;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  background: #ec0000;
  color: #fff;
  text-shadow: 0px -1px 1px #303030;
  font-family: verdana,arial,sans-serif;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #333;
  padding: .4em .8em; }

.btn_primary04:hover {
  background: #cc1221;
  color: #fff; }

.btn_primary05 {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  background: #ec0000;
  color: #fff;
  text-shadow: 0px -1px 1px #303030;
  font-family: verdana,arial,sans-serif;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #333;
  font-size: 1em;
  padding: 0.4em 0.5em; }

.form-select fieldset {
  border: none; }

.form-select fieldset label {
  display: block;
  font-size: 1.6em;
  color: #303030;
  line-height: 1.2em; }

.fieldset04 {
  border: none;
  margin: 0;
  padding: 0; }

.input01 {
  width: 98%;
  color: #999999;
  font-size: 1.2em !important;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif !important;
  background: white !important;
  border: 1px solid #C1C1C1;
  height: 2.250em;
  float: left;
  padding: 0 1% !important; }

.input01:focus {
  border: 1px solid #303030;
  color: #303030; }

span.sinput02 {
  width: 83%;
  display: block;
  float: left; }

span.sinput01 {
  width: 40%;
  display: block;
  float: left; }

span.sinput03 {
  width: 100%;
  display: block;
  float: left; }

span.sinput03 input[type="text"] {
  border-radius: 0; }

span.sinput04 {
  width: 70%;
  display: block;
  float: left; }

span.sinput05 {
  display: block;
  color: #303030;
  font-size: 1.4em;
  float: left;
  text-align: left;
  width: 40%;
  padding: 0.5em 2% 0 0; }

.input02 {
  width: 97%;
  color: #999999;
  font-size: 1.2em !important;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif !important;
  background: white !important;
  background-image: none !important;
  border: 1px solid #c1c1c1 !important;
  height: 2.250em;
  padding: 0 1% !important; }

.input02:focus {
  border: 1px solid #303030;
  color: #303030; }

.input03 {
  width: 98%;
  color: #999999;
  font-size: 1.2em !important;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif !important;
  background: white !important;
  border: 1px solid #c1c1c1 !important;
  height: 2.250em;
  float: left;
  padding: 0 1% !important; }

.input03:focus {
  border: 1px solid #303030;
  color: #303030; }

.input04 {
  line-height: 2.2em !important;
  width: 98%;
  color: #999999;
  font-size: 1.2em !important;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif !important;
  background: white !important;
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1 !important;
  height: 2.250em;
  padding: 0 1% !important; }

.input04:focus {
  border: 1px solid #ff0000 !important;
  color: #303030; }

.input05 {
  width: 18.583em;
  color: #999999;
  font-size: 1.2em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  background: white;
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  height: 2.250em;
  float: left;
  padding: 0 0.583em; }

.input05:focus {
  border: 1px solid #303030;
  color: #303030; }

.inputerror {
  border: 1px solid #ec0000 !important; }

.textarea01 {
  resize: none;
  overflow: auto;
  width: 97%;
  height: 7.0em;
  overflow: auto;
  color: #999999;
  font-size: 1.2em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  background: white;
  border: 1px solid #c1c1c1;
  float: left;
  padding: 0.917em 1%; }

.textarea01:focus {
  border: 1px solid #303030;
  color: #303030; }

.textarea02 {
  resize: none;
  overflow: auto;
  width: 98%;
  height: 7.0em;
  overflow: auto;
  color: #999999;
  font-size: 1.2em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  background: white;
  border: 1px solid #c1c1c1;
  float: left;
  padding: .5em 1% .917em; }

.textarea02:focus {
  border: 1px solid #303030;
  color: #303030; }

.textarea03 {
  resize: none;
  overflow: auto;
  width: 80%;
  height: 7.0em;
  overflow: auto;
  color: #999999;
  font-size: 1.2em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  background: white;
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  float: left;
  padding: 0.917em 0.583em; }

.textarea03:focus {
  border: 1px solid #303030;
  color: #303030; }

.textarea04 {
  resize: none;
  overflow: auto;
  width: 70%;
  height: 7.0em;
  overflow: auto;
  color: #999999;
  font-size: 1.2em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  background: white;
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  float: left;
  padding: 0.917em 0.583em; }

.textarea04:focus {
  border: 1px solid #303030;
  color: #303030; }

.button01 {
  text-align: right;
  margin: 0;
  padding: 0; }

.button02 {
  width: auto;
  float: right;
  margin: 0;
  padding: 0; }

.button02 .btn_primary {
  font-size: 1.2em !important; }

.button03 {
  padding: 1.1em 0 0 0;
  margin: 0; }

.button04 {
  text-align: right;
  padding: 2.2em 0 0 0;
  margin: 0; }

.button05 {
  padding: 1.1em 1.9em;
  margin: 0; }

.button06 {
  padding: 0.7em 0 0 30% !important;
  margin: 0; }

.button07 {
  text-align: center;
  margin: 0;
  padding: 0; }

.button07 p {
  display: inline; }

.button08 {
  background: #eeeeee;
  text-align: center;
  border-radius: .5em;
  padding: 1.2em;
  margin-top: 3em; }

.button08 p {
  display: inline; }

.error01 {
  display: block;
  clear: both;
  padding: 0.545em 0 0 1.5em;
  color: #ec0000;
  font-size: 1.1em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; }

.field02 .error01 {
  padding: 0.545em 0 0 0; }

.select01 {
  font: 1.2em 'FrutigerLight';
  border: 1px solid #c1c1c1;
  font-size: 1.2em;
  padding: 0.833em;
  width: 100%;
  background: #ffffff;
  color: #a8a8a8; }

.select01:focus {
  border: 1px solid #303030;
  color: #303030; }

.select02 {
  background-image: none;
  color: #999999;
  font-size: 1.2em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  border: 1px solid #c1c1c1;
  color: #a8a8a8;
  padding: 0.37em 1%;
  width: 100%; }

.multiselect {
  width: 90%;
  position: relative;
  margin: 0 5%;
  clear: both;
  font-family: verdana,arial,sans-serif; }

.multiselect .select {
  position: relative;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  font-size: 1.2em;
  padding: .833em 0;
  width: 100%;
  box-shadow: inset 1px 2px 6px rgba(0, 0, 0, 0.11);
  color: #a8a8a8; }

.multiselect .select label {
  display: block;
  height: 1.5em;
  line-height: 1.5em;
  position: relative; }

.multiselect .select span.arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  background: url(../img/gradient_select.gif) #f4f4f4 repeat-x;
  top: 0;
  right: .2em;
  width: 2.3em;
  height: 100%;
  border-left: 1px solid #c1c1c1; }

.multiselect .select span.arrow img {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -2px; }

.multiselect .select .check {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.7em;
  margin-right: 3em; }

.multiselect .select label {
  padding: 0 1em; }

.multiselect .list .check {
  float: right; }

.multiselect .input {
  padding: .7em 1.3em; }

.multiselect .list label {
  font-size: 1.2em;
  color: #303030; }

.multiselect .list {
  display: none;
  border: 1px solid #c1c1c1;
  position: absolute;
  z-index: 100;
  width: 100%;
  background: white;
  height: 11em;
  overflow: auto; }

.multiselect .select p {
  margin: 0;
  padding: 0 0 0 1em; }

.multiselect02 {
  width: 100%;
  margin: 0 5%;
  clear: both;
  font-family: verdana,arial,sans-serif; }

.multiselect02 .select {
  background: #FFF;
  position: absolute;
  bottom: 0;
  border: .1em solid #c1c1c1;
  border-radius: .5em;
  font-size: 1.2em;
  padding: 0.833em 0;
  box-shadow: inset 0.1em 0.2em 0.6em rgba(0, 0, 0, 0.11);
  color: #a8a8a8; }

.multiselect02 .select label {
  display: block;
  height: 1.5em;
  line-height: 1.5em;
  position: relative;
  overflow: hidden; }

.multiselect02 .select span.arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  background: url("../img/gradient_select.gif") #f4f4f4 repeat-x;
  top: 0;
  right: .2em;
  width: 2.3em;
  height: 100%;
  border-left: .1em solid #c1c1c1; }

.multiselect02 .select span.arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.2em; }

.multiselect02 .select .check {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.7em;
  margin-right: 3em; }

.multiselect02 .select label {
  padding: 0 1em; }

.multiselect02 .list .check {
  float: right; }

.multiselect02 .input {
  padding: 0.7em 1.3em; }

.multiselect02 .list label {
  font-size: 1.2em;
  color: #303030; }

.multiselect02 .list {
  display: none;
  border: .1em solid #c1c1c1;
  position: absolute;
  top: 2.7em;
  z-index: 100;
  width: 100%;
  background: white;
  height: 11em;
  overflow: auto; }

.multiselect02 .list ul {
  list-style: none;
  padding: 0; }

.multiselect02 .list ul li {
  list-style: none; }

.multiselect02 .list ul li a {
  padding: 0.9em 0 0.8em 1em;
  color: #303030;
  text-decoration: none;
  display: block; }

.multiselect02 .list ul li a:hover {
  padding: 0.9em 0 0.8em 1em;
  color: #FFF;
  background: #ec0000;
  display: block; }

.multiselect02 .select p {
  margin: 0;
  padding: 0 0 0 1em; }

.list_link01 {
  background-color: #5E606B;
  overflow: auto;
  width: 100%; }

.list_link01 .col {
  float: left; }

.list_link01 .col.cols-2 {
  width: 48%;
  margin: 0 2% 2em 0; }

.list_link01 .col.cols-2.first {
  width: 45%;
  /*margin-left: 2.5%;*/ }

.list_link01 .col.cols-3 {
  width: 31%;
  margin: 0 2% 2em 0; }

.list_link01 .col.cols-3.first {
  width: 28.5%;
  /*margin-left: 2.5%;*/ }

.list_link01 .col.cols-4 {
  width: 21.5%;
  margin: 0 3% 2em 0; }

.list_link01 .col.cols-4.first {
  width: 21%;
  /*margin-left: 2.5%;*/ }

.list_link01 .col.cols-4 ul {
  margin: 0; }

.list_link01 h3,
.list_link01 p.grouptitle {
  margin: 0;
  font-size: 1.7em;
  color: #f9f9fa;
  font-weight: normal;
  padding: 1.3em .7em 1em 0;
  border-bottom: 1px solid #828990; }

.list_link01 h3 strong,
.list_link01 p.grouptitle strong {
  font-weight: normal; }

.list_link01 ul {
  list-style: none;
  list-style-position: inside;
  padding: .6em 0.7em .6em 0;
  margin: 0; }

.list_link01 ul li {
  font-size: 1.4em;
  line-height: 1.82em; }

.list_link01 ul li a {
  color: #f9f9fa;
  text-decoration: none;
  font-family: FrutigerLight; }

.list_link01 ul li a:hover {
  text-decoration: underline; }

.list_link01 .footer {
  overflow: auto; }

.list_link01 .footer span {
  display: block;
  text-align: right;
  margin-top: 1em;
  color: #666666;
  font-size: 1.1em; }

.list_link01 .footer ul li {
  display: inline;
  float: right;
  margin-left: 0.9em;
  margin-top: 0.8em; }

.list_link01 .footer ul li img {
  cursor: pointer; }

.list_link01 .list_link_nav {
  background: #ff0000;
  padding-left: 1em; }

.list_link01 .nav_list_list li {
  display: inline;
  margin-right: 5em; }

.list_link01 .nav_list_list li:last-child {
  margin-right: 0; }

.list_link01 .nav_list_list li a {
  font-size: 1.3em;
  color: #f9f9fa;
  text-decoration: none;
  font-weight: normal;
  font-family: fruitiguerroman; }

.list_link01 .nav_list_list li a:hover {
  text-decoration: underline; }

.list_link02 {
  margin: 1.4em 1.2em 1.8em; }

.list_link02 h3 {
  font-size: 1.1em;
  color: #ff0000; }

.list_link02 h4 {
  color: #ec0000;
  font-size: 1.6em;
  clear: both;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: normal; }

.list_link02 ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.list_link02 ul li {
  display: inline;
  padding: 0.3em 1.4em 0.3em 1.4em;
  background: url("../img/link-vertical-separator.gif") no-repeat center right; }

.list_link02 ul li:first-child {
  padding: 0.3em 1.4em 0.3em 0; }

.list_link02 ul li a {
  font-size: 1.3em;
  color: #303030; }

.list_link02 ul li a:hover {
  color: #c90212; }

.list_link03 {
  padding-left: 0;
  margin: 0;
  list-style: none; }

.list_link03 p {
  margin: 0;
  padding: 0; }

.list_link03 li {
  width: 100%;
  clear: both;
  padding: .4em 0; }

.list_link03 li:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.list_link03 .media {
  background: #fff;
  float: left;
  padding: .5em;
  text-align: center; }

.list_link03 .content {
  border-bottom: 1px solid #cfcbcb;
  padding: .4em 0 .2em 0;
  display: block;
  font-size: 1.4em;
  color: #303030;
  margin: 0 0 0 7em;
  vertical-align: top;
  line-height: 1.1em;
  font-weight: normal;
  min-height: 4em; }

.list_link03 .content a {
  font-family: fruitiguerroman;
  font-size: 1em;
  color: #303030;
  line-height: 1.2em;
  font-weight: normal; }

.list_link03 .content a span.cifra {
  font-size: 1.4em;
  font-size: 1.0001em; }

.list_link03 .content a.w_agrupador_enlaces02:hover {
  color: #c90212; }

.list_link04 {
  position: relative; }

.list_link04 ul {
  list-style: none; }

.list_link04 li {
  vertical-align: top;
  display: inline-block;
  padding: .5em 1em;
  width: 9.8em;
  background: #f7f7f7;
  margin: 1em 0.3em 1em 1.2em; }

.list_link04 li:hover {
  background-color: #ff0000; }

.list_link04 li:hover p a {
  color: #ffffff; }

.box01 .list_link04 p {
  margin: 0;
  padding: 0 0 1em; }

.list_link04 p {
  margin: 0;
  padding: 0 0 1em 1.3em; }

.list_link04 .media {
  text-align: center; }

.list_link04 .gallery_slider p.media {
  padding-left: 0; }

.list_link04 .media img {
  width: 7em;
  height: 6em; }

.list_link04 .content {
  font-family: 'fruitiguerroman';
  text-align: center;
  padding: .4em 0 .8em 0;
  display: block;
  font-size: 1.2em;
  color: #383838; }

.list_link04 .box_contenido {
  position: relative; }

.list_link04 ul {
  width: 98%;
  margin: 0 auto;
  padding: 0 0; }

.list_link04 ul a {
  color: #3b3b3c;
  text-decoration: none; }

.list_link04 ul a:hover {
  color: #ffffff; }

.list_link04 li:after {
  visibility: hidden;
  display: block;
  content: "";
  height: 0; }

.list_link04 .page_next {
  display: block;
  cursor: pointer;
  text-indent: -9999em;
  background: url("../img/ico_next.png") no-repeat;
  width: 2em;
  padding-top: 2em;
  position: absolute;
  top: 50%;
  right: -0.2em;
  margin-top: -2em;
  margin-left: .4em;
  border: 0; }

.list_link04 .page_prev {
  display: block;
  cursor: pointer;
  text-indent: -9999em;
  background: url("../img/ico_prev.png") no-repeat;
  width: 2em;
  padding-top: 2em;
  position: absolute;
  top: 50%;
  left: -0.3em;
  margin-top: -2em;
  margin-left: .4em;
  border: 0; }

.list_link04.min {
  width: 22.5em; }

.list_link04 .pagination {
  clear: both;
  text-align: center;
  padding: 0 0 1.2em 0;
  margin-top: -1em; }

.list_link04 nav {
  height: 0; }

.list_link05 {
  padding: 0;
  margin: 0; }

.list_link05 p {
  margin: 0;
  padding: 0; }

.list_link05 .elem {
  float: left;
  width: 100%;
  margin-right: 1%; }

.list_link05 .elem:nth-child(3) {
  margin-right: 0; }

.list_link05 .elem img {
  float: left;
  margin-right: 1.4em;
  margin-bottom: 1em;
  width: 7em;
  height: 6em; }

.list_link05 .elem:last-child {
  margin-right: 0; }

.list_link05 .box_contenido {
  overflow: hidden;
  background: white url("../img/inside-corner.png") no-repeat 0.6em 0;
  border-radius: .6em;
  box-shadow: 0 .2em .1em #ccc;
  padding: 1.6em 1.8em; }

.list_link05 .elem:last-child .box_contenido {
  margin-right: 0; }

.list_link05 h4 {
  font-size: 1.333em;
  padding: 0 0 0.938em 0;
  color: #fe0000;
  margin: 0; }

.list_link05 .elem .text {
  font-size: 1.167em;
  line-height: 1.286em; }

.list_link05 .button {
  text-align: center;
  border-top: .1em solid #d7d4d4;
  padding-top: 1.583em;
  margin-top: 1em; }

.list_link05 .button .btn_primary {
  font-size: 1.167em; }

.list_link05 .box02 {
  margin: 0;
  padding: 0.5em 1em;
  background: #fff; }

.list_link06 {
  clear: both;
  width: 100%; }

.list_link06:after {
  visibility: hidden;
  display: block;
  content: "";
  height: 0; }

.list_link06 ul {
  list-style-type: none;
  text-align: right;
  padding: 0;
  margin: 0; }

.list_link06 ul li {
  display: inline-block;
  margin-bottom: .8em;
  padding: .3em 0; }

.list_link06 ul a {
  color: #303030;
  font-size: 1.5em;
  border-right: .1em solid #666;
  padding: 0 1em 0.1em; }

.list_link06 ul a:hover {
  color: #c90212; }

.list_link06 li:last-child a {
  border: 0; }

.list_link07 {
  padding-left: 0;
  margin: 0;
  list-style: none; }

.list_link07 li {
  width: 100%;
  clear: both;
  padding: .4em 0; }

.list_link07 li:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.list_link07 .media {
  float: left;
  padding: .5em;
  text-align: center; }

.list_link07 .content {
  border-bottom: .1em solid #cfcbcb;
  padding: .6em 0 1em 0;
  display: block;
  font-size: 1.4em;
  color: #303030;
  margin: 0 0 0 4.5em;
  vertical-align: top;
  line-height: 1.1em;
  font-weight: bold;
  min-height: 2.1em;
  height: auto!important;
  height: 2.1em; }

.list_link07 .content a {
  color: #303030; }

.list_link03 .content a:hover {
  color: #c90212; }

.list_link08 {
  width: 100%;
  padding-top: 1.1em; }

.list_link08 ul {
  width: 100%; }

.list_link08 ul, .list_link08 li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list_link08 .column01 {
  background: url("../img/border_sitemap.gif") top right no-repeat;
  width: 24%;
  padding: 0 1em;
  display: table-cell;
  vertical-align: top;
  height: 100%; }

.list_link08 .column01 a, .list_link08 .column01 span {
  display: block;
  font-size: 1.4em;
  color: #ec0000;
  padding-bottom: 1.071em;
  text-decoration: none;
  clear: both; }

.list_link08 .column01.last, .list_link08 .column01 ul:first-child {
  background: none; }

.list_link08 .column01 ul {
  padding-top: 1em; }

.list_link08 .column01.last ul, .list_link08 .column01 ul:first-child {
  background: none; }

.list_link08 .column01 ul li a,.list_link08 .column01 ul li span {
  line-height: 1.1em;
  font: 1.3em FrutigerLight;
  color: #303030;
  text-decoration: underline;
  padding-bottom: 0.667em;
  background: url("../img/bullet_black.gif") 0 0.3em no-repeat;
  padding-left: 1.1em; }

.list_link08 .column01 ul li a:hover {
  color: #c90212; }

.list_link09 p {
  text-align: right;
  font-size: 1.1em;
  color: #666666;
  margin: 0.8em 0;
  font-family: FrutigerLight;
  letter-spacing: .02em; }

.list_link09 ul {
  display: inline-table;
  float: right;
  list-style: none outside none;
  margin: 0 0 .6em 0;
  padding: 0; }

.list_link09 ul li {
  display: table-cell;
  float: right;
  height: auto;
  padding-left: 0.8em; }

.list_link11 {
  margin: 0;
  padding: 0; }

.list_link11 li {
  list-style-type: none;
  padding: .7em 0;
  border-bottom: 1px solid #d7d4d4; }

.list_link11 li:last-child {
  padding: .7em 0 0;
  border-bottom: 0; }

.list_link11 p.content_img {
  background: url("../img/agrupenlaces_fake02.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 4.2em;
  margin: 0;
  padding: 0;
  width: 5em; }

.list_link11 p {
  margin: 0;
  font-size: 1.35em;
  padding-top: .3em;
  float: left;
  width: 70%; }

span.comment {
  display: block;
  clear: both;
  padding: 0.6em 0; }

.list_link11 p span.text_link {
  display: block;
  margin-top: .3em; }

.list_link11 p a {
  text-decoration: underline;
  cursor: pointer; }

.list_link11 p a.text_link {
  display: block;
  margin-top: .3em; }

.list_link11 a.action {
  float: right;
  cursor: pointer;
  text-align: right;
  margin-top: 1.5em; }

.list_link11 a.action.delete {
  background: url("../img/ico_delete.png") no-repeat;
  text-indent: -9999px;
  text-align: left;
  width: 3em;
  height: 3em; }

.list_link11 a.action.report {
  background: url("../img/ico_alerta.png") no-repeat;
  text-indent: -9999px;
  text-align: left;
  width: 3em;
  height: 3em; }

.list_link09 ul li a img {
  width: 4.2em;
  height: auto; }

.box01 {
  margin: 0 auto;
  background: #fff;
  padding-bottom: 0.6em;
  position: relative; }

.box01 .box_padding02 {
  padding: 0; }

.box01_v4 {
  background: #ffffff; }

.box01 .box_padding02 .list_link05 .elem {
  margin-right: 2%;
  width: 31%; }

.box01 .box_padding02 .list_link05 .button .btn_primary {
  font-size: 1.1em !important; }

.box01 .box_padding02 .top02 h1 {
  font-size: 2.8em; }

.box01 .box_padding02 .top02 .subtitle {
  font-size: 2.2em; }

.box02 {
  overflow: hidden;
  margin: 1.2em;
  padding: 1.2em; }

.box01 .box02 {
  padding: 0; }

.box02 p {
  margin: 0;
  padding: 0; }

.box02 p.box-inside {
  font-size: 1.2em;
  color: #303030;
  min-height: 4.5em; }

.box02 li, .box02 ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.box02 ul {
  margin: 0;
  padding-left: 1em;
  list-style: none; }

.box02 li {
  padding: 0em 0 .2em .9em;
  font-size: 1.2em;
  color: #303030;
  background: transparent url("../img/bullet_black.gif") no-repeat 0 0.5em;
  line-height: 1.2em; }

.box02 li a {
  color: #303030;
  text-decoration: underline; }

.box02 li a:hover {
  color: #c90212; }

.box02 h1 {
  word-wrap: break-word;
  color: #383838;
  font-size: 2em;
  margin: 0 0 0.2em 0;
  max-height: 3em;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
  line-height: 1.1em; }

.box02 h3 {
  font-size: 1.6em;
  margin-top: .1em;
  font-weight: normal; }

.box03 {
  margin: 0 auto;
  background: #fff;
  padding-bottom: 0.6em;
  padding-top: .3em; }

.box04 {
  background-color: #fff;
  margin: 0 auto;
  padding: 0; }

.box04 .box02 {
  background: #fff;
  padding: 0;
  margin-left: 0; }

.box04 .box02 h1 {
  padding-bottom: .5em; }

.box05 {
  width: 73%;
  padding-left: 2%;
  float: right; }

.box05 .date {
  font-size: 0.750em;
  font-family: verdana,arial,sans-serif; }

.box05 .rating {
  background: none;
  margin: 1.1em 0;
  padding: 0; }

.box05 .rating .btn_more {
  padding-top: 2.250em; }

.box05 .rating .span-rating span {
  font-size: 1em; }

.box06 {
  margin: 0 auto;
  background: transparent url("../img/container_bg.png") repeat;
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: .5em;
  box-shadow: 0 .2em .1em #ccc; }

.box06 .w_titulo_de_pagina {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  background: url("../img/gradient_header.gif") repeat-x;
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.box06 .w_titulo_de_pagina h2 {
  padding: .5em .8em;
  color: #FFFFFF;
  font-size: 1.1em;
  background-color: #030203; }

.box06 ul, .box06 li {
  margin: 0;
  padding: 0; }

.box06 p {
  padding: 0;
  margin: 0; }

.box06 ul li {
  overflow: hidden;
  font-size: 1.2em;
  color: #303030;
  line-height: 1.2em;
  padding: 1.2em;
  background: url("../img/listado-informaciones-horizontal-separator.gif") repeat-x center bottom; }

.box06 ul li img {
  width: 5.3em;
  height: 5.4em;
  float: left; }

.box06 ul li a {
  color: #303030;
  text-decoration: underline;
  padding-left: 5.6em;
  display: block; }

.box06 ul li a:hover {
  color: #c90212; }

.box06 .rating {
  background: none;
  padding: 1.1em 0 0 5.6em;
  margin: 0 0 0 0; }

.box06 .global-rating p {
  padding-right: 0.5em; }

.box07 {
  width: auto;
  height: 100%;
  background-color: #F7F7F7;
  padding: .5em .8em;
  font-size: 1.2em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.box07 p.date {
  font-size: 0.917em;
  padding-bottom: 0.3em;
  margin: 0; }

.box07 .elem {
  padding-bottom: 1em; }

.box07 .elem p {
  margin: 0;
  padding: 0; }

.box07 .elem a {
  color: #303030;
  text-decoration: underline; }

.box07 .elem a:hover {
  color: #c90212; }

.box08 {
  line-height: 1.3em;
  padding: 0;
  overflow: auto;
  margin: 0 auto;
  background-color: #F7F7F7;
  font-size: 1.4em; }

.box08 .box09 {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5em; }

.box09 {
  padding: 1em;
  overflow: auto;
  margin: 0 auto;
  background-color: white;
  font-family: verdana,arial,sans-serif; }

.box09 p {
  margin: 0;
  padding: 0; }

.box08 .box09 .image-left02 {
  width: 30%;
  margin-bottom: 1em;
  float: right;
  max-width: 24.6em; }

.box08 .box09 .image-left02 img {
  width: 100%; }

.box08 .box09 h3 {
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  }

.box08 .box09 .box11 {
  clear: none; }

.box10 {
  border-bottom: .1em solid #d7d4d4;
  padding: 1.4em 0; }

.box10 .date {
  font-size: 1.1em;
  font-family: verdana,arial,sans-serif;
  padding: 1em 0 1em 0;
  margin: 0; }

.box10 .rating {
  background: none;
  margin: 0 0;
  padding: 0; }

.box10 .rating .span-rating span {
  font-size: 1em; }

article:first-child .content .box10 {
  padding-top: .5em; }

.box13 {
  margin: 0 auto;
  position: relative;
  padding-bottom: 2em; }

.box13 h1 {
  background-color: #F7F7F7;
  border-bottom: 1px solid #CACACA;
  color: #383838;
  font-family: fruitiguerroman;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 0 0 0.6em; }

.box13 h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #303030;
  margin: 0;
  font-family: 'fruitiguerroman';
  padding: 0.5em 0 0 0.8em; }

.box13 .box_contenido ul {
  display: block;
  white-space: nowrap;
  padding: 0 0.5em 0.5em;
  overflow: auto;
  text-align: center;
  margin: 0;
  list-style: none; }

.box13 .box_contenido li {
  overflow: hidden;
  border: solid .1em white;
  display: inline-block;
  margin: 0.5em;
  padding: 0;
  background: white;
  width: 22.2em;
  height: 16em;
  cursor: pointer;
  background: white url("../img/buscador-fake-result.gif") no-repeat center center; }

.box13 .box_contenido li:hover {
  color: #303030;
  border: solid .1em #aa0000; }

.box13 .box_contenido ul li img {
  width: 100%; }

.box13 .box_contenido {
  overflow: hidden;
  padding: 0em;
  background-color: #F7F7F7; }

.box13 .box_contenido h1.title02 {
  color: #303030; }

.box13 .box_triangle {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  background: white url("../img/buscador-corner.png") no-repeat center 0;
  height: 2.2em;
  width: 4.5em;
  text-indent: -999.9em; }

.box14 {
  margin: 0 auto;
  background-color: #F7F7F7; }

.box15 {
  margin: 0 auto 1.2em auto;
  background-color: #F7F7F7;
  padding-bottom: 0; }

.box16 {
  margin: 0 auto;
  background: #fff;
  padding: 0; }

.box17 {
  background: #FFF;
  margin: 1.2em 1.1em;
  overflow: hidden;
  padding: 1.6em 1.8em; }

.box18 {
  position: relative; }

.box18 ul {
  padding: 0 0 3em 0;
  margin: 0;
  margin-bottom: 2em;
  position: relative;
  background: url("../img/seperator_search.png") no-repeat 30% 99%; }

.box18 ul li {
  float: left;
  list-style: none;
  padding: 1em 0 1em 0;
  width: 100%;
  height: 100%; }

.box18 ul li.first {
  width: 30%; }

.box18 ul li.last {
  width: 69%;
  margin-left: 1%; }

.box18 ul li select {
  position: absolute;
  bottom: 0; }

.box18 ul li.first select {
  width: 29%; }

.box18 ul li.last select {
  width: 69%; }

.box19 {
  margin: 0 auto;
  background-color: #F7F7F7;
  position: relative; }

.box20 {
  background-color: #F7F7F7;
  margin: 0 auto;
  padding: 0.6em 0 .01em;
  clear: both; }

.box20 .w_titulo_de_pagina {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  background: url("../img/gradient_header.gif") repeat-x;
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.box20 .w_titulo_de_pagina h2 {
  padding: .5em .8em;
  color: #FFFFFF;
  font-size: 1.1em;
  background-color: #030203; }

.box20 ul, .box06 li {
  margin: 0;
  padding: 0; }

.box20 p {
  padding: 0;
  margin: 0; }

.box20 > ul > li {
  list-style: none;
  overflow: hidden;
  font-size: 1.2em;
  color: #303030;
  line-height: 1.5em;
  padding: 1.2em;
  background: url("../img/listado-informaciones-horizontal-separator.gif") repeat-x center bottom; }

.box20 ul li img {
  width: 5.3em;
  height: 5.4em;
  float: left;
  margin-right: 1em;
  margin-bottom: .7em; }

.box20 ul li a {
  color: #303030;
  text-decoration: underline;
  padding-left: 1em;
  padding-bottom: .5em;
  display: block;
  font-family: 'Verdana', Geneva, Arial, Helvetica, sans-serif; }

.box20 ul li .rating.rating03 a {
  display: inline-block;
  padding-left: .3em; }

.box20 ul li a:hover {
  color: #c90212; }

.box20 .rating {
  background: none;
  padding: 0 0 0 5em;
  margin: 0 0 0 0;
  clear: both; }

.box20 .rating.rating03 {
  padding: .5em 0 0 6.5em; }

.box20 .global-rating p {
  padding-right: 0.5em; }

.box20 p.date {
  padding-left: 7.1em;
  font-size: 0.834em;
  font-family: 'Verdana', Geneva, Arial, Helvetica, sans-serif; }

.box21 {
  background: #FFF;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.box22 {
  background: url("../img/container_bg.png") repeat 0 0;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  box-shadow: 0 .2em .1em #CCC;
  margin: 0 auto;
  padding: 0.6em 0 0.1em;
  clear: both; }

.box23 {
  overflow: hidden;
  background: white url(../img/inside-corner.png) no-repeat 0.6em 0;
  margin: 0;
  margin-bottom: 1.3em;
  border-radius: .6em;
  box-shadow: 0 .2em .1em #ccc;
  padding: 1.6em 1.8em; }

.box24 {
  background: url("../img/container_bg.png") repeat 0 0;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  box-shadow: 0 .2em .1em #CCC;
  margin: 0 auto;
  padding: 0.6em 0 0.1em;
  clear: both; }

.box24 .w_titulo_de_pagina {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  background: url("../img/gradient_header.gif") repeat-x;
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.box24 ul {
  margin: 0;
  padding: 0 1em 0 1em; }

.box24 p {
  padding: 0;
  margin: 0; }

.box24 ul li {
  overflow: hidden;
  font-size: 1.2em;
  color: #303030;
  line-height: 1.5em;
  padding: 1.2em 0 1.2em;
  background: url("../img/listado-informaciones-horizontal-separator.gif") repeat-x center bottom; }

.box24 ul li img {
  width: auto;
  height: auto;
  float: left; }

.box24 ul li a {
  color: #303030;
  text-decoration: underline;
  padding: 0 0 0.5em 5.6em;
  display: block;
  font-family: 'Verdana', Geneva, Arial, Helvetica, sans-serif; }

.box24 ul li a:hover {
  color: #c90212; }

.box24 .rating {
  background: none;
  padding: 0 0 0 5.6em;
  margin: 0 0 0 0;
  clear: both; }

.box24 .global-rating p {
  padding: 0 1em 0 0; }

.box24 p.date {
  padding-left: 6.6em;
  font-size: 0.834em;
  font-family: 'Verdana', Geneva, Arial, Helvetica, sans-serif; }

.box25 {
  overflow: hidden;
  margin: 1.4em 1.8em 1.8em 1.8em;
  padding: 1.6em 1.8em; }

.box26 {
  display: inline-table;
  padding: 0 1em 0.2em;
  border-right: .1em solid #666;
  margin-bottom: 1em; }

.box26.last {
  border: none; }

.box27 {
  background: url("../img/content_bottom_flecha.png") bottom center no-repeat;
  padding-bottom: 1.7em; }

.box27 .top05 h1 {
  color: #383838;
  font-family: fruitiguerroman;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 0.6em;
  border-bottom: none; }

.box-01 .top02 h1, .box-01 .top02 h2 {
  font-size: 3em;
  padding: 0 0 .3em 0;
  font-weight: normal; }

.box-01 .top02 h2 {
  font-weight: normal; }

.box01 .top02 h1, .box01 .top02 h2 {
  padding: .3em 0;
  font-size: 1.8em; }

.box01 .top02 .subtitle {
  padding-bottom: .2em;
  padding-top: .2em;
  padding-bottom: 1em;
  font-size: 1.4em; }

.box01 .top05 h2, .box01_v4 .top05 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

.box01.WLR_links_08 .top07 h2 {
  font-size: 2.2em; }

.box30 {
  display: block;
  overflow: hidden; }

.box30 .top01 {
  background-color: #F7F7F7; }

.box30 .top01 h1 {
  border-bottom: 0; }

.box04 .box02 h2, .top10 h2 {
  color: #303030;
  font-family: FrutigerLight;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .2em 0em;
  letter-spacing: -1px; }

.box40 {
  background-color: #F7F7F7;
  margin: 0 auto;
  padding: 0em 0 0.1em;
  clear: both; }

.form-select fieldset {
  border: none;
  padding: 1em; }

.btn_select {
  float: right;
  width: auto;
  margin: 2.8em 1.2em 1.2em; }

.box_padding01 {
  padding: 1.2em;
  margin: 0; }

.box_padding02 {
  padding: 1.3em 1.1em; }

.box_position {
  left: -2.2em !important; }

h1.title01 {
  color: #303030;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'fruitiguer',verdana,sans-serif;
  padding: 0 0 0.750em 0;
  margin: 0; }

h1.title01 a {
  color: #303030; }

h1.title01 h3 a:hover {
  color: #c90212; }

h2.title01, h3.title01 {
  color: #ec0000;
  font-size: 2em;
  margin: 0 0 .6em 0;
  padding: 0; }

h1.title02 {
  padding: .6em;
  color: #ec0000;
  font-size: 1.6em;
  line-height: 1.15em;
  margin: 0; }

h3.title01 {
  color: #303030;
  font-size: 1.6em;
  font-weight: normal;
  text-decoration: none;
  font-family: 'fruitiguerroman',verdana,sans-serif;
  padding: 0 0 0.750em 0;
  margin: 0; }

h3.title01 a {
  color: #303030; }

h3.title01 a:hover {
  color: #c90212; }

h3.title01 h3 a:hover {
  color: #c90212; }

.image01 {
  float: left;
  width: 13%; }

.image01 img {
  width: 95%;
  max-width: 14em; }

.image02 {
  float: left;
  width: 25%;
  position: relative; }

.image02 img {
  width: 100%; }

.image03 {
  display: table-cell;
  width: 7em;
  padding: 0 1em 0 0;
  margin: 0; }

.image03 img {
  width: 100%;
  height: auto; }

.images04 img {
  width: 100%;
  height: auto; }

.image05 {
  padding: 0 0 1.2em 0; }

.image05 img {
  height: 100%;
  border-radius: .5em;
  box-shadow: 0.1em 0.3em 0.3em rgba(0, 0, 0, 0.19); }

.list01 {
  float: left;
  display: block;
  width: 85%;
  margin-left: 1em; }

.list01 li {
  font-size: 1.2em;
  color: #303030;
  padding: 0em 0 0.917em .9em;
  background: transparent url("../img/bullet_black.gif") no-repeat 0 0.5em;
  line-height: 1.2em; }

.list01 li a {
  color: #303030;
  text-decoration: underline;
  line-height: 1.26em; }

.list01 li a:hover {
  color: #c90212; }

.list02 {
  display: block;
  width: 100%; }

.list02 li {
  font-size: 1.2em;
  color: #303030;
  padding: 0em 0 0.917em .9em;
  background: transparent url("../img/bullet_black.gif") no-repeat 0 0.4em;
  line-height: 1.2em; }

.list02 li a {
  color: #303030;
  text-decoration: underline; }

.list02 li a:hover {
  color: #c90212; }

.list03 ul {
  margin: 0;
  padding: 1em 0.6em 1em 2.6em; }

.list03 ul li a {
  font-family: 'verdana',arial,sans-serif;
  color: #303030;
  font-size: 1.2em;
  line-height: 2em; }

.list03 ul li a:hover {
  color: #c90212; }

.topbar01 {
  height: 2.1em;
  padding: 0.5em 1.1em;
  background: url("../img/listado-informaciones-horizontal-separator.gif") repeat-x center bottom; }

.topbar01 label {
  color: #303030;
  font-size: 1.2em; }

.topbar01 .search-rating label {
  display: inline;
  font-size: 1.2em;
  color: #303030; }

.topbar01 .span-rating {
  display: inline; }

.topbar01 .span-rating span {
  display: none; }

.topbar01 .global-rating span {
  float: none; }

.topbar01 .rating {
  display: inline;
  background: none;
  margin: 0;
  padding: 0; }

.topbar01 .rating .search-rating span {
  font-size: inherit; }

ul.listsearch01, ul.listsearch01 li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

ul.listsearch01 li {
  position: relative;
  overflow: hidden;
  font-size: 1.2em;
  color: #303030;
  line-height: 1.2em;
  padding: 1.4em 1.1em;
  background: url("../img/listado-informaciones-horizontal-separator.gif") repeat-x center bottom; }

ul.listsearch01 {
  background-color: #efefef; }

ul.listsearch01 li.odd {
  background-color: #ffffff; }

ul.listsearch01 li a {
  font-size: 1.17em;
  color: #303030;
  text-decoration: underline;
  font-weight: bold; }

ul.listsearch01 li a .result {
  color: #ec0000;
  text-decoration: underline; }

ul.listsearch01 li a:hover, ul.listsearch01 li a:hover span {
  color: #c90212; }

ul.listsearch01 li span.date {
  font-size: 1.17em;
  color: #303030;
  padding: 0 .6em 0 .4em;
  border-right: solid .1em #b1b1b1; }

ul.listsearch01 li p {
  padding: .3em 0 0 0;
  margin: 0;
  line-height: 1.6em; }

ul.listsearch01 li .span-rating span {
  display: none; }

ul.listsearch01 .rating .global-rating span {
  float: none; }

ul.listsearch01 .rating {
  display: inline;
  background: none;
  margin: 0;
  padding: 0; }

ul.listsearch01 li .rating {
  display: block;
  padding-top: 1em; }

ul.listsearch01 .rating .global-rating {
  display: inline; }

ul.listsearch01 .rating .global-rating span {
  display: inline-block; }

ul.listcomment01, ul.listcomment01 li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

ul.listcomment01 p {
  padding: 0;
  margin: 0; }

ul.listcomment01 li {
  position: relative;
  overflow: hidden;
  color: #303030;
  line-height: 1.2em;
  padding: 1.4em 0;
  background: url(../img/listado-informaciones-horizontal-separator.gif) repeat-x center top;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.13); }

ul.listcomment01 li .author {
  width: 18%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  background: url("../img/separator_comment.gif") top right no-repeat;
  padding: 0 1%;
  display: inline-table;
  vertical-align: top; }

ul.listcomment01 li .comment {
  width: 68%;
  padding: 0 1%;
  font-size: 1.2em;
  display: inline-table;
  vertical-align: top; }

ul.listcomment01 {
  background-color: #efefef; }

ul.listcomment01 li.odd {
  background-color: #ffffff; }

ul.listcomment01 li a .result {
  color: #ec0000;
  text-decoration: underline; }

ul.listcomment01 li a:hover, ul.listsearch01 li a:hover span {
  color: #c90212; }

ul.listcomment01 li span.date {
  font-size: 1.17em;
  color: #303030;
  padding: 0 .6em 0 .4em;
  border-right: solid .1em #b1b1b1; }

ul.listcomment01 li p {
  padding: 0 0 0 0;
  margin: 0;
  line-height: 1.6em; }

.bottombar01 {
  line-height: 3.2em;
  font-size: 1.3em;
  text-align: center; }

.bottombar01 .pager {
  padding: 0 .8em; }

.bottombar01 .pager-prev {
  background: transparent url("../img/ico_prev.png") no-repeat left center;
  padding-left: 1.8em; }

.bottombar01 .pager-next {
  background: transparent url("../img/ico_next.png") no-repeat right center;
  padding-right: 1.8em; }

.text01 {
  font-size: 1.3em;
  font-family: 'FrutigerLight';
  line-height: 1.5em; }

.text01 p {
  padding: 0;
  margin: 0; }

.text01 p.img {
  float: left;
  width: 23%; }

.text01 p.img img {
  width: 100%; }

.text01 .text {
  float: left;
  padding-left: 2em;
  width: 71.5%; }

.text02 {
  display: table-cell;
  vertical-align: top;
  font-size: 1.2em;
  line-height: 1.333em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.text02 p {
  padding: 0;
  margin: 0; }

.text03 p {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  color: #303030;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.500em; }

.text03 p.title01 {
  font-family: 'fruitiguer', Helvetica, sans-serif;
  color: #ec0000;
  font-size: 1.4em;
  line-height: 1.286em; }

.text04 p {
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  color: #303030;
  line-height: 1.385em; }

p.required01 {
  padding: 1.250em 0 1.500em 0;
  margin: 0;
  text-align: right;
  font-size: 1.2em;
  color: #303030; }

span.required {
  color: #ec0000;
  padding: 0 0 0 0.2em; }

.text06 {
  width: 93%;
  float: left;
  font-size: 1.2em;
  line-height: 1.333em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; }

.text06 p {
  margin-top: 0;
  margin-bottom: 1em; }

.rating {
  margin: 1.2em 0 0 0;
  padding: 1em 0 0 0;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  border-top: 1px solid #AFAEAE; }

.rating .list-rating label {
  padding: 0; }

.rating label, .rating p {
  display: block;
  float: left;
  color: #ec0000;
  line-height: 2em;
  padding: 0 1em 0 0;
  font-size: .95em;
  margin: 0; }

.rating .list-rating span {
  font-size: .8em;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 24px;
  float: left;
  text-indent: -9999px;
  background: transparent URL("../img/ui-star.png") no-repeat;
  padding: 0 .5em 0 0; }

.rating .list-rating span.active {
  background: transparent URL("../img/ui-star-active.png") no-repeat; }

.rating .list-rating a span.hover {
  background: transparent URL("../img/ui-star-hover.png") no-repeat; }

.rating .search-rating label {
  padding: 0; }

.rating label, .rating p {
  display: block;
  float: left;
  color: #ec0000;
  line-height: 2em;
  padding: 0 1em 0 0;
  font-size: .95em;
  margin: 0; }

.rating .search-rating span {
  font-size: .8em;
  cursor: pointer;
  display: block;
  width: 2.1em;
  height: 2.1em;
  float: left;
  text-indent: -9999px;
  background: transparent URL("../img/ui-star.png") no-repeat;
  padding: 0 .5em 0 0; }

.rating .search-rating span.active {
  background: transparent URL("../img/ui-star-active.png") no-repeat; }

.rating .search-rating span.hover {
  background: transparent URL("../img/ui-star-hover.png") no-repeat; }

.rating .global-rating a, .no_participativo .rating .global-rating span {
  font-size: .8em!important;
  display: inline-table;
  width: 2.5em;
  height: 2.5em;
  text-indent: -9999px;
  background: transparent URL("../img/ui-star-disabled.png") no-repeat -10px 0;
  padding: 0 .5em 0 0; }

.box20 .rating03 .global-rating a.noactive {
  margin-left: 0;
  padding-left: 4px;
  width: 16px; }

.rating .global-rating a.active, .no_participativo .rating .global-rating span.active {
  background-position: -75px 0;}

.box20 .rating .global-rating a.active {
  margin-left: 4px;
  background-position: -76px 0;
  width: 16px; }

.rating.rating03 .span-rating {
  width: auto; }

.links {
  padding-bottom: .2em;
  clear: both;
  padding-top: 0; }

.links .title {
  color: #ec0000;
  padding-bottom: 0em;
  font-weight: bold;
  margin-bottom: 0; }

.links a {
  color: #303030;
  font-size: 1em;
  display: inline;
  padding: 0;
  margin: 0; }

.links a:hover {
  color: #c90212; }

.links li {
  background: transparent url("../img/bullet.png") no-repeat 0 0.2em;
  padding: 0 0 0 1.2em;
  margin-bottom: .4em;
  clear: both; }

.links li.external {
  background-image: url("../img/bullet_external.png");
  list-style: none; }

.links li.document {
  background-image: url("../img/bullet_document.png");
  list-style: none; }

.links01 {
  display: block;
  font-family: verdana;
  font-size: 1.2em;
  line-height: 2.4em;
  text-align: right;
  color: #303030;
  z-index: 999; }

.links01:hover {
  color: #EC0000; }

.links02 {
  color: #FFF;
  text-decoration: none; }

.links02:hover {
  color: #FFF;
  text-decoration: underline; }

.link03 {
  color: #3B3B3C;
  text-decoration: none; }

.link03:hover {
  color: #EC0000;
  text-decoration: underline; }

.linksSocial {
  margin: .7em 0 .4em; }

.linksSocial ul, .linksSocial li {
  margin: 0;
  padding: 0;
  list-style: none; }

.linksSocial ul {
  text-align: right; }

.linksSocial li {
  display: inline;
  padding: 0 0.5em 0 0; }

.linksSocial ul.left {
  text-align: center; }

.linksSocial ul.left li {
  display: inline-table; }

.linksSocial li.separator {
  border-right: .1em solid #999999;
  padding: 0 1em 0 0;
  margin: 0 1em 0 0; }

.linksSocial .sociallink img {
  height: auto;
  margin-right: 0.6em;
  width: 28px; }

.linksSocial ul.left li:first-child {
  margin-left: .5em; }

.links04 {
  background: url("../img/arrow_01.png") no-repeat right center;
  padding-right: 3em; }

.links04:hover {
  color: #ec0000;
  text-decoration: underline; }

.links05 {
  background: url("../img/ico_location.png") no-repeat right center;
  padding: 1.4em 1.4em 1.4em 0; }

.links05:hover {
  background: url("../img/ico_location_active.png") no-repeat right center;
  padding: 1.4em 1.4em 1.4em 0;
  color: #ec0000;
  text-decoration: underline; }

.links06 {
  background: url("../img/arrow_01.png") no-repeat right center;
  padding-right: 1.4em; }

.links06:hover {
  color: #ec0000;
  text-decoration: underline; }

.links07 {
  background: url("../img/ico_branch.png") no-repeat right center;
  padding: 2em 2em 2em 0; }

.links07:hover {
  background: url("../img/ico_branch_active.png") no-repeat right center;
  padding: 2em 2em 2em 0;
  color: #ec0000;
  text-decoration: underline; }

.links08 {
  background: transparent; }

.links08:hover {
  color: #ec0000;
  text-decoration: underline; }

.links09 {
  padding: 0 0 0 30%;
  border-bottom: .1em solid #dbdbdb;
  padding-bottom: 1.9em; }

.links09 p {
  padding: 1.4em 0 0 0;
  margin: 0; }

.info01 {
  width: 48.5%;
  float: left;
  line-height: 1.5em;
  font-size: 1.2em; }

.info01 p {
  padding: 0;
  margin: 0; }

.info01 a {
  color: #303030; }

.info01 a:hover {
  color: #c90212; }

.info01 b {
  font-weight: bold; }

.info01 div#footer {
  font-family: 'FrutigerLight'; }

.info01:first-child {
  border-right: 1px solid #cacaca;
  margin-left: 0!important; }

.info01:last-child {
  margin-left: 2em; }

.ie8 .info01 {
  margin-left: 1em;
  padding-right: .5em; }

.separator01 {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-bottom: .1em solid #d7d4d4;
  padding-bottom: 1em;
  margin-top: 1em; }

.w_titulo_de_pagina {
  margin-bottom: 1.4em; }

.w_titulo_de_pagina .title {
  color: #ec0000;
  font-size: 2.4em; }

.w_titulo_de_pagina .subtitle {
  color: #303030;
  font-size: 1.6em; }

.container {
  padding: 1em 0 1.3em 1.3em; }

.product_detail .container {
  padding: 0; }

.container ul {
  clear: both;
  margin: 0 0 1em 1em;
  padding: 0.5em 0 0 0.5em; }

.container ul li {
  color: #303030;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  list-style: disc outside none; }

.container .links ul {
  margin: 0 0 1em 0;
  padding: 0.5em 0 0 0; }

.container ol {
  color: #303030;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif; }

.container_content_holder {
  background: transparent url("../img/container_flip.png") no-repeat 0 0;
  padding: 1em 0 0 0;
  border-radius: .8em .8em 0 0; }

.container_content {
  background: #fff;
  font-size: 1.2em;
  padding: 1em 0em 0;
  font-family: verdana,arial,sans-serif;
  line-height: 1.2em;
  border-bottom: 0; }

.container_content div {
  padding: 0 0.4em; }

.container_content p {
  padding-bottom: 1em;
  margin:0; }

.container_content .multimedia {
  padding-top: 1em;
  max-width: 100%;
  margin: 0 auto; }
@media screen and (min-width: 600px){
	.tipo1 .container_content .multimedia{max-width: 32%;}
}
.container_content .multimedia img {
  width: 100%;
  height: auto; }

.box_contenido .links ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.box_contenido ul {
  list-style: disc;
  padding: 0.5em 0 0.5em 1em; }

.boxCatalog {
  position: relative;
  overflow: hidden;
  margin-top: .2em; }

.ie8 .boxCatalog {
  display: block; }

.boxCatalog .treemap_antistress {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
  filter: alpha(opacity=20);
  top: 0;
  left: 0;
  text-align: center;
  z-index: 99999; }

.boxCatalog .treemap_antistress_img img {
  position: absolute;
  top: 50%;
  margin-top: -8px !important;
  left: 50%;
  margin-left: -8px !important; }

.boxCatalog .treemap_antistress_img {
  background: #fff;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  left: 50%;
  margin-left: -1.5em;
  display: none;
  z-index: 99999; }

.boxCatalog p {
  padding: 0;
  margin: 0; }

.boxCatalog .product_catalog_accesible {
  display: none; }

.boxCatalog .product_promo {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%; }

.boxCatalog .product_promo img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: auto;
  width: 100%; }

.boxCatalog .product_catalog {
  width: 22.5em;
  position: relative;
  z-index: 1000;
  min-height: 47em;
  float: left; }

.boxCatalog .product_select {
  background-color: rgba(236, 236, 236, 0.7); }

.boxCatalog .product_select li {
  display: inline-table;
  font-size: 1.2em;
  list-style: none outside none;
  margin: 0 0 .8em .6em;
  padding: 0;
  text-align: center;
  width: 49%; }

.boxCatalog .product_select li a {
  color: #383838;
  font-size: 1em;
  font-family: 'FrutigerLight';
  padding-bottom: 1em; }

.boxCatalog .product_select img {
  display: block;
  margin: 1em auto .3em auto; }

.boxCatalog .product_select a {
  color: #444641;
  text-decoration: none;
  display: block; }

.boxCatalog .product_select .button_holder {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../img/btn_productCatalogo.png") repeat 0 0;
  padding: .6em 0 .5em;
  border-bottom: 1px solid #404040;
  margin: 0; }

.boxCatalog .product_select .button_holder:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.boxCatalog .product_select .button_holder li {
  padding-bottom: 0; }

.boxCatalog .product_select .button_holder .btn_primary {
  font-size: 1.17em !important;
  color: #fff; }

.boxCatalog .product_select .button_holder .btn_secondary {
  font-size: 1.17em !important;
  color: #fe1111; }

.boxCatalog .need:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.boxCatalog .need nav:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.boxCatalog .family,
.boxCatalog .products {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  margin: 0;
  background-color: transparent; }

.boxCatalog .products .pagination {
  text-align: center; }

.boxCatalog .products .pagination li {
  display: inline-table;
  text-indent: -9999em;
  width: 1em;
  height: 1em;
  background: url("../img/ui-pagination.png") right 0 no-repeat;
  cursor: pointer;
  margin: 0 0.2em; }

.boxCatalog .products .pagination li:hover, .boxCatalog .products .pagination li.active {
  background-position: left 0; }

.boxCatalog .family:after,
.boxCatalog .family nav:after,
.boxCatalog .products:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.boxCatalog .product_select .need {
  background: transparent;
  margin: 0; }

.boxCatalog .product_select .family_temp li,
.boxCatalog .product_select .need li,
.boxCatalog .product_select .row_product li {
  background: #e0e0e0;
  width: 8.3em;
  height: 7.7em;
  vertical-align: top; }

.boxCatalog .product_select .family_temp li:hover,
.boxCatalog .product_select .need li:hover,
.boxCatalog .product_select .row_product li:hover {
  background: #ff0000;
  cursor: default; }

.boxCatalog .product_select .family_temp li:hover a,
.boxCatalog .product_select .need li:hover a,
.boxCatalog .product_select .row_product li:hover a {
  color: #ffffff; }

.boxCatalog .product_select .need li a {
  color: #383838;
  font-size: 1em;
  font-family: 'FrutigerLight';
  padding-bottom: 1em; }

.boxCatalog .product_select .need li a:hover {
  color: #fff; }

.boxCatalog .product_select .family_temp li img,
.boxCatalog .product_select .need li img,
.boxCatalog .product_select .row_product li img {
  margin-top: 1em;
  width: 53px;
  height: auto;
  margin-bottom: .5em; }

.boxCatalog .product_select ul {
  clear: both;
  margin: 0;
  padding: 1em 0 0; }

.boxCatalog .product_select a:hover {
  color: #e91d1d; }

.boxCatalog .product_select .need {
  position: relative;
  z-index: 51; }

.boxCatalog .product_select .family {
  position: relative;
  z-index: 50;
  top: -4px; }

.boxCatalog .product_select .products {
  position: relative;
  z-index: 10;
  top: -7px; }

.boxCatalog .product_select .carr_holder {
  padding: 1em 1em 0 0.45em; }

.boxCatalog .title {
  padding: 0 0 0.7em 0;
  font-size: 1.2em;
  margin: 0;
  font-weight: normal; }

.need_a_home a {
  background-image: url(../img/ico_need_a_home.png);
  background-position: right center; }

.boxCatalog .title a {
  z-index: 5;
  font-family: fruitiguer;
  background-color: #343434!important;
  font-size: 1.333em;
  padding: .5em 1em;
  position: relative;
  cursor: pointer;
  display: block;
  color: white;
  font-weight: normal; }

.boxCatalog .title:hover {
  background: transparent url(../img/home_sprite.png) no-repeat center -21.9em; }

.boxCatalog .title:hover a {
  background-color: #c90212!important;
  color: #fff; }

.boxCatalog .title.active a {
  background: #575757!important;
  box-shadow: none;
  border-radius: 0; }

.boxCatalog .title.active a {
  color: #fff;
  font-family: fruitiguer;
  font-size: 1.333em; }

.boxCatalog .title img {
  position: absolute;
  right: 1em;
  top: -0.6em; }

.boxCatalog .products label {
  display: block;
  color: #000;
  padding-top: .3em; }

.boxCatalog .products .carr_holder ul {
  float: none;
  padding: 0 1em;
  margin: 0;
  list-style: none; }

.boxCatalog .products .carr_right {
  position: absolute;
  width: 1.6em;
  height: 2.3em;
  top: 12em;
  right: 0.3em;
  background: transparent url("../img/catalog_arrow_right.png") no-repeat 0 0; }

.boxCatalog .products .carr_left {
  position: absolute;
  width: 1.6em;
  height: 2.3em;
  top: 12em;
  left: 0.3em;
  background: transparent url("../img/catalog_arrow_left.png") no-repeat 0 0; }

.boxCatalog .product_promo .product_box {
  position: absolute;
  right: 2em;
  top: 8em;
  width: 43%;
  z-index: 1; }

.boxCatalog .product_promo .product_box img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0; }

.boxCatalog .product_promo .product_box h1 {
  font-size: 4.8em;
  color: #000;
  font-family: 'FrutigerLight';
  padding: 0 0 .2em 0.600em;
  margin: 0;
  margin-top: .2em; }

.boxCatalog .product_promo .product_box .product_text {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #303030;
  padding: 0 1.125em; }

.boxCatalog .product_promo .product_box .product_text h2 {
  text-shadow: none !important;
  color: #000000 !important;
  font-size: 2em !important;
  line-height: 0.9em !important; }

.boxCatalog .product_promo .product_box .product_links {
  padding: 1em 0 2em 2em; }

.boxCatalog .product_promo .product_box .product_links a.link01 {
  margin-top: .5em;
  background: #f0f0f0;
  border-radius: 1.5em;
  padding: .4em 1.2em .6em;
  font-size: 1.4em;
  color: #fc0a0a;
  text-decoration: none;
  font-family: verdana,arial,sans-serif;
  float: left;
  font-weight: bold; }

.boxCatalog .product_promo .product_box .product_links a.link01:hover {
  color: #c90212; }

.boxCatalog .product_promo .product_box .product_links a.btn_action {
  float: right;
  margin-top: .5em; }

.boxCatalog .product_promo .product_box .product_links a.link02:hover span.center, .boxCatalog .product_promo .product_box .product_links a.link02:hover span.left, .boxCatalog .product_promo .product_box .product_links a.link02:hover span.right {
  background-position: 0 -30px; }

.boxCatalog .product_promo .product_box .product_links a.link02 span.left {
  width: 1.8em;
  position: absolute;
  height: 100%;
  background: url("../img/btn_link_left.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0; }

.boxCatalog .product_promo .product_box .product_links a.link02 span.center {
  height: 100%;
  background: url("../img/btn_link_center.png") repeat-x;
  margin: 0 1em 0 1.8em;
  display: block;
  padding: 0 0.5em; }

.boxCatalog .product_promo .product_box .product_links a.link02 span.right {
  width: 1em;
  position: absolute;
  height: 100%;
  background: url("../img/btn_link_right.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0; }

.boxCatalog span.group_title {
  bottom: inherit;
  position: relative;
  margin-left: inherit;
  left: inherit;
  width: auto;
  height: auto;
  background: none; }

.boxCatalog .products .carr_holder .mask {
  position: relative; }

.boxCatalog .products .carr_holder ul.row_product {
  width: 22.3em;
  padding: 1em 0 1em 0;
  display: inline-table;
  clear: both; }

.boxCatalog .products .carr_holder ul.row_product label {
  display: block;
  padding: 0 0 0 0; }

.boxCatalog .products .carr_holder nav {
  position: relative;
  min-height: 21em; }

.boxCatalog .products .carr_holder nav:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.boxCatalog .products .carr_holder nav .next {
  top: 50%;
  right: -0.9em;
  position: absolute;
  margin-top: -2.2em; }

.boxCatalog .products .carr_holder nav .prev {
  top: 50%;
  left: -0.4em;
  position: absolute;
  margin-top: -2.2em; }

.need_a_home a {
  background: #575757 url(../img/ico_need_a_home.png) no-repeat 96% center !important; }

.mortages a {
  background: #575757 url(../img/ico_mortages.png) no-repeat 96% center !important; }

.search_home {
  background: #dadada;
  padding: .4em .4em .3em .4em;
  width: auto;
  position: relative;
  z-index: 2;
  top: 3em;
  margin-left: 24.5em;
  min-height: 3em;
  border-radius: 1.7em; }

.search_home fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.search_home p {
  margin: 0;
  padding: 0; }

.search_home form {
  margin: 0;
  padding: 0; }

.search_home label {
  text-align: left;
  font-family: fruitiguer;
  display: block;
  float: left;
  min-height: 1em;
  background: transparent;
  line-height: 2.1em;
  font-size: 1.4em;
  color: #000;
  padding: 0 0 0 1em; }

.search_home input {
  background: transparent;
  border: 0;
  width: 84%;
  float: left;
  min-height: 2.5em;
  margin: 0;
  padding: 0 0 0 .5em;
  font-size: 1.15em; }

.search_home button {
  border-radius: 0;
  width: 43px;
  height: 37px;
  background: transparent url(../img/btn_search.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  border: 0;
  cursor: pointer;
  top: 0;
  right: 0; }

.search_home button:hover {
  background-position: 0 bottom; }

.search_home02 {
  background: #DADADA;
  border-radius: 2em;
  clear: none;
  float: right;
  height: 2.9em;
  margin-left: 1.2em;
  min-height: 2.1em;
  position: relative;
  right: 1.2em;
  width: 35%;
  padding-right: 2.2em; }

.search_home02:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.search_home02 p {
  margin: 0;
  padding: 0; }

.search_home02 label {
  text-align: left;
  font-family: fruitiguer;
  color: #000;
  display: block;
  float: left;
  font-size: 1.4em;
  height: 2em;
  left: 4px;
  line-height: 2em;
  width: 5em;
  position: static;
  float: left;
  text-align: center;
  top: 4px;
  z-index: 2;
  margin-top: 0.01em; }

.search_home02 input {
  border: 0;
  height: 2.5em;
  width: 67%;
  float: right;
  font-size: 1.1em;
  background: transparent;
  padding: 0; }

.cover_btn {
  display: none; }

.search_home02 button {
  background: url("../img/ui-search-button.png") no-repeat 0 0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: -1.2em;
  text-indent: -9999px;
  top: 0;
  width: 3.3em; }

.content_left {
  float: right;
  padding-right: 2.8em; }

.content_right {
  float: left;
  width: 60%; }

.content_right02 {
  float: left;
  width: 50%; }

.item-infoHeader {
  position: relative; }

.item-infoHeader > a {
  color: #666;
  font-size: 1.1em;
  text-decoration: none;
  font-family: 'Verdana', Geneva, Arial, Helvetica, sans-serif; }

.separador.first {
  margin-top: 0; }

.separador {
  margin-top: 10em; }

.tooltip {
  display: none; }

.box_select {
  display: none; }

.boxTooltip01 {
  position: absolute;
  z-index: 200;
  display: none;
  right: -3.3em; }

.boxTooltip01 .top {
  padding-top: 1.6em;
  position: relative;
  background: url("../img/tooltip_top02.png") no-repeat top center;
  margin: 0 2em;
  border-bottom: 1px solid #d9d9d8; }

.boxTooltip01 .top img {
  position: absolute;
  left: 3.6em;
  top: 0.8em;
  z-index: 999; }

.border_box {
  padding: .01em 0.2em;
  background: #e6e6e6;
  left: 1.4em;
  border-bottom: 1px solid #cbcbcb; }

.position_right {
  right: -0.3em;
  min-width: 17em; }

.boxTooltip01.position_right .top img {
  left: 11em; }

.boxTooltip01 ul {
  max-height: 13em;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1em 0;
  float: none;
  margin-top: .4em;
  margin-bottom: 0; }

.boxTooltip01.position_right .border_box ul {
  max-height: 9em; }

.boxTooltip01 ul li {
  float: none;
  border: none;
  padding: 0;
  text-align: left;
  margin: 0;
  display: inline; }

.boxTooltip01 ul li a {
  background: transparent;
  padding: 0.4em 1.4em 0.4em 1.2em;
  color: #666;
  display: block;
  font-size: 1.1em;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  text-decoration: none; }

.boxTooltip01 ul li a:hover {
  background: #fff;
  color: #EC0000;
  text-decoration: none; }

.menu02 ul li a.sub {
  text-decoration: underline; }

.menu02 ul li a.sub.activado {
  color: #c90212; }

.menu02 ul li a.icon_location.activado {
  background-position: right -3.2em; }

.menu02 ul li a.icon_branch.activado {
  background-position: right -3.2em; }

.boxCatalog .products_temp label {
  display: block;
  color: #000;
  padding-top: .3em;
  margin-bottom: 1em;
  margin-top: .5em; }

.boxCatalog .products_temp label span {
  display: block;
  float: right;
  font-size: 0.95em;
  margin-left: -0.6em;
  padding: 0.2em 1em 0 0; }

.boxCatalog .products_temp .carr_right {
  position: absolute;
  width: 1.6em;
  height: 2.3em;
  top: 12em;
  right: .3em;
  background: url("../img/catalog_arrow_right.png") no-repeat 0 0 transparent; }

.boxCatalog .products_temp .carr_left {
  position: absolute;
  width: 1.6em;
  height: 2.3em;
  top: 12em;
  left: .3em;
  background: url("../img/catalog_arrow_left.png") no-repeat 0 0 transparent; }

.promo {
  position: relative;
  margin-bottom: 2.5em; }

.promo:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.promo .info_aux .center:after, .promo .info_aux .center ul:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.image_left {
  padding: 0;
  margin-bottom: 1em;
  margin-left: 0; }

.image_left img {
  width: 100%;
  height: auto; }

.promo .image_left {
  float: left;
  width: 34%;
  height: auto;
  min-height:100px}

.promo .expands {
  width: 99%;
  max-width: 99%;
  padding-bottom: 1em; }

.promo .info_aux {
  display: inline-block;
  float: right;
  width: 65%; }

.promo .info_aux .center {
  min-height: 12em;
  padding: 0 0 6em; }

.promo .info_aux .center p {
  font-family: fruitiguerroman;
  font-size: 2.9em;
  line-height: 1em;
  margin: 0; }

.promo .info_aux li {
  float: left;
  width: 31%;
  padding: 1%;
  border-right: .1em solid #e5e5e5;
  text-align: center;
  margin-bottom: 1.5em; }

.promo .info_aux ul li p {
  text-align: center; }

.promo .info_aux .last {
  border: 0; }

.promo .button_holder {
  position: absolute;
  right: 0;
  bottom: 0;
  right: 5%; }

/*.promo .button_holder*/
/*.buttonLong{background: none repeat scroll 0 0 red;border-radius: 1.5em 1.5em 1.5em 1.5em;float: right;margin: 0;padding: 0.7em;text-align: center;width: 50%;}*/
.button_holder {
  text-align: right;
  padding: 0 0 1.5em 0; }

.button_holder .btn_secondary {
  float: left;
  margin-left: 1.4em; }

.button_holder .btn_primary {
  float: right;
  margin-right: 1.4em; }

.product_detail {
  padding-left: 0;
  position: relative;
  padding-bottom: 3.5em; }

.product_detail:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.product_detail .tabs {
  font-family: 'fruitiguerroman';
  border-bottom: 1px solid #afaeae;
  min-height: 2.4em; }

.product_detail .tabs02 li {
  float: left;
  margin-right: .1em; }

.product_detail .tabs02 li a {
  background: none repeat scroll 0 0 #E5E5E5;
  border-radius: .4em 0.4em 0 0;
  color: #3D3E3E;
  font-size: 1.6em;
  padding: 0.4em .9em;
  text-decoration: none; }

.product_detail .tabs02 li a:hover {
  color: #C90212; }

.product_detail .tabs02 li.tabactive a {
  background: none repeat scroll 0 0 #5E606B;
  color: #fff; }

.product_detail .nav_sup ul {
  margin-left: 0; }

.product_detail .button_holder {
  bottom: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  right: 5%; }

.promo02 .nav_sup nav {
  font-family: verdana,arial,sans-serif;
  border-bottom: 1px solid #0e0e0e;
  min-height: 2.2em; }

.promo02 .nav_sup nav .list_nav_sup {
  left: 0;
  padding-left: 0;
  top: 0; }

.promo02 .nav_sup nav .list_nav_sup li {
  list-style-type: none; }

.promo02 .nav_sup nav .list_nav_sup li a.active {
  background: #0e0e0e;
  font-weight: bold; }

.promo02 .tit-enlaces {
  font-size: 1.2em;
  color: #ec0000;
  font-family: verdana,arial,sans-serif; }

.promo02 .info_aux .lista-enlaces {
  padding: 0; }

.promo02 .info_aux .lista-enlaces li {
  border: 0;
  float: none;
  list-style-type: none;
  background: transparent url(../img/bullet-rojo.png) no-repeat left 0.7em;
  width: auto;
  padding: .3em 1.4em;
  text-align: left; }

.promo02 .info_aux .lista-enlaces li a {
  text-align: left;
  color: #303030;
  font-size: 1.2em;
  font-family: verdana,arial,sans-serif; }

.promo02 .info_aux .lista-enlaces li.abre_blank {
  background: transparent url(../img/ico_abre_blank.png) no-repeat left 0.8em; }

.promo02 .info_aux .lista-enlaces li.dock {
  background: transparent url(../img/ico_dock.png) no-repeat left 0.5em; }

.promo .info_aux {
  padding-top: 2em; }

.promo .info_aux .center ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.promo .info_aux .center .text {
  background: #f1f1f1;
  padding: 1em 0 1em 1.5em;
  min-height: 16em; }

.promo .info_aux .center h1 {
  color: #EC0000;
  font-size: 3em;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2), 0 0 0.1em rgba(0, 0, 0, 0.9);
  padding-bottom: .4em; }

.promo02 .info_aux .center:after, .promo .info_aux .center ul:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.promo02 .image_left {
  display: block;
  overflow: hidden;
  width: 36%;
  padding: 0; }

.promo02 .image_left img {
  width: 100%; }

.promo02.info_aux {
  width: 100%; }

.promo02 .info_aux .center {
  padding: 0 0 3.3em 0; }

.promo02 .info_aux .center p.image-center {
  text-align: center;
  margin: auto;
  margin-top: 1em; }

.promo02 .info_aux li {
  float: left;
  width: 31%;
  padding: 1%;
  border-right: .1em solid #e5e5e5;
  text-align: center; }

.promo02 .info_aux ul li p {
  text-align: center; }

.promo02 .info_aux .last {
  border: 0; }

.promo02 .button_holder {
  position: absolute;
  right: 5%;
  bottom: 0;
  margin-right: 0;
  padding: 0 0 .5em; }

.promo02 .info_aux {
  margin: 0;
  padding-bottom: 2em;
  float: right;
  width: 62%; }

.promo02 .info_aux.noimage {
  float: none;
  width: 100%; }

.promo02 .info_aux .center {
  min-height: 17em;
  padding: 0 0 3em; }

.promo02 .info_aux .center .text {
  padding: 2em;
  background-color: #F7F7F7; }

.promo02 .info_aux .center .text ul li,
.promo02 .info_aux .center .text ol li {
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  float: none;
  margin-left: 1.5em;
  font-family: verdana,arial,sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left; }

.promo02 .info_aux .center .text ul li:FIRST-CHILD,
.promo02 .info_aux .center .text ol li:FIRST-CHILD {
  padding-top: 1%; }

.promo02 .info_aux .center .text ol {
  margin: 0 0 0 0.5em; }

.promo02 .info_aux .center .text p {
  margin-top: .4em;
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: verdana,arial,sans-serif; }

.promo02 .info_aux .center h1 {
  color: #383838;
  font-size: 2.8em;
  padding-bottom: 0.6em;
  margin: 0; }

.content_list {
  float: left;
  width: 68%;
  padding-right: 2%;
  margin-bottom: 1.5em; }

.content_list h3 {
  font-size: 1.4em;
  color: #ec0000; }

.content_list p strong {
  font-weight: bold!important; }

.box11 {
  clear: both; }

.box11 p {
  margin: 0 0 1em 0;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  font-size: .90em;
  word-wrap: break-word; }

.box11 p strong {
  font-weight: bold; }

.box11 ul {
  margin-bottom: 0.6em;
  padding-left: 2em; }

.box11 ul li,
.box11 ol li {
  line-height: 1.5em;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  font-size: .90em;
  word-wrap: break-word; }

blockquote.cite {
  float: right;
  font-size: 1.5em;
  padding: 2em 2em 1em;
  text-align: center;
  width: 9em;
  margin: 0;
  clear: both; }

.content_list blockquote {
  float: right;
  font-size: 1.5em;
  width: 9em;
  text-align: center;
  padding: 0 2em; }

.box09 ul {
  margin: 0 0 1em 1em;
  clear: both;
  padding: .5em 0 0 .5em; }

.box09 ul.link li {
  list-style: disc;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  font-size: .90em;
  color: #303030; }

.box09 ol {
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  font-size: .90em;
  color: #303030; }

.content_list p.date {
  font-size: .8em;
  display: block;
  margin: 0 0 .2em 0;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif;
  font-size: .79em; }

.image-left02 span {
  display: block;
  font-size: .8em;
  font-family: 'Verdana',Geneva,Arial,Helvetica,sans-serif; }

.box09 ul.links {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 .4em;
  line-height: 1.43em;
  list-style: none; }

.box09 ul.links li {
  background: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

.box09 ul.links li a.std-link {
  background: transparent url("../img/ico-std-link.png") no-repeat scroll 0 0.5em;
  padding: .2em 0 1.4em 1.1em; }

.box09 ul.links li a.ext-link {
  background: transparent url("../img/ico-ext-link.png") no-repeat scroll 0 0.5em;
  padding: .2em 0 1.4em 1.1em;
  list-style: none; }

.box09 ul.links li a.doc-link {
  background: transparent url("../img/ico-doc-link.png") no-repeat scroll 0 0.5em;
  padding: .2em 0 1.4em 1.1em;
  list-style: none; }

.box09 > section {
  clear: both; }

.widget19-footer {
  margin-top: 1em; }

.box12 {
  margin-top: 1em;
  display: block;
  overflow: hidden; }

.box12 .position_detail {
  float: left;
  padding-left: 4.2em;
  width: 3.5em;
  height: 2.3em;
  cursor: pointer; }

.box12 .position_detail span {
  display: inline-block;
  text-align: left;
  font-size: .9em;
  padding: .8em 1em .6em 1.4em;
  background: transparent url("../img/detalle-informacion-counter.png") no-repeat scroll 0 0.5em;
  width: 3.4em; }

.box12 .detail-rating {
  padding-left: .4em; }

.box12 .detail-rating-1 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 -110px; }

.box12 .detail-rating-2 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 -132px; }

.box12 .detail-rating-3 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 50px; }

.box12 .detail-taggs {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em 0; }

.box12 .detail-taggs:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.4em 0; }

.box12 .detail-likes {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em -23px; }

.box12 .detail-likes:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.4em -23px; }

.box12 .detail-links {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em -44px;
  padding-right: 1em; }

.box12 .detail-links:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.4em -44px;
  padding-right: 1em; }

.box12 .detail-emails {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em -66px; }

.box12 .detail-emails:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.4em -66px; }

.box12 .detail-comments {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em -88px; }

.box12 .detail-comments:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.4em -88px; }

.box12 .detail-recommend {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em -5.8em; }

.box12 .rating div {
  float: left; }

.box12 .rating .span-rating {
  width: auto; }

.box12 .rating .span-rating span {
  font-size: 1em; }

.box12 .rating .promo03 {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
  background: #f1f1f1; }

.info_aux02 {
  float: left;
  width: 30.8em; }

.info_aux02 p {
  padding: 0;
  margin: 0; }

.info_aux02 .info_title {
  background-color: #4c4c4c;
  padding: .9em 1.4em .9em .9em; }

.info_aux02 .info_title p {
  font-size: 1.8em;
  color: #FFF;
  line-height: 1em; }

.info_aux02 .info_text, .info_aux02 .info_text p {
  font-size: 1.3em;
  color: #303030;
  line-height: 1.3em;
  word-wrap: break-word; }

.img_right {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  margin-left: 30.8em; }

.img_right img {
  width: 100%; }

.info_aux02 .info_text {
  padding: 1.12em 1.5em .87em 1.06em; }

.gallery3D {
  position: relative;
  width: 95em;
  height: 31.8em;
  overflow: hidden;
  margin: 0 auto;
  padding-top: .5em; }

.gallery3D .list ul {
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  width: 74.7em;
  height: 30.8em;
  padding: 0;
  list-style: none; }

.gallery3D .list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
.gallery3D .list li:first-child {
   z-index: 5; }


.gallery3D .list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-color: transparent; }

.gallery3D .list li img {
  width: 74.7em;
  height: 30.8em;
  border-radius: 10px;
  border: none;
  box-shadow: 0 2px 8px rgba(50, 50, 50, 0.48); }

.dg-transition {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.leftCSS3D {
  -webkit-transform: translateX(-200px) translateZ(-400px) rotateY(35deg);
  -moz-transform: translateX(-200px) translateZ(-400px) rotateY(35deg);
  -o-transform: translateX(-200px) translateZ(-400px) rotateY(35deg);
  -ms-transform: translateX(-200px) translateZ(-400px) rotateY(35deg);
  transform: translateX(-200px) translateZ(-400px) rotateY(35deg);
  opacity: 1;
  visibility: visible !important;
  display: block; }

.rightCSS3D {
  -webkit-transform: translateX(200px) translateZ(-400px) rotateY(-35deg);
  -moz-transform: translateX(200px) translateZ(-400px) rotateY(-35deg);
  -o-transform: translateX(200px) translateZ(-400px) rotateY(-35deg);
  -ms-transform: translateX(200px) translateZ(-400px) rotateY(-35deg);
  transform: translateX(200px) translateZ(-400px) rotateY(-35deg);
  opacity: 1;
  display: block; }

.left2CSS3D {
  -webkit-transform: translateX(-340px) translateZ(-500px) rotateY(45deg);
  -moz-transform: translateX(-340px) translateZ(-500px) rotateY(45deg);
  -o-transform: translateX(-340px) translateZ(-500px) rotateY(45deg);
  -ms-transform: translateX(-340px) translateZ(-500px) rotateY(45deg);
  transform: translateX(-340px) translateZ(-500px) rotateY(45deg);
  opacity: 1 !important;
  visibility: visible !important;
  display: block; }

.right2CSS3D {
  -webkit-transform: translateX(340px) translateZ(-500px) rotateY(-45deg);
  -moz-transform: translateX(340px) translateZ(-500px) rotateY(-45deg);
  -o-transform: translateX(340px) translateZ(-500px) rotateY(-45deg);
  -ms-transform: translateX(340px) translateZ(-500px) rotateY(-45deg);
  transform: translateX(340px) translateZ(-500px) rotateY(-45deg);
  opacity: 1 !important;
  visibility: visible !important;
  display: block; }

.leftCSS2D {
  -webkit-transform: translate(-350px) scale(0.8);
  -moz-transform: translate(-350px) scale(0.8);
  -o-transform: translate(-350px) scale(0.8);
  -ms-transform: translate(-350px) scale(0.8);
  transform: translate(-350px) scale(0.8); }

.rightCSS2D {
  -webkit-transform: translate(-350px) scale(0.8);
  -moz-transform: translate(-350px) scale(0.8);
  -o-transform: translate(-350px) scale(0.8);
  -ms-transform: translate(-350px) scale(0.8);
  transform: translate(-350px) scale(0.8); }

.coordenatesRight {
  -webkit-transform: translateX(350px) translateZ(-200px) rotateY(-45deg);
  -moz-transform: translateX(350px) translateZ(-200px) rotateY(-45deg);
  -o-transform: translateX(350px) translateZ(-200px) rotateY(-45deg);
  -ms-transform: translateX(350px) translateZ(-200px) rotateY(-45deg);
  transform: translateX(350px) translateZ(-200px) rotateY(-45deg);
  opacity: 1;
  visibility: visible; }

.dg-center {
  position: absolute;
  z-index: 10; }

.gallery3D .prev {
  position: absolute;
  top: 50%;
  left: 1.5em;
  z-index: 500;
  margin-top: -0.7em;
  cursor: pointer;
  padding-top: 1.7em; }

.gallery3D .next {
  position: absolute;
  top: 50%;
  right: 1.5em;
  z-index: 500;
  margin-top: -0.7em;
  cursor: pointer;
  padding-top: 1.7em; }

.popupOpacity {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000; }

.popupOpacity span.opacity {
  display: block;
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.7;
  position: absolute; }

.popupGallery {
  position: fixed;
  z-index: 1;
  top: .4em;
  left: 50%;
  width: 82.5em;
  margin-left: -41.25em;
  display: none; }

.popupGallery .imageController {
  position: relative;
  width: 100%;
  background: transparent; }

.popupGallery .imgGallery {
  position: relative; }

.popupGallery .imgGallery img.last {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.popupGallery .box01 {
  padding: 1.5em 2.0em;
  border-radius: .5em; }

.popupGallery .list {
  margin: 1.8em 0 2.8em 1.2em;
  position: relative;
  overflow: hidden;
  height: 11em; }

.popupGallery .list ul, .popupGallery .list li {
  margin: 0;
  padding: 0;
  list-style: none; }

.popupGallery .list ul {
  padding: 0 0 0 0;
  position: absolute;
  margin: 0 0 0 0; }

.popupGallery .list li {
  float: left;
  width: 15em;
  position:relative;
  height: 10em;
  margin: 0 0.3em 1.2em 0.3em; }

.video_item{background:#fff;opacity:0;position:absolute;width:100%;height:100%;z-index:999;top:0;left:0;display:none;}

.ulGallery_detail .video_item, .popupGallery .video_item{display:block;}

.popupGallery .list li img {
  width: 100%;
  height: 10em; }

.popupGallery .list li:hover {
  padding: 0; }

.popupGallery .list li a {
  display: block;
  margin: 0.2em;
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden; }

.popupGallery .list li a:hover, .popupGallery .list li a.active {
  border: .2em solid white;
  margin: 0;
  box-shadow: none; }

.popupGallery .list ul li.g2 audio {
  width: 100%; }

.popupSocial {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.8em; }

.arrow_bottom {
  bottom: 0;
  display: block;
  height: 1.8em;
  left: 50%;
  margin-left: -2em;
  position: relative;
  width: 4em; }

.dijitSliderProgressBarH, .dijitSliderLeftBumper {
  background: #9dd27e;
  background: linear-gradient(to right, #9dd27e 0%, #9ad37c 13%, #95d177 23%, #90cd73 27%, #89cb6a 44%, #7fc561 53%, #79c35c 61%, #7ac45d 63%, #74c255 73%, #6fbf51 76%, #66bb47 87%, #67bc48 89%, #60b941 98%, #5aaf3d 100%);
  border-radius: .2em;
  border: .1em solid #5db34b;
  border-left: .1em;
  border-right: .1em; }

.slider .dijitSliderProgressBarH, .slider .dijitSliderRemainingBarH {
  border-top: .1em solid #aaa;
  border-left: .1em solid #e7e7e7;
  border-right: .1em solid #e7e7e7;
  background-color: #e7e7e7; }

.slider .dijitSliderBumper {
  display: none; }

.slider .etiqueta_slider {
  font-family: 'FrutigerLight';
  background: url("../img/popup_leyenda.png") no-repeat scroll 0 0 transparent;
  color: #666666;
  font-size: 1.3em;
  line-height: 3.8em;
  min-height: 5.2em;
  position: absolute;
  text-align: center;
  top: 1.4em;
  width: 7.9em;
  margin-left: -0.5em; }

div.slider:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.dijitSliderImageHandle {
  width: 1.8em; }

.dojoDndAvatar {
  background: 0;
  border: 0;
  box-shadow: none; }

.dojoDndAvatarHeader {
  display: none; }

.dojoDndAvatar li {
  list-style: none;
  position: relative;
  border: .1em solid #bfbfbf;
  background: #efefef;
  float: left;
  width: 10em;
  cursor: pointer;
  margin: 0 1em; }

.dojoDndAvatar .img {
  display: block;
  text-align: center;
  padding: 1em 0 .5em 0; }

.dojoDndAvatar .img img {
  position: static;
  width: 7em;
  height: 6em; }

.dojoDndAvatar p.title {
  display: block;
  text-align: center;
  color: #303030;
  font-size: 1em;
  text-transform: uppercase;
  padding: .5em 1em; }

.dojoDndAvatar span.hand {
  display: block;
  padding-top: 2.2em;
  height: 0;
  overflow: hidden;
  width: 1.8em;
  background: transparent url("../img/ico_hand.png") no-repeat;
  position: absolute;
  bottom: -1em;
  right: -1em; }

.dojoDndAvatar div.text {
  display: none; }

.dojoDndAvatar div.types {
  display: none; }

.dojoDndAvatar .btn_close {
  display: none; }

.dijitSliderBar {
  border-style: solid;
  outline: .1em; }

.dijitSliderBar {
  border-color: #759dc0; }

.dijitSliderHover .dijitSliderBar {
  border-color: #759dc0; }

.dijitSliderDisabled .dijitSliderBar {
  background-image: none;
  border-color: #d3d3d3; }

.dijitRuleLabel {
  color: #000; }

.dijitRuleLabelsContainerH {
  padding: .2em 0; }

.dijitSlider .dijitSliderRemainingBarH {
  background-color: #ffffff;
  border-radius: .5em;
  border-top: .1em solid #aaa;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-top: .1em; }

.dijitSliderRightBumper {
  border-right: solid .1em #b5bcc7; }

.dijitSliderLeftBumper {
  border-left: solid .1em #b5bcc7; }

.dijitSliderHover .dijitSliderProgressBarH, .claro .dijitSliderHover .dijitSliderLeftBumper {
  background-position: 0 -2em;
  background-color: #abd6ff;
  border-color: #5fb34c; }

.dijitSliderFocused .dijitSliderProgressBarH, .claro .dijitSliderFocused .dijitSliderLeftBumper {
  background-position: 0 -3em;
  background-color: #abd6ff;
  border-color: #5fb34c; }

.dijitSliderDisabled .dijitSliderProgressBarH, .claro .dijitSliderDisabled .dijitSliderLeftBumper {
  background-color: #d3d3d3;
  background-image: none; }

.dijitSliderDecorationH {
  width: 100%; }

.dijitSliderDecoration {
  text-align: center; }

.dijitSliderButtonContainerH {
  padding: .1em .1em .1em .2em; }

.dijitSliderButtonContainer {
  height: 0;
  text-align: center; }

.dijitSliderButtonContainer * {
  cursor: pointer; }

.dijitSliderDecrementIconH {
  background-position: -35.7em 50%; }

.dijitSliderDecrementIconH, .dijitSliderIncrementIconH {
  height: 1.2em;
  width: .9em; }

.dijitSliderButtonInner {
  overflow: hidden;
  text-indent: 9999999px;
  color: #EBEBEB;
  position: absolute;
  right: 0;
  visibility: visible;
  width: 37%;
  z-index: 1;
  bottom: 2.8em;
  margin-right: 16%; }

.dijitSliderLeftBumper {
  border-top-left-radius: .5em;
  border-bottom-left-radius: .8em; }

.dijitSliderBar {
  outline: .1em none;
  cursor: pointer; }

.dijitSliderBottomBumper, .dijitSliderLeftBumper {
  background-color: red; }

.dijitSliderBumperH {
  border-width: .1em 0;
  height: .8em;
  width: .8em;
  overflow: hidden;
  z-index: 1; }

.dijitSliderBarContainerH {
  position: relative;
  z-index: 1; }

.dijitSliderProgressBarH {
  overflow: visible;
  position: absolute !important;
  vertical-align: middle;
  width: 0; }

.dijitSliderProgressBar {
  background-color: red;
  z-index: 1; }

.dijitSliderBarH {
  border-width: .1em 0;
  height: .45em; }

.dijitSliderImageHandleH {
  background-position: 0 -2.9em;
  border: 0 none;
  height: 1.8em;
  width: 1.8em;
  left: 50%;
  top: -0.4em;
  vertical-align: top; }

.dijit_a11y div.dijitSliderImageHandle, .dijitSliderImageHandle {
  cursor: pointer;
  margin: -0.1em 0 0 0;
  padding: 0;
  position: relative !important;
  outline: 0; }

.dijitSliderRemainingBarH {
  width: 100% !important; }

.dijitSliderRemainingBar {
  background-color: transparent;
  overflow: hidden;
  z-index: 1; }

.dijitSliderRightBumper {
  border-top-right-radius: .5em;
  border-bottom-right-radius: .8em; }

.dijitSliderTopBumper, .dijitSliderRightBumper {
  background-color: transparent; }

.dijitSliderMoveableH {
  right: 0; }

.dijitSliderMoveable {
  display: block;
  position: absolute !important;
  vertical-align: middle;
  z-index: 99;
  margin-top: -0.2em; }

.dijitValidationInner, .dijitArrowButton, .dijitBackgroundIframe, .dijitTooltipContainer {
  display: none; }

input.dijitReset {
  font-family: verdana,arial,sans-serif;
  font-size: 1.2em;
  color: #303030;
  height: 2.45em;
  line-height: 2.45em; }

.dijitPopup {
  min-width: 22%;
  max-width: 35em;
  border: 1px solid #ec0000;
  position: absolute;
  right: 0;
  margin-top: 3em;
  left: 30%;
  border-radius: .5em;
  padding: .2em .4em;
  font-size: 1.2em;
  color: #303030;
  font-family: verdana,arial,sans-serif;
  background: #fff; }

.dijitPopup .dijitMenuItem {
  padding: .3em;
  cursor: pointer;
  max-width: 34.5em;
  min-width: 21%; }

.dijitPopup .dijitMenuItem:hover {
  border: 1px solid #d1d1d1;
  color: #c90212;
  border-radius: .3em;
  background: #e7e7e7; }

.preloader {
  background: url("../img/loader.gif") center no-repeat;
  min-height: 3em; }

.navigation_menu {
  position: relative;
  padding: 1em 4em; }

.navigation_menu ul {
  list-style-type: none;
  border-bottom: .1em solid #d7d4d4;
  padding: 0 0 1em 0;
  margin: 0; }

.navigation_menu ul:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.navigation_menu ul li {
  float: left;
  width: 33%; }

.navigation_menu ul li:nth-child(2) {
  float: left;
  text-align: center; }

.navigation_menu ul li:last-child {
  float: right;
  text-align: right; }

.navigation_menu ul li.solo {
  float: left;
  text-align: left; }

.navigation_menu a.no-mostrar {
  background: transparent url("../img/ico-no-mostrar.png") no-repeat right 0.3em;
  padding-right: 1.2em; }

.navigation_menu a.volver {
  background: transparent url("../img/ico-volver.png") no-repeat left 0.3em;
  padding-left: 1.2em; }

.navigation_menu a.continuar {
  background: transparent url("../img/ico-continuar.png") no-repeat right 0.3em;
  padding-right: 1.2em; }

.navigation_menu a {
  color: #303030;
  font-size: 1.1em;
  padding-left: .5em; }

.navigation_menu a.no-mostrar:hover {
  color: #c90212;
  background-position: right -3.05em; }

.navigation_menu a.continuar:hover {
  color: #c90212;
  background-position: right -2.7em; }

.navigation_menu a.volver:hover {
  color: #c90212;
  background-position: left -2.7em; }

.nav_sup nav .list_nav_sup {
  left: 14.75em;
  position: absolute;
  top: -2.9em; }

.nav_sup nav .list_nav_sup li {
  float: left;
  margin-right: .1em; }

.nav_sup nav .list_nav_sup li a {
  font-family: Verdana;
  font-size: 1.1em;
  color: #3d3e3e;
  background: #e5e5e5;
  border-radius: .7em .7em 0 0;
  text-decoration: none;
  padding: .8em 1.2em; }

.nav_sup nav .list_nav_sup li a.active {
  color: #fff;
  background: #c82115; }

.exito h2 {
  background: transparent url("../img/icono-exito.png") no-repeat left top;
  padding: .2em 0 .2em 3.6em;
  font-size: 1.6em;
  min-height: 2.3em;
  color: #303030;
  font-weight: normal;
  margin: .2em 0 .5em 0; }

.exito p {
  font-family: verdana,arial,sans-serif;
  font-size: 1.2em;
  color: #303030;
  margin-top: 0; }

.error h2 {
  background: transparent url("../img/icono-error.png") no-repeat left top;
  padding: .2em 0 .2em 3.6em;
  font-size: 1.6em;
  min-height: 2.3em;
  color: #303030;
  font-weight: normal;
  margin: .2em 0 .5em 0; }

.error p {
  font-family: verdana,arial,sans-serif;
  font-size: 1.2em;
  color: #303030;
  margin-top: 0; }

.login.box38 {
  background: none repeat scroll 0 0 #F7F7F7;
  border-radius: 0 0 0 0;
  box-shadow: none;
  margin: 1.2em 0 0;
  padding: 1.2em;
  min-height: 17.9em;
  display: block;
  width: auto; }

@media screen and (max-width: 1050px) {
  .submenu_caso2 {
    width: 55%; }

  .menu03 .nav_menu .submenu_caso2 li.category_list {
    max-width: 46%; } }
@media screen and (max-width: 930px) {
  .search_home02 input {
    width: 63%; } }
@media screen and (max-width: 900px) {
  .gallery3D {
    position: relative;
    width: 45em;
    height: 21em;
    margin: 0 auto; }

  .menu03 .nav_menu li .menufirst {
    padding: 1.3em 1.063em 0.35em;
    min-height: 4.4em; }

  .gallery3D .list ul {
    width: 35em;
    height: 20em; }

  .gallery3D .list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .gallery3D .list li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: inherit; }

  .gallery3D .list li img {
    width: 35em;
    height: 20em; }

  .gallery3D .dg-center {
    z-index: 9999; }

  .menu03 .nav_menu li .menufirst {
    font-size: 1.2em;
    min-height: 3.7em; }

  .search_home input {
    width: 81%; } }
@media screen and (max-width: 825px) {
  .submenu .submenuTab {
    width: 16em; }

  .submenu .info .img {
    right: -6.5em;
    padding-top: .5em; }

  .submenu .info .content {
    padding: 3em 5em 0 2em; }

  .submenu .info p {
    font-size: 1.4em; }

  .submenu_caso2 {
    width: 47.5%; }

  .menu03 .nav_menu li.category_list li:last-child {
    margin-bottom: 1em; }

  .menu03 .nav_menu .submenu_caso2 li.category_list li {
    max-width: 100%; }

  .search_home input {
    width: 81%; } }
@media screen and (max-width: 800px) {
  .tipo1 .newslider .elemDiv {
    width: 22.7em; }

  .tipo3 .newslider .elemDiv {
    width: 17.7em; }

  .tipo2 .info01 {
    width: 44%; }

  .list01 {
    width: 83%; }

  .product_detail .tabs02 li a {
    font-size: 1.5em; }

  .product_detail .tabs {
    min-height: 2.3em; }

  .product_detail .tabs02 li a {
    padding-left: .7em;
    padding-right: .7em; }

  .menu02 {
    padding-left: 11em; }

  .search_home label {
    width: 10%; }

  .menu03 .nav_sup nav .list_nav_sup li a {
    font-size: .94em; }

  .nav_sup nav .list_nav_sup {
    top: -2.4em; }

  .submenu_caso1 {
    left: -100%;
    width: 200%; }

  .menu03 .nav_menu li.menu-item1 {
    width: 11%;
    max-width: 10.5%; }

  .info01 {
    width: 47%; }

  .info01:first-child {
    padding-right: 1.5em; }

  .tipo4a .list_link04 li {
    margin: 0 0 0 1.3em;
    width: 7.8em; }

  .tipo4 .list_link04 li {
    margin: 0 0.1em 1em 1.6em;
    width: 7.2em; }

  .drag01 .box {
    width: 23.1%; }

  .menu02 ul {
    width: 97%; }

  .tabs02 a {
    font-size: 1.55em; }

  .search_home02 label span {
    float: left;
    padding: 0.2em 1em 0.1em 1.2em; }

  .submenu_caso2 {
    width: 49.5%; }

  .menu03 .nav_menu li.category_list li:last-child {
    margin-bottom: 1em; }

  .menu03 .nav_menu .submenu_caso2 li.category_list li {
    max-width: 100%; }

  .boxCatalog {
    position: relative;
    overflow: hidden; }

  .dijitPopup {
    max-width: 50.5%; }

  .dijitPopup .dijitMenuItem {
    max-width: 96%; }

  .promo .info_aux .center p {
    font-size: 2.2em; }

  .search_home input {
    width: 81%;
    padding-left: .7em; }

  .search_home02 input {
    width: 61%; } }
@media screen and (max-width: 768px) {
  .drag01 .box {
    width: 22.95%; }

  .search_home02 label span {
    float: left;
    padding: 0.2em 1em 0.1em 1.2em; }

  .dijitPopup {
    max-width: 48.7%; }

  .submenu_caso2 {
    width: 51.5%; }

  .menu03 .nav_menu li.category_list:last-child {
    padding-bottom: 1em; }

  .menu03 .nav_menu .submenu_caso2 li.category_list {
    max-width: 40%; }

  .search_home label {
    width: 14%; }

  .search_home input {
    width: 74%; }

  .search_home02 input {
    width: 59.5%; } }
@media screen and (max-width: 720px) {
  .menu03 .nav_sup nav .list_nav_sup li a {
    font-size: .9em; }

  .nav_sup nav .list_nav_sup {
    top: -2.3em !important; }

  .tipo3 .text01 p.img {
    width: 23%; } }
@media screen and (max-width: 713px) {
  .menu03 button.responsive {
    display: inline-block !important; }

  .menu03 button.noresponsive {
    display: none !important; }

  .popupLogin {
    top: 4.5em; }

  .popupLogin img.triangulo {
    position: absolute;
    right: 1em;
    top: 0.1em; }

  .search_home02 label span {
    float: left;
    padding: 0.2em 0.5em 0.1em 1em; } }
@media screen and (max-width: 685px) {
  .boxCatalog {
    overflow: hidden;
    position: relative; } }
@media screen and (max-width: 650px) {
  .menu03 .nav_menu li:hover .menufirst {
    min-height: 4.4em; }

  .menu03 .nav_sup nav .list_nav_sup li a {
    font-size: .85em; }

  .nav_sup nav .list_nav_sup {
    top: -2.2em !important; }

  .menu03 .nav_menu li.menu-item1 {
    width: 13.5%; }

  .menu02 ul {
    width: 100%; }

  .popupLogin {
    top: 6.8em; }

  .search_home label {
    width: 15%; }

  .search_home input {
    width: 70.5%; }

  .search_home02 input {
    width: 54%; } }
@media screen and (max-width: 600px) {
  .tipo1 .newslider .elemDiv {
    width: 24.7em; }

  .tipo4 .newslider .elemDiv, .tipo4a .newslider .elemDiv {
    width: 25em; }

  .tipo3 .newslider .elemDiv {
    width: 23.7em; }

  .slider02.slidergallery nav {
    display: none; }

  .slider02.slidergallery .list {
    overflow: auto; }

  .product_detail .tabs {
    border-bottom: none; }

  .image03 {
    padding-bottom: 1em; }

  .tipo1 .info01:first-child, .tipo2 .info01:first-child, .tipo3 .info01:first-child,
  .tipo4 .info01:first-child, .tipo4a .info01:first-child {
    padding-right: 0; }

  .tipo2 .info01:last-child {
    margin-top: 0;
    margin-bottom: 0; }

  .info01:last-child {
    background: url("../img/separator.gif") repeat-x scroll center bottom rgba(0, 0, 0, 0) !important; }

  .info01:first-child {
    margin-top: 0; }

  .box_padding01 {
    padding-bottom: 0; }

  .tipo2 .promo02 .info_aux {
    padding-bottom: 2em; }

  .promo02 .info_aux {
    padding-bottom: 2em !important; }

  .tipo4 .text01 .text,
  .tipo4a .text01 .text {
    padding-top: 0; }

  .tipo4 .list_link02 ul li {
    background: url("../img/link-vertical-separator.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: inline;
    padding: 0.3em 1.4em; }

  .tipo4 .image01 {
    float: left;
    width: 13%; }

  .ie10 .slider01 .list {
    padding-bottom: 0; }

  .tipo3 .promo02 .info_aux {
    width: 100%; }

  .login.box38 {
    width: 20em; }

  .box01 .box_padding02 .list_link05 .elem {
    width: 100%; }

  button.btn_close03:hover {
    background-position: 0 -3.2em; }

  .list_link01 .col.cols-3, .list_link01 .col.cols-2 {
    margin-left: 2.5%; }

  .ie10 .menu03 .login01 {
    padding: .63em !important; }

  .ie10 .popupLogin {
    top: 4em; }

  .header01 .logo {
    display: none; }

  .tipo4 .text01 p.img, .tipo4a .text01 p.img {
    width: 23%; }

  .submenu .category_list li:last-child {
    margin-bottom: 0; }

  .tipo4 span.sinput01 {
    width: 100%; }

  .tipo2 span.sinput02 {
    width: 100%; }

  .tipo3 span.sinput01 {
    width: 100%; }

  .sinput01 select.select02 {
    width: 99% !important; }

  .boxCatalog .product_select .family_temp li img,
  .boxCatalog .product_select .need li img,
  .boxCatalog .product_select .row_product li img {
    margin-top: .3em;
    margin-bottom: 0.3em; }

  .header01 {
    margin-bottom: .5em; }

  .tipo2 .promo .info_aux .center p {
    font-size: 2.5em;
    line-height: 1em; }

  .tipo2 .promo .info_aux {
    width: 100%; }

  .login01 a.enroll {
    right: 1em; }

  .promo .expands {
    padding-bottom: 0; }

  .container_content .multimedia {
    max-width: 100%; }

  .promo .image_left {
    max-width: 100%;
    width: 100%; }

  .text01 .text {
    width: 70%; }

  .list_link01 .col.cols-4.first,
  .list_link01 .col.cols-4 {
    width: 95% !important; }

  .tabs01 .top {
    background: url("../img/tab_arrow.png"), url("../img/gradient_header.gif");
    background-position: top right, top left;
    background-repeat: no-repeat, repeat-x;
    background-color: #272727; }

  .tabs01 .top.active {
    background: url("../img/tab_arrow.png") no-repeat scroll right -112px #272727; }

  .tabs01 .top h3 {
    padding: .5em .7em; }

  #tabsDisplay02 .tabBody {
    width: 92.5% !important; }

  .menu01 ul {
    padding: 0; }

  .tipo2 .info01 {
    margin-bottom: 1em;
    width: 100%; }

  .info01:first-child {
    border-right: none; }

  .info01:last-child {
    margin-left: 0; }

  .tipo4a .list_link04 li,
  .tipo4 .list_link04 li {
    margin: 0 0.1em 1em 2em; }

  .boxCatalog .title img {
    top: -0.3em; }

  .boxCatalog .products {
    margin-bottom: 1em; }

  .boxCatalog .product_promo .product_box .box_texto {
    margin-top: 1em; }

  .boxCatalog .product_select .family_temp li:last-child,
  .boxCatalog .product_select .need li:last-child,
  .boxCatalog .product_select .row_product li:last-child {
    margin-bottom: 1em; }

  .boxCatalog .product_select .family_temp li,
  .boxCatalog .product_select .need li,
  .boxCatalog .product_select .row_product li {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-bottom: .5em;
    padding-top: 0.5em;
    margin-right: 0.5em; }

  .boxCatalog .title.active a {
    padding: .8em; }

  .menu02 ul li {
    margin-bottom: 1.8em; }

  .header01 .logo p {
    display: block; }

  .tipo2 .slider02 .list {
    min-height: 13.0em; }

  .slider02 .pagination02 {
    display: none; }

  .dijitPopup {
    max-width: 89%; }

  .header01 .logo h1 {
    float: none;
    text-align: center;
    padding: 0; }

  .header01 .logo p a {
    float: none;
    text-align: center;
    width: 38%;
    margin: 0 auto; }

  .slider03 li {
    visibility: visible; }

  .slider03 .list {
    height: 13.5em; }

  .box01 .list_link04 ul {
    width: auto !important; }

  .slider04 li {
    display: none !important; }

  .slider04 .dijit.dijitReset.dijitSliderH.dijitSlider {
    display: block; }

  .list_link04 ul {
    width: 32.5em;
    margin: 0 auto; }

  .tipo3 .list_link04 ul {
    margin: 0 auto; }

  .tipo4 .list_link04 ul {
    margin: 0 auto; }

  .list_link04 .box_contenido li {
    width: 48%;
    padding: 0 1%; }

  span.sinput01, span.sinput02 {
    width: 100%; }

  .search_home {
    height: 3em;
    width: 94%;
    position: relative;
    z-index: 2;
    margin: 1% 1% 2%;
    left: inherit;
    top: inherit;
    padding: .4em 0; }

  .search_home input {
    width: 81%;
    margin-left: .39em;
    padding-left: 0; }

  .search_home label {
    left: .4em;
    position: relative;
    width: 10%; }

  .boxCatalog .products ul.row_line {
    margin: 0;
    width: 100%; }

  .boxCatalog .products ul.row_product {
    width: 100%; }

  .boxCatalog .products nav a.next {
    display: none !important; }

  .boxCatalog .products nav a.prev {
    display: none !important; }

  .boxCatalog .product_catalog {
    width: 98%;
    margin: 1%;
    min-height: 38em;
    float: none; }

  .boxCatalog .product_select {
    margin-bottom: 1em; }

  .boxCatalog .title a {
    padding: .8em; }

  .boxCatalog .product_select .button_holder {
    padding: 0.5em 0 0;
    position: relative; }

  .boxCatalog .product_select nav {
    display: block;
    clear: both;
    border: 1px solid red; }

  .boxCatalog .product_select li {
    width: 100%;
    float: none;
    min-height: 6em;
    clear: both;
    border-bottom: .1em solid white;
    padding-top: 1em;
    display: block; }

  .boxCatalog .product_select li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

  .boxCatalog .product_select li img {
    float: left;
    padding: 0 0 0 5%; }

  .boxCatalog .product_select li a {
    display: inline-block;
    padding: 1em 0;
    width: 80%;
    line-height: 4em; }

  .boxCatalog .product_select .row_product li a,
  .boxCatalog .product_select .need li a {
    width: 100%; }

  .boxCatalog .product_select .carr_holder .row_product li a {
    width: 80%;
    line-height: 4.4em; }

  .boxCatalog .product_promo .product_box .product_links {
    text-align: center; }

  .boxCatalog .product_promo .product_box .product_links a.btn_action {
    clear: both;
    margin-top: 1em;
    margin-right: 1.5em; }

  .boxCatalog .product_select .button_holder:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

  .boxCatalog .product_promo {
    position: relative;
    width: 98%;
    margin: 0 1%;
    overflow: hidden; }

  .boxCatalog .product_promo img {
    position: relative;
    width: 100%; }

  .boxCatalog .product_promo .product_box {
    position: static;
    width: 100%;
    margin-bottom: 1.6%;
    min-height: 14em; }

  .boxCatalog .product_promo .product_box .box_texto {
    padding: 0 0 2em 0; }

  .boxCatalog .product_promo .product_box .box_links {
    position: static; }

  .boxCatalog .product_promo .product_box .box_links .product_links {
    text-align: center; }

  .boxCatalog .product_promo .product_box .box_links .link01 {
    float: none !important;
    display: block;
    clear: both; }

  .boxCatalog .product_promo .product_box .box_links .link02 {
    clear: both;
    margin-top: 3em;
    float: none; }

  .boxCatalog .product_promo .product_box .product_links a.btn_action {
    float: none;
    width: auto;
    display: block;
    margin-right: 0; }

  .boxCatalog .products .carr_holder ul.row_product {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0; }

  .boxCatalog .products .carr_holder ul.row_product label span {
    display: none; }

  .boxCatalog .products .carr_holder ul.row_product p.text {
    display: table-cell;
    vertical-align: middle;
    position: static;
    padding-top: 30%; }

  .boxCatalog .products .carr_holder ul.row_product label {
    float: right;
    width: 18%;
    margin: 7% 1% 0; }

  .boxCatalog .products .carr_holder ul.row_product label input {
    display: inline-table;
    vertical-align: bottom; }

  .boxCatalog .products .carr_holder .mask {
    width: 100%!important; }

  .boxCatalog .products .carr_holder .next {
    display: none; }

  .boxCatalog .products .carr_holder ul.row_product li {
    width: 97%;
    padding: .9em 0;
    clear: both;
    float: none;
    display: table; }

  .boxCatalog .products .carr_holder ul.row_product li:last-child {
    margin-bottom: 0; }

  .boxCatalog .products .carr_holder .pagination {
    display: none; }

  .boxCatalog .product_select .button_holder .btn_primary {
    margin-bottom: 0.8em;
    margin-top: 0.7em;
    width: 94%; }

  .boxCatalog .product_select .button_holder .btn_secondary {
    width: 94%;
    margin-top: .7em; }

  .boxCatalog .products_temp ul {
    padding: 0; }

  .boxCatalog .products_temp label {
    padding-left: .8em; }

  .list_link01 .col {
    width: 95% !important; }

  .list_link01 .col.cols-4 {
    margin-left: 2.5%; }

  .rating {
    margin-top: 0; }

  .rating .stars {
    clear: both; }

  .rating span {
    margin-top: .3em; }

  .tabs01 .content .tabMenu {
    width: 100%; }

  .tabs01 .content .tabBody {
    width: 100%; }

  .tabs01 .content .tabPest {
    width: 100%;
    clear: both;
    background-color: #F7F7F7;
    display: block;
    padding: 0.5em 0; }

  .tabs01 .content .tabPest .box_contenido {
    clear: both;
    margin: 0.8em 1.5em 1em 1.5em; }

  .tabs01 .content .tabMenu li {
    width: 95%;
    border-collapse: separate;
    background-image: url("../img/tab_arrow_black.png");
    background-repeat: no-repeat;
    background-position: 1em .7em;
    padding-left: 2em; }

  .tabs01 .content .tabMenu li.active {
    background-image: url("../img/tab_arrow.png");
    background-repeat: no-repeat;
    background-position: 1em 0;
    width: auto; }

  .tabs01 .content .tabMenu li span {
    right: inherit;
    top: inherit;
    bottom: -0.7em;
    left: 2.7em;
    background: transparent url("../img/arrow_bottom_activo.png") no-repeat;
    width: 3.3em;
    height: .8em; }

  .tabs01 .content .tabMenu form {
    display: none; }

  .tab04 .elemtab01 {
    display: block;
    width: 100%;
    font-weight: bold;
    color: white;
    margin: 0 0 0.2em 0; }

  .tab04 .elemtab01 .tabContent {
    position: static;
    margin: 0;
    padding: 1em;
    width: auto;
    display: block; }

  .tab04 .elemtab01 .column01 {
    width: 98%;
    padding: 0; }

  .tab04 .elemtab01 .column01 a {
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-weight: normal; }

  .tab04 .elemtab01 .column01 ul {
    padding-left: 2em; }

  .tab04 .elemtab01 .column01 ul li a {
    padding-left: 0; }

  .tab04 .elemtab01 .column01 ul li ul {
    padding: 0; }

  .tab04 .elemtab01 .linktab01 {
    color: white;
    text-decoration: none;
    background: url("../img/tab_sitemap_white.png"), url("../img/gradient_header.gif");
    background-position: top right, top left;
    background-repeat: no-repeat, repeat-x;
    background-color: #060406;
    padding: 0.5em 0.7em 0.7em 0.7em;
    font-family: fruitiguerroman;
    font-weight: bold; }

  .tab04 .elemtab01 .linktab01.active {
    color: white;
    text-decoration: none;
    background: url("../img/tab_sitemap_active.png");
    background-position: top right, top left;
    background-repeat: no-repeat, repeat-x;
    background-color: #272727; }

  .box25 {
    overflow: hidden;
    background: #ffffff;
    margin: 1.4em 1.8em 1.8em 1.8em;
    padding: 1.6em 1.8em; }

  .list_link08 {
    margin-top: 0 !important; }

  .list_link08 li:first-child {
    padding-top: 0;
    border-top: 0; }

  .list_link08 .column01 a {
    padding-bottom: 0; }

  .list_link08 li ul li a {
    padding-bottom: 0.667em; }

  .tab01 .rating div.list-rating {
    float: none;
    clear: both;
    padding-bottom: 0.5em; }

  .tipo4 .tabs02 a {
    font-size: 1.6em;
    line-height: .95em; }

  .menu01 {
    margin: 0;
    padding: 1.5em 1em;
    position: relative; }

  .menu01 .list-select {
    position: relative;
    border: .1em solid #c9c9c9;
    cursor: pointer;
    border-radius: .5em;
    width: 100%;
    background: white;
    font-size: 1.2em;
    padding: 0;
    box-shadow: inset 0.7em 0.7em 0.5em rgba(0, 0, 0, 0.05); }

  .menu01 .list-select:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

  .menu01 .list-select a {
    color: #303030;
    padding: 0.8em 0.6em;
    display: block; }

  .menu01 .list-select li {
    background: none;
    margin: 0;
    list-style: none;
    padding: 0; }

  .menu01 .list-select li a {
    color: #303030; }

  .menu01 .list-select span {
    position: relative;
    display: block;
    position: absolute;
    width: 2.5em;
    height: 100%;
    right: 0;
    top: 0;
    background: url("../img/gradient_select.gif") #f4f4f4 repeat-x;
    border-left: .1em solid #c1c1c1;
    border-radius: 0 .5em .5em 0;
    text-align: center; }

  .menu01 .list-select span:after {
    content: url("../img/arrow_select.png"); }

  .menu01 .list-select span img:after {
    margin-top: 20em; }

  .menu01 .list-select span img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.3em; }

  .menu01 .list-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 5em;
    left: 1em;
    width: 96.5%;
    background: white;
    border: .1em solid #c9c9c9;
    border-radius: .5em; }

  .menu01 .list-menu li {
    display: block;
    cursor: pointer;
    clear: both;
    float: none;
    background: white;
    font-size: 1.2em;
    margin: 0.1em;
    border: .1em solid white; }

  .menu01 .list-menu li a {
    color: #303030;
    display: block;
    padding: 0.7em;
    width: 100%; }

  .menu01 .list-menu li:hover, .menu01 .list-menu li.active {
    border-radius: .5em;
    border: .1em solid #d1d1d1;
    background: #f6f6f6;
    box-shadow: inset 0.7em 0.7em 0.5em rgba(0, 0, 0, 0.05); }

  .menu01.list-menu li:hover, .menu01 .list-menu li.active a {
    color: #c90212; }

  .topbar01 {
    height: 4.6em; }

  .topbar01 .list-rating label {
    float: none;
    width: 100%;
    display: block;
    clear: both; }

  ul.listsearch01 {
    width: 100%;
    position: relative;
    overflow: auto; }

  ul.listsearch01 li a {
    display: block;
    text-decoration: none; }

  ul.listsearch01 li span.result {
    text-decoration: none; }

  ul.listsearch01 li span.date {
    padding-left: 0;
    display: inline-block;
    margin-top: .5em; }

  ul.listsearch01 li .rating {
    top: 2.9em; }

  .info01 {
    clear: both;
    width: 100%;
    background: url("../img/separator.gif") repeat-x bottom;
    margin-top: 1em;
    padding-bottom: 1.3em; }

  .info01:last-child {
    background: none; }

  .image02 {
    width: 100%;
    clear: both;
    margin: 0 0 1em 0; }

  .image_left {
    margin: 0 0 2em 0;
    padding: 0; }

  .box05 {
    width: 100%;
    clear: both;
    padding: 0; }

  .tipo4 .box11 blockquote {
    float: right;
    font-size: 1.5em;
    padding: 0.2em 2em;
    width: 9em; }

  .list_link05 .elem {
    clear: both;
    width: 100%;
    margin-right: 0; }

  .list_link05 .elem .box02 {
    margin: 0 0 1.8em 0; }

  .list_link08 .column01 {
    width: 96%;
    display: block;
    margin-top: 0 !important;
    border-bottom: .1em solid #e1e1e1;
    padding-bottom: 0.9em;
    padding-top: 1.9em;
    background: none; }

  .form01 {
    width: 100%;
    position: relative;
    padding: 0; }

  .form01 form {
    position: relative;
    width: auto;
    overflow: auto; }

  .form01 .scroll {
    overflow: hidden; }

  .form-select fieldset label {
    padding-bottom: 0.5em; }

  .fieldset01 {
    width: 95%;
    display: none; }

  .fieldset01.responsive {
    display: block;
    border-right: 0;
    width: 100%;
    min-height: 9.7em; }

  .tipo2 .fieldset01 {
    width: 100%; }

  .form01 .scroll {
    overflow: hidden; }

  .form01 form {
    overflow: hidden; }

  .slider01 {
    padding: 3em; }

  .slider01 .list ul {
    width: 100%;
    position: relative; }

  .slider01 .list ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

  .prevC {
    display: block !important;
    visibility: visible !important; }

  .nextC {
    display: block !important;
    visibility: visible !important; }

  .slider01 a.prevProducts {
    display: none !important; }

  .slider01 a.nextProducts {
    display: none !important; }

  .drag01 .box {
    width: 45%;
    margin: 1.4%;
    display: inline-block;
    vertical-align: top;
    float: none; }

  .tipo2 .drag01 .box {
    margin: 0.7em 0.7em;
    width: 44.5%; }

  .slider02 .list {
    min-height: 13.0em; }

  .slider02 .list li {
    visibility: visible !important; }

  .rating03 div {
    width: 100%;
    float: none; }

  ul.listcomment01 li .author {
    width: 100%;
    text-align: left;
    background: url("../img/separador_comments.gif") no-repeat bottom center;
    padding-bottom: 1em;
    margin-bottom: 0.5em; }

  ul.listcomment01 li .comment {
    width: 100%; }

  .form06 label {
    width: 100%;
    float: none;
    clear: both; }

  .form02 .field01 label {
    clear: both;
    float: none;
    text-align: left;
    padding: 0 0 0.583em 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%; }

  .form02 .field01 .input01, .form02 .field01 .input02, .form02 .field01 .select02, .form02 .field01 .textarea01 {
    clear: both;
    float: none;
    text-align: left;
    width: 97%; }

  .form02 .field01 .error01 {
    clear: both;
    float: none;
    text-align: left;
    width: 100%;
    padding-left: 0; }

  .promo {
    padding-left: 0;
    width: 100%;
    clear: both;
    padding-bottom: 4em; }

  .tipo4 .promo {
    padding-bottom: 0; }

  .promo .info_aux {
    width: 100%;
    clear: both;
    padding: 0; }

  .promo .info_aux .button_holder {
    margin-right: 0; }

  .promo .info_aux .center {
    margin: 0 2em;
    padding: 0;
    min-height: 0; }

  .promo .info_aux .center p,
  .tipo3 .promo .info_aux .center p,
  .tipo4 .promo .info_aux .center p {
    font-size: 2.5em;
    line-height: 1em; }

  .promo .info_aux .center ul {
    margin: 2em 0; }

  .promo02 {
    padding-left: 0;
    width: 100%;
    clear: both;
    padding-bottom: 2em; }

  .promo02 .info_aux {
    width: 100%;
    clear: both;
    padding: 0;
    margin-right: 0; }

  .promo02 .info_aux .button_holder {
    margin: 0; }

  .promo02 .info_aux .center {
    margin: 0;
    padding: 0;
    min-height: 0;
    clear: both;
    width: 100%; }

  .promo02 .info_aux .center p {
    font-size: 1.4em; }

  .promo02 .image_left {
    width: 100%;
    clear: both;
    position: static; }

  .promo02 .image_left img {
    width: 100%; }

  .info_aux02 {
    width: 100%; }

  .img_right {
    width: 100%;
    margin-left: 0;
    padding: 0;
    clear: both; }

  .headerinfo {
    width: 100%;
    text-align: center; }

  .header01 .informationBar {
    width: auto;
    margin: 0 auto; }

  .headerinfo .logo .nameBank {
    width: 100%; }

  .header01 .headerinfo .informationBar .content_infoLocation {
    right: 1.6em; }

  .headerinfo .logo {
    width: 100%;
    margin-left: 0;
    min-width: 100%; }

  .headerinfo .informationBar .content_language ul li a,
  .headerinfo .informationBar .content_infoLocation ul li a {
    text-align: left; }

  .block_info {
    display: inline-block;
    margin: 0 4.4em 1em 0; }

  .search_home02 .block_separator {
    background: url("../img/bg_search_03.png") repeat 0 0;
    height: 2.7em;
    padding: 0.4em;
    border-radius: .4em 0 .4em .4em;
    display: none; }

  .search_home02 .block_separator p input {
    border: none;
    height: 2em;
    width: 76%;
    padding: 0.15em;
    border-radius: .5em;
    left: 1%;
    min-width: 16em;
    margin-left: 0;
    border-radius: .5em;
    box-shadow: 0.3em 0.3em 0.3em 0 rgba(0, 0, 0, 0.1) inset; }

  .search_home02 .block_separator p button {
    position: absolute;
    font-family: verdana;
    font-size: 1.28em;
    background: #ec0000;
    text-transform: uppercase;
    border-radius: .5em;
    text-shadow: 0 -0.1em 0.1em #303030;
    box-shadow: 0 0.1em 0.2em rgba(2, 1, 2, 0.38);
    border: none;
    color: #FFF;
    cursor: pointer;
    text-indent: 0;
    width: auto;
    top: 0.2em;
    right: 0.2em; }

  .header01 .informationBar {
    padding-right: 1em; }

  .cover_btn {
    display: block;
    right: 0;
    bottom: 2.2em; }

  .box08 .box09 .image-left02 {
    width: 100%;
    max-width: 100%; }

  .box08 .box09 .image-left02 img {
    width: 100%; }

  blockquote.cite {
    display: block;
    float: none;
    padding: 0;
    position: relative;
    margin-left: -4.5em;
    left: 50%;
    clear: both; }

  .content_list {
    float: none;
    margin-left: 0;
    width: 98%;
    margin-bottom: 0.5em; }

  .content_list ul {
    padding-left: 0; }

  .content_list span.date {
    padding-left: 0; }

  .content_list ul li {
    padding: 0.2em 2em 1.4em 0; }

  .box12 .position_detail {
    width: 2.8em; }

  .content_left {
    width: 100%; }

  .content_right {
    width: 100%; }

  .block_info {
    margin-right: 3.6em; }

  .headerinfo .logo .nameBank h2 {
    padding-left: 1em; }

  .popupGallery .box01 {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    box-shadow: none; }

  .popupGallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: black;
    overflow: hidden; }

  .popupGallery .imgGallery {
    position: relative;
    width: 100%; }

  .popupGallery .imgGallery img {
    position: absolute;
    margin-left: 0;
    top: 0;
    left: 0; }

  .popupGallery .imgGallery .scroller {
    width: 100%; }

  .popupGallery .pagination02 {
    display: none; }

  .popupGallery .pagination01 {
    display: none; }

  .popupGallery .linksSocial {
    display: none; }

  .popupGallery .text03 {
    display: none; }

  .popupGallery .btn_close_popup {
    background: url("../img/btn_close_popup02.png") no-repeat; }

  .popupGallery .top02 {
    padding: 5em 1.6em 1.3em 1.6em; }

  .popupGallery .top02 h3 {
    color: white; }

  .popupGallery .list {
    display: none; }

  .popupGallery .scroller {
    position: absolute;
    top: 0;
    left: 0; }

  .header01 .logo img {
    float: none; }

  .header01 .logo h2 {
    display: block;
    float: none;
    padding: 0.2em 0 0 0; }

  .dj_ie8 .header01 .menu02 .search_home02 button {
    padding: 0.3em 1em; }

  .header01 .menu02 ul {
    position: absolute;
    top: 1.5em;
    padding: 0 2em 0 3em;
    width: 82%;
    text-align: center;
    z-index: 110; }

  .search_home02.popupActivado {
    position: relative;
    z-index: 111; }

  .btnsearch_responsive {
    display: block;
    border: 0;
    cursor: pointer;
    height: 3.3em;
    text-indent: -999.9em;
    width: 3.3em; }

  .btnsearch_responsive:hover {
    background-position: 0 -4.1em; }

  .divSearchCover {
    position: absolute;
    right: .6em;
    top: .8em;
    padding: 0.6em; }

  .header01 .menu02 .boxTooltip01 ul {
    padding: 0.5em;
    text-align: left;
    left: 3.6em;
    position: inherit; }

  .boxTooltip01 ul li a {
    padding: 0.4em 1.4em 0.4em 1.2em; }

  .boxTooltip01 .top img {
    left: 4em;
    top: -0.5em; }

  .no-js .header01 .menu02 .nojs_hidden {
    display: none; }

  .no-js .divSearchCover {
    display: none; }

  .no-js .header01 .menu02 .search_home02 {
    display: block;
    position: relative;
    top: 1.5em;
    left: 0.8em; }

  .no-js .header01 .logo {
    margin: 7% 0 0; }

  .no-js .header01 .headerinfo .content_right {
    margin-top: 20em; }

  .no-js .tabs01 .content .tabMenu ul {
    display: none; }

  .no-js .tabs01 .content .tabMenu form {
    display: block; }

  .no-js .tabs01 .content .tabMenu form fieldset {
    border: none; }

  .no-js .tabs01 .content .tabMenu select {
    font-size: 1.2em;
    padding: 0.4em;
    width: 18em; }

  .no-js .btn_primary03 {
    background: #EC0000;
    border: 0;
    border-radius: .4em;
    box-shadow: 0 0.1em 0.2em rgba(2, 1, 2, 0.38);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: verdana,arial,sans-serif;
    font-size: 1.4em;
    margin-left: 0.8em;
    padding: 0.3em 0.8em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -0.1em 0.1em #303030; }

  .box18 ul {
    background-image: none;
    padding: 0 0 1em 0; }

  .box18 ul li.first {
    padding-right: 0;
    width: 100%;
    background: transparent; }

  .box18 ul li.last {
    padding-left: 0;
    width: 100%;
    margin: 0; }

  .box18 ul li.first select, .box18 ul li.last select {
    position: static;
    width: 100%; }

  .list_link06 ul {
    padding: 0; }

  .tipo4 .list_link06 ul a {
    font-size: 1.5em; }

  .box24 ul li {
    padding: 1.2em 0 1.2em 0; }

  .sliderHome .mask {
    width: 100% !important; }

  .tipo3 .box11 blockquote {
    padding: 0.2em 2em; }

  .promo02 .info_aux .center .text {
    margin-left: 0; }

  .drag01 .box.elem {
    margin: 1.6%; }

  .content_right {
    width: 100%!important; }

  .headerinfo .logo {
    margin-left: 0;
    text-align: center;
    width: 100%;
    min-width: auto; }

  .headerinfo .logo .nameBank {
    float: none;
    text-align: center; }

  .form04 {
    text-align: center;
    width: 100%!important;
    float: none; }

  .block_info {
    width: 100%;
    margin: 0 auto; }

  .boxTooltip01 .top img {
    left: 4em; }

  .boxTooltip01.boxTooltip01_responsive .top img {
    left: 4.2em; }

  .boxTooltip01_responsive {
    right: -4em; }

  .promo .image_left {
    width: 100%; }

  .box38 {
    width: 20em;
    margin: 0 auto !important; }

  .tipo4 .text01 .text,
  .tipo4a .text01 .text {
    padding-left: 2em;
    width: 72%; }

  .header01 .menu02 ul .hiddenMe {
    display: none; }

  .product_detail {
    clear: both;
    padding-bottom: 1em;
    padding-left: 0;
    width: 100%; }

  .product_detail .nav_sup {
    display: block;
    border-bottom: none; }

  .product_detail .nav_sup .tabs02.tabs {
    padding: 0;
    position: static;
    width: 100%; }

  .product_detail .nav_sup ul li:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }

  .product_detail .nav_sup ul li {
    background: url("../img/bg_listado_responsive.png") repeat-x scroll 0 0 #040304;
    float: none;
    margin-bottom: 0.2em;
    width: 100%; }

  .product_detail .nav_sup ul li.tabactive {
    background-image: none;
    background-color: #272727; }

  .product_detail .tabs02 li.tabactive a {
    background: url("../img/ico_colapsar_responsive.png") no-repeat scroll 96% -1.85em transparent;
    width: 96%;
    font-weight: normal; }

  .product_detail .nav_sup ul li a {
    border-radius: 0;
    background: url("../img/ico_colapsar_responsive.png") no-repeat scroll 96% 0.7em transparent;
    color: #FFFFFF;
    float: left;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0.5em 0.7em;
    width: 96%; }

  .container {
    margin-bottom: 3.5em;
    padding-right: 1em; }

  .product_detail .button_holder {
    bottom: -0.2em; }

  .container_content {
    padding-bottom: 0; }

  .container_content p {
    padding: .5em 0; }

  .submenu .category_list ul a, .submenu .category_list ul span {
    margin: 0 3%; }

  .WLR_content_04 .image_left {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 800px) {
  .menu03 {
    padding-right: 0; }

  .menu03 .nav_control {
    padding: 1.4em .5em;
    display: block;
    float: left;
    border-right: 1px solid #FF8080; }

  .menu03 .nav_control a {
    display: inline-block;
    text-indent: -999.9em;
    width: 2.7em;
    height: 2.7em;
    background: url(../img/button_menu_responsive.png) no-repeat; }

  .menu03 .nav_control a:hover, .menu03 .nav_control a.active {
    background-position: 0 bottom; }

  /* .menu03 .nav_menu { display: none; position: absolute; background: url('../img/submenu_list_bg.gif') #dddddd repeat-x; min-width: 16.5em; top: 4.4em; border:.1em solid #cccccc;box-shadow:.3em .4em .5em rgba(0, 0, 0, 0.2);z-index: 10000;} */
  .menu03 .nav_menu {
    min-width: 16.5em;
    display: none;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    top: 5.3em;
    position: absolute;
    z-index: 2147483647; }

  .submenu .submenuTab {
    min-height: inherit;
    width: 25em; }

  .submenu .category_list {
    display: block;
    width: 96%;
    padding-top: 1em;
    padding-bottom: 0; }

  .submenu .info .button {
    position: static;
    padding: 0 0 0 2em; }

  .menu03 .nav_menu li.menu-item1 {
    display: block;
    border-bottom: .1em solid #ebebeb;
    max-width: 100% !important;
    margin: 0 .1em 0 0;
    padding: 0; }

  .menu03 .nav_menu li:hover .menufirst, .menu03 .nav_menu li .menufirst:focus, .menu03 .nav_menu li .menufirst.active {
    color: #c90212;
    background: white;
    border-right: 0;
    min-height: 1em; }

  .menu03 .nav_menu li .submenu {
    display: none!important; }

  .menu03 .nav_menu li:first-child {
    border-radius: .7em .7em 0 0; }

  .menu03 .nav_menu li:last-child {
    border-radius: 0 0 .7em .7em; }

  .menu03 .nav_menu li:hover {
    background: #ffffff;
    color: #c90212;
    border-right: 0; }

  .menu03 .nav_menu .submenu {
    visibility: hidden !important;
    display: none; }

  .menu03 .nav_menu_active {
    display: block;
    float: left;
    margin: 0; }

  .menu03 .nav_menu_active .submenu {
    border-radius: 0 .7em .7em .7em; }

  .menu03 .nav_menu_active li.menuFirst {
    display: inline-table; }

  .menu03 .nav_menu_active li .menufirst {
    color: white;
    display: block;
    font-size: 1.4em;
    font-family: fruitiguer;
    text-decoration: none;
    padding: 0.97em; }

  .menu03 button.responsive {
    display: inline-block !important; }

  .menu03 button.noresponsive {
    display: none !important; }

  .menu03 .nav_menu ul {
    background: none repeat scroll 0 0 #E6E6E6;
    float: left;
    width: auto;
    padding: 0 1em 2em;
    margin-top: .2em; }

  .menu03 .nav_menu li.menu-item1 {
    border: 0 none;
    float: none;
    height: auto; }

  .popupLogin {
    top: 4.2em; }

  .popupLogin img.triangulo {
    position: absolute;
    right: 1em;
    top: 0.1em; }

  .popupLogin .links09 a {
    display: block; }

  .submenu .list {
    width: 100%;
    float: none;
    display: block; }

  .submenu .info {
    width: 100%;
    float: none;
    display: inline-block; }

  .submenu .info .content {
    padding-right: 7em; }

  .submenu .info .img {
    right: 0; }

  .submenu .info .img img {
    width: 11em; }

  .submenu .info p {
    margin-bottom: 1em; }

  h1.logo {
    display: block;
    float: none;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto; }

  .menu03 .login01 {
    min-height: 0.3em; }

  .menu03 .login01 {
    top: 10.7em;
    position: absolute;
    right: 0;
    padding: 0.5em 1.3em 2.1em; }

  .menu03 .login01 .login01_inside {
    top: .6em; }

  .menu03 .navMain {
    height: 5.5em; }

  .submenu {
    width: 55%; }

  .menu03 li.menuFirst a.menuFirst {
    color: #fff;
    display: block;
    font: 1.3em 'Fruitiguer';
    padding: 1.5em;
    position: relative;
    text-decoration: none;
    top: 0;
    vertical-align: middle; }

  .menu03 li.menuFirst.activeMenu {
    background-color: #e6e6e6; }

  .menu03 li.menuFirst.activeMenu a.menuFirst {
    color: #000; }

  .menu03 .navMain:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

  .menu03 .navMain {
    background: #ff0000;
    position: relative; }

  .menu03 .nav_menu li.menu-item1 {
    width: auto; }

  .submenu ul {
    float: none; }

  .menu03 {
    background: white; }

  .menu03 .nav_sup nav .list_nav_sup li {
    display: none;
    margin-right: .1em; }

  .menu03 .nav_sup nav .list_nav_sup li.active {
    display: inline-block; }

  .menu03 .nav_sup nav .list_nav_sup li a {
    font-size: 1.1em;
    color: #3d3e3e;
    background: #e5e5e5;
    border-radius: .7em .7em 0 0;
    text-decoration: none;
    padding: .8em 1.2em;
    display: inline-block; }

  .menu03 .nav_sup nav .list_nav_sup .menuHidden {
    position: absolute;
    top: 2.8em;
    left: 0;
    z-index: 2147483647;
    margin-left: 0;
    padding: 0 0 0.3em 0;
    background: url("../img/shadowMenuSup.png") repeat-x bottom; }

  .menu03 .nav_sup nav .list_nav_sup .menuHidden li {
    display: block;
    padding: 0;
    margin: 0;
    float: none; }

  .menu03 .nav_sup nav .list_nav_sup .menuHidden li a {
    display: block;
    border-radius: 0;
    padding: 0.8em 2em .8em 1.7em; }

  .menu03 .nav_sup nav .list_nav_sup .menuHidden li:hover a {
    background: #ffffff;
    color: #666666; }

  .menu03 .nav_sup nav .list_nav_sup .menuHidden li a.active {
    display: none;
    padding-left: 1.7em;
    color: #ff0000;
    border-radius: 0;
    background-color: #e5e5e5;
    background-image: none; }

  .menu03 .nav_sup nav .list_nav_sup .menuHidden li a.active:hover {
    background-color: #ffffff; }

  .menu03 .nav_menu li .menufirst {
    padding: 0.6em 0.5em!important;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    min-height: 0;
    font-family: verdana;
    font-size: 1.2em;
    font-weight: normal;
    color: #303030; }

  .nav_sup {
    display: block; }

  .menu03 .nav_sup nav ul li.active a.active {
    background: url("../img/home_sprite.png") no-repeat scroll right -1381px #5e606b !important;
    border-radius: .6em .6em 0 0;
    padding: .8em 2.7em .8em 1.3em !important; }

  .nav_sup nav .list_nav_sup {
    left: 0 !important;
    top: -2.8em !important; } }
@media screen and (max-width: 520px) {
  .boxCatalog .product_promo .product_box .box_links {
    position: static; }

  .boxCatalog .product_promo .product_box .product_links a.btn_action {
    float: none;
    display: block;
    margin-right: 0; }

  .boxCatalog .product_promo .product_box .product_links a.link01 {
    width: auto; }

  .menu03 .nav_menu li.menu-item1 {
    float: none;
    border: 0; }

  .menu03 .nav_menu li.menu-item1 a {
    background: transparent; }

  .menu03 .nav_menu li .menufirst {
    font-family: verdana;
    font-weight: normal;
    font-size: 1.2em; }

  .menu03 .nav_menu_active .submenu {
    border-radius: 0;
    width: 100%; }

  .search_home label {
    width: 12%; }

  .search_home input {
    width: 79%;
    margin-left: .35em; }

  .tabs02 a {
    padding: 0.6em 1em 1.5em 0.8em;
    font-size: 1.4em; }

  .tabs02 .tabactive a {
    background-position: center 2.4em; }

  .tipo2 .tabs02 .tabactive a {
    background-position: center 2.3em; }

  .border_box {
    padding-right: 0;
    padding-left: 0; }

  .menu02 .nojs_hidden li:nth-child(2) {
    border: 0; }

  .divSearchCover {
    right: 0; }

  .dijitPopup {
    max-width: 92%; }

  nav {
    display: block; }

  .submenu .category_list ul {
    width: 100%;
    padding-bottom: 4em; }

  .submenu .info p {
    margin-top: 4.6em; }

  .list_link01 .nav_list_list li {
    display: block;
    margin-right: 0; }

  /* 	.header01 .menu02 .search_home02 {display:none} */
  .header01 .menu02 .boxTooltip01 ul {
    position: static;
    width: auto;
    padding-right: 0;
    padding-left: 0; }

  .header01 .menu02 .boxTooltip01 ul li {
    float: none;
    width: 100%; }

  .header01 .logo p {
    display: block; } }
@media screen and (max-width: 480px) {
  .tipo1 .newslider .elemDiv, .tipo4 .newslider .elemDiv, .tipo4a .newslider .elemDiv {
    width: 19em; }

  .text02 {
    padding-bottom: 1em; }

  .ie10 .search_home button {
    background-position: right -17.8em; }

  .ie10 .search_home button:hover {
    background-position: right -23em; }

  .submenu .info p {
    margin-top: 0; }

  .tipo4 .text01 .text, .tipo4a .text01 .text {
    width: 70%; }

  .search_home02.popupActivado {
    left: -1.1em; }

  .boxCatalog .products .carr_holder ul.row_product label {
    margin-top: 9%;
    margin-right: 0;
    margin-left: 0; }

  .submenu .category_list ul {
    padding-bottom: 1em; }

  .tabs01 .content .rating div {
    height: 5em; }

  #tabsDisplay02 .tabBody {
    width: 90.5% !important; }

  .menu01 .list-menu {
    width: 95.5%; }

  .product_detail .nav_sup ul li a,
  .product_detail .tabs02 li.tabactive a {
    width: 95%; }

  .list_link04 li {
    width: 9em; }

  .tipo4 .list_link04 li, .tipo4a .list_link04 li {
    width: 8.5em; }

  .menu03 .nav_menu li.menu-item1:hover {
    margin-top: 0; }

  .header01 .logo p a {
    width: 100%; }

  .search_home {
    width: 93%; }

  .search_home input {
    width: 77%;
    margin-left: .35em;
    min-height: 2.6em; }

  .search_home label {
    min-height: 2.6em;
    width: 13%; }

  .promo .info_aux .center p {
    font-size: 1.85em; }

  .tabs02 a {
    padding: 0.6em 1em 1.5em 0.8em;
    font-size: 1.4em; }

  .tabs02 .tabactive a {
    background-position: center 2.4em; }

  .tipo2 .tabs02 .tabactive a {
    background-position: center 2.3em; }

  .header01 .menu02 ul {
    width: 79%; }

  .divSearchCover {
    right: 0.3em;
    z-index: 290; }

  .boxCatalog .product_select .button_holder .btn_secondary {
    width: 92%; }

  .boxCatalog .product_select .button_holder .btn_primary {
    width: 92%; }

  .dijitPopup {
    max-width: 88%; }

  .submenu {
    width: 70%; }

  .submenu .info .img {
    margin-right: 1em; }

  .submenu .info .img img {
    width: 13.5em;
    padding-top: 1em; }

  .header01 .menu02 ul .hiddenMe {
    display: none; }

  .tipo2 .list_link04 li {
    width: 11em; }

  .text01 .text {
    width: 70%;
    padding-left: .8em; } }
@media screen and (max-width: 400px) {
  .header01 .menu02 ul {
    padding-left: 1em;
    width: 79%;
    position: static; }

  .info_aux ul li, .info_aux .center h1 {
    font-size: 1em; }

  .image_left {
    margin-bottom: 2em; }

  .image03 {
    width: 27%; }

  .text02 {
    width: 73%; }

  .btn_primary {
    font-size: 1.23em; }

  .drag01 .box {
    border: .2em dashed #999999;
    margin: 1.3%; }

  .drag01 .box.elem div.types {
    margin: 0 1.7em; }

  .drag01 .box.elem div.text p {
    font-size: .9em; }

  .drag01 .box.elem div.type p {
    font-size: 1.45em; }

  .drag01 .box.elem div.button {
    margin-left: -1em; }

  .drag01 .box p.message {
    margin: 2em;
    font-size: 1.1em; }

  .drag01 .box.elem h3 {
    font-size: 1.23em; }

  .promo .info_aux li {
    padding: 0; }

  .promo .info_aux .center {
    margin: 0; }

  .tipo3 .promo .info_aux .center p,
  .tipo4 .promo .info_aux .center p {
    font-size: 1.9em; }

  .fieldset01 {
    width: 100%; }

  .box11 blockquote {
    float: none;
    padding-bottom: 0.5em;
    padding-top: 1em; }

  .tipo4 .box11 blockquote {
    float: none;
    padding: 0 0 0.5em; }

  .tipo3 .box11 blockquote {
    float: none;
    padding: 0 0 0.5em; }

  .box12 .position_detail {
    width: 3.8em; }

  .boxCatalog .product_promo .product_box .box_links {
    position: static; }

  .boxCatalog .product_promo .product_box .box_links .link01 {
    width: 46%; }

  .tipo2 .drag01 .box {
    margin: 0.4em;
    width: 44%; }

  .tipo2 .drag01 .box.elem {
    margin: 0 0.4em; }

  .tipo2 .drag01 .box.elem h3 {
    font-size: 1.23em; }

  .tipo3 .list_link04 ul {
    margin: 0 auto; }

  .tipo4 .list_link04 ul {
    margin: 0 auto; }

  .tipo4 .list_link06 ul a {
    font-size: 1.1em; }

  .search_home input {
    width: 72%;
    margin-left: .35em; }

  .search_home label {
    padding-left: .7em;
    width: 16%; }

  .list_link06 ul a {
    font-size: 1.2em; }

  .submenu .info .content {
    padding-right: 5em; }

  .boxCatalog .product_promo .product_box .product_text {
    font-size: 1.4em;
    margin-left: 0.35em; }

  .header01 .menu02 ul .hiddenMe {
    display: none; } }
@media screen and (max-width: 380px) {
  .header01 .menu02 ul .hiddenMe {
    display: none; } }
@media screen and (max-width: 320px) {
  .gallery3D .prev {
    display: none; }

  .gallery3D .next {
    display: none; }

  .tipo1 .newslider .elemDiv {
    width: 23.5em; }

  .tipo3 .newslider .elemDiv {
    width: 19.7em; }

  .tipo4 .newslider .elemDiv, .tipo4a .newslider .elemDiv, .newslider .elemDiv {
    width: 23.5em; }

  .tipo4 .text01 .text, .tipo4a .text01 .text {
    width: 67%; }

  .product_detail {
    padding-bottom: 3em; }

  .tipo4 .list_link02 ul li, .list_link02 ul li {
    display: block;
    padding-left: 0;
    background: none;
    padding-bottom: .6em; }

  .ie10 .search_home button {
    background-position: right -17.8em; }

  .ie10 .search_home button:hover {
    background-position: right -23em; }

  .promo02 .info_aux .center .text {
    padding: 1.5em; }

  .button06 {
    margin: 1em auto 0.2em;
    width: 70%;
    padding: 0 !important; }

  button.btn_close03 {
    top: 3em; }

  .tipo2 .promo .info_aux li {
    padding: .7em;
    width: 28%; }

  .tipo2 .promo .info_aux .center p {
    font-size: 2.1em; }

  .boxCatalog .products .carr_holder ul.row_product a {
    float: none;
    width: 100%;
    padding-bottom: 0;
    white-space: pre-wrap;
    line-height: 2em;
    padding-bottom: 0; }

  .boxCatalog .products .carr_holder ul.row_product label {
    float: none;
    margin: 0 0 1em;
    text-align: center;
    width: 69%;
    padding-left: 7em; }

  .submenu .category_list li {
    margin-left: -0.15em; }

  .tabs01 .content .rating div {
    height: 1em; }

  #tabsDisplay02 .tabBody {
    width: 85.5% !important; }

  .menu01 .list-menu {
    width: 93%; }

  .tipo4 .list_link04 li, .tipo4a .list_link04 li {
    margin: 0 0.1em 1em 3em; }

  .product_detail .nav_sup ul li a {
    width: 92.5%; }

  .product_detail .tabs02 li.tabactive a {
    width: 92.5%; }

  .playerParticipacion .box29 .position_detail {
    margin-top: .3em; }

  .search_home {
    width: 91%; }

  .menu03 .login01 a {
    margin-left: .8em; }

  .header01 .menu02 ul {
    padding: 0 4em 0 2em;
    position: relative;
    width: 91%; }

  .gallery3D {
    position: relative;
    width: 30em;
    height: 14em;
    margin: 0 auto; }

  .gallery3D .list ul {
    width: 19em;
    height: 13em; }

  .gallery3D .list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .gallery3D .list li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: transparent; }

  .gallery3D .list li img {
    width: 19em;
    height: 13em; }

  /* 	.popupLogin { position:absolute; right: 0; min-width: 29.7em;padding-top: 2.2em; top: 2em; visibility: hidden} */
  .popupLogin .top13 {
    padding-bottom: 0.5em; }

  .popupLogin .top13 h3 {
    font-size: 1.4em; }

  .popupLogin .field07 label {
    width: 100%;
    text-align: left;
    padding-bottom: 0.4em; }

  .popupLogin .field07 .input04 {
    width: 100%; }

  .popupLogin .field07 .legend01 {
    width: 100%;
    float: none;
    clear: both; }

  .popupLogin .links09 {
    padding: 0 0 1.9em 0; }

  .popupLogin .links09 a {
    display: block; }

  .popupLogin .form08 .select05 {
    width: 100%;
    float: none; }

  .popupLogin .form08 .field01 {
    text-align: center; }

  .popupLogin .form08 button {
    position: static;
    margin-top: 0; }

  .rating03 p {
    width: 100%;
    float: none; }

  .rating03 div {
    width: 100%;
    float: none; }

  .drag01 .box.elem h3 {
    font-size: 1.6em; }

  .no-js .header01 .menu02 .search_home02 {
    left: 0.3em;
    top: 0.7em; }

  .search_home input {
    width: 67%;
    margin-left: .35em; }

  .tipo2 .promo .info_aux .center p {
    padding-right: 0; }

  .tipo2 .box-01 .top02 h1, .box-01 .top02 h2 {
    font-size: 2.2em; }

  .tipo2 .tabs02 a {
    font-size: 1.4em;
    padding: 0.6em 1em 1.4em 0.8em; }

  .tipo2 .tabs02 .tabactive a {
    background-position: center 2.4em; }

  .header01 .logo p a {
    width: 72%; }

  span.sinput04 {
    width: 100%; }

  .boxCatalog .product_select .button_holder .btn_secondary {
    margin: 1em 0 1em 1em;
    width: 90%; }

  .boxCatalog .product_select .button_holder .btn_primary {
    width: 90%; }

  .dijitPopup {
    max-width: 84%; }

  .dijitPopup .dijitMenuItem {
    max-width: 93%; }

  .search_home label {
    width: 20%;
    padding-left: .5em; }

  .submenu {
    width: 100%; }

  .submenu .submenuTab {
    width: 22em;
    padding-bottom: 0; }

  .submenu .info .img img {
    width: 12.5em;
    padding-top: 1.5em; }

  .header01 .menu02 ul .hiddenMe {
    display: none; }

  .promo .info_aux .center p {
    font-size: 1.37em; }

  .product_detail .nav_sup ul li {
    width: 97%; }

  .container_content p img {
    width: 86%; }

  .container_content .multimedia {
    width: 95%; } }
@media screen and (max-width: 267px) {
  .menu03 .nav_menu_active {
    display: none; }

  .search_home label {
    display: none; }

  .search_home input {
    margin-left: .35em;
    background: white;
    border-radius: .5em; }

  .boxCatalog .product_select li img {
    float: none; }

  .header01 .menu02 u .hiddenMe {
    display: none; } }
@media screen and (max-width: 240px) {
  .header01 .logo p a {
    width: 95%; }

  .header01 .logo img {
    height: auto;
    width: 100%; }

  .boxCatalog .product_select li img {
    clear: both; }

  .boxCatalog .product_select li a {
    width: 50%; }

  .btn_primary {
    margin-top: 1em; }

  .header01 .menu02 ul .hiddenMe {
    display: none; } }
.no-js .boxCatalog {
  overflow: visible; }

.no-js .box_buttons01 {
  display: block; }

.no-js .form01 .slider {
  display: none; }

.no-js .form01 #sliderValue {
  display: block;
  width: 40%;
  float: left; }

.no-js .slider01 .list {
  overflow: auto; }

.no-js .slider01 .list li span.hand {
  display: none; }

.no-js .slider01 .prev {
  display: none; }

.no-js .slider01 .next {
  display: none; }

.no-js .slider01 .list {
  overflow: auto; }

.no-js .slider01 .list li p.title {
  font-size: 0.9em; }

.no-js .checknojs {
  display: block;
  float: left;
  padding-left: 0.5em; }

.no-js .multiselect .select input {
  float: right;
  margin-right: 3em; }

.no-js .multiselect .list {
  display: block; }

.no-js .header01 .informationBar .content_language,
.no-js .header01 .informationBar .content_infoLocation {
  display: block; }

.no-js .header01 .search_home02 .tooltip {
  display: block; }

.no-js .header01 .search_home02 {
  margin-top: 0; }

.no-js .header01 .search_home02 .cover_btn {
  display: none; }

.no-js .separador {
  margin-top: 14em; }

.no-js .tabs01 .content .tabMenu ul {
  display: none; }

.no-js .tabs01 .content .tabMenu form {
  display: block; }

.no-js .tabs01 .content .tabMenu form fieldset {
  border: none; }

.no-js .tabs01 .content .tabMenu select {
  font-size: 1.2em;
  padding: 0.4em;
  width: 18em; }

.no-js .btn_primary03 {
  background: #EC0000;
  border: 0;
  border-radius: .4em;
  box-shadow: 0 0.1em 0.2em rgba(2, 1, 2, 0.38);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: verdana,arial,sans-serif;
  font-size: 1.4em;
  margin-left: 0.8em;
  padding: 0.3em 0.8em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -0.1em 0.1em #303030; }

.no-js .tabPest {
  display: none !important; }

.no-js .tabPest.display {
  display: block !important; }

.no-js .select {
  display: none; }

.no-js .select-option {
  display: block;
  position: absolute;
  bottom: 0; }

.no-js .select-option select {
  padding: 0.833em 0.4em;
  border: .1em solid #C1C1C1;
  border-radius: .4em;
  box-shadow: 0.1em 0.2em 0.6em rgba(0, 0, 0, 0.11) inset;
  font-size: 1.2em;
  color: #A8A8A8;
  width: 100%; }

.no-js .select-option label {
  display: block;
  padding: 1em 0; }

.no-js .label {
  display: none; }

.no-js .content_select.left .select-option {
  max-width: 30%;
  min-width: 20%; }

.no-js .content_select.right .select-option {
  max-width: 70%;
  min-width: 30%; }

.no-js .tab04 .elemtab01 .tabContent {
  display: block !important;
  position: static; }

.no-js .elemtab01 {
  width: 100%;
  padding: 0.5em 0; }

.no-js .nojs_hidden {
  display: none; }

.no-js .select_nojs {
  display: block; }

.no-js .item-select {
  display: inline-table; }

.no-js .item-select fieldset {
  border: none;
  margin: 0 0 0.7em;
  padding: 0 0.5em 0 0; }

.no-js .item-select fieldset select {
  border: .1em solid #c4c4c4;
  font-size: 1.1em;
  padding: 0.3em 0.245em;
  border-radius: .5em; }

.no-js .item-select fieldset button {
  padding-top: 0.2em;
  border: none;
  background: url("../img/btn_nojs.png") repeat-x 0 0 transparent;
  color: #FFF;
  font-size: 1em;
  width: 2.5em;
  height: 2.2em;
  border-radius: 0.5em; }

.no-js .select_noJs {
  float: left;
  width: auto;
  padding-right: 0.6em; }

.no-js .btn_noJs {
  float: right;
  width: auto;
  padding: 0; }

.no-js .search_home02 input {
  width: 73%; }

.no-js .menu-item1:hover > .submenu {
  visibility: visible;
  display: block; }

.no-js .popupLogin {
  visibility: visible;
  display: block; }

.no-js .nav_menu_active .menuFirst:hover > .submenu {
  visibility: visible;
  display: block;
  z-index: 100; }

.no-js .tab04 .elemtab01 .tabContent {
  display: block!important;
  position: static; }

.no-js .elemtab01 {
  width: 100%;
  padding: .5em 0; }

#p_p_id_hiddenwidget_WAR_hiddenwidgetportlet_ {
  bottom: 2em;
  height: 0;
  position: relative; }

.floatLeft {
  float: left; }

.firstRowPrefs {
  padding: 1em 1em 1em 0; }

.prefs {
  font-weight: bold; }

.prefs div {
  padding: 1em 1em 1em 1em; }

.prefs div div {
  padding: .5em 0 .5em 0; }

.selected_language {
  color: #C90212 !important; }

.tabs02.calculadora {
  border-bottom: 1px solid #D3D3D3;
  margin: 0 0 0 3em !important;
  background: #f6f6f6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f6f6f6 0%, #e2e2e2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e2e2e2',GradientType=0 )"; }

.slider01.pestanas {
  padding: 0;
  background: #f6f6f6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f6f6f6 0%, #e2e2e2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e2e2e2',GradientType=0 )"; }

.slider01.pestanas .nextNav, .slider01.pestanas .prevNav {
  margin-top: 0;
  background: #f6f6f6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f6f6f6 0%, #e2e2e2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e2e2e2',GradientType=0 )"; }

.slider01.pestanas .product_detail {
  background: transparent;
  margin-top: 0; }

.slider01 .list .tabs02.calculadora .tabactive {
  background: #4d4d4d;
  border-radius: 1em 1em 0 0; }

.slider01 .list .tabs02.calculadora .tabactive a {
  background: transparent;
  color: #fff; }

.slider01 .list .tabs02.calculadora a {
  font-size: 1.3em;
  padding: 0; }

.slider01 .list .tabs02.calculadora li {
  padding: 0.6em 0.6em 0.5em 1.5em;
  position: relative;
  max-width: 12em;
  border-radius: 0;
  height: auto;
  min-height: 3em;
  float: left;
  cursor: pointer;
  margin: 0;
  background: transparent url(../img/calculadoras_separador.png) no-repeat right; }

.top15 {
  margin-top: 2em; }

.top15 h2 {
  color: #EC0000;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 0 1em;
  padding: 0 0 0.3em 0; }

.top15 h3 {
  color: #303030;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0 1em;
  padding: 0; }

.top16 {
  padding-bottom: 1.1em;
  background-color: #F7F7F7;
  color: white;
  font-weight: bold;
  margin: 0; }

.top16 h1 {
  background-color: #F7F7F7;
  border-bottom: 1px solid #CACACA;
  color: #383838;
  font-family: fruitiguerroman;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 0 0.5em 0.6em; }

.top16 h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #303030;
  margin: 0;
  font-family: 'fruitiguerroman';
  padding: 0.5em 0 0 0.8em; }

.box28 {
  padding: 1em 0 1em 3em; }

.box28 p, .box28 dl {
  color: #303030;
  font-size: 1.4em; }

.box28 dl {
  margin-top: 2em; }

.box28 dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.box28 p.saludo {
  color: #000;
  font-weight: bold; }

.box28 dt {
  font-weight: bold;
  float: left;
  clear: both;
  margin: 0 0 .4em 0; }

.box28 dd {
  float: left;
  clear: both;
  margin: 0 0 1em 0; }

.footer.box28 {
  border-top: 1px dotted #000; }

.playerParticipacion .box16 {
  border: 1px solid #c1c1c1; }

.playerParticipacion .box29 {
  margin-top: 1em;
  margin-bottom: .5em; }

.box29 {
  margin-top: 1em;
  margin-bottom: 1em; }

.box29 .position_detail {
  float: left;
  padding-left: 4.2em;
  width: 3.5em;
  height: 2.2em
 }

a.position_detail {
  color: #303030 !important; }

a.position_detail.disabled {
  background-position: 0 -2.2em;
  opacity: 0.4; }

a.position_detail.disabled:hover {
  background-position: 0 -2.2em;
  opacity: 0.4; }

.box29:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.box29 .position_detail span {
  line-height: .9em;
  background: url("../img/detalle-informacion-counter.png") no-repeat scroll 0 0.5em transparent;
  display: inline-block;
  padding: 0.8em 0 0.6em 0.1em;
  text-align: center;
  width: 3.8em;
  font-size:.9em}

.box29 .detail-rating {
  padding-left: 0.4em; }

.box29 .detail-rating-1 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 -110px; }

.box29 .detail-rating-2 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 -132px; }

.box29 .detail-rating-3 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 50px; }

.box29 .detail-taggs {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0em 0;
  padding-left: 3.23em !important;
  width: 3.7em; }

.box29 .detail-taggs:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -8.4em 0em;
  padding-left: 3.23em !important; }

.box29 .detail-likes {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -1px -22px;
  width: 3.7em;
  height: 2.2em;
  padding-left: 3em !important}

.box29 .detail-likes:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -85px -22px;
  padding-left: 3em !important}

.box29 .detail-links {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0em -4.3em;
  padding-left: 3.3em;
  width: 3.7em; }

.box29 .detail-links:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -8.4em -4.3em; }

.box29 .detail-emails {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 10px -113px;
  width: auto; }

.box29 .detail-emails:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -74px -113px; }

.box29 .detail-comments {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 -88px;
  padding-left: 3.1em !important;
  width: 3.5em; }

.box29 .detail-comments:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -84px -89px;
  padding-left: 3.1em !important; }

.box29 .detail-recommend {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 10px -64px;
  width: 4em; }

.ie8 .box29 .detail-recommend {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 10px -66px; }

.box29 .detail-recommend:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -74px -64px; }

.box29 .rating div {
  float: left;
  margin-top: .07em; }

.box29 .rating .span-rating {
  height: 2em; }

.box29 .rating .span-rating span {
  font-size: 1em; }

.box29 .rating .promo03 {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
  background: #f1f1f1; }

.box29.cg .position_detail span {
  font-size: .8em;
  line-height: 1.3em; }

.box29.cg .rating .global-rating a {
  font-size: .8em!important;
  cursor: pointer;
  display: inline-table;
  width: 2.7em;
  height: 2.4em;
  text-indent: -9999px;
  background: transparent URL("../img/ui-star-disabled.png") no-repeat -1.2em 0;
  padding: 0 .5em 0 0; }

.box29.cg .rating .global-rating a.active {
  background-position: -8.4em 0;
  width: 2.6em; }

.box29.cg .detail-rating {
  padding-left: 0.4em; }

.box29.cg .detail-rating-1 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 -110px; }

.box29.cg .detail-rating-2 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 -132px; }

.box29.cg .detail-rating-3 {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0 50px; }

.box29.cg .detail-taggs {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0em 0.3em;
  padding-left: 3.23em !important; }

.box29.cg .detail-taggs:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.5em 0.3em;
  padding-left: 3.23em !important; }

.box29.cg .detail-likes {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0em -1.9em;
  width: 3em !important;
  padding-left: 3em !important; }

.box29.cg .detail-likes:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.5em -1.9em;
  padding-left: 3em !important; }

.box29.cg .detail-links {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0em -3.9em;
  padding-left: 3em !important; }

.box29.cg .detail-links:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.5em -3.9em;
  padding-left: 3em !important; }

.box29.cg .detail-emails {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em -10.1em;
  width: 3.5em; }

.box29.cg .detail-emails:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -6.5em -10.1em; }

.box29.cg .detail-comments {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 0em -7.8em;
  padding-left: 3.1em !important;
  width: 3.1em; }

.box29.cg .detail-comments:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -7.6em -7.8em;
  padding-left: 3.1em !important; }

.box29.cg .detail-recommend {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat 1em -5.8em; }

.box29.cg .detail-recommend:hover {
  background: transparent url("../img/detalle-informacion-detail-sprite.png") no-repeat -6.6em -5.8em; }

.box37 {
  border: 1px solid #C1C1C1;
  color: #999999;
  font-size: 1.3em;
  background: white;
  height: 7em;
  padding: 0.5em;
  margin-bottom: 1.2em;
  width: 98%; }

.box50 {
  background: #FFF;
  margin: 1.2em 1.1em;
  overflow: hidden;
  padding: 0.9em 1.8em;
  max-height: 22em;
  overflow: auto; }

.box51 {
  background: white url("../img/bg_arrow_box16.png") no-repeat 20.4em top;
  padding-top: 1.2em; }

.box32 {
  background: white url("../img/bg_arrow_box16.png") no-repeat 36.6em top;
  padding-top: 1.2em; }

.box33 {
  background: white url("../img/bg_arrow_box16.png") no-repeat 5em top;
  padding-top: 1.2em; }

.box34 {
  background: white url("../img/bg_arrow_box16.png") no-repeat 28.5em top;
  padding-top: 1.2em; }

.box36 {
  background: white url("../img/bg_arrow_box16.png") no-repeat center top;
  padding-top: 1.2em;
  display: inline-block; }

.box35 {
  margin: 0 auto 2em;
  background-color: #F7F7F7;
  padding: 0.5em;
  display: inline-block; }

.sp_class_tagsarea {
  font-size: 1.3em;
  padding-bottom: 1.5em; }

.sp_clas_pred .sp_clas_inphold {
  position: relative; }

.sp_class_txtpred {
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #c1c1c1; }

.sp_class_txtpred p {
  padding: .8em 1em;
  font-size: 1.2em;
  color: #303030;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  cursor: pointer;
  margin: 0; }

.sp_class_txtpred p:hover {
  background: #ec0000;
  color: white; }

.boxes_tags li {
  float: left;
  margin-right: 1em; }

.boxes_tags li a {
  text-decoration: none;
  color: #303030;
  display: block; }

.boxes_tags li a span.name {
  display: inline-table;
  padding: 0.3em 0 0.4em 1em;
  float: left;
  background: transparent url("../img/bg_tag_left.png") no-repeat left top;
  border-collapse: separate; }

.boxes_tags li a span.delete {
  display: inline-table;
  width: 2em;
  float: left;
  background: transparent url("../img/bg_tag_right_type_1.png") no-repeat right top;
  text-indent: -9999px;
  height: 2em; }

.boxes_tags li a span.report {
  display: inline-table;
  width: 2em;
  float: left;
  background: transparent url("../img/bg_tag_right_type_2.png") no-repeat right top;
  text-indent: -9999px;
  height: 2em; }

.dijitSliderMoveable {
  background: transparent url(../img/nodo_slider01.png) no-repeat;
  height: 1.8em;
  right: -1em;
  top: -0.4em; }

.dijitSliderBarH {
  background: transparent;
  border: 0; }

.dijitSliderFocused .dijitSliderProgressBarH {
  background: transparent;
  border: 0; }

.dijitSliderTopBumper, .dijitSliderRightBumper {
  display: none; }

.dijitSliderTopBumper, .dijitSliderLeftBumper {
  display: none; }

.envol {
  width: auto;
  padding: 2.5em;
  display: block; }

.exito h2 {
  background: transparent url("../img/icono-exito.png") no-repeat left top;
  padding: .2em 0 .2em 3.6em;
  font-size: 1.6em;
  min-height: 2.3em;
  color: #303030;
  font-weight: normal;
  margin: .2em 0 .5em 0; }

.exito p {
  font-family: verdana,arial,sans-serif;
  font-size: 1.2em;
  color: #303030;
  margin-top: 0; }

.msg_01 {
  border: 1px solid #3195c8;
  padding: 0 1em 1em;
  border-radius: .5em;
  width: 50em;
  margin-bottom: 2em;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25em;
  margin-top: -15em; }

.msg_01 h4 {
  background: transparent url("../img/ico_info.png") no-repeat left top;
  padding: 0.8em 0 0.8em 3.3em;
  width: 20%;
  position: relative;
  left: 50%;
  margin: 1.5em 0 2.5em -15%;
  font-size: 1.3em; }

.msg_01 .message {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 0 1em; }

.msg_02 {
  border: 1px solid #e29e19;
  padding: 0 1em 1em;
  border-radius: .5em;
  width: 50em;
  margin-bottom: 2em;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25em;
  margin-top: -15em; }

.msg_02 h4 {
  background: transparent url("../img/ico_alert.png") no-repeat left top;
  padding: 0.8em 0 0.8em 3.3em;
  width: 20%;
  position: relative;
  left: 50%;
  margin: 1.5em 0 2.5em -15%;
  font-size: 1.3em;
  text-transform: uppercase; }

.msg_02 .message {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 0 1em; }

.messageBody {
  width: 100%;
  height: 100%;
  background: URL("../img/opacity.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210; }

iframe {
  width: 100%;
  border: 0; }

.login h3 {
  font-size: 1.6em;
  color: #303030;
  font-weight: bold;
  margin-top: .1em;
  margin-bottom: .5em; }

.login .conte_log input {
  width: 98%;
  float: left;
  border: 1px solid #dbdbdb;
  margin-top: .5em;
  line-height: 2.1em !important; }

.login .conte_log input:focus {
  border: .1em solid #303030;
  color: #303030;
  background-color: #ffffff; }

.login .conte_enlaces {
  margin: 1em 0 1em; }

.login .conte_enlaces a {
  font-family: verdana,arial,sans-serif;
  color: #333333;
  font-size: 1.1em;
  clear: both;
  text-decoration: underline; }

.login .conte_enlaces a:hover {
  color: #e91d1d; }

.boxCatalog .login .conte_enlaces p {
  margin-bottom: .5em; }

.login .aditional_soverign_accounts {
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid #a6a6a6; }

.login .aditional_soverign_accounts select {
  width: 12.2em;
  padding: 0.45em;
  float: left;
  margin-right: .5em;
  margin-top: .9em; }

.login .btn_primary {
  font-size: 1.2em!important;
  padding: 0.6em 0.8em;
  margin-top: 1em;
  line-height: 1.1em;
  text-shadow: none; }

.login p.legend01 {
  float: left;
  clear: both;
  margin: .5em 0 1.5em 0; }

.box24 .playerParticipacion, .box20 .playerParticipacion {
  font-size: .9em;
  line-height: 1em;
  font-family: 'fruitiguer',verdana,sans-serif; }

.box24 .playerParticipacion .box33 .box16, .box20 .playerParticipacion .box33 .box16 {
  background: white; }

.box24 .playerParticipacion .box33 .top15, .box20 .playerParticipacion .box33 .top15 {
  margin-top: 1em; }

.box24 .playerParticipacion .box51, .box20 .playerParticipacion .box51 {
  background: url("../img/bg_arrow_box16b.png") no-repeat scroll 5em top transparent;
  padding-top: 1em; }

.box24 .playerParticipacion .box51 .box16, .box20 .playerParticipacion .box51 .box16 {
  background: white; }

.box24 .playerParticipacion .box51 .top15, .box20 .playerParticipacion .box51 .top15 {
  margin-top: 1em; }

.box24 .playerParticipacion .box32, .box20 .playerParticipacion .box32 {
  background: url("../img/bg_arrow_box16b.png") no-repeat scroll 5em top transparent;
  padding-top: 1em; }

.box24 .playerParticipacion .box32 .box16, .box20 .playerParticipacion .box32 .box16 {
  background: white; }

.box24 .playerParticipacion .box32 .top15, .box20 .playerParticipacion .box32 .top15 {
  margin-top: 1em; }

.box24 .playerParticipacion .box34, .box20 .playerParticipacion .box34 {
  background: url("../img/bg_arrow_box16b.png") no-repeat scroll 5em top transparent;
  padding-top: 1em; }

.box24 .playerParticipacion .box34 .box16, .box20 .playerParticipacion .box34 .box16 {
  background: white; }

.box24 .playerParticipacion .box34 .top15, .box20 .playerParticipacion .box34 .top15 {
  margin-top: 1em; }

.box24 .playerParticipacion .box34 .sinput05, .box20 .playerParticipacion .box34 .sinput05 {
  font-size: 1.2em; }

.box24 .playerParticipacion .box36, .box20 .playerParticipacion .box36 {
  background: url("../img/bg_arrow_box16b.png") no-repeat scroll 5em top transparent;
  padding-top: 1em; }

.box24 .playerParticipacion .box36 .box35, .box20 .playerParticipacion .box36 .box35 {
  background: white; }

.box24 .playerParticipacion .box36 .box35 li, .box20 .playerParticipacion .box36 .box35 li {
  background: none;
  width: auto;
  padding: 0; }

.box24 .playerParticipacion .box36 .box35 a, .box20 .playerParticipacion .box36 .box35 a {
  display: inline;
  padding: 0.3em 0.1em; }

.box24 .playerParticipacion .boxes_tags, .box20 .playerParticipacion .boxes_tags {
  margin: 0;
  padding: 0; }

.box24 .playerParticipacion .boxes_tags li, .box20 .playerParticipacion .boxes_tags li {
  background: none;
  padding: 0 0 0.5em 0;
  font-size: 0.8em;
  width: auto;
  clear: none;
  line-height: 1.2em; }

.box24 .playerParticipacion .boxes_tags li a, .box20 .playerParticipacion .boxes_tags li a {
  display: inline;
  padding: 0 0 0 0; }

.box24 .playerParticipacion .tagstemporales ul, .box20 .playerParticipacion .tagstemporales ul {
  padding: 0;
  margin: 0; }

.box24 .playerParticipacion .list_link11, .box20 .playerParticipacion .list_link11 {
  margin: 0;
  padding: 0; }

.box24 .playerParticipacion .list_link11 li, .box20 .playerParticipacion .list_link11 li {
  background: none;
  font-size: 1em; }

.box24 .playerParticipacion .list_link11 li p, .box20 .playerParticipacion .list_link11 li p {
  font-size: 1.1em; }

.box24 .playerParticipacion .list_link11 li a, .box20 .playerParticipacion .list_link11 li a {
  display: inline;
  padding: 0;
  font-family: 'fruitiguer',verdana,sans-serif; }

.box24 .playerParticipacion .list_link11 li a.text_link, .box20 .playerParticipacion .list_link11 li a.text_link {
  display: block;
  font-family: 'fruitiguer',verdana,sans-serif;
  font-size: 1em; }

.box24 .playerParticipacion .button07 a, .box20 .playerParticipacion .button07 a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3em 0.8em; }

.box24 .playerParticipacion .box17, .box20 .playerParticipacion .box17 {
  background: #F7F7F7; }

.box24 .playerParticipacion p.field01, .box20 .playerParticipacion p.field01 {
  padding: 0 0 1.2em;
  font-size: 1em; }

.box24 .playerParticipacion p.field01 label, .box24 .playerParticipacion p.field01 span.field_01, .box20 .playerParticipacion p.field01 label, .box20 .playerParticipacion p.field01 span.field_01 {
  font-size: 1.2em;
  padding: 0.7em 2% 0 0; }

.box24 .playerParticipacion .pagination03 a, .box20 .playerParticipacion .pagination03 a {
  color: #EC0000;
  font-size: 1.2em;
  padding: 0;
  font-family: 'fruitiguer',verdana,sans-serif; }

input.captcha {
  margin: 0; }

div.captcha {
  margin: 0 0 1em 17%; }

.box24 .playerParticipacion .button08 a, .box20 .playerParticipacion .button08 a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3em 0.8em; }

.box20 .linksSocial img {
  width: auto;
  height: auto; }

.box20 .list_link11 img {
  width: auto;
  height: auto; }

.tabs01 .playerParticipacion {
  font-size: 0.843em;
  line-height: 1em; }

.tabs01 .playerParticipacion .boxes_tags li a span.name {
  padding: 0.3em 0 0.7em 1em; }

.list_link11 p {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis; }

.tabs01 .playerParticipacion .list_link11 li {
  font-family: 'fruitiguer',verdana,sans-serif !important;
  width: 100%;
  position: relative;
  overflow: hidden; }

.box24 .playerParticipacion .list_link11 li:last-child, .box20 .playerParticipacion .list_link11 li:last-child {
  padding: 1.2em;
  margin: 0; }

.tabs01 .playerParticipacion .text06 {
  padding: 0 0 1em 0; }

.tabs01 .playerParticipacion span.comment {
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis; }

#tabsDisplay02 .tabBody {
  display: block;
  width: 100%; }

#tabsDisplay02 .content .tabPest {
  padding: .7em; }

#tabsDisplay02 .content .tabPest .box_contenido {
  margin: 0;
  padding: 1em; }

.header01MinWithSearchBar {
  min-height: 2em !important; }

.lesserMenuNameSpace {
  max-width: 21em; }

.notVisibleProduct {
  font-size: 1.45em;
  padding: 1.5em 1em 2em .7em;
  background: #f7f7f7;
  border-bottom: 2px solid #afaeae;
  line-height: 1.2em; }

.prefSelect {
  padding-top: 12px; }

.menuForm {
  padding-left: 1em;
  padding-top: 3.5em; }

.labelPref {
  float: left;
  padding-top: 1em; }

.prefs {
  font-weight: bold; }

.selectPref {
  padding-top: .5em;
  margin-left: 30%; }

.checkPref {
  margin-right: 1em; }

.submitZone {
  margin-left: 20%;
  padding-top: 1em;
  padding-bottom: 1em; }

.checkValue {
  padding-top: .7em; }

.display {
  display: block !important; }

.form07 .field07 .error {
  display: none; }

.checkStyle {
  float: left;
  padding-top: .3em;
  width: 14%; }

.selectStyle {
  float: left;
  padding-top: .8em;
  width: 14%; }

.selectStyle label span {
  float: left; }

.selectStyle label {
  float: left;
  padding-right: 36%;
  width: 100%; }

.subtmiZone {
  padding-top: 1em; }

.box38 .conte_log .error01 {
  display: none;
  padding: 0.545em 0 0 2%; }

.enlacePrueba {
  text-decoration: underline; }

.labelPref {
  float: left;
  padding-top: 1em;
  width: 10em; }

.Groupprefs {
  padding-top: 1.6em;
  font-weight: bold; }

.Groupprefs select {
  width: 100%;
  margin-bottom: .5em; }

.Groupprefs option {
  border-right: 1px solid #000; }

.tipo4 .Groupprefs {
  font-weight: bold;
  padding-top: 3em; }

.tipo1 .Groupprefs select {
  width: 30%;
  margin-bottom: .5em;
  display: block; }

.tipo2 .Groupprefs select {
  width: 60%;
  margin-bottom: .5em; }

.Groupprefs input {
  margin-bottom: 0.5em;
  margin-top: .5em; }

.selectPref {
  padding-top: 1em;
  margin-left: 10em; }

.checkPref {
  margin-right: 1em; }

.submitZone {
  margin-left: 10em;
  padding-top: 1em; }

.checkValue {
  padding-top: .7em; }

.inputPref {
  width: 100%; }

.agrup {
  display: inline-block;
  width: 100%; }

.envolt {
  background-color: #f1f1f1;
  padding: .5em 1em;
  margin-top: .5em; }

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .header01 .menu02 ul {
    margin-top: 0; }

  .popupLogin {
    top: 4.5em; }

  .menu03 .login01 {
    padding: .71em; } }
.browser-not-supported {
  background: none repeat scroll 0 0 #FF0000;
  color: #FFFFFF;
  display: none;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  height: 3em;
  margin: 0 auto 1em; }

.search_home02 button {
  background: transparent url(../img/home_sprite.png) no-repeat right 0; }

.search_home02 button:hover {
  background-position: right -78px !important; }

.btnsearch_responsive {
  background: transparent url(../img/home_sprite.png) no-repeat -967px 0; }

.btnsearch_responsive:hover {
  background-position: -967px -78px; }

.dj_ie8 .btnsearch_responsive:hover {
  background-position: -97.5em -7.9em; }

.ie9 .btnsearch_responsive:hover {
  background-position: -97.5em -7.9em; }

.ie10 .btnsearch_responsive:hover {
  background-position: -97.5em -7.8em; }

.search_home button {
  background: transparent url(../img/home_sprite.png) no-repeat right -178px; }

.search_home button:hover {
  background-position: right -231px; }

.icon_location {
  background: transparent url(../img/home_sprite.png) no-repeat right -957px; }

.icon_location:hover, .menu02 ul li a.icon_location.activado {
  background: transparent url(../img/home_sprite.png) no-repeat right -1043px; }

.icon_branch {
  background: transparent url(../img/home_sprite.png) no-repeat right -1248px; }

.icon_branch:hover, .menu02 ul li a.icon_branch.activado {
  background: transparent url(../img/home_sprite.png) no-repeat right -1334px; }

.submenu .category_list ul a, .submenu .category_list ul span {
  background: transparent url(../img/home_sprite.png) no-repeat 0 -1134px; }

.login01 button.buttonLogin {
  text-shadow: none;
  background: transparent url(../img/home_sprite.png) no-repeat -445px -1253px; }

.menu03 .login01 .login01_inside.selected button.buttonLogin,
.menu03 .login01 .login01_inside:hover button.buttonLogin {
  background-position: -445px -1339px; }

.menu03 .nav_control a {
  background: transparent url(../img/home_sprite.png) no-repeat 0 -134.6em; }

.ie10 .menu03 .nav_control a, .ie9 .menu03 .nav_control a {
  background: transparent url(../img/home_sprite.png) no-repeat 0 -135.5em; }

.menu03 .nav_control a:hover, .menu03 .nav_control a.active {
  background-position: 0 -137.3em; }

.ie9 .menu03 .nav_control a:hover, .ie9 .menu03 .nav_control a.active,
.ie10 .menu03 .nav_control a:hover, .ie10 .menu03 .nav_control a.active {
  background-position: 0 -138.2em; }

.boxTooltip01 .top {
  background: transparent url(../img/home_sprite.png) no-repeat center -99.4em; }

.menu03 .nav_sup nav .list_nav_sup li.active .active.buttonSup {
  padding-right: 1em; }

.ie9 .menu03 .nav_sup nav .list_nav_sup li.active .active.buttonSup,
.ie10 .menu03 .nav_sup nav .list_nav_sup li.active .active.buttonSup {
  background-position: -83.4em -126.2em; }

.boxCatalog .title {
  background: transparent url(../img/home_sprite.png) no-repeat center -14.6em; }

.boxCatalog .title.active {
  background: transparent url(../img/home_sprite.png) no-repeat center -7.4em; }

button.btn_close03 {
  background: transparent url(../img/home_sprite.png) no-repeat 0 4px; }

button.btn_close03:hover {
  background-position: 0 -36px; }

.ie9 button.btn_close03:hover {
  background-position: 0 -3.2em !important; }

.ie8 button.btn_close03:hover {
  background-position: 0 -3.25em !important; }

.next, .next:hover {
  background: transparent url(../img/home_sprite.png) no-repeat 0 -297px !important; }

.prev, .prev:hover {
  background: transparent url(../img/home_sprite.png) no-repeat 0 -347px !important; }

.icon_arrow {
  background: transparent url(../img/home_sprite.png) no-repeat right -29em; }

.ie9 .icon_arrow, .ie8 .icon_arrow,
.ie10 .icon_arrow {
  background-position: right -29.3em; }

.ie10 .menu03 .login01 {
  padding: 1.77em; }

.submenu .category_list ul a, .submenu .category_list ul span {
  background: transparent url(../img/home_sprite.png) no-repeat 7px -1135px; }

.submenu .category_list ul ul {
  padding-left: 1em;
  float: none; }

@media screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio:0) {
  .menu03 .login01 {
    padding: 0.9em 1.3em 2.1em; } }
@media screen and (max-width: 713px) and (-webkit-min-device-pixel-ratio:0) {
  .popupLogin {
    top: 6.8em; } }
@media screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio:0) {
  .newslider .elemDiv {
    width: 22em !important; } }
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio:0) {
  .popupLogin {
    top: 4.1em; } }
@media screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio:0) {
  .popupLogin {
    top: 4.1em; } }
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio:0) {
  .popupLogin {
    top: 4.1em; } }
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .login01 button.buttonLogin {
    background: transparent url(../img/home_sprite.png) no-repeat -445px -1254px; }

  .menu03 .login01 .login01_inside.selected button.buttonLogin,
  .menu03 .login01 .login01_inside:hover button.buttonLogin {
    background-position: -445px -1340px; }

  .btn_close03 {
    padding-left: 1.3em; }

  .slider01 .list {
    padding-bottom: 0; }

  .ie9 .slider01 .list {
    padding-bottom: 0; } }
.title > sup, .title > sub {
  font-size: .5em; }

.subtitle > sup, .subtitle > sub {
  font-size: .7em; }

p.cont_button {
  margin: 0; }

.promo.expand {
  margin-bottom: 0;
  min-height: 50px;}

/*Estilos genÃƒÂ©ricos*/
.btn_action {
  font-size: 1.6em; }

.velo {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0; }

.no-cssgradients .velo {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); }

.lightbox {
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  padding: 15px;
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 99999;
  background: #FFF;
  border-radius: 0.5em; }

.barra_polivalente {
  text-align: right;
  clear: both; }

.barra_polivalente .btn_more02 {
  margin-right: 1em;
  padding: 1.2em 0 0;
  font-family: fruitiguerroman, sans-serif;
  font-size: 1.4em;
  display: inline-block; }

.barra_polivalente .btn_more02 a {
  color: #303030; }

.barra_polivalente .btn_more02 a:hover {
  color: #c90212; }

.entradilla01 {
  font-size: 1.4em;
  margin: 1.2em 0; }

.product_detail .tabs02 li a {
  display: block; }

.button_holder02 {
  text-align: right;
  border-top: 2px solid #afaeae;
  padding: 1.3em 5% 0 0;
  margin-top: 2em; }

.button_holder02 a {
  float: none; }

/*----WLR_header_01----*/
.header01 .menu02 {
  max-width: 64%;
  min-width: 64%;
  padding-left: 0; }

.header01 .menu02 ul {
  position: relative; }

.header01 .menu02 ul.links_group {
  position: static; }

.header01 .menu02 ul.links_group .last {
  border: 0 none; }

.header01 .logo h1 {
  display: block;
  margin: 0.4em 0 0 0.8em; }

.header01 .logo p {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center; }

.header01 .logo p a {
  width: auto; }

/*Estilos nuevos del buscador*/
.header01 .menu02 {
  border-collapse: separate; }

.header01 .search_home02 {
  display: table;
  margin: 0 0 0 1em;
  padding-left: 1.2em;
  padding-right: 0;
  position: static;
  width: 27em; }

.header01 .search_home02 label {
  font-family: fruitiguer;
  color: #000;
  font-size: 1.4em;
  line-height: 2em;
  text-align: left;
  float: none;
  width: auto; }

.header01 .search_home02 input {
  border: 0;
  height: 2.5em;
  font-size: 1.1em;
  background: transparent;
  padding: 0;
  width: 100%;
  float: none; }

.header01 .search_home02 form {
  display: table-row; }

.header01 .search_home02 button {
  width: 3.5em;
  padding: 0;
  position: static; }

.header01 .search_home02 .celda {
  display: table-cell;
  text-align: left; }

.header01 .search_home02 .celda.first {
  width: 12%;
  padding-right: 1em; }

.header01 .search_home02 .celda.last {
  text-align: right;
  width: 3.5em; }

.dijitPopup.dijitComboBoxMenuPopup {
  margin-top: 0; }

/*Fin Estilos nuevos del buscador*/
@media screen and (max-width: 800px) {
  .header01 .menu02 {
    max-width: 100%;
    float: none; }

  .header01 .logo {
    display: block; }

  /*Estilos nuevos del buscador*/
  .header01 .search_home02 {
    float: none;
    margin: 0 auto; }

  /*Fin Estilos nuevos del buscador*/ }
/*----WLR_menu_despegable----*/
.no-boxshadow .menu03 {
  max-width: none !important; }

.menu03 {
  position: relative;
  margin-top: 4em; }

.menu03 .center_menu03 {
  max-width: 96.4em;
  margin: 0 auto; }

.menu03 h1.logo {
  height: 3.75em;
  margin: 0; }

.menu03 nav ul {
  margin-right: 10em; }

.menu03 nav ul ul {
  margin-right: 0; }

.dj_ie .menu03 .nav_menu li.menu-item1 {
  height: 6.85em; }

.menu03 .link_last {
  font-size: 1.2em;
  line-height: 1.1em;
  color: #FFF;
  font-family: fruitiguer, sans-serif;
  right: 0;
  top: 4em;
  position: absolute; left:0;text-align:center}
 

.menu03 .link_last a {
  color: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.menu03 .login01 a.buttonLogin {
  text-shadow: none;
  background: url(../img/home_sprite.png) no-repeat -445px -1253px;
  border: 0 none;
  color: #EF0000;
  cursor: pointer;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.7em;
  margin: 0.2em 0.5em 0.2em 1.3em;
  padding: 0.2em 0.4em 0.2em 1.3em;
  position: relative;
  text-shadow: none;
  width: auto;
  text-decoration: none; }

.menu03 a.noresponsive {
  display: inline-block !important; }

.menu03 a.responsive {
  display: none !important; }

.menu03 .login01 .login01_inside.selected a.buttonLogin, .menu03 .login01 .login01_inside:hover a.buttonLogin {
  background-position: -445px -1339px;
  color: #FFFFFF; }

.menu03 .login01 a.buttonLogin2 {
  text-shadow: none;
  background: url(../img/home_sprite.png) no-repeat -445px -1253px;
  border: 0 none;
  color: #EF0000;
  cursor: pointer;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.7em;
  margin: 0.2em 0.5em 0.2em 1.3em;
  padding: 0.2em 0.4em 0.2em 1.3em;
  position: relative;
  text-shadow: none;
  width: auto;
  text-decoration: none; }

.menu03 .login01 .login01_inside.selected a.buttonLogin2, .menu03 .login01 .login01_inside:hover a.buttonLogin2 {
  background-position: -445px -1339px;
  color: #FFFFFF; }

.menu03 .banner_gestionable {
  position: absolute;
  top: -4em;
  height: 4em;
  width: 100%; }

.menu03 .banner_gestionable img {
  width: 100%;
  height: 100%; }

.dj_ie7 .menu03 .banner_gestionable {
  left: 50%;
  margin-left: -482px; }

.menu03 .submenu .list {
  max-width: 96.4em;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  .menu03 {
    margin-top: 0; }

  .menu03 li.menuFirst a.menuFirst {
    max-width: 9.5em;
    overflow: hidden;
    padding: 1.5em 0 1.5em 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .menu03 nav ul {
    margin-right: 0; }

  .menu03 .link_last {
    position: relative;
    right: 0;
    top: 0; }

  .menu03 .nav_control a {
    background-position: 0 -1346px; }

  .menu03 .nav_control a:hover {
    background-position: 0 -1373px; }

  .menu03 h1.logo {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto; }

  .menu03 .login01 {
    position: absolute;
    bottom: -1.5em; }

  .menu03 .popupLogin {
    top: 5.5em; }

  .menu03 .banner_gestionable {
    top:6.4em} }
/*----WLR_Breadcumbs----*/
.bloqueMigas {
  font-size: 1.1em;
  margin: 0;
  overflow: hidden;
  font-family: verdana,sans-serif; }

.textoMigas {
  color: #C90212;
  float: left;
  line-height: 1.8em;
  margin: 0; }

.bloqueMigas ul {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.bloqueMigas li {
  display: inline;
  float: left;
  line-height: 1.8em;
  list-style: none outside none;
  margin: 0 0 0 0.5em;
  padding-left: 0; }

.bloqueMigas li.activado {
  color: #C90212; }

.bloqueMigas li a {
  color: #303030; }

.bloqueMigas li a:hover {
  color: #C90212; }

.bloqueMigas li + li {
  background: url("../img/flecha_breadcumbs.png") no-repeat scroll 0 0.5em transparent;
  padding-left: 1.1em; }

/*----WLR_Cookie_Directive, WLR_browser_message----*/
.bloqueMensaje {
  background: #e6e6e6;
  padding: 4em 1.4em 1.4em 1.4em;
  position: relative;
  color: #303030;
  overflow: hidden; }

.bloqueMensaje.browser_message {
  background: #242424;
  color: #FFF; }

.bloqueMensaje .btn_close03 {
  top: 1.2em;
  right: 1.3em;
  font-size: 1.2em;
  color: #333; }

.bloqueMensaje .btn_close03:hover {
  color: #C90212; }

.bloqueMensaje img {
  float: left;
  margin: 0 1.4em 1.4em 0;
  max-width: 4em; }

.bloqueMensaje h2 {
  font-size: 1.8em;
  margin: 0; }

.bloqueMensaje .texto_cookie p {
  font-family: verdana,sans-serif;
  font-size: 1.2em;
  line-height: 1.4em; }

.bloqueMensaje .texto_cookie a {
  color: #303030; }

.bloqueMensaje.browser_message .texto_cookie a, .bloqueMensaje.browser_message .texto_cookie a:hover {
  color: #FFF; }

.bloqueMensaje .texto_cookie a:hover {
  color: #C90212; }

.bloqueMensaje.browser_message .btn_close03, .bloqueMensaje.browser_message .btn_close03:hover {
  background-position: -495px 5px;
  color: #FFF; }

/*----WLR_notification----*/
.bloqueNotificacion {
  position: relative;
  padding: 1.2em; }

.bloqueNotificacion .btn_close03 {
  top: 1.2em;
  right: 1.3em;
  font-size: 1.2em;
  color: #333; }

.bloqueNotificacion .btn_close03:hover {
  color: #C90212; }

.bloqueNotificacion h2 {
  font-size: 1.8em; }

.bloqueNotificacion img {
  width: 100%; }

.bloqueNotificacion .texto_notidficacion p {
  font-family: verdana,sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  max-height: 8.8em;
  overflow: auto; }

.bloqueNotificacion .texto_notidficacion p a {
  color: #303030; }

.bloqueNotificacion .texto_notidficacion p a:hover {
  color: #c90212; }

.bloqueNotificacion ul {
  padding: 0.5em 0; }

.bloqueNotificacion li {
  list-style-type: none;
  padding: 0.5em 0;
  overflow: hidden; }

.bloqueNotificacion label {
  font-family: verdana,sans-serif;
  font-size: 1.1em;
  padding: 0.4em 0 0 0.8em;
  float: left;
  color: #000; }

.bloqueNotificacion li input {
  float: left; }

.bloqueNotificacion li.last {
  margin-top: 2.5em; }

.bloqueNotificacion .botonera_notificacion {
  clear: right;
  border-top: 1px solid #D0CCCC;
  text-align: center; }

.bloqueNotificacion .botonera_notificacion p {
  padding-top: 0.9em; }

.bloqueNotificacion .botonera_notificacion p a {
  padding-top: 0.9em;
  font-size: 1.6em;
  background: #FD0808;
  padding: 0.55em 1.2em; }

.bloqueNotificacion .botonera_notificacion p a:hover {
  background: #C90212; }

.bloqueNotificacion .botonera_notificacion .btn_action {
  float: none; }

/*----WLR_content_01----*/
.WLR_content_01 .button_holder02{
  margin: 2em 0 }
  
.WLR_content_01 .box08 {
  overflow:visible; }
  
.WLR_content_01 .box09 {
  overflow:visible; }
@media screen and (max-width: 600px) {
  .WLR_content_01 .product_detail .nav_sup ul li {
    background-color: #6a6a6a; } }
/*----WLR_content_02----*/
.WLR_content_02 .top02 h2 {
  line-height: 1.034em; }

.WLR_content_02 .top02 .subtitle {
  line-height: 1.06em; }

.WLR_content_02 .top02 .date {
  color: #303030;
  font-weight: normal;
  font-size: 1.1em;
  font-family: verdana,sans-serif; }

.WLR_content_02 .content_list li {
  font-size: 0.9em; }

.WLR_content_02 .image-footer {
  font-size: 0.8em; }

.WLR_content_02 blockquote {
  font-size: 1.45em;
  float: right; }

.WLR_content_02 .links li {
  font-size: 0.9em; }

.WLR_content_02 .cont_figure {
  float: right;
  width: 28%;
  margin-left: 1em; }

.figure01r {
  margin: 0;
  max-width: 24.6em;}

.tipo4  .figure01r{
  max-width:100% }

.WLR_content_02 .box09 ul {
  clear: none; 
  line-height: 1.2em}

@media screen and (max-width: 600px) {
  .WLR_content_02 .cont_figure {
    float: none;
    width: 100%;
    margin-left: 0; }

  .WLR_content_02 .content_list {
    width: 98%; }

  .WLR_content_02 blockquote {
    float: none;
    width: auto; }

  .figure01r {
    margin-left: 0;
    margin-right: 0;
	max-width: 100%;
	} }
/*----WLR_content_03, WLR_content_04, WLR_content_05----*/

.WLR_content_03 .image_left{
  margin-top: 0;
  width:37em;
  max-width:100%  }
  
.fig01{
  width:32em;
  max-width:100% ;
  float:left;
  margin-bottom:1em;
  margin-right:5em}
  
.fig02{
  width:24em;
  max-width:100% ;
  float:left;
  margin-bottom:1em;
  margin-right:5em}
 
.fig04{
  float: right;
  width: 79%;
  margin-left:4px}
 
@media screen and (max-width: 599px) {
  .fig01, .fig02,.fig04 {
  width: 100%;
  float:none;
  margin:0}
}
.tipo3 .fig01,.tipo4 .fig01,.tipo3 .fig02,.tipo4 .fig02{width: 100%;padding-bottom:3em}
.tipo3 .fig04,.tipo4 .fig04{width: 100%;float:none;margin:0}
  
.WLR_content_03 .image_left img {
  max-width:32em;}

.WLR_content_04 .image_left {
  float: none;
  max-width: none;
  margin-top: 0; }

.WLR_content_03 .center {
  padding-top:0.9em }
.WLR_content_03 .center ul{
  overflow:hidden;padding-left:2em }
.WLR_content_03 .center p, .WLR_content_04 .center p, .WLR_content_05 .center p{
  font-size: 1.6em;
  font-family: verdana, sans-serif;
  line-height: 1.2em; }
  
.WLR_content_03 .button_holder{
  margin-top:2.4em  }

.WLR_content_03 .button_holder, .WLR_content_04 .button_holder, .WLR_content_05 .button_holder{
  position: static;
  padding-top: 2em; }

.WLR_content_03 .btn_action, .WLR_content_04 .btn_action, .WLR_content_05 .btn_action{
  float: right;
  margin-right: 1em; }
  
.WLR_content_05 .cont-promo {width:100%;}
.WLR_content_05 .center {overflow:hidden;}
.WLR_content_05 .center  ul{overflow:hidden;padding-left:2em}
.WLR_content_05 .image_left {float:left;width:29em;max-width:none;margin:0 0 1em 0;}
.WLR_content_05 .image_left img{max-width:24.3em;max-height:17em;}
.WLR_content_05 .contenido-center {min-height:97px}
.WLR_content_03 .center p ,.WLR_content_05 .center p {margin:0 0 1em}
.WLR_content_05 .center p.button_holder{font-size: 1em;font-family: verdana, sans-serif;line-height: 1em;position:relative;bottom:0;left:0;margin:3.3em 0 0 0;overflow:hidden;padding:0}
.tipo3 .WLR_content_03 .promo .image_left, .tipo4 .WLR_content_03 .promo .image_left {width: 100%;padding-bottom:3em;}
.tipo3 .WLR_content_03 .promo .image_left img, .tipo4 .WLR_content_03 .promo .image_left img{max-width:none;}
.tipo4 .WLR_content_03 .promo .image_left {max-width: 34%} 
.tipo3 .WLR_content_05 .image_left, .tipo3 .WLR_content_05 .center, .tipo4 .WLR_content_05 .image_left, .tipo4 .WLR_content_05 .center {display:block;overflow:visible;}
.tipo3 .WLR_content_05 .image_left, .tipo4 .WLR_content_05 .image_left {width:auto;padding-bottom:3em;}
.tipo3 .WLR_content_05 .image_left img, .tipo4 .WLR_content_05 .image_left img{max-width:none;max-height:none;}
.tipo4 .box-01.WLR_content_03 .top02 .subtitle, .tipo4 .box-01.WLR_content_04 .top02 .subtitle, .tipo4 .WLR_content_05 .box-01 .top02 .subtitle  {font-size: 1.7em;}
@media screen and (max-width: 599px) {
.WLR_content_03 .promo .image_left, .WLR_content_05 .promo .image_left {
  width: 100%; }

.WLR_content_03 .promo .image_left img{
  max-width:none }
  
.WLR_content_05 .image_left img {
    max-height: none }

.WLR_content_05 .image_left, .WLR_content_05 .center {display:block;overflow:visible;}
.WLR_content_05 .image_left img{width:100%;max-width:none;} }
/*----WLR_multimedia_01----*/
.WLR_multimedia_01 .info_aux02 .info_title h1 {
  line-height: 1.12em;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0; }

.WLR_multimedia_01 .info_aux02 .info_text p {
  font-size: 1.12em;
  line-height: 1.4em; }

.WLR_multimedia_01 .info_aux02 .body_text {
  padding: 1.12em 1.5em 0.87em 1.06em; }

.WLR_multimedia_01 .info_aux02 .body_text p {
  font-size: 1.2em;
  font-family: verdana, sans-serif;
  line-height: 1.5em; }

.WLR_multimedia_01 .info_aux02 {
  width: auto;
  float: none; }

.WLR_multimedia_01 .img_right {
  float: right;
  width: 79%;
  margin: 0; }

@media screen and (max-width: 600px) {
  .WLR_multimedia_01 .img_right {
    float: none;
    width: 100%; } }
/*----WLR_detalle_multimedia_01----*/
.WLR_detalle_multimedia_01 .top02 {
  margin: 0 auto;
  max-width: 96.4em; }

.WLR_detalle_multimedia_01 .images04 {
  margin: 0 auto;
  max-width: 160em; }

/*----WLR_links_04----*/
.WLR_links_04 .top03 h2 {
  font-family: 'FrutigerLight', sans-serif;
  font-size: 2.6em;
  line-height: 1.1em;
  margin-bottom: 0.05em; }

.WLR_links_04 .top03 .subtitle {
  font-family: 'FrutigerLight', sans-serif;
  font-size: 1.7em;
  line-height: 1.1em;
  margin-bottom: 1.4em; }

.WLR_links_04 .top03 {
  margin: 0 auto;
  padding-left: 4em;
  max-width: 96.4em; }

.WLR_links_04 .list_link01 .nav_list_list li a {
  line-height: 1.1em; }

.WLR_links_04 .list_link01 .nav_list_list {
  margin: 0 auto;
  padding-left: 4em;
  max-width: 96.4em; }

.WLR_links_04 .list_link01 .content_cols, .WLR_links_04 .content_cols {
  margin: 0 auto;
  padding-left: 2em;
  max-width: 96.4em; }

.WLR_links_04 .list_link01 .col.cols-4 {
  margin-left: 0;
  margin-right: 2.5%; }

.WLR_links_04 .list_link01 .list_link_nav {
  padding: 0; }

@media screen and (max-width: 600px) {
  .WLR_links_04 .list_link01 .nav_list_list, .WLR_links_04 .list_link01 .content_cols {
    padding-left: 2em; } }
/*----WLR_links_05----*/
.WLR_links_05 .entradilla01 {
  margin-top: 0; }

.WLR_links_05 .top04 h2 {
  font-family: 'FrutigerLight', sans-serif;
  font-size: 2.6em;
  line-height: 1.1em; }

.WLR_links_05 .top04 .subtitle {
  font-family: 'FrutigerLight', sans-serif;
  font-size: 1.7em;
  line-height: 1.1em; }

.WLR_links_05 h3.title01 {
  font-size: 1.8em; }

.WLR_links_05 .list01 li a {
  font-family: Verdana, sans-serif; }

.WLR_links_05 .list_link02 h3 {
  font-family: 'FrutigerLight', sans-serif;
  font-size: 1.4em;
  color: #EC0000;
  font-weight: normal; }

.WLR_links_05 .list_link02 ul li a {
  font-size: 1.4em; }

@media screen and (max-width: 600px) {
  .WLR_links_05 .image01 {
    float: none;
    width: auto; }

  .WLR_links_05 .image01 img {
    width: 100%;
    max-width: none; }

  .WLR_links_05 .box02 ul {
    padding-top: 1em;
    width: 100%; }

  .WLR_links_05 .list_link02 ul li {
    display: block;
    background: none;
    padding: 0.3em 1.4em 0.8em 0; } }
/*----WLR_links_08----*/
.WLR_links_08 .top07 h1 {
  font-size: 1.3em;
  color: #303030;
  font-family: fruitiguerroman, sans-serif; }

.WLR_links_08 .info01 {
  font-size: 1.4em;
  font-family: verdana, sans-serif; }

.WLR_links_08 .info01:first-child {
  padding-right: 0.9em; }

.WLR_links_08 .info01:last-child {
  margin-left: 0.9em; }

@media screen and (max-width: 600px) {
  .WLR_links_08 .info01:first-child {
    border-bottom: 1px solid #CACACA; }

  .WLR_links_08 .info01:last-child {
    margin-left: 0; } }
/*----WLR_links_09----*/
.WLR_links_09 {
  border-bottom: 0; }

.WLR_links_09 h3.title01 {
  font-size: 1.8em;
  line-height: 1.12em; }

.WLR_links_09 .box05 .date {
  font-size: 1.1em; }

.WLR_links_09 .rating {
  border: 0; }

.WLR_links_09 .text01 {
  font-family: verdana, sans-serif;
  font-size: 1.2em; }

/*----WLR_links_10----*/
.WLR_links_10 .box15 {
  margin: 0; }

.WLR_links_10 .image03 {
  display: block;
  float: left;
  width: 6em;
  padding-bottom: 0; }

.WLR_links_10 .text02 {
  display: block;
  width: 100%; }

/*----WLR_links_11----*/
.WLR_links_11 .box_padding02 .top02 h2 {
  font-size: 3em;
  line-height: 1.035em; }

.WLR_links_11 .top02 .subtitle {
  font-size: 1.7em;
  line-height: 1.08em; }

.WLR_links_11 .box02 h3 {
  font-size: 1.8em;
  line-height: 1.12em; }

.WLR_links_11 .box02 p.box-inside {
  font-size: 1.05em; }

.WLR_links_11 .box01 .box_padding02 .list_link05 .button .btn_primary {
  font-size: 1.2em !important; }

.WLR_links_11 .list_link05 .button {
  margin-top: 3em; }

.WLR_links_11 .box_padding02 .list_link05 .elem:nth-child(3n+1) {
  clear: both; }

/*Para IE8*/
.WLR_links_11 .box_padding02 .list_link05 .elem.clear {
  clear: both; }

/*----newSlider----*/
.newslider {
  position: relative; }

.newslider .subtitle {
  color: #000;
  font-family: 'FrutigerLight';
  font-size: 1.7em;
  font-weight: normal;
  margin: 0;
  padding: 0.3em 0 0.7em 0.25em; }

.newslider ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.newslider ul {
  list-style-type: none;
  position: relative; }

.newslider .elemDiv {
  float: left;
  width: 27.7em;
  padding: 0 0.8em; }

.dj_ie .newslider .elemDiv {
  width: 277px; }

.newslider .elemDiv .img_content img {
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin: 2px;
  max-width: 100%; }

.newslider .elemDiv .img_content a:hover img {
  border: 2px solid #c90212;
  margin: 0; }

.newslider .elemDiv .texto {
  margin-top: 2.2em;
  padding-left: 0.5em; }

.newslider .elemDiv .texto p {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #303030; }

.newslider .elemDiv .texto ul {
  margin-top: 2.2em; }

.newslider .elemDiv .texto ul li {
  font-size: 1.4em;
  margin-bottom: 2.2em; }

.newslider .elemDiv .texto ul li a {
  color: #303030; }

.newslider .elemDiv .texto ul li a:hover {
  color: #c90212; }

.newslider .mask {
  overflow: hidden;
  margin: 0 2.2em; }

.newslider button {
  position: absolute;
  top: 8em; }

.newslider .prev {
  left: 0;
  display: none; }

.newslider .next {
  right: 0; }

/*---- 5to nivel del sitemap----*/
#quintoNivel {
  margin-left: 5%; }

/*----WLR_NaoCorrentista----*/
.WLR_NaoCorrentista .box15 {
  padding: 1em 0 0 0;
  background:none; }

.WLR_NaoCorrentista form {
  display: table;
  width: 100%; }

.WLR_NaoCorrentista fieldset {
  display: table-row;
  border:0;
  padding:0; }

.WLR_NaoCorrentista .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.WLR_NaoCorrentista .cell:nth-child(2) {
  width: 92.7%; }

.WLR_NaoCorrentista legend {
  font-size: 1.6em; }
  
.WLR_NaoCorrentista label {
    font-size: 1.6em; }

.WLR_NaoCorrentista input[type="text"] {
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  box-shadow: 2px 2px 3px 2px #f4f4f4 inset, -2px 0 3px 2px #f4f4f4 inset;
  padding: 0.45em 0;
  text-indent:0.5em;
  width: 97%;
  font-size:1.2em;  }

.WLR_NaoCorrentista input.btn_primary {
  background: #FE0505;
  border-radius: 1.5em;
  color: #FFFFFF;
  font-family: verdana,arial,sans-serif;
  font-size: 1.3em!important;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0.2em 1.2em 0.3em 1.2em;
  border: 0;
  cursor: pointer;
  margin:0;}

.WLR_NaoCorrentista input.btn_primary:hover {
  background: #CCC!important;
  color:#555!important;  }

.WLR_NaoCorrentista ul {
  padding: 1.2em 0; }

.WLR_NaoCorrentista ul li {
  display: inline-block;
  margin-right: 2.2em;
  font-size: 1.2em; }

.WLR_NaoCorrentista ul a {
  color: #000; }
  
.WLR_NaoCorrentista ul a:hover {
  color: #C90212; }
  
.WLR_NaoCorrentista .button_holder {
  text-align: left;
  padding: 0;
  margin-top: 1em;  }

.WLR_NaoCorrentista .button_holder a.btn_primary {
  float: none;
  display: inline-block;
  font-size: 1.2em!important;
  font-weight:normal}

.tipo3 .WLR_NaoCorrentista ul li, .tipo4 .WLR_NaoCorrentista ul li {
    display:block;
	margin: 0 0 1em 0}

.tipo3 .WLR_NaoCorrentista input[type="text"], .tipo4 .WLR_NaoCorrentista input[type="text"] {
  width: 90%}
	
@media screen and (max-width: 600px) {
  .WLR_NaoCorrentista ul li {
    display:block;
	margin: 0 0 1em 0}
.WLR_NaoCorrentista input[type="text"] {
  width: 90%}}
/*EDITORES*/
.lrwmaineditor {
  background: #fafafa;
  font: normal 11px/1.4em Arial, sans-serif;
  padding: 2px;
  border: 1px solid #eee; }

.lrwmaineditor .lrweditor {
  max-width: 550px;
  margin: 0 auto; }

.lrwmaineditor form {
  margin: 0;
  padding: 0; }

.lrwmaineditor .lrwtitle1, .lrwmaineditor .lrwtitle2 {
  padding: 4px 4px 4px 6px; }

.lrwmaineditor .lrwpref, .lrwmaineditor .lrwedit {
  display: table;
  background: #fff;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%; }

.lrwmaineditor .lrwtitle1 h2 {
  font-size: 1.5em; }

.lrwmaineditor .lrwtitle2 h3 {
  font-size: 1.2em; }

.lrwmaineditor .lrwtitle1 h2, .lrwmaineditor .lrwtitle2 h3 {
  margin: 0;
  text-shadow: 1px 1px #fff; }

.lrwmaineditor .lrwlabel {
  width: 35%;
  border-width: 1px 0 1px 1px;
  text-shadow: 1px 1px #efefef; }

.lrwmaineditor .lrwelement {
  width: 65%;
  vertical-align: bottom;
  border-width: 1px 1px 1px 0; }

.lrwmaineditor .lrwlabel, .lrwmaineditor .lrwelement {
  display: table-cell;
  padding: 5px;
  border-style: solid;
  border-color: #eee; }

.lrwmaineditor .lrwlabelradio {
  margin: 0 0 0 4px;
  vertical-align: text-bottom; }

.lrwmaineditor .lrwlabeltext {
  margin: 0 4px;
  vertical-align: text-bottom;
  float: left; }

.lrwelementblock {
  display: table-row;
  padding: 5px; }

.lrwmaineditor .lrwcaption {
  display: table-caption;
  background: #fff;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #eee; }

.lrwmaineditor .lrwelementrow {
  display: table;
  width: 100%; }

.lrwmaineditor .lrwelementrow.nextrow {
  margin-top: 5px; }

.lrwmaineditor .lrwelementcol {
  display: table-cell;
  vertical-align: top; }

.lrwmaineditor .lrwelementcol.btncol {
  width: 57px; }

.lrwmaineditor .lrwelementcol.alignbottom {
  vertical-align: bottom; }

.lrwmaineditor .lrwplaintext {
  display: block;
  padding: 5px; }

.lrwmaineditor .lrwselect01, .lrwmaineditor .lrwselect02, .lrwmaineditor .lrwselectmulti01, .lrwmaineditor .lrwinptext01, .lrwmaineditor .lrwinptext02 {
  width: 95%;
  padding: 0;
  margin: 1px 0 2px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
  font-size: 1em; }

.lrwmaineditor .lrwselect01, .lrwmaineditor .lrwselectmulti01, .lrwmaineditor .lrwinptext01, .lrwmaineditor .lrwinptext02 {
  min-width: 75px; }

.lrwmaineditor .lrwselectmulti02 {
  width: 96%;
  padding: 0;
  margin: 0px 5px 0 2px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
  font-size: 1em; }

.lrwmaineditor .lrwinptext01 {
  text-indent: 4px; }

.lrwmaineditor .lrwinptext02 {
  float: left;
  max-width: 100px; }

.lrwmaineditor .lrwselect02 {
  width: auto; }

.lrwmaineditor input:focus, .lrwmaineditor select:focus, .lrwmaineditor button:focus {
  border-color: #c00;
  box-shadow: 1px 1px 1px #c00;
  outline: #c00 auto 2px; }

.lrwmaineditor .lrwinpcheck01 {
  margin: 1px 0 0;
  padding: 0; }

.lrwmaineditor .lrwrow {
  display: table-row;
  padding: 4px; }

.lrwmaineditor .lrwfoot {
  padding: 6px;
  text-align: center; }

.lrwmaineditor .lrwbutton01 {
  font: 700 1.1em arial,sans-serif;
  border-width: 1px;
  background: #f0f0f0 none;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ccc;
  text-shadow: 1px 1px #fff;
  margin: 0 1px 1px 0;
  padding: 0 6px; }

.lrwmaineditor .lrwbutton01:hover, .lrwmaineditor .lrwbutton01:focus {
  background: #fff;
  color: #c00;
  text-shadow: 1px 1px #eee;
  box-shadow: 0 0 4px #c00;
  border-color: #c00; }

.lrwmaineditor .lrwbutton01.left {
  float: left; }

.lrwmaineditor .actionsbtnlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left; }

.lrwmaineditor .actionsbtnlist li {
  margin-bottom: 3px; }

.lrwmaineditor .actionsbtnlist li button {
  min-width: 52px; }

.lrwmaineditor .lrwbutton01:active {
  margin: 1px 0 0 1px; }

.ie7 .lrwmaineditor .lrwlabel, .ie7 .lrwmaineditor .lrwelement {
  display: block;
  width: auto;
  border: none;
  padding: 0 5px; }

.ie7 .lrwmaineditor .lrwinptext01 {
  border: 2px inset;
  border-color: #ccc #ccc #fff #fff;
  text-indent: 0; }

.ie7 .lrwmaineditor .lrwelementblock {
  display: block;
  padding: 0 10px; }

.lrwmsg_error {
  border: 1px solid #c00;
  padding: 10px;
  background: #fff;
  margin: 0 0 10px;
  overflow: hidden; }

.lrwmsg_error h1 {
  margin: 0 0 .5em;
  font-size: 1.5em; }

.lrwtxterror1 {
  font-size: 1.1em; }

.lrwtxterror1 p {
  margin: 0 0 .5em; }

.lrwtxterror2 {
  overflow: auto;
  padding: 8px;
  background: #eee; }

.lrwtxterror2 p {
  margin: 0 0 .5em; }

/* ADDED 20140303 */
.menu02 ul li .selector_text {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  float: left;
  padding: 0 0 0.5em 1em; }

.WLR_content_01 .image_left img {
  max-width: 32em; }

.WLR_content_01 .container_content .multimedia img {
  max-width: 32em; }

.WLR_content_01 .image_left img {
  max-width: none; }

.WLR_content_01 .container_content .multimedia img {
  max-width: none; }

.WLR_content_02 .box08 .box09 .image-left02 img {
  max-width: 24.7em; }

.WLR_content_02 .box08 .box09 .image-left02 img {
  max-width: none; }

.WLR_links_10 .image03 img {
  width: auto;
  max-width: 5.6em; }

.WLR_links_11 .box_padding02 .list_link05 .elem img {
  height: 5.1em;
  width: 6em;
  max-width: 6em; }

@media screen and (max-width: 950px) {
  .gallery3D {
    width: 100%;
    height: auto; }

  .gallery3D .list ul {
    width: 50em;
    height: 28em; }

  .gallery3D .list li img {
    width: 50em;
    height: 28em; } }
@media screen and (max-width: 850px) {
  .gallery3D {
    width: 100%;
    height: auto; }

  .gallery3D .list ul {
    width: 45em;
    height: 25em; }

  .gallery3D .list li img {
    width: 45em;
    height: 25em; } }
@media screen and (max-width: 620px) {
  .gallery3D {
    width: 100%;
    height: auto; }

  .gallery3D .list ul {
    width: 35em;
    height: 20em; }

  .gallery3D .list li img {
    width: 35em;
    height: 20em; } }
@media screen and (max-width: 430px) {
  .gallery3D {
    width: 100%;
    height: auto; }

  .gallery3D .list ul {
    width: 21em;
    height: 12em; }

  .gallery3D .list li img {
    width: 21em;
    height: 12em; } }
@media screen and (max-width: 330px) {
  .gallery3D {
    width: 100%;
    height: auto; }

  .gallery3D .list ul {
    width: 16em;
    height: 9em; }

  .gallery3D .list li img {
    width: 16em;
    height: 9em; } }

/*ESTILOS NUEVOS FCK EDITOR*/
dl.fckDesplegable dt{cursor:pointer;font-size:1.14em;font-weight:bold;color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:0.7em 0 0.6em 0.7em}
dl.fckDesplegable dt.dt_up{background:#6A6A6A url("../img/tab_arrow.png") no-repeat 100% 0}
dl.fckDesplegable dt.dt_down{background:#6A6A6A url("../img/tab_arrow.png") no-repeat 100% 100%}
dl.fckDesplegable dd{padding:1.5em;display:none;margin-left:0;border:10px solid #f7f7f7;background:#FFFFFF url("../img/inside-corner.png") no-repeat 0.6em 0}	
/*Tablas*/	
.fck_table {font:Verdana, Arial, Helvetica, sans-serif;color:#303030;border:1px solid #b2b2b2;border-collapse:collapse;background-color:#fff;margin:1em 0 2em 0;text-align:left}
.fck_table caption{font-family:FrutigerLight;text-align:left;font-size:2em;padding:0 0 0.5em 0}
.fck_table tr:nth-of-type(even) {background-color:#f6f5f5} 
.fck_table td{font-size:.85em;padding:1em 1.7em 1em 1.7em;border-right:1px solid #b2b2b2;border-bottom:1px dashed #b2b2b2}
.fck_table th{background-color:#5e606b;color:#fff;font-size:1em;font-weight:500;border-bottom:1px dashed #b2b2b2;border-right:1px solid #b2b2b2;padding:1em 1.4em 1em 1.4em}
.fck_table thead th{border-bottom: 1px solid #d0cccc}
.fck_table th.sorttable_nosort{cursor:inherit}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):not([scope="row"]):after {content: url('../img/arrow-double.png');margin-left:5px}
.sortable.fck_table th.sorttable_sorted span.sorttable_sortfwdind{background:url('../img/arrow-up.png') 0 0 no-repeat; display:inline-block;width:17px;height:8px; margin-left:5px;vertical-align: middle}
.sortable.fck_table th.sorttable_sorted_reverse span.sorttable_sortrevind{background:url('../img/arrow-down.png') 0 0 no-repeat; display:inline-block;width:17px;height:8px; margin-left:5px;vertical-align: middle}
.sortable.fck_table th span.arrow{background:url('../img/arrow-double.png	') 0 0 no-repeat;width:21px;height:8px;display:inline-block;margin-left:5px}
.fcknone{display:none !important}
.fck_table th.sorttable_nosort:hover{text-decoration:none}	
.fck_table th[scope="row"]:hover{text-decoration:none}
.sortable.fck_table th:hover {text-decoration:underline}
.sortable.fck_table th {cursor:pointer}
/*Enlace con estilo*/
.fckLinkStyle{display:inline-block;font-size:1.2em;line-height:1.2em;color:#fff;background:#fe0505;font-weight:bold;padding: .4em 1.2em .6em;border-radius:1.5em;text-decoration:none;font-family:Verdana,Arial,Sans-serif}
.fckLinkStyle:hover{background: #c90212; color:#fff}
.ie7 .fckLinkStyle{display:inline}
/*arreglo responsive w017*/
.menu01.responsive-mode .list-select {position: relative;border: .1em solid #c9c9c9;cursor: pointer;border-radius: .5em;width: 100%;background: white;font-size: 1.2em;padding: 0;    box-shadow: inset 0.7em 0.7em 0.5em rgba(0, 0, 0, 0.05); }
.menu01.responsive-mode .list-select:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.menu01.responsive-mode .list-select a {color: #303030;padding: 0.8em 0.6em;display: block; }
.menu01.responsive-mode .list-select li {background: none;margin: 0;list-style: none;padding: 0; }
.menu01.responsive-mode .list-select li a {color: #303030; }
.menu01.responsive-mode .list-select span {position: relative;display: block;position: absolute;width: 2.5em;height: 100%;right: 0;top: 0;background: url("../img/gradient_select.gif") #f4f4f4 repeat-x;border-left: .1em solid #c1c1c1;border-radius: 0 .5em .5em 0;text-align: center; }
.menu01.responsive-mode .list-select span:after {content: url("../img/arrow_select.png"); }
.menu01.responsive-mode .list-select span img:after {margin-top: 20em; }
.menu01.responsive-mode .list-select span img {position: absolute;top: 50%;left: 50%;margin-left: -0.5em;margin-top: -0.3em; }

.menu01.responsive-mode .list-menu {display: none;position: absolute;z-index: 100;top: 5em;left: 1em;width: 96.5%;background: white;border: .1em solid #c9c9c9;border-radius: .5em; }
.menu01.responsive-mode .list-menu li {display: block;cursor: pointer;clear: both;float: none;background: white;font-size: 1.2em;margin: 0.1em;border: .1em solid white; }
.menu01.responsive-mode .list-menu li a {color: #303030;display: block;padding: 0.7em;width: 100%; }
.menu01.responsive-mode .list-menu li:hover, .menu01.responsive-mode .list-menu li.active {border-radius: .5em;border: .1em solid #d1d1d1;background: #f6f6f6;box-shadow: inset 0.7em 0.7em 0.5em rgba(0, 0, 0, 0.05); }
.menu01.responsive-mode.list-menu li:hover, .menu01.responsive-mode .list-menu li.active a {color: #c90212; }
.container ul[type="disc"] li{list-style:disc}
.container ul[type="disc"] ul[type="square"] li{list-style:square}
.container ul[type="disc"] ul[type="circle"] li{list-style:circle}

.container ul[type="square"] li{list-style:square}
.container ul[type="square"] ul[type="disc"] li{list-style:disc}
.container ul[type="square"] ul[type="circle"] li{list-style:circle}

.container ul[type="circle"] li{list-style:circle}
.container ul[type="circle"] ul[type="disc"] li{list-style:disc}
.container ul[type="circle"] ul[type="square"] li{list-style:square}

ol{list-style:decimal}
ol[type=a]{list-style:lower-alpha}
ol[type=A]{list-style:upper-alpha}
ol[type=i]{list-style:lower-roman}
ol[type=I]{list-style:upper-roman}
/*"utilidad" multimedia*/
.mtm01{width:100%}
.mtm01 p{margin:0}
.mtm01 video,.mtm01 audio,.mtm01 object,.mtm01 img{width:100%;display:block}
.bannerflash01{padding:0 0 75%;position:relative}
.obj_mtm01,.bannerflash01 object{height:100%;position:absolute;}
.extvid01,.container_content div.mtm01.extvid01 {position: relative;padding:30px 0 56.25% 0}
.extvid01 .extvideo{position:absolute;width:100%;height:100%;top:0;border:none}
/*Ajustes varios MTM*/
.container_content div.mtm01{padding:0}
.promo div.image_left{width:34%}
/*nuevo menu BR*/
.loginBR{font-family:Verdana,sans-serif}
.logoBR{margin:0;float:left}
.logoBR img{width:187px;border:none;display:block}
.menu03BR nav ul{margin-right:0}
.menu03BR .nav_menu li.menu-item1 {border-right: 1px solid #fff;float: left;height:auto!important;max-width: inherit;min-width: inherit;overflow: hidden;width:9.5em;}
.menu03BR .nav_menu li.menu-item1.selected{background:#5e606b }
.menu03BR .nav_menu li.menu-item1:first-child{border-left:1px solid #fff}
.menu03BR .nav_menu li .menufirst {line-height: 1.5em;font-family: FrutigerLight,sans-serif;font-size: 1.2em;color: #fff;text-decoration: none;display: block;margin: 0;padding: 30px 1px 0 5px;min-height:5.6em;overflow:hidden;text-overflow:ellipsis}
.menu03BR .submenu .category_header {padding:.6em .6em .6em 1.5em}
.menu03BR .submenu .category_header strong {padding:0}
.BR_bannermenu p{margin:1em 0 0}
.BR_bannermenu img{width:202px}
.menu03BR .navMain_show .nav_menu li:hover .menufirst, 
.menu03BR .navMain_show .nav_menu li .menufirst:focus,
.menu03BR .navMain_show .nav_menu li .menufirst.active {background: #e6e6e6;color: #000;padding: 30px 1px 0 5px;}
.menu03BR .loginBR{float:right;padding:0 4px 0;background:#f00}
.menu03BR .loginBRresp{float:right;padding:0 4px 0;background:#f00}
.menu03BR .loginBR .loginBRwrap{display:block;padding-bottom:10px;width:28.6em;margin:0 auto}
.menu03BR .loginBRhead{overflow:hidden;padding-bottom:7px}
.menu03BR .loginBR .loginBRhead.oculto {display:none}
.menu03BR .loginBR .logBRpanel.oculto{display:none}
.menu03BR .loginBR h2{font:700 1em/1.2em verdana,sans-serif;color:#fff;margin:6px 1px 0 2px;display:inline-block}
.menu03BR .loginBR  p.acc{display:inline-block;text-align:right;margin:8px 2px 0;float:right}
.menu03BR .loginBR  p.acc a{color:#fff;font-style:italic;font-size:1em;padding-right:9px;text-decoration:none;background: transparent url(../img/bg-loginBRacc.png) no-repeat 100% 50%}
.menu03BR .loginBRcont{margin:0 2px;border-radius:10px}
.menu03BR .loginBRtabs{}
.menu03BR .loginBRtabs ul{margin:0;padding:0;overflow:hidden}
.menu03BR .loginBRtabs li{width:50%; background:#e6e6e6 url(../img/arrow_left01.png) no-repeat 11px 9px; border-radius:10px 10px 0 0; float:left; padding-bottom:13px; }
.menu03BR .loginBRtabs li.selected{ background:#fff url(../img/arrow_down01.png) no-repeat 11px 9px}
.menu03BR .loginBRtabs li span{font-size:1.1em; display:block; padding:6px 4px 4px 21px;cursor:pointer;overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.menu03BR .logBRpanel{background:#fff;border-radius:10px;margin-top:-10px;position:relative;padding:6px 2px;zoom:1}
.menu03BR .logBRpanel:after{clear:both;content:"";display: block;height: 0;visibility: hidden}
.menu03BR .logBRpanel form,.logBRpanel fieldset{margin:0;padding:0;border:none;float:left;width:auto}
.menu03BR .logBRpanel  legend{position:absolute;left:-99999em}
.menu03BR .logBRpanel  ul,.logBRpanel  li{margin:0;padding:0;list-style:none}
.menu03BR .logBRpanel  li{float:left}
.menu03BR .logBRpanel label{}
.menu03BR .logBRpanel  span{font-size:1.1em}
.menu03BR .logBRpanel .logBRag{background:transparent url(../img/ico_padlock.png) no-repeat 2px 3px;}
.menu03BR .logBRpanel .logBRag span {padding:0 5px 0 16px}
.menu03BR .logBRpanel .logBRco span{padding:0 5px}
.menu03BR .logBRpanel .logBRsub{padding:0 0 0 5px}
.menu03BR .logBRpanel input[type=text]{border:1px solid #c2c2c2;border-radius:6px;font-family: verdana, sans-serif;font-size: 1.1em;text-indent:3px;padding:1px 0;background:none}
.menu03BR .inputBRag{width:34px}
.menu03BR .inputBRco{width:80px}
.menu03BR .inputBRcf{width:80px}
.menu03BR .inputBRsub{border:none; color:#fff; background:#f00; margin:0 0 2px; padding:0 5px 1px; border-radius:10px;cursor:pointer;font-family:arial,sans-serif;font-size:1.2em;font-weight:400}
.menu03BR .inputBRsub:hover{background:none #f00;color:#fff}
.menu03BR .acese2{margin:0;float:left;width:95px;font-style:italic;padding-left:10px;font-weight:bold}
.menu03BR .acese2 a{color:#000;text-decoration:underline;background:transparent url(../img/arrow02_link.png) no-repeat 100% 100%;padding-right:7px}
.menu03BR #Acceso1Responsive{width:95px;background:transparent url(../img/ico_padlock.png) no-repeat 2px 3px;padding:4px 0 4px 16px;display:none}
.menu03BR .panel1 form{float:left}
.chrome .menu03BR .inputBRsub{margin:2px 0; padding:0 8px 2px;}
.ie .menu03BR .inputBRsub{margin:0; padding:1px 8px}
.ie8 .menu03BR .inputBRsub{padding:1px 8px 2px}
.ie7 .menu03BR .loginBR{width:310px}
.ie7 .menu03BR .loginBR h2{float:left}
.ie7 .menu03BR .inputBRsub{padding:0 4px}
/*mensaje error*/
.menu03BR .msgerr{position:absolute;background:#5e606b url(../img/tooltip_alert.png) no-repeat 12px 13px;color:#fff;font-family:verdana,sans-serif;font-size:1em;line-height:1.2em;width:88px;padding:10px 10px 10px 37px;margin:9px 0 0;border-radius:10px;box-shadow:4px 4px 7px 0px rgba(50, 50, 50, 0.31);z-index:5;display:none}
.menu03BR .msgerr:after{content:"";display:block;width:17px;height:14px;position:absolute;top:-14px;left:75px;background:transparent url(../img/tooltip_tip.png) no-repeat 0 0}
.logBRag  .msgerr{left:0}
.panel1 .logBRag  .msgerr{width:auto}
.panel2 .logBRco .msgerr{right:0}
.panel2 .logBRco .msgerr:after{left:35px}
.menu03BR .logBRerror .msgerr {display:block}
.menu03BR .logBRerror input[type=text]{color:#f00}
/*ocultamos elementos*/
.menu03BR .navsup_respclp{display:none}

/*"responsive"*/
	.menu03BR.moderesponsive .banner_gestionable{display:none}
	.menu03BR.moderesponsive .logoBR{float:none;background:#f00;width: 100%;margin-bottom: 10px}
	.menu03BR.moderesponsive .logoBR img,.menu03BR.moderesponsive .logoBR a{margin: 0 auto}
	.menu03BR.moderesponsive .loginBR {padding-bottom:0}
	.menu03BR.moderesponsive .loginBR .loginBRwrap{display:block}	
	.menu03BR.moderesponsive .nav_menu li:hover .menufirst, .menu03BR.moderesponsive .nav_menu li .menufirst:focus, .menu03BR.moderesponsive .nav_menu li .menufirst.active {color:#fff;background:#f00}
	.menu03BR.moderesponsive .loginBR_respclp{position:absolute;right:0;width:52px;height:40px;margin-top:-40px;background: transparent url(../img/ico_padlock_off.png) no-repeat 50% 50%;z-index:3; cursor:pointer}
	.menu03BR.moderesponsive .loginBR_respclp.logOn{background-image: url(../img/ico_padlock_on.png)}
	.menu03BR.moderesponsive .loginBRhead,.loginBRcont{max-width: 300px;margin:auto}
	.menu03BR.moderesponsive  #nav{position:relative;height:40px}
	.menu03BR.moderesponsive  #nav  .nav_sup{display: inline-block;position: absolute;left:52px;right:52px;z-index:2}
	.menu03BR.moderesponsive .list_nav_sup{position: initial!important;margin:0}	
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup{display:block;position:relative;top:0!important}	
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup li{display:none;float: none;margin:0;width:100%;border-bottom:3px solid #fff}	
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup.nav_sup_show li{display:block;float: none;margin:0;width:100%;border-bottom:3px solid #fff}
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup li.active{display:inline-block !important}	
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup li{display:none}	
	.menu03BR.moderesponsive .nav_sup nav ul.list_nav_sup li a,
	.menu03BR.moderesponsive .nav_sup nav ul.list_nav_sup li.active a.active{border-radius:0!important;display:block;text-align:left;font-family:FrutigerLight,sans-serif;font-size:1.5em;height:16px;padding:14px 27px 10px 25px !important;color:#fff;background: #5e606b url(../img/ico_doc.png) no-repeat 10px 15px !important}	
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup .menuHidden {top:4.3em}
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup .menuHidden ul{margin-left:0}
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup .menuHidden li{display:block}
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup .menuHidden li.active{display:none}
	.menu03BR.moderesponsive .nav_sup nav .list_nav_sup .menuHidden li:hover a {color: #fff}
	.menu03BR.moderesponsive .active .navsup_respclp{display:block;width:34px;height:40px;position:absolute;top:0;right:0;background:transparent url(../img/arrow_menu_down.png) no-repeat 50% 50%;cursor:pointer}
	.menu03BR.moderesponsive .navMain{height: 40px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index:1;}
	.menu03BR.moderesponsive .navmain_respclp{display:block;width:52px;height: 40px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;background:transparent url(../img/ico_menu_off.png) no-repeat 50% 50%; cursor:pointer}
	.menu03BR.moderesponsive .navMain .nav_menu{width:100%;top:4em}	
	.menu03BR.moderesponsive .navMain .navmain_respclp.Offnav{background-image: url(../img/ico_menu_on.png)}	
	.menu03BR.moderesponsive .nav_menu ul{padding:0;float:none;margin-top:0;border-top:3px solid #fff;}
	.menu03BR.moderesponsive .nav_menu ul ul{border-top:none}
	.menu03BR.moderesponsive .nav_menu li{border-radius:0!important}
	.menu03BR.moderesponsive .nav_menu li.menu-item1,.menu03BR.moderesponsive .nav_menu li.menu-item1.selected{float:none;width:auto;border:none!important;background:#f00;position:relative;color:#fff}
	.menu03BR.moderesponsive .navMain_show .nav_menu li.menu-item1:hover,
	.menu03BR.moderesponsive .navMain_show .nav_menu li:hover .menufirst, 
	.menu03BR.moderesponsive .navMain_show .nav_menu li .menufirst:focus, 
	.menu03BR.moderesponsive .navMain_show .nav_menu li .menufirst.active{background:#ff0000;color:#fff}
	.menu03BR.moderesponsive .nav_menu li.menu-item1 .menufirst{height:26px;min-height:inherit;padding:6px 0 0 26px!important;font-size:1.5em;border-bottom: 3px solid #fff;}
	.menu03BR.moderesponsive .nav_menu li.menu-item1 a.menufirst{background:url(../img/ico_doc.png) no-repeat 10px 12px }
	.menu03BR.moderesponsive .navsec_respclp{display:block;width:34px;height:26px;position:absolute;top:0;right:0;margin-top:3px;background:transparent url(../img/arrow_menu_down.png) no-repeat 50% 50%;border-left:1px solid #fff; cursor:pointer}
	.menu03BR.moderesponsive .menu-item1.menu-item1_show .navsec_respclp{background-image:url(../img/arrow_menu_up.png)}
	.menu03BR.moderesponsive .nav_menu li .submenu2 { background: none repeat scroll 0 0 #e6e6e6;border-bottom: 2px solid #f00;display: none; left: 0;margin-top: 0;position: absolute;width: 100%;z-index: 10000;border: medium none; position: relative; width: auto}
	.menu03BR.moderesponsive .submenu2:after{clear:both;content:"";display: block;height: 0;visibility: hidden}
	.menu03BR.moderesponsive  .nav_menu .submenu ul {width:100%}
	.menu03BR.moderesponsive .submenu2 .list {display:block}
	.menu03BR.moderesponsive .submenu2 ul {float:none}
	.menu03BR.moderesponsive .submenu2 .category_list {width:97%; padding:.5em 1.5% 1em 1.5%; display: inline-block; vertical-align: top}
	.menu03BR.moderesponsive .submenu2 ul:after {content:"."; display: block; height: 0; clear: both; visibility: hidden}
	.menu03BR.moderesponsive .submenu2 .category_header { margin-bottom: 0.3em;display: block;color: #ec0000;font-size: 1.4em;text-decoration: none;font-family: fruitiguerroman;color: #303030;border-bottom: 2px solid #b2b2b2}
	.menu03BR.moderesponsive .submenu .category_header strong{padding:0}
	.menu03BR.moderesponsive .submenu2 .category_header:active { position: static}
	.menu03BR.moderesponsive .submenu2 .category_header strong {display: block;font-weight: normal;padding: .6em .6em .6em 1.5em}
	.menu03BR.moderesponsive .submenu2 .category_list ul {padding: 0}
	.menu03BR.moderesponsive .submenu2 .category_list li { padding: 0 1em 0 1.3em}
	.menu03BR.moderesponsive .submenu2 .category_list li:last-child { margin-bottom: 1em}
	.menu03BR.moderesponsive .submenu2 .category_list li.activing a:hover { background-color: #fff;color: #c90212 !important}
	.menu03BR.moderesponsive .submenu2 .category_list ul a, .submenu2 .category_list ul span {margin: 0 3%;font-family: FrutigerLight;display: block;background: transparent url(../img/bullet_menuchildren.png) no-repeat 0em 0.5em;padding: .35em 0 .35em 1.5em;color: #303030;text-decoration: none;font-size: 1.2em;position: static;width: auto;border: 0}
	.menu03BR.moderesponsive .submenu2 .category_list ul a:active { position: static}.submenu2 .info {width: 28%; position: relative;height: 100%;border-radius: .3em; display: inline-table}
	.menu03BR.moderesponsive .submenu2 .submenuTab { min-height: 20em;display: block}
	.menu03BR.moderesponsive .submenu2 .info .button {clear: both;position: absolute;bottom: 1.5em;left: 2em}
	.menu03BR.moderesponsive .submenu2 .info .content {display: block;vertical-align: middle;padding: 3em 10em 5em 2em;  height: 100%}
	.menu03BR.moderesponsive .submenu2 .info .img {position: absolute;bottom: -6.5em;right: -6em;text-align: right;padding: 0}
	.menu03BR.moderesponsive .submenu2 .info p {font-size: 1.6em;color: #ec0000; font-family: 'fruitiguer','fruitiguer',verdana,sans-serif}
	.menu03BR.moderesponsive .submenu2 .info p span {font-size: inherit !important}
	.menu03BR.moderesponsive .submenu2 .btn_secondary {font-size: 1.4em;text-decoration: none}
	.menu03BR.moderesponsive .submenu2 .info .img p img { height: 17.2em;width:11em}
	.menu03BR.moderesponsive .nav_menu li .submenu2{position:relative;width:auto;border:none}
	.menu03BR.moderesponsive .nav_menu li.menu-item1.menu-item1_show .submenu2{display:block;visibility:visible}
	.menu03BR.moderesponsive .nav_menu .list li:hover{background:transparent}
	.menu03BR.moderesponsive .nav_menu li.menu-item1.menu-item1_show .menufirst{background-color:#666}
	.menu03BR.moderesponsive #Acceso1Responsive{display:block}
	.menu03BR.moderesponsive .acese2{float:right;width:190px}

@media screen and (max-width: 598px){
	.menu03BR .loginBR {float:none}
}


/*Fix para W017 04-04-2014*/
.tabs01 .tabContent .content .tabMenu ul .tabPest .box_contenido ol li{
       display: block !important;
       counter-increment: section;
       background-image: none;
       font: 1.1em/1.5em 'FrutigerLight' !important;
       padding: 0.01em 0.001em !important;
       border-style: none !important;
       border-width: 0 0 0.5px !important;
 
}
.tabs01 .tabContent .content .tabMenu ul .tabPest .box_contenido ol li:before{       
       content: counters(section, ".") ". ";
}
 
.tabs01 .tabContent .content .tabBody .tabPest .box_contenido ol li{       
       display: block !important;
       counter-increment: section;
}
 
.tabs01 .tabContent .content .tabBody .tabPest .box_contenido ol li:before {
       content: counters(section, ".") ". ";
}
/*AH_WLR_SAN_ES_header_01*/ 
.AH_wheader01_sup{background-color:#e8e8e8;padding:0;position:relative;width:100%;display:table}
.AH_HeaderSup{max-width:96.4em;margin:0 auto}
.AH_wheader01_sup .AH_listadoSupHeader01{float:left}
.AH_wheader01_sup .AH_listadoSupHeader01 ul{margin:0;list-style-type:none;padding:0}
.AH_wheader01_sup .AH_listadoSupHeader01 ul li{float:left;padding:6px 10px 6px 0}
.AH_wheader01_sup .AH_listadoSupHeader01 ul li a{color:#303030;font-size:1.2em;text-decoration:none}
.AH_wheader01_sup .AH_listadoSupHeader01 ul li.selected a,
.AH_wheader01_sup .AH_listadoSupHeader01 ul li a:hover{color:#ec0000;text-decoration:underline}
.AH_wheader01_sup .AH_listadoSupHeader01 ul li + li{background:url("../img/sep_head_1.png") 0 50% no-repeat;padding-left:10px}
.AH_wheader01_sup .AH_listadoSupHeader01_deployer{display:none}
.wlr_sec01_resp {display:none}

.AH_wheader01_sup .wlr_veil{position:absolute;height:100%;width:100%;opacity:0.7;z-index:1;background-color:#000;display:none;}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav{position:relative;float:right;margin:0;padding:0}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul{margin:0;padding:0;list-style:none}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li{float:left;max-height:29px;height:29px}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li + li{background:url("../img/sep_head.png") 0 50% no-repeat;padding:0 0 0 10px;margin-left:10px}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li + li.no_sep{background:none;margin:0;padding-left:0}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav_deployer{display:none;}
.AH_wheader01_sup .AH_wlr_searchBox{float:right;position:relative;padding-right: 1.5em}
.AH_wheader01_sup .AH_wlr_searchBox.active .wlr_searchField input{background:#fff}

.AH_wheader01_sup .wlr_searchField input{border: medium none;color: #767777;font-family: Helvetica,sans-serif;font-size:1.2em;height:.8em;padding-left:1.5em;background-color:#CECECE;border-radius: 0.7em 0 0 0.7em;
-moz-border-radius: 0.7em 0 0 0.7em;
-webkit-border-radius: 0.7em 0 0 0.7em;
border: 0px solid #000000;width:14.2em}
.AH_wheader01_sup .wlr_searchField{position:absolute;right:2.8em;top:0.3em;z-index:2}
.AH_wheader01_sup .wlr_searchBtn{float:right}
.AH_wheader01_sup .wlr_searchBtn .btnClick, .AH_wheader01_sup .wlr_searchBtn .btnSubmit{background:url("../img/icoLupaSearch.png") 55% 50% no-repeat;border:0;text-indent:-9999px !important;font-size:1em;width:2.5em;height:2.5em;cursor:pointer;float:right;line-height:0;display:block}
.AH_wheader01_sup .wlr_searchBtn .btnSubmit{position:absolute;right:1.5em;z-index:3}
.AH_wheader01_sup .wlr_searchBtn .btnClick:hover, .AH_wheader01_sup .wlr_searchBtn .btnSubmit:hover, .AH_wheader01_sup .wlr_searchBtn .btnClick:active, .AH_wheader01_sup .wlr_searchBtn .btnSubmit:active, .AH_wheader01_sup .AH_wlr_searchBox.active .wlr_searchBtn .btnSubmit{background:url("../img/icoLupaSearchOver.png") 55% 50% no-repeat}
.AH_wheader01_sup .wlr_searchField, .AH_wheader01_sup .wlr_searchBtn .btnSubmit, .AH_wheader01_sup .AH_wlr_searchBox .btnClose{display:none}
.AH_wheader01_sup .AH_wlr_searchBox .btnClose{background:url("../img/ico_noMostrar.png") 0 0 no-repeat;width:11px; height:11px; border:0;cursor:pointer;left:0;position:absolute;top:14px}
.AH_wheader01_sup .AH_wlr_searchBox .btnClose:hover{background:url("../img/ico_noMostrar_on.png") 0 0 no-repeat}
.AH_wheader01_sup .AH_wlr_searchBox .wlr_predictive{position:absolute;background-color:#fff;border:1px solid #E0E0E0;clear:both;padding:0;position:absolute;top: 2.3em;z-index:999999;width:19.8em;right:1.8em;border-radius:0.7em 0.7em 0 0;
-moz-border-radius:0.7em 0.7em 0 0;
-webkit-border-radius:0.7em 0.7em 0 0}
.AH_wheader01_sup .AH_wlr_searchBox .wlr_predictive ul{list-style-type:none;margin:0;padding:1em}
.AH_wheader01_sup .AH_wlr_searchBox .wlr_predictive ul li{cursor:pointer}
.AH_wheader01_sup .AH_wlr_searchBox .wlr_predictive .pred_main{color:#76777a;font-size:1.2em;line-height:1.4em}
.AH_wheader01_sup .AH_wlr_searchBox .wlr_predictive .pred_titulo{font-size:1.4em;color:#373535;font-weight:bold;margin-left: 0.9em}
.AH_wheader01_sup .AH_wlr_searchBox .wlr_predictive .pred_relac a{color:#303030;font-size:1.2em}
.AH_wheader01_sup .AH_wlr_searchBox.wlr_searchOn .btnClose,
.AH_wheader01_sup .AH_wlr_searchBox.wlr_searchOn .wlr_searchField,
.AH_wheader01_sup .AH_wlr_searchBox.wlr_searchOn .btnSubmit{display:block}
.AH_wheader01_sup .AH_wlr_searchBox.wlr_searchOn .btnClick{display:none}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li img{width:16px;height:16px;margin-top:6px}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li.idioma{padding-top:8px;position:relative;box-sizing:border-box}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li .multilinks{margin-top:6px;float:left;position:relative}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li .multilinks .btn_multilinks{border:none;text-indent:-9999em;cursor:pointer;width:19px;height:19px;background:url("../img/ico_multilinks.png") 0 0 no-repeat}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li .multilinks .btn_multilinks:hover{background:url("../img/ico_multilinks_over.png") 0 0 no-repeat}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav li a.selected,.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav li a.activado{color:#ec0000} 
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .icon_arrow{background:url('../img/ico_downarrow.png') no-repeat 100% 55%;padding-right:14px}



/*CSS DOJO Desplegable 01*/
.AH_HeaderSup .AH_wh01nav .boxTooltip01{display:none;position:absolute;right:25em;z-index:10001;min-width:9em}
.AH_HeaderSup .AH_wh01nav .boxTooltip01 .top{background:url('../img/arrow_linksGroup.png') no-repeat scroll 50% 3px transparent;padding-top:12px;position:relative}
.AH_HeaderSup .AH_wh01nav .border_box{background-color:#fff;border-right:1px solid #ababab;border-left:1px solid #ababab;border-bottom:1px solid #ababab}
.AH_HeaderSup .AH_wh01nav .boxTooltip01 ul{float:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:1em 0}
.AH_HeaderSup .AH_wh01nav .boxTooltip01 ul li{border:medium none;display:inline;float:none;margin:0;padding:0;text-align:left}
.AH_HeaderSup .AH_wh01nav .boxTooltip01 ul li + li{margin:0;padding:0;background:none}
.AH_HeaderSup .AH_wh01nav .boxTooltip01 ul li a{background:none repeat scroll 0 0 transparent;color:#666;display:block;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:1.1em;padding:0.4em 1.4em 0.4em 1.2em;text-decoration:none}
.AH_HeaderSup .AH_wh01nav .boxTooltip01 ul li a:hover{background:#fff;color:#EC0000;text-decoration:none}

.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav_container{float:right;}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_buttons_h01{float:right;background:url('../img/sep_head_btns.png') no-repeat 0 50%}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn{font-family:Verdana,Helvetica,sans-serif;float:right;border:none;font-size:1.2em;padding:0;text-decoration:none;margin:0;cursor:pointer;color:#fff}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn:hover{text-decoration:none}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn01{background:#148188 url('../img/ico_cliente_head.png') no-repeat scroll 10px 9px;min-height:15px;padding:.5em .6em .5em 2.6em;height:29px}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn01:hover{background-color:#25989e}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn02{background:#d00000 url('../img/ico_candado_head.png') no-repeat scroll 10px 5px;min-height:15px;padding:.6em .6em .6em 2.6em}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn02:hover{background-color:#ec0000}
.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav  button.wlr_btn02{min-height:2.65em}
.wlr_access{float:left;position:relative;height:29px}
.wlr_access .wlr_frame{position:absolute;position: absolute;right:0;top:29px;display:none;z-index:5}
.wlr_access .wlr_frame iframe{border:0;width:320px;background-color:#f8f5f5;border:1px solid #E0E0E0}
.wlr_access.wlr_Open .wlr_btn{background-color:#FFF; border-left:1px solid #E0E0E0; border-top:1px solid #E0E0E0; border-right:1px solid #E0E0E0;position:relative;z-index:6;color:#373535}
.wlr_access.wlr_Open .wlr_frame{display:block}

.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks{display:none;position:absolute;top:20px;width:320px;right:-152px;z-index:10002;color:#373535}
.AH_wheader01_sup .AH_HeaderSup .multilinks.wlr_Open .capa_multilinks{display:block}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks .top{background:transparent url('../img/arrow_linksGroup.png') no-repeat scroll 50% 3px;position:relative;padding-top:12px}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks .border_box{border:1px solid #ababab}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks h4{background-color:#f5f5f5;text-align:center;font-family:Open Sans,verdana,sans-serif;font-size:1.4em;color:#000;padding:.5em;margin:0;line-height:1.4em}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks ul{background-color:#fff;width:100%;display:table;padding-bottom:1em}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks ul li{float:none;display:inline-table;width:32%;margin:0;vertical-align:top;height:auto}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks ul li + li{background:none;padding:0}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks ul li img{width:42px;height:42px;display:block;margin:1.5em auto 0}
.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks ul li span{display:inline-block;margin:1.5em auto 0;padding:0 1em;text-align:center;width:100%;box-sizing:border-box}

.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .boxTooltip01 ul li{white-space:nowrap}

.AH_wheader01_inf{background-color:#ec0000;padding:0;width:100%;display:table;min-height:68px;position:relative;}
.AH_HeaderInf{max-width:96.4em;margin:0 auto}
h1.logo_wlrh1{margin:0;width:320px;height:auto;float:left}
h1.logo_wlrh1 a{color:transparent}
h1.logo_wlrh1 a img{height:auto;width:100%;display: flex;display: -ms-flexbox}/*Adaptacion IE*/

 /*navMain*/ 
.AH_HeaderInf .nav_control_wlr{display:none}
.AH_HeaderInf .nav_menu_wlrh1_deployer{display:none}
.AH_HeaderInf .nav_menu_wlrh1{display:block;visibility:visible !important}
.AH_HeaderInf .nav_menu_wlrh1 ul{margin:0}
.AH_HeaderInf .nav_menu_wlrh1 li + li{border-left:1px solid #e0e0e0}
.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1{float:left;max-width:106px;min-width:90px;list-style:none;min-height:68px}
.AH_HeaderInf .nav_menu_wlrh1 li .menufirst{background:#ec0000;color:#fff;display:block;font-family:Open Sans Regular,verdana,sans-serif;font-size:1.2em;margin:0;min-height:4em;padding:1.7em .9em 0;text-decoration:none}
.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst, .AH_HeaderInf .nav_menu_wlrh1 li .menufirst.active{background:#cecece;color:#303030;margin:0}
.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst.linkable,
.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable:focus,
.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable.active{background:url(../img/icoEnlace.png) 95% 15% #cecece no-repeat}
.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst.linkable:hover,
.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable.active:hover{background:url(../img/icoEnlaceOver.png) 95% 15% #cecece no-repeat;color:#ec0000;text-decoration:underline}

.AH_HeaderInf .nav_menu_wlrh1 li .responsive_deployer-container{display:none}
/*submenu*/
.AH_HeaderInf .nav_menu_wlrh1 .submenu{background:none repeat scroll 0 0 #cecece;border-bottom:2px solid #f00;display:none;left:0;margin-top:0;position:absolute;width:100%;z-index:1000}
.AH_HeaderInf .nav_menu_wlrh1 .submenu:after{visibility:hidden;display:block;content:"";clear:both;height:0}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .wlr_list{float:right}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .wlr_list li{list-style:none}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .list{display:block;margin:0 auto;max-width:96.4em}
.AH_HeaderInf .nav_menu_wlrh1 .submenu ul{width:100%;padding:0;margin-right:0;float:left}
.AH_HeaderInf .nav_menu_wlrh1 .submenu ul:after{clear:both;content:".";display:block;height:0;visibility:hidden}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_header{border-bottom:2px solid #b2b2b2;color:#303030;display:block;font-family:frutiger,verdana,sans-serif;font-size:1.4em;margin-bottom:0.3em;text-decoration:none; position:relative;z-index:5}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_header:hover{color:#ec0000;text-decoration:underline}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_header strong{display:block;font-weight:normal;padding:0.6em 0.6em 0.6em 1.5em}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list{display:inline-block;padding:0 1.5% 1em;vertical-align:top;width:21%;border:0}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list li{padding:0 1em 0 1.3em;list-style-type:none;border:0}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list li.activing a:hover{background-color:#fff;color:#c90212 !important}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul a,
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul span{background:url('../img/ico_submenuWLR.png') no-repeat 0 8px transparent;border:0 none;color:#303030;display:inline-block;font-family:FrutigerLight,verdana,sans-serif;font-size:1.2em;margin:0 3%;padding:0.35em 0 0.35em 1.5em;position:static;text-decoration:none;width:auto}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul a:hover{color:#ec0000;text-decoration:underline}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list{display:inline-block;padding:0 1.5% 1em;vertical-align:top;width:21%}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul a, .AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul a{background:url('../img/ico_submenuWLR.png') no-repeat 0 8px transparent}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul ul{float:none;padding-left:1em}
/*Info*/
.AH_HeaderInf .nav_menu_wlrh1 .submenu .info{display:inline-table;position:relative}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .info .submenuTab{height:17em;width:23em}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .info .submenuTab .img{position:absolute;right:-2em;top:-1em}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .info .submenuTab .img img{width:176px;height:275px}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .info .submenuTab .content{position:relative;font-family:frutiger,verdana,sans-serif;font-size:1.6em;line-height:1.1em;color:#ff0000;width:9em;margin-top:2em}
.AH_HeaderInf .nav_menu_wlrh1 .submenu .info .submenuTab .button{font-size:1.2em;position:absolute;bottom:0}
.AH_HeaderInf .nav_menu_wlrh1 .nav_menu_active{display:none}


@media (max-width:769px) {
	.AH_wheader01_sup .AH_listadoSupHeader01{display:none;position:absolute;left:0;background:#E8E8E8;width:100%;top:2.5em}
	.AH_wheader01_sup .AH_listadoSupHeader01.open{display:block;z-index:1}
	.AH_wheader01_sup .AH_listadoSupHeader01 ul li{float:none;border:1px solid #CECECE;background:url("../img/sep_head_1.png") 0 50% no-repeat;padding-left:10px}
	.AH_wheader01_sup .AH_listadoSupHeader01 ul li:hover{background-color:#F2F2F2}
	.AH_wheader01_sup .AH_listadoSupHeader01 ul li.selected{display:none}
	.AH_wheader01_sup .AH_listadoSupHeader01 ul li+li{border-top:none}
	.AH_wheader01_sup .AH_listadoSupHeader01_deployer{display:block;cursor:pointer;float:left;height:2em;padding-top:0.5em;background:url('../img/sep_head_btns.png') no-repeat 0 50%}
	.AH_wheader01_sup .AH_listadoSupHeader01_deployer:hover,
	.AH_wheader01_sup .AH_listadoSupHeader01_deployer.deployed{background-color:#CECECE}
	.AH_wheader01_sup .AH_listadoSupHeader01_deployer  span{padding: 0 2em 0 1em;background:url('../img/ico_downarrow.png') no-repeat 94% 55%}
	
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav{display:none;position:absolute;right:0;background:#E8E8E8;width:100%;top:2.5em}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav.open{display:block;z-index:1001}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav>nav>ul>li{float:none;border:1px solid #CECECE;text-align:right;padding-right:10px;}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav>nav>ul>li:hover{background-color:#F2F2F2}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li+li{margin-left:0;border-top:none;background:none;}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li .multilinks{float:none;margin-top:0;padding-top:5px}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li {float:right}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .boxTooltip01 ul li{float:none}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li:hover{background-color:#F2F2F2}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav ul li.idioma:hover{background-color:transparent}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn01{background:url('../img/icoNuevoCliente2.png') no-repeat scroll 10px 9px}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn02{background:url('../img/icoCliente2.png') no-repeat scroll 10px 9px}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn01,
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn01:hover,
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn02,
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_btn02:hover{background-color:transparent;color:#303030}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .wlr_buttons_h01{background:none}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav_deployer{display:block;float:right;cursor:pointer;height:2em;padding-top:0.5em;background:url('../img/sep_head_btns.png') no-repeat 0 50%}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav_deployer:hover,
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav_deployer.deployed{background-color:#CECECE}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav_deployer span{padding: 0 2em 0 1em;background:url('../img/ico_downarrow.png') no-repeat 94% 55%}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .boxTooltip01{right:1em!important}
	.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks{right:0}
	.AH_wheader01_sup .AH_HeaderSup .multilinks .capa_multilinks .top{background-position:100% 3px}
	.AH_wheader01_sup .AH_HeaderSup .AH_wh01nav .boxTooltip01 .top{background-position:90% 3px}
	
	.AH_wheader01_inf{z-index:1000}
	.AH_HeaderInf .nav_menu_wlrh1{display:none;left:0;width:100%;position:absolute;}
	.AH_HeaderInf .nav_menu_wlrh1.open{display:block}
	.AH_HeaderInf .nav_menu_wlrh1 ul{padding-left:0}
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1{width:100%;max-width:100%;border-top:1px solid #FFF;min-height:50px;position:relative;z-index:1000}
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1.wlr_Hidden{display:none}
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1.wlr_Deployed{border-top:none}
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1.wlr_Deployed .menufirst{background: url("../img/icoBtnBack.png") no-repeat scroll 100% 0 #b2b2b2}
	.AH_HeaderInf .nav_menu_wlrh1 li + li{border-left:none}
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst{min-height:3em;}
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst:focus{background-color:#EC0000;color:#FFF}
	.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst,
	.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst.linkable,
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable:focus{background-color:#EC0000;color:#FFF}
	.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst:hover{background-color:#CF0000}
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable.active{background:#CF0000;color:#FFF}
	.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst.linkable:hover,
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable.active:hover{background:#CF0000;text-decoration:underline;color:#FFF}
	.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst.linkable,
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable:focus,
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable.active{background-image:none}
	.AH_HeaderInf .nav_menu_wlrh1 li:hover .menufirst.linkable:hover,
	.AH_HeaderInf .nav_menu_wlrh1 li .menufirst.linkable.active:hover{background-image:none}
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1.wlr_Deployed .menufirst,
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1.wlr_Deployed .menufirst.linkable,
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1.wlr_Deployed .menufirst.linkable:hover{background: url("../img/icoBtnBack.png") no-repeat scroll 96% 0 #b2b2b2;color:#303030;width:100%;min-height:2em;padding:1em 0 1em 1em;box-sizing:border-box}
	.AH_HeaderInf .nav_menu_wlrh1 li.menu-item1.wlr_Deployed .responsive_deployer-container.has_deployer{display:none}
	.AH_HeaderInf .nav_menu_wlrh1 li .responsive_deployer{right:0;width:5em;height:80%;top:10%;background:url("../img/icoMenu02arrow.png") no-repeat -1px 0;position:absolute;border-left:1px solid white}
	.AH_HeaderInf .nav_menu_wlrh1 li .responsive_deployer-container.has_deployer{display:block;right:0;top:0;width:5em;height:100%;position:absolute;background-color:#EC0000;cursor:pointer}
	.AH_HeaderInf .nav_menu_wlrh1 li .responsive_deployer-container.has_deployer:hover{background-color:#CF0000}
	
	.AH_HeaderInf .nav_menu_wlrh1_deployer{display:table;width:40px;height:100%;padding-right:2em;float:right;position:relative;overflow:hidden;}
	.AH_HeaderInf .nav_menu_wlrh1_deployer_icon-holder{display:table-cell;vertical-align:middle;}
	.AH_HeaderInf .nav_menu_wlrh1_deployer_icon{background:url('../img/icoHambMenu.png') no-repeat;width:40px;height:40px;float:right;cursor:pointer}
	.AH_HeaderInf .nav_menu_wlrh1_deployer_icon:hover,
	.AH_HeaderInf .nav_menu_wlrh1_deployer_icon.deployed{background:url('../img/icoHambMenuOver.png') no-repeat;}
	.AH_HeaderInf #nav_wlr{height:68px;width:auto;}
	.AH_HeaderInf .AH_navMain{height:100%;width:auto;}
	.AH_HeaderInf{width:100%;height:100%}
	
	.AH_HeaderInf .nav_menu_wlrh1 .submenu.wlr_Open{display:block}
	
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list{float:left;width:100%;padding:0;border-bottom:1px solid #b2b2b2;cursor:pointer}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list:last-child{border-bottom:none}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul {display:none}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul  li{border-top:1px solid #b2b2b2;background-color:#e8e8e8}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list ul  li:hover{background-color:#f2f2f2}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list.wlr_Deployed ul{display:block;}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_header{margin-bottom:0;border-bottom:none;float:left;width:100%;background-color:#cecece}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_header:hover{background-color:#d9d9d9;}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_header strong{float:left}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list .arwD{background:url("../img/icoSubmenuspr.png") no-repeat scroll 0 100% rgba(0, 0, 0, 0);display:inline-block;height:9px;margin:0.8em 0 0 1em;width:9px;float:left}
	.AH_HeaderInf .nav_menu_wlrh1 .submenu .category_list.wlr_Deployed .arwD{background:url("../img/icoSubmenuspr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)}
}

@media (max-width:479px) {
	.AH_HeaderInf .nav_menu_wlrh1_deployer{background-color:#EC0000}
	.AH_HeaderInf .logo_wlrh1{margin:0 auto;float:none}
}


/*Fin AH_WLR_SAN_ES_header_01*/ 
/*Modal*/
.modal-content{display:none}
.modal-overlay{background:rgba(0,0,0,0.7);left:0;top:0;bottom:0;width:100%;position:fixed;overflow:auto;transition:opacity .2s;z-index:-1}
.modal-overlay[aria-hidden="true"]{opacity:0;visibility:hidden}
.modal-overlay[aria-hidden="false"]{opacity:1;visibility:visible;z-index:1002}
.capa-coated{width:100%;transform:scale(0.8);transition:transform .3s;}
.modal-overlay[aria-hidden="false"] .capa-coated{transform:scale(1);height:100%;display:table}
.modal-overlay[aria-hidden="false"] .modal-content{display:block}
.modal-overlay .modal-content{margin-left:auto; margin-right:auto;outline:0px}
.modal-overlay .capa-cont{display:table-cell;vertical-align:middle}
/*Explorer*/
.no-borderimage .capa-cont{margin-top:10%}
/*ventana modal*/
.wlrVentanaModal{background-color:#fff;padding:1.5em;width:100%;max-width:640px;box-sizing:border-box;margin:0 auto}
.wlrVentanaModal .btn_close{float:right;height:auto;text-indent:0;font-family:Arial,sans-serif;font-size:1.2em;text-decoration:underline;background:transparent url('../img/ico_closeWLR.png') no-repeat scroll 0 2px;margin:0;padding:0 0 0 15px;border:none;cursor:pointer}
.wlrVentanaModal .btn_close:hover{color:#C90212;background:transparent url('../img/ico_closeWLR.png') no-repeat scroll 0 -38px;border:none}
.wlrVentanaModal .tit01{float:left}
.wlrVentanaModal .wlrContVentanaModal{clear:both}
.wlrVentanaModal .wlrContVentanaModal iframe{width:100%;}