borderarticle,
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,
em,
strong,
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;
}
body {
  background: #fff;
  font: 62.5%/1.4 "Open Sans";
}
body.portal-popup {
  background: none;
  padding: 10px;
}
body.configuration-popup {
  padding-bottom: 0;
}
body.portal-iframe {
  padding: 0;
}
body.html-editor {
  background: #fff;
  color: #000;
}
blockquote,
ul,
ol,
dl {
  margin: 1em;
}
ol,
ul,
dl {
  margin-left: 2em;
}
ol {
  list-style: decimal outside;
}
ul {
  list-style: disc outside;
}
ul ul {
  list-style-type: circle;
}
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;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h1,
h2,
h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
h4,
h5,
h6 {
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
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;
}
body.staging,
body.live-view {
  border: 10px solid #f00;
}
body.live-view {
  border-color: #fc0;
}
.portal-iframe.staging {
  border: none;
}
.portal-iframe #main-content {
  width: 100%;
}
.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 {
  background: #fff;
  text-align: left;
  z-index: 20;
}
.portal-add-content a {
  text-decoration: none;
}
.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top
    center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left;
}
hr,
.separator {
  border-top: 1px dotted #bfbfbf;
}
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left;
}
.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px;
}
.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-header {
  background: #d1d6dc;
}
.results-header th,
.results-header td {
  color: #7b7c7f;
  padding: 5px 10px;
}
.results-header .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 .sort-desc .result-column-name {
  background-image: url(../images/arrows/05_down.png);
}
.results-row td {
  background: none;
  padding: 5px 10px;
}
.results-row.alt td {
  background: #dde1e6;
}
.results-row.hover td {
  background: #bcc3cc;
}
.portlet-layout.dragging {
  border-collapse: separate;
}
.drop-area {
  background-color: #d3dadd;
}
.active-area {
  background: #ffc;
}
.portlet-boundary.aui-dd-dragging {
  opacity: 0.6;
}
.portlet-boundary.aui-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;
}
.aui-tooltip {
  max-width: 400px;
}
.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-focused .aui-textboxlistentry-holder {
  background: #ffc none;
  border: 1px solid #fc0;
}
.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-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.tag-cloud,
.tag-list {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal;
}
.tag-cloud {
  line-height: 2.5em;
}
.tag-cloud li,
.tag-list li {
  display: inline;
  float: left;
  margin: 0 1em 0 0;
}
.tag-cloud a,
.tag-list a {
  white-space: nowrap;
}
.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;
}
.aui-underlay {
  clear: both;
  top: 100%;
}
.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 .aui-widget-hd {
  height: 38px;
}
.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.aui-underlay .lfr-portlet-item {
  border-width: 0;
}
.aui-tabview-list {
  border: 1px solid #c8c9ca;
  padding: 4px;
}
.aui-tab {
  background: transparent;
  border-width: 0;
  font-weight: bold;
}
.aui-tab-content {
  padding: 3px 10px;
}
.aui-tab-active {
  background: #333;
  padding: 0;
  position: relative;
  z-index: 10;
}
.aui-tab-active,
.aui-tab-active a {
  color: #fff;
  text-decoration: none;
  text-shadow: -1px -1px #000;
}
.aui-tabview-list .toggle {
  float: right;
}
.lfr-panel-container {
  background: transparent;
}
.lfr-panel-container {
  background: #fff;
}
.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;
}
.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 .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px;
}
.aui-menu {
  position: absolute;
  width: auto;
}
.aui-menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px;
}
.aui-menu-content li {
  margin: 0;
  padding: 0;
}
.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 a {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}
.aui-menu-content li a.aui-focus,
.lfr-menu-list ul a.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 a,
.lfr-actions .lfr-trigger,
.lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px #fff;
}
.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;
}
.aui-loadingmask-content {
  background: #ccc;
}
.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
}
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold;
}
.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-left: 0px;
}
.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;
}
.portlet-column-content.empty {
  padding: 50px;
}
#main-content.dragging .portlet-column {
  border: 3px double #828f95;
  height: 100px;
  min-height: 100px;
}
.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;
}
.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;
}
.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;
}
.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 .aui-widget-bd,
.dockbar-messages .aui-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-places-menu {
  max-width: 350px;
}
.my-places-menu ul {
  list-style: none;
}
.my-places-menu ul,
.my-places-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.my-places-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
}
.my-places-menu .current-site {
  border: solid #1d4280;
  border-width: 1px 0;
}
.my-places-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-places-menu .current-site .site-type {
  color: #fff;
}
.my-places-menu .current-site a:hover,
.my-places-menu a:hover .site-type {
  color: #fff;
  text-shadow: 1px 1px #333;
}
.my-places-menu .site-name {
  cursor: pointer;
  float: left;
}
.my-places-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px;
}
.my-places-menu a:hover .site-type {
  color: #fff;
}
.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);
}
.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-places .menu-button span {
  background-image: url(../images/dockbar/places.png);
}
.dockbar .staging-options .menu-button span {
  background-image: url(../images/dockbar/staging.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;
}
.manage-content-menu li a {
  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 .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);
}
.manage-content-menu .control-panel a {
  background-image: url(../images/dock/control_panel.png);
}
.modify-pages li {
  position: relative;
}
.modify-pages .delete-tab {
  background: #333 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;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.nav-menu ul {
  padding-left: 10px;
}
.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);
}
.freeform .portlet {
  margin-bottom: 0;
}
body.portlet {
  border: none;
}
.portlet-topper {
  position: relative;
}
.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0;
}
.portlet-title-text {
  cursor: pointer;
}
.portlet-title img {
  vertical-align: middle;
}
.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;
}
.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 #000;
  top: 0;
  z-index: 200;
}
.portlet-borderless-bar .portlet-actions {
  display: none;
  float: left;
  margin-right: 20px;
}
.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1;
}
.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  display: inline;
}
.portlet-borderless-bar .portlet-action-separator {
  display: none;
}
.portlet-borderless-bar a {
  background: url() no-repeat 0 50%;
  color: #3af;
  display: inline-block;
  font-size: 0;
  height: 16px;
  margin-left: 5px;
  text-indent: -9999px;
  vertical-align: top;
  width: 16px;
}
.portlet-title-default {
  display: inline-block;
  /* float: right; */
  font-weight: bold;
  text-transform: uppercase;
}
.aui-dd-draggable .portlet-topper {
  cursor: move;
}
.aui-dd-draggable .portlet-title-default {
  background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.portlet-borderless-bar .portlet-back a {
  background-image: url(../images/portlet/return_borderless.png);
  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-bar .portlet-title-default,
.portlet-borderless-bar .portlet-actions {
  vertical-align: top;
}
.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .portlet-title {
  font-size: 13px;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}
.portlet-msg-info {
  background: #dff4ff url(../images/messages/info.png) no-repeat 6px 50%;
  border: 1px solid #a7cedf;
  color: #34404f;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}
.portlet-msg-info.pending {
  background-image: url(../images/common/time.png);
}
.portlet-msg-error {
  background: #fdd url(../images/messages/error.png) no-repeat 6px 50%;
  border: 1px solid #f00;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}
.portlet-msg-alert {
  background: #ffc url(../images/messages/alert.png) no-repeat 6px 20%;
  border: 1px solid #fc0;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}
.portlet-msg-success {
  background: #f4fdef url(../images/messages/success.png) no-repeat 6px 50%;
  border: 1px solid #acdfa7;
  color: #384f34;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}
.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;
}
.restricted,
.restricted td {
  background: #fdd;
  border: none;
}
.alt.restricted td {
  background-color: #ffc0c0;
}
.hover.restricted td {
  background-color: #d3bdc0;
}
.restricted * {
  color: #727c81;
}
.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;
}
.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-community .col-1,
.results-row.hover.lfr-role-community .col-1 {
  background-image: url(../images/common/community_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);
}
.lfr-portlet-item,
.lfr-portlet-item p a {
  font-size: 1em;
}
.lfr-actions,
.lfr-actions ul {
  background: #fff 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,
.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 a 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: -9999em;
  width: 16px;
}
.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png);
}
.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 table td {
  border-width: 0;
}
.taglib-calendar tr td a:hover {
  background-color: #727c81;
  color: #fff;
}
.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;
}
.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4;
}
.taglib-calendar tr th {
  border-bottom-color: #d7d7d7;
}
fieldset {
  border: 1px solid #bfbfbf;
  padding: 8px;
}
.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative;
}
.configuration-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;
}
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"]:focus {
    border: 1px solid;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
textarea,
.textarea,
button {
	border-radius: 3px;
	background-color: rgb(238, 238, 238);
	padding: 6px;
	margin-top: 6px;
	border: 1px solid lightgrey;
    margin-right: 10px;
}
/* select {
  padding: 1px;
} */
input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  background: #f5f5f5 url(../images/forms/button.png) repeat-x 0 0;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
  color: #34404f;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  width: auto;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:hover,
button:focus {
  background: #dff4ff;
  border: 1px solid #a7cedf;
  color: #369;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.lfr-actions,
.lfr-actions ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca;
  color: #34404f;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
}
.aui-button-disabled input[type],
.aui-button-disabled button,
.aui-button-disabled input[type]:hover,
.aui-button-disabled input[type]:focus,
.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;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.lfr-actions:hover,
.lfr-actions:hover ul {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus,
.lfr-actions:focus,
.lfr-actions:focus ul {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0
    0;
  border-color: #555;
}
input.aui-form-validator-error,
textarea.aui-form-validator-error,
select.aui-form-validator-error {
  border: 1px solid #f00;
}
input.focus,
textarea.focus,
.ie6 input.focus,
.ie6 textarea.focus {
  background: #ffc none;
  border: 1px solid #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);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}
.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);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
}
.my-places-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);
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
}
.aui-dialog-hd {
  -moz-box-shadow: 1px 1px 0 #fff;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
}
.aui-tabview-list,
.aui-tab-active,
body > .lfr-menu-list ul,
.lfr-actions,
.aui-dialog-content,
.aui-dialog .aui-widget-hd,
.modify-pages .delete-tab,
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.aui-menu-content {
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.aui-underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.lfr-hudcrumbs ul {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumbs {
  margin-bottom: 1.5em;
}
.breadcrumbs li {
  background: url(../images/arrows/05_right.png) no-repeat 100% 50%;
  display: inline-block;
  margin-right: 5px;
  max-width: 50%;
  padding-right: 15px;
  vertical-align: middle;
}
.breadcrumbs a {
  display: block;
}
.breadcrumbs .last {
  background-image: none;
  margin-top: 0.2em;
}
.breadcrumbs .last a,
.aui-tree-node-selected a {
  color: #555;
}
.site-breadcrumbs {
  margin: 0 0 5px;
  width: auto;
}
.site-breadcrumbs ul {
  background-color: #fff;
  border: 1px solid #dedede;
  border-color: #c0c2c5;
  margin: 0;
}
.site-breadcrumbs li {
  background-image: none;
  margin-right: 0;
  padding-left: 0.75em;
  padding-right: 0;
}
.site-breadcrumbs li span {
  background: url(../images/common/breadcrumbs.png) no-repeat 100% 50%;
  display: block;
  padding: 0.5em 15px 0.5em 0;
}
.site-breadcrumbs li span a {
  text-decoration: none;
}
.site-breadcrumbs li.first a {
  color: #369;
  font-weight: bold;
}
.site-breadcrumbs li.last a {
  color: #4b5567;
  font-size: 1.3em;
}
.site-breadcrumbs .last {
  font-size: 1em;
  margin-top: 0;
  padding-right: 0;
}
.site-breadcrumbs .last span {
  background-image: none;
  padding: 0;
}
#skip-to-content,
#banner h2,
#banner h3,
#navigation h1,
.site-breadcrumbs h1 {
  clip: rect(0 0 0 0);
  position: absolute;
}
.aui-tab-active:after {
  border: 10px solid;
  border-bottom-width: 0;
  border-color: #333 transparent transparent;
  bottom: -7px;
  content: "-";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  z-index: 20;
}
.lfr-title-scope-selector {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.lfr-title-scope-selector {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.logo .current-community,
#navigation,
#navigation a,
.portlet,
.portlet-topper,
.site-breadcrumbs ul {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body {
  font-size: 11px;
}
a {
  color: #9c8700;
  text-decoration: underline;
}
a:hover {
  color: #9c8700;
  text-decoration: none;
}
hr,
.separator {
  background-color: #000;
  height: 1px;
  border: none;
}
#wrapper {
  background: none;
  margin: 0 auto;
  max-width: 90%;
  min-width: 960px;
  position: relative;
  margin-top: 5px;
}
#banner {
  background: none;
  height: auto;
}
#banner .company-title {
  float: none;
  margin: 15px 0 0;
  position: static;
}
body #banner .logo a {
  float: left;
}
.current-community {
  display: none;
}
.logo .current-community {
  background: #a6afbe url(../images/dock/my_places_public.png) no-repeat 15px
    50%;
  color: #fff;
  display: block;
  float: right;
  font-size: 0.8em;
  font-weight: bold;
  margin: 15px 0 0 20px;
  padding: 7px 17px 7px 40px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
#skip-to-content:focus {
  clip: auto;
  right: 0;
  z-index: 200;
}
#sign-in {
  background: url(../images/common/key.png) no-repeat 3px 50%;
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  position: absolute;
  right: 0;
  top: 1.4em;
}
.guest-community .logo .current-community {
  display: none;
}
.private-page .logo .current-community {
  background-image: url(../images/dock/my_places_private.png);
}
#navigation {
  background: #414445 url(../images/navigation/bg.png) repeat-x 0 0;
  clear: both;
  margin: 0 auto 5px;
  min-height: 2.2em;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 3px;
}
#navigation li,
#navigation a {
  display: inline-block;
}
#navigation li {
  position: relative;
  vertical-align: top;
}
#navigation a {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 1px;
  padding: 3px 15px;
  text-decoration: none;
}
#navigation .aui-dd-drop a {
  cursor: move;
}
#navigation .selected a,
#navigation a:hover,
#navigation a:focus,
#navigation .child-menu li a,
#navigation .aui-dd-dragging,
.lfr-navigation-proxy {
  background: #313334;
  color: #fff;
  outline: 0;
  text-shadow: -1px -1px #000;
}
#navigation li:hover .child-menu {
  background: #1e2529;
  display: block;
  position: absolute;
  width: 200px;
  z-index: 200;
}
#navigation .child-menu {
  display: none;
}
#navigation .child-menu li {
  border-width: 0 0 1px;
  display: block;
  float: none;
  margin: 0;
}
#navigation .child-menu li a {
  cursor: pointer !important;
}
#navigation .child-menu li a:hover {
  background-color: #020509;
}
#navigation .child-menu .selected a {
  background: #020509 url(../images/navigation/bullet_selected.png) no-repeat
    5px 50%;
}
.portlet {
  border: 1px solid #c8c9ca;
  margin: 0 0 10px;
  padding: 3px;
  text-align: left;
}
.portlet-topper {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca;
  font-size: 1.1em;
}
.portlet-title {
  color: #222;
  float: none;
  font-weight: bold;
  min-width: 50%;
  padding: 5px;
  text-shadow: 1px 1px #fff;
}
.lfr-portlet-title-editable {
  margin-top: -4px;
  z-index: 9999;
}
.lfr-portlet-title-editable-content {
  padding: 0;
}
.portlet-icons {
  float: none;
}
.portlet-icons .portlet-close-icon {
  border-width: 0;
}
.page-maximized .portlet-icons {
  font-size: 11px;
}
.lfr-hudcrumbs {
  position: fixed;
  top: 0;
  z-index: 200;
}
.lfr-hudcrumbs ul {
  background: #414445;
  background: rgba(0, 0, 0, 0.8);
}
.lfr-hudcrumbs .breadcrumbs li a,
.lfr-hudcrumbs .breadcrumbs li span {
  color: #fff;
}
.lfr-hudcrumbs li span {
  background-image: url(../images/common/breadcrumbs_hud.png);
}
.lfr-panel-container {
  background-color: transparent;
}
.aui-combobox .aui-field-input {
  padding: 4px 3px 3px;
  font-size: 11px;
  height: 15px;
}
.aui-combobox .aui-field {
  float: left;
  line-height: 0;
}
.lfr-portlet-title-editable-content .aui-field {
  float: none;
  display: inline;
}
.portlet-borderless-bar {
  -moz-border-radius: 20px;
  -moz-box-shadow: inset 0 1px 3px #000;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 3px #000;
  border-radius: 20px;
  box-shadow: inset 0 1px 3px #000;
}
.portlet-topper {
  -moz-box-shadow: 1px 1px 0 #fff;
  -webkit-box-shadow: 1px 1px 0 #fff;
  box-shadow: 1px 1px 0 #fff;
}
.logo .current-community {
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 0 #fff;
}
#navigation li.selected a {
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
}
.aui-combobox .aui-toolbar-first {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.taglib-icon .taglib-text {
  text-decoration: none !important;
}
.portlet-asset-publisher .asset-content {
  margin: 0 20px 0 20px !important;
}
.taglib-header {
  font-family: "Tinos";
}

.portlet-column-first {
  width: 70%;
  padding-left: 3px;
}
.portlet-column-last {
  width: 30%;
  font-size: 12.5px;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid #000;
}

.print-action {
  position: relative;
  top: 20px;
  right: 5px;
}
.portlet-layout {
  margin: 0 0 0 -13px;
  width: 103%;
}
#content {
  padding: 8px 20px !important;
}
.user-actions {
  padding-bottom: 0 !important;
}
h1 {
  color: #a6978a;
  font-size: 165%;
  font-family: "Tinos";
}
h4 {
  color: #a6978a;
  font-family: "Tinos";
}
.aui-button-input,
input[type="submit"] {
  color: #b89e00;
  padding: 4px;
  background: none;
  background-color: #000;
  font-size: 11px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: none;
  border: none;
}
input[type="submit"]:hover {
  background: none;
  background-color: #000;
  border: none;
  color: #fff;
}
#p_p_id_1_WAR_webformportlet_INSTANCE_1LjV_ textarea,
#p_p_id_1_WAR_webformportlet_INSTANCE_8pwJ_ textarea {
  width: 400px !important;
  height: 150px !important;
}
#p_p_id_1_WAR_webformportlet_INSTANCE_1LjV_ .aui-field-label,
#p_p_id_1_WAR_webformportlet_INSTANCE_8pwJ_ .aui-field-label {
  font-weight: normal;
  color: #444;
}
#p_p_id_1_WAR_webformportlet_INSTANCE_1LjV_ .aui-field-input-text,
#p_p_id_1_WAR_webformportlet_INSTANCE_8pwJ_ input[type="text"],
#p_p_id_1_WAR_webformportlet_INSTANCE_8pwJ_ .aui-field-input-text,
#p_p_id_1_WAR_webformportlet_INSTANCE_8pwJ_ input[type="text"] {
  width: 400px;
  height: 10px;
  font-size: 13px;
}
#p_p_id_1_WAR_webformportlet_INSTANCE_1LjV_ .aui-legend,
#p_p_id_1_WAR_webformportlet_INSTANCE_8pwJ_ .aui-legend {
  border-bottom: 0;
}
.columns-1 #layout-column_column-1 {
  border: 1px solid #000;
  padding: 5px;
}
.dockbar {
  font-family: "Open Sans";
}
.search-results {
  font-family: "Tinos";
}
.results-row td a,
.results-row.alt td a {
  font-size: 12px;
}
.results-row.alt td {
  background-color: #fff;
}
.portlet-column-content-only,
.ltr .portlet-column-content-last,
.rtl .portlet-column-content-first {
  padding-top: 7px;
  padding-top: 8px\9;
}
.search-results .portlet-msg-info {
  background: none;
  border: none;
  font-family: "Open Sans";
  font-weight: bold;
  color: #8a796f;
  font-size: 13px;
}
.search-results .results-row.hover td {
  background-color: #fff;
}
.search-results .results-row.alt.hover td {
  background-color: #fff;
}
.search-results .col-2 {
  font-family: "Open Sans";
  font-weight: bold;
  color: #8a796f;
  font-size: 13px;
  width: 175px;
}
.search-results .col-1 {
  display: none;
}
.search-results .col-4 {
  display: none;
}
.search-results
  .taglib-search-iterator
  tr.portlet-section-header.results-header {
  display: none;
}
.search-results .taglib-search-iterator td.col-2,
.search-results .taglib-search-iterator td.col-3 {
  border-top: 1px solid #000;
}
.portlet-action.portlet-back {
  display: none;
}
.portlet-journal-content-search {
  border: 1px solid #000;
  padding: 5px;
}
.resultados_busqueda_barra {
  width: 100%;
  height: 36px;
  background: #000;
}
.resultados_busqueda_barra input[type="text"] {
  height: 8px;
  width: 122px;
  margin: 8px 0 0 8px;
  color: #9c8700;
  background: white;
  border: none;
  font-size: 11px;
}
.resultados_busqueda_barra_lupa {
  background: white;
  height: 18px;
  margin: 8px 0 0 -9px;
  margin: 6px 0 0 -9px\9;
}
.resultados_busqueda_barra_lupa input[type="image"] {
  margin-bottom: 13px;
  margin-bottom: 9px\9;
}
@-moz-document url-prefix() {
  .resultados_busqueda_barra_lupa input[type="image"] {
    margin-bottom: 11px;
  }
}
.axenda_separador {
  background: #000;
  height: 1px;
}
.axenda_data,
.axenda_evento_lugar {
  font-family: "Open Sans";
  color: #a6978a;
  font-size: 16px;
  margin: 0 25px 0 25px;
}
.axenda_evento_titulo {
  font-size: 20px;
  margin: 0 25px 0 25px;
}
.axenda_evento_titulo h2 {
  line-height: 0;
  margin: -10px 25px 0 25px;
}
.axenda_evento_descripcion {
  font-size: 16px;
  margin: 0 25px -0.45em 25px;
}
.asset-title {
  font-size: 26px;
  border-top: 1px solid black;
  border-bottom: none !important;
  padding-top: 5px;
}
.asset-title a img {
  display: none;
}
.portlet-asset-publisher .asset-title {
  margin-top: 1em;
}
.asset-summary {
  color: #a6978a;
  font-family: "Open Sans";
  font-size: 14px;
}
.asset-more {
  display: none;
}
.portlet-asset-publisher .asset-title a:hover {
  text-decoration: none;
}
.portlet-asset-publisher .asset-small-image {
  float: left;
  padding-right: 0.5em;
}
.subscribe {
  display: none;
}
#p_p_id_101_INSTANCE_y13I_ h1,
#p_p_id_101_INSTANCE_E4jf_ h1 {
  color: black;
  font-size: 29px;
  font-family: "Tinos";
  font-weight: lighter;
  line-height: 1;
}
#p_p_id_101_INSTANCE_y13I_ .taglib-header,
#p_p_id_101_INSTANCE_E4jf_ .taglib-header {
  border-bottom: none;
  color: #555;
  margin-bottom: 15px;
  border-top: 1px solid black;
}
h5 {
  font-family: "Open Sans";
  color: #a6978a;
  line-height: 1.3 !important;
}
.portlet-asset-publisher .asset-user-actions .print-action {
  margin-top: -24px;
  margin-top: -53px\9;
}
@-moz-document url-prefix() {
  .portlet-asset-publisher .asset-user-actions .print-action {
    margin-top: -53px;
  }
}
.metadata-entry.metadata-publish-date {
  background: none;
  padding-left: 5px;
}
.metadata-entry.metadata-categories {
  margin: -2px 3px 0 -20px;
}
.taglib-asset-categories-summary {
  margin-right: -10px;
  margin-left: -2px;
}
.print-action .icon {
  display: none;
}
.asset-user-actions {
  font-family: "Open Sans";
  vertical-align: top;
  font-size: 13px;
  margin-bottom: 20px;
}
.asset-metadata .vertical-separator {
  visibility: hidden;
}
a.taglib-social-bookmark-twitter {
  background-image: url(../images/social_bookmarks/twitter.png) !important;
}
.js .taglib-social-bookmarks ul {
  display: inline;
  border: none;
}
.taglib-social-bookmarks {
  display: inline;
}
.taglib-social-bookmarks li {
  margin: 0;
}
.taglib-social-bookmarks li a span {
  display: none;
}
.asset-metadata,
.print-action {
  display: inline;
}
.asset-abstract .asset-metadata {
  display: none;
}
.asset_back .taglib-header {
  border: none !important;
}
body {
  color: #000305;
  font-size: 15px;
  font-family: "Tinos";
  line-height: 1.429;
  margin: 0;
  padding: 0;
  text-align: left;
}
h2 {
  font-size: 1.571em;
}
h3 {
  font-size: 1.429em;
}
h4 {
  font-size: 1.286em;
}
h5 {
  font-size: 1.143em;
}
h6 {
  font-size: 1em;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.8em;
}
a {
  outline: 0;
}
a img {
  border: 0;
  text-decoration: none;
}
a:link,
a:visited {
  color: #9c8700;
  padding: 0 1px;
  text-decoration: none;
}
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
p {
  margin-bottom: 1.143em;
}
* p:last-child {
  margin-bottom: 0;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
::-moz-selection {
  background: #f6cf74;
  color: #fff;
}
::selection {
  background: #f6cf74;
  color: #fff;
}
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}
ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}
dl {
  margin: 0 0 1.5em 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
}
thead th {
  padding: 0.5em 0.4em;
  text-align: left;
}
tbody td {
  padding: 0.3em 0.3em;
}
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}
.body {
  clear: both;
  margin: 0 auto;
  width: 800px;
}
img.right figure.right {
  float: right;
  margin: 0 0 2em 2em;
}
img.left,
figure.left {
  float: right;
  margin: 0 0 2em 2em;
}
#banner {
  margin: 0 auto;
  padding: 0.5em 0 0 0;
}
#banner h1 {
  font-size: 3.571em;
  line-height: 0.6;
}
#banner h1 a:link,
#banner h1 a:visited {
  color: #000305;
  display: block;
  font-weight: bold;
  margin: 0 0 0.6em 0.2em;
  text-decoration: none;
  width: 427px;
}
#banner h1 a:hover,
#banner h1 a:active {
  background: none;
  color: #c74350;
  text-shadow: none;
}
#banner h1 strong {
  font-size: 0.36em;
  font-weight: normal;
}
#banner nav {
  background: #000305;
  font-size: 12px;
  height: 40px;
  line-height: 30px;
  margin: 0 auto 2em auto;
  padding: 0;
  text-align: center;
  width: 800px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#banner nav ul {
  list-style: none;
  margin: 0 auto;
  width: 800px;
}
#banner nav li {
  float: left;
  display: inline;
  margin: 0;
}
#banner nav a:link,
#banner nav a:visited {
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 5px 1.5em;
  text-decoration: none;
}
#banner nav a:hover,
#banner nav a:active,
#banner nav .selected a:link,
#banner nav .selected a:visited {
  background: #c74451;
  color: #fff;
  text-shadow: none !important;
}
#banner nav li:first-child a {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#featured {
  background: #fff;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 20px;
  width: 760px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#featured figure {
  border: 2px solid #eee;
  float: right;
  margin: 0.786em 2em 0 5em;
  width: 248px;
}
#featured figure img {
  display: block;
  float: right;
}
#featured h2 {
  color: #c74451;
  font-size: 1.714em;
  margin-bottom: 0.333em;
}
#featured h3 {
  font-size: 1.429em;
  margin-bottom: 0.5em;
}
#featured h3 a:link,
#featured h3 a:visited {
  color: #000305;
  text-decoration: none;
}
#featured h3 a:hover,
#featured h3 a:active {
  color: #fff;
}
#content {
  background: #fff;
  overflow: hidden;
  padding: 20px 20px;
  width: 874px;
  margin: 0 auto 0 auto;
}
#extras {
  margin: 0 auto 3em auto;
  overflow: hidden;
}
#extras ul {
  list-style: none;
  margin: 0;
}
#extras li {
  border-bottom: 1px solid #fff;
}
#extras h2 {
  color: #c74350;
  font-size: 1.429em;
  margin-bottom: 0.25em;
  padding: 0 3px;
}
#extras a:link,
#extras a:visited {
  color: #444;
  display: block;
  border-bottom: 1px solid #f4e3e3;
  text-decoration: none;
  padding: 0.3em 0.25em;
}
#extras li:last-child,
#extras li:last-child a {
  border: 0;
}
#extras .blogroll li:nth-last-child(2),
#extras .blogroll li:nth-last-child(3),
#extras .blogroll li:nth-last-child(2) a,
#extras .blogroll li:nth-last-child(3) a {
  border: 0;
}
#extras a:hover,
#extras a:active {
  color: #fff;
}
#extras .blogroll {
  float: left;
  width: 615px;
}
#extras .blogroll li {
  float: left;
  margin: 0 20px 0 0;
  width: 185px;
}
#extras .social {
  float: right;
  width: 175px;
}
#extras div[class="social"] a {
  background-repeat: no-repeat;
  background-position: 3px 6px;
  padding-left: 25px;
}
.social a[href*="delicious.com"] {
  background-image: url("../images/icons/delicious.png");
}
.social a[href*="digg.com"] {
  background-image: url("../images/icons/digg.png");
}
.social a[href*="facebook.com"] {
  background-image: url("../images/icons/facebook.png");
}
.social a[href*="last.fm"],
.social a[href*="lastfm."] {
  background-image: url("../images/icons/lastfm.png");
}
.social a[href*="/feed/"] {
  background-image: url("../images/icons/rss.png");
}
.social a[href*="twitter.com"] {
  background-image: url("../images/icons/twitter.png");
}
#about {
  background: #fff;
  font-style: normal;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 20px;
  text-align: left;
  width: 760px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#about .primary {
  float: left;
  width: 165px;
}
#about .primary strong {
  color: #c64350;
  display: block;
  font-size: 1.286em;
}
#about .photo {
  float: left;
  margin: 5px 20px;
}
#about .url:link,
#about .url:visited {
  text-decoration: none;
}
#about .bio {
  float: right;
  width: 500px;
}
#contentinfo {
  padding-bottom: 2em;
  text-align: right;
}
.hentry {
  border-bottom: 1px solid #eee;
  padding: 1.5em 0;
}
li:last-child .hentry,
#content > .hentry {
  border: 0;
  margin: 0;
}
#content > .hentry {
  padding: 1em 0;
}
.entry-title {
  font-size: 1.429em;
  margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
  text-decoration: none;
}
.hentry .post-info * {
  font-style: normal;
}
.hentry footer {
  margin-bottom: 2em;
}
.hentry footer address {
  display: inline;
}
#posts-list footer address {
  display: block;
}
#posts-list {
  list-style: none;
  margin: 0;
}
#posts-list .hentry {
  padding-left: 200px;
  position: relative;
}
#posts-list .hentry:hover {
  background: #c64350;
  color: #fff;
}
#posts-list .hentry:hover a:link,
#posts-list .hentry:hover a:visited {
  color: #f6cf74;
  text-shadow: 1px 1px 1px #333;
}
#posts-list footer {
  left: 10px;
  position: absolute;
  top: 1.5em;
  width: 190px;
}
#about-author {
  background: #f9f9f9;
  clear: both;
  font-style: normal;
  margin: 2em 0;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#about-author strong {
  color: #c64350;
  clear: both;
  display: block;
  font-size: 1.429em;
}
#about-author .photo {
  border: 1px solid #ddd;
  float: left;
  margin: 5px 1em 0 0;
}
#comments-list {
  list-style: none;
  margin: 0 1em;
}
#comments-list blockquote {
  background: #f8f8f8;
  clear: both;
  font-style: normal;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#comments-list footer {
  color: #888;
  padding: 0.5em 1em 0 0;
  text-align: right;
}
#comments-list li:nth-child(2n) blockquote {
  background: #f5f5f5;
}
#add-comment label {
  clear: left;
  float: left;
  text-align: left;
  width: 150px;
}
#add-comment input[type="text"],
#add-comment input[type="email"],
#add-comment input[type="url"] {
  float: left;
  width: 200px;
}
#add-comment textarea {
  float: left;
  height: 150px;
  width: 495px;
}
#add-comment p.req {
  clear: both;
  margin: 0 0.5em 1em 0;
  text-align: right;
}
#add-comment input[type="submit"] {
  float: right;
  margin: 0 0.5em;
}
#add-comment * {
  margin-bottom: 0.5em;
}
.top-info,
.top-random {
  width: 914px;
  font-size: 10px;
  color: #666;
  margin: 0 auto 0 auto;
  font-family: "Open Sans";
}
.top-random {
  margin-bottom: -10px;
}
@-moz-document url-prefix() {
  .top-random {
    margin-bottom: -7px;
  }
}
.top-info tr {
  vertical-align: bottom;
}
.top-info tr .direccion {
  text-align: left;
  font-weight: bold;
}
.top-info tr .idiomas {
  text-align: right;
  float: right;
  margin-left: 87px;
}
.top-info tr .buscador {
  text-align: right;
  padding-bottom: 8px;
}
.top-info tr .buscador span.aui-field.aui-field-image.aui-field-inline {
  background: #fff;
  border: 1px solid #000;
  border-left: none;
  margin-left: -8px;
  height: 18px;
}
#search.aui-field-input.aui-field-input-image {
  margin-top: 0;
}
@-moz-document url-prefix() {
  .top-info tr .buscador {
    font-size: 11px;
  }
}
.top-info tr form {
  height: 16px;
}
.top-info tr .buscador input[type="text"] {
  color: #9c8700;
  height: 8px;
  width: 122px;
  background-image: none;
  border-color: #000;
  border-right: none;
}
.header-div {
  margin: 0 auto 0 auto;
  width: 914px;
}
.header-table {
  width: 763px;
  height: 198px;
  background: #fff;
  margin: 0;
  float: left;
  table-layout: fixed;
  margin-bottom: -1px\9;
}
.header-table td {
  border: 4px solid #fff;
  vertical-align: top;
  padding: 0;
}
.header-table #institucion {
  width: 36%;
  background: url("/content-rag/images/institucion/institucion_1.gif") no-repeat;
}
.header-table #institucion div {
  width: 105px;
}
.header-table #galego {
  width: 18%;
  background: url("/content-rag/images/galego/galego.png") no-repeat center
    center;
}
.header-table #galego div {
  width: 75px;
}
@-moz-document url-prefix() {
  .header-table #galego div {
    margin-left: 1px;
  }
}
.header-table #academicos {
  width: 36%;
  background: url("/content-rag/images/academicos/academicos_1.jpg") no-repeat
    center center;
}
.header-table #academicos div {
  width: 155px;
}
.header-table #actualidade {
  width: 152px;
  background: url("/content-rag/images/actualidade/actualidade.png") no-repeat
    center center;
}
.header-table #actualidade div {
  width: 100px;
}
.header-table #letras {
  width: 152px;
  background: url("/content-rag/images/letras/letras.png") no-repeat center
    center;
}
.header-table #letras div {
  width: 113px;
}
.header-menu-table {
  margin-left: -4px;
  width: 151px;
  height: 198px;
  float: right;
  vertical-align: top;
  margin-top: 0 !important;
  margin-top: -198px;
  margin-bottom: 0;
  table-layout: fixed;
}
body:nth-of-type(1) .header-menu-table {
  margin-left: 763px;
}
.header-menu-table td {
  border: 4px solid #fff;
  border-left-width: 0;
  background-color: #9c8700;
  cursor: pointer;
}
.header-menu-table td ul li div,
.header-menu-table td ul li div a {
  text-align: center;
  font-family: "Tinos";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  color: #decc85;
  text-transform: uppercase;
  width: 136px;
  background: none;
  text-shadow: none;
}
@-moz-document url-prefix() {
  .header-menu-table td ul li div,
  .header-menu-table td ul li div a {
    font-size: 14px;
  }
  .top-random {
    margin-top: -1px;
  }
}
.top-random {
  margin-top: -2px\9;
}
.header-menu-table td:hover {
  background-color: #404040;
}
.header-menu-table td:hover ul li div,
.header-menu-table td:hover ul li div a {
  color: #fff;
}
.top-random tr td {
  width: 50%;
  height: 82px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
}
.top-random tr td .logo {
  text-align: center;
}
.top-random tr td.logo a {
  background: none !important;
}
.top-random tr td.content {
  text-align: left;
  font-family: "Tinos";
  font-weight: bold;
  color: #a19689;
}
.top-random .quote-author {
  font-family: "Tinos";
  color: #a19689;
  font-variant: small-caps;
}
.pestana-menu {
  height: 15px;
  color: #b89e00;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 10.5px;
  text-transform: uppercase;
  background-color: #000;
  cursor: pointer;
  padding-left: 4px;
}
.pestana-menu:hover {
  color: #fff;
  background-color: #404040;
}
.footer {
  margin: -8px auto 0 auto;
  padding-top: 1px;
  font-family: "Open Sans";
}
.table_footer {
  background: #9c8700;
  width: 914px;
  border: 7px solid #fff;
  margin-top: -1px\9;
}
@-moz-document url-prefix() {
  .table_footer {
    margin-left: 292px;
  }
}
.table_footer a {
  color: #dbce70;
  font-weight: bold;
}
.table_footer a:hover {
  color: #fff;
}
.table_footer td {
  padding: 0 0 20px 35px;
  font-size: 13px;
}
.table_footer .capa_nombre {
  padding-top: 20px;
  font-size: 11px;
}
.table_footer .capa_nombre img {
  height: 75px;
}
.table_footer .capa_nombre div {
  margin-top: 20px;
}
.table_footer .direccion {
  top: 20px;
  left: -290px;
  position: relative;
  width: 105%;
}
.table_footer .enlaces,
.table_footer .copyright {
  padding-left: 127px;
}
.table_footer .copyright {
  font-size: 9px;
}
.table_footer .enlaces .social {
  position: relative;
  left: 10px;
  display: inline;
}
.table_footer .enlaces .social img {
  margin-left: 10px;
}
.table_footer .capa_nombre img {
  margin-right: 15px;
  float: left;
}
#capa_mapa {
  display: none;
}
#capa_aviso {
  display: none;
}
.tabla_mapa_web {
  position: relative;
  left: -40px;
  top: 20px;
}
.tabla_mapa_web td {
  vertical-align: top;
}
.tabla_mapa_web ul {
  list-style-type: none;
  position: relative;
  left: -20px;
  top: -15px;
}
.tabla_mapa_web .mapa_seccion {
  color: #fff;
  font-weight: bold;
  margin-top: -5px;
}
.tabla_mapa_web .indent {
  margin-left: 20px;
}
.menu_diccionario {
  width: 275px;
  background: #9c8700;
  color: #fff;
  font-family: "Tinos";
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  margin-right: 5px;
}
.menu_diccionario td {
  padding: 0;
}
.menu_diccionario .icono {
  height: 37px;
  width: 37px;
}
.menu_diccionario .buscador {
  border-left: 4px solid white;
  padding-left: 6px;
}
.menu_diccionario input {
  height: 9px;
  width: 95px;
  border: 1px solid #000;
  border-right: none;
  margin-left: 4px;
  margin-right: -5px;
}
.menu_diccionario a {
  background: white;
  border: 1px solid black;
  border-left: none;
  vertical-align: bottom;
}
/* .menu_diccionario input,
span,
img {
} */
.tabla_menu_acordeon {
  margin: -15px 0 -5px 0;
  font-family: "Open Sans";
}
.tabla_menu_acordeon .axenda {
  background: none;
  font-family: "Tinos";
  font-weight: bold;
  font-size: 16px;
}
.tabla_menu_acordeon .axenda_todos {
  float: right;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 13px;
}
.tabla_menu_acordeon .axenda_evento {
  background: #e6e6e6;
}
.tabla_menu_acordeon .axenda_evento a {
  font-weight: bold;
}
.tabla_menu_acordeon .destaques {
  background: none;
  font-family: "Tinos";
  font-weight: bold;
  font-size: 16px;
}
.tabla_menu_acordeon div {
  display: none;
  font-style: italic;
  margin-top: 10px;
}
.tabla_menu_acordeon tr td {
  background: #efe5c1;
  border-bottom: 2px solid #fff;
}
.tabla_menu_derecha {
  font-family: "Tinos";
  font-variant: small-caps;
}
.tabla_menu_derecha .titulo {
  font-weight: bold;
  font-size: 15px;
  font-variant: normal;
}
.tabla_menu_superior {
  font-size: 11px;
  font-family: "Open Sans";
  background: #000;
  color: #fff;
  height: 36px;
  border: 0;
  margin-bottom: 17px;
}
.tabla_menu_superior a:hover {
  color: #fff;
}
.tabla_menu_superior tr td {
  height: 20px;
  border-right: 1px solid #9c8700;
  text-align: left;
  padding-left: 7px;
}
.tabla_menu_superior .ultima {
  border: 0;
}
.tabla_menu_superior .activo {
  font-weight: bold;
  font-size: 12px;
}
.tabla_menu_superior .seleccionado {
  color: #fff;
}
.tabla_menu_superior .contacto {
  font-weight: bold;
  width: 80px;
  border: none;
}
.institucion tr td {
  text-align: center;
  padding-left: 2px;
}
.ultima_galego {
  width: 255px;
}
.ultima_membros {
  width: 210px;
}
.ultima_actualidade {
  width: 255px;
}
.ultima_letras {
  width: 265px;
}
.ultima_biblioteca {
  min-width: 255px;
}
.ultima_hemeroteca {
  min-width: 325px;
}
.ultima_arquivo {
  min-width: 220px;
}
.tabla_presentacion tr td {
  vertical-align: top;
  font-family: "Tinos";
}
.tabla_presentacion .quotes {
  width: 31%;
  padding-right: 5px;
}
.tabla_presentacion .quotes div {
  margin-bottom: 40px;
  font-size: 16px;
  color: #888;
}
.tabla_presentacion .contenido {
  font-size: 14px;
  padding-left: 10px;
}
.tabla_presentacion .contenido .titulo {
  font-size: 17px;
  font-style: italic;
}
.tabla_video_presentacion {
  background: #9b8700;
}
.tabla_video_presentacion .video {
  text-align: center;
  padding-left: 22px;
}
.tabla_video_presentacion .texto {
  width: 205px;
  vertical-align: top;
}
.tabla_video_presentacion .titulo {
  color: #fff;
  font-size: 22px;
  font-family: "Tinos";
}
.tabla_video_historia {
  background: #444;
}
.tabla_video_historia .video {
  text-align: center;
  padding-left: 8px;
}
.tabla_video_historia .texto {
  width: 210px;
  margin-top: -25px;
  color: #fff;
}
.tabla_contacto .datos {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  font-size: 12px;
  padding-left: 10px;
}
.tabla_acordos td {
  border-top: 1px solid #b89e00;
}
.tabla_acordos .imagen {
  text-align: center;
}
.tabla_acordos .imagen a {
  background: none;
}
.tabla_acordos .texto {
  padding-left: 25px;
  font-size: 14px;
}
.arquivo_navegacion {
  font-size: 12px;
  border-spacing: 0;
  margin-bottom: 20px;
  font-family: "Open Sans";
}
.arquivo_navegacion td {
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  padding: 5px;
  text-align: center;
}
.arquivo_navegacion td.primera {
  border-left: 1px solid #000;
}
body:nth-of-type(1) .tabla_video_parrilla {
  display: inline-block;
  margin-left: 5px;
  width: 174px;
}
.tabla_video_parrilla {
  border-bottom: 6px solid #000;
  font-family: "Open Sans";
  width: 1px;
  background: #f2e5bf;
  display: inline-table;
  vertical-align: top;
  margin-left: 0\9 !important;
  margin-left: 3px;
  margin-bottom: 15px;
}
.tabla_video_parrilla .miniatura {
  text-align: center;
  padding: 0;
}
.tabla_video_parrilla .miniatura img {
  width: 174px;
}
.tabla_video_parrilla .miniatura .play {
  position: absolute;
}
.tabla_video_parrilla .texto {
  color: #000;
  font-size: 13px;
  padding: 5px 10px 5px 10px;
  vertical-align: top;
  text-align: left;
}
.tabla_video_parrilla .texto .titulo {
  font-size: 18px;
  font-weight: bold;
  color: #9c8700;
}
@-moz-document url-prefix() {
  .tabla_video_parrilla .miniatura .play {
    margin-top: -134px;
  }
  .tabla_video_parrilla .texto {
    padding: 0 10px 5px 10px;
  }
}
body:nth-of-type(1) .tabla_imaxes_parrilla {
  display: inline-block;
  margin-left: 5px;
  width: 174px;
}
.tabla_imaxes_parrilla {
  border-bottom: 6px solid #000;
  font-family: "Open Sans";
  width: 1px;
  background: #e6e6e6;
  display: inline-table;
  vertical-align: top;
  margin-left: 0\9 !important;
  margin-left: 3px;
  margin-bottom: 15px;
}
.tabla_imaxes_parrilla .miniatura {
  text-align: center;
  padding: 0;
}
.tabla_imaxes_parrilla .miniatura img {
  width: 174px;
  height: 130px;
}
.tabla_imaxes_parrilla .miniatura .photo {
  position: absolute;
}
.tabla_imaxes_parrilla .texto {
  color: #000;
  font-size: 13px;
  padding: 5px 10px 5px 10px;
  vertical-align: top;
  text-align: left;
}
.tabla_imaxes_parrilla .texto .titulo {
  font-size: 18px;
  font-weight: bold;
  color: #9c8700;
}
@-moz-document url-prefix() {
  .tabla_imaxes_parrilla .miniatura .photo {
    margin-top: -134px;
  }
  .tabla_imaxes_parrilla .texto {
    padding: 0 10px 5px 10px;
  }
}
.menu_derecha_homenaje {
  font-family: "Open Sans";
  font-size: 13.5px;
  text-align: left;
}
.menu_derecha_homenaje td {
  background: #efe5c1;
  border-top: 1px solid white;
}
.menu_derecha_homenaje .flecha {
  padding-left: 10px;
  font-weight: bold;
}
.menu_derecha_homenaje .flecha img {
  margin-right: 2px;
}
.menu_derecha_homenaje .ano {
  font-weight: bold;
}
.tabla_academicos_buscador {
  font-size: 14px;
}
.tabla_academicos_buscador .mensajes {
  color: #888;
  padding-left: 40px;
}
.tabla_academicos {
  color: #888;
  font-size: 17px;
}
.tabla_academicos tr {
  height: 49px;
}
.tabla_academicos td {
  border-top: 1px solid #999;
}
.tabla_academicos label {
  margin-left: 10px;
}
.tabla_academicos a.foto {
  display: block;
  float: left;
  width: 36px;
  height: 48px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tabla_academicos a.foto img {
  float: left;
  position: absolute;
  top: -15px;
  left: -15px;
}
.tabla_academicos a.foto:hover {
  overflow: visible;
  z-index: 1000;
  border: none;
}
.ficha_academico tr td {
  vertical-align: top;
}
.ficha_academico label {
  color: #888;
}
.ficha_academico .foto {
  width: 33%;
}
.ficha_academico .foto .imagen {
  width: 138px;
  height: 184px;
}
.ficha_academico .discurso {
  font-size: 13px;
}
.lista_numerarios .alfabetico {
  font-size: 17px;
}
.lista_numerarios .miembro {
  border-top: 1px solid #999;
}
ul.tabs {
  font-family: "Open Sans";
  font-size: 13px;
  margin-bottom: 10px;
  margin-left: 7px;
  float: left;
  list-style: none;
  height: 20px;
  border-left: 1px solid #000;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 20px;
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}
ul.tabs li a {
  text-decoration: none;
  color: #9c8700;
  display: block;
  padding: 0 20px;
  border: 1px solid #fff;
  background: none;
  text-shadow: none;
}
ul.tabs li a:hover {
  color: #000;
}
.tab_container {
  padding-top: 10px;
}
.tab_content {
  padding: 5px;
}

.ui-widget input {
  border: background solid;
  border-color: #000;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  height: 37px;
}
.ui-widget input:hover,
input:focus {
  border: background solid;
  border-color: #9c8700;
}
.before_after {
  color: #a19689 !important;
  font-weight: bold;
}
.not_found {
  padding: 40px 0px 0px 10px;
  font-family: "Open Sans";
  font-size: 18pt;
}
.sound {
  position: relative;
  top: -7pt;
  padding-left: 2px;
  font-size: 0.7em;
  font-weight: bold;
}
.sound a {
  padding-left: 10px;
}
.sound img {
  position: relative;
  top: 10pt;
  font-weight: bold;
}
.search_logo {
  vertical-align: top;
}
.twitter_logo {
  vertical-align: middle;
}

.search {
  margin-top: 10px;
}

.dicionario {
  background-image: url("../images/diccionario_na_web.png");
}
.dicionario a {
  color: #fff;
  font-size: small;
}
.proximity_nouns span {
  font-family: "Open Sans";
  font-size: 8pt;
}
.proximity_nouns ul {
  display: inline;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.proximity_nouns li {
  display: inline;
  list-style: none;
  margin-right: 2px;
}
.popular_nouns {
  font-family: "Open Sans";
  font-size: 10pt;
  font-weight: bold;
  display: inline;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.random_nouns {
  font-family: "Open Sans";
  font-size: 10pt;
  display: inline;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.suggestions {
  font-size: 8pt;
}
.suggestions textarea,
.suggestions input {
  width: 100%;
}
.suggestions label {
  display: block;
}
.tabla_menu_acordeon .destaques {
  padding-top: 10px;
  position: relative;
  top: 4pt;
}

.asset-title2 {
  color: #a19689 !important;
  font-size: 1.8em;
  font-weight: bold;
}

.hemeroteca_navegacion {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
    background: #f2f2f2;
    border-radius: 5px;
  }
  
  .hemeroteca_navegacion td {
    padding: 15px;
    text-transform: uppercase;
    font-family: "Lato";
  }
  
  .hemeroteca_navegacion td a {
      color: #000 !important;
  }
  
  .hemeroteca_navegacion td a.actual {
      color: #a5993c !important;
    }

.navigation {
  display: block;
}

.clear {
  clear: both;
}
fieldset {
  border: none;
  color: #a19689;
}
.actual {
  color: #000 !important;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
body {
  font-size: 14px;
}
.grey {
  color: #888;
  font-weight: normal;
}
.search {
  color: #666;
}

.search tr td {
  padding-bottom: 0;
  padding-top: 0;
}

#submit {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #9c8700;
  font-family: "Lato";
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 5px 20px;
  /* background-color: #fff;
  background: url(../images/button.png) no-repeat;
  width: 39px;
  height: 20px;
  background-size: 50%; */
}

.longo {
  width: 90%;
}

.letterGray {
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  font-family: sans-serif;
  text-decoration: none;
  color: #495057 !important;
  padding: 5px 7px !important;
  border-radius: 5px;
  font-weight: 500;
}

.letterGray:hover {
  font-style: normal;
  font-weight: 500;
  color: #968511 !important;
  text-decoration: underline !important;
  font-family: sans-serif;
  text-decoration: none;
}

#pagelinks {
  margin: 20px 0;
  color: #555;
}

#pagelinks a {
  color: #000;
  text-decoration: underline;
}

#pagelinks a:hover {
  color: #968511;
}

#pagelinks strong {
  font-weight: 400;
  color: #968511;
}

.atopa {
  margin-top: 20px;
  color: #6c757d;
}

.textotitulo {
  font-family: "Tinos";
  margin-bottom: 10px;
  font-size: 30px;
  color: #000;
}

.avanzada {
  padding-top: 20px !important;
}

.selected {
  font-style: normal;
  text-decoration: none;
  padding-bottom: 10px;
  padding: 5px 7px;
  border-radius: 5px;
  background: #968511;
  color: #fff !important;
}

.selected:hover {
  color: #fff !important;
}

.actionArticle {
  font-size: 14px;
  color: #444;
}

body {
  padding: 10px;
  font-size: 16px;
  font-family: "Lato";
}
