/* ---------- 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: 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; }

/* ---------- Links ---------- */
/* ---------- 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 ---------- */
/* ---------- 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 #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 {
  opacity: 0.6;
  background-color: #000; }
.ie .aui-proxy {
  opacity: 0.65;
  background-color: #000; }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  opacity: 0.9;
  background-color: #000; }

.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;*/
  /*MIR-impedia el resize de las img de las cabececeras en el navegador*/
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.portlet-column-content {
  padding: 7px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 1em; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 1em; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px; }

/*.ie6, .ie7 {
	div.portlet-layout {
		height: 1%;
	}

	div.portlet-column {
		float: left;
		overflow: hidden;
		
	}

	.portlet-column-content {
		zoom: 1;
	}
	
	div.aui-column-last {
		margin-right: -1px;
	}


} */
.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; }

.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 li.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 ul li a.ancestor {
  font-weight: bold; }

.nav-menu ul 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: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle;
  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 img:hover {
  background-color: #83B0CA;
  background-image: url(../images/application/button_bg_over.png); }

.aui-form-trigger img: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 {
  background-color: #B7DEF4;
  background-image: url(../images/application/button_bg_selected_over.png); }

.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 {
  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, .lfr-message-info {
  /*@extend .portlet-msg; MLIR*/
  background-color: #ffc612;
  border-color: #ffc612;
  padding: 0.2em; }

.portlet-msg-help, .lfr-message-help {
  /*+@extend .portlet-msg-info; MLIR*/
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  /*@extend .portlet-msg-info;  MLIR*/
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  /* @extend .portlet-msg;MLIR */
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  /*@extend .portlet-msg; MLIR*/
  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 {
  /* @extend .portlet-msg; MLIR */
  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 .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; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar .portlet-actions {
  display: inline; }

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 {
  clear: left;
  display: block;
  float: left;
  margin-right: 1em;
  text-align: left;
  width: 9em; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  padding: 0 0 1.5em;
  font-size: 1.17em;
  font-weight: bold;
  color: #a14401; }

.aui-legend {
   /* border-bottom: solid 2px #CCCCCC;
	display: block;
	position: absolute;
	width: 90%;*/
  display: none; }

input {
  background: #FFF;
  background-color: #FFF;
  color: #323232; }

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;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  background-color: #FFF;
  color: #323232;
  border: solid 1px #424242;
  padding: 2px 1px;
  border: solid 1px #424242; }

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[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

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;
	}

	.aui-button-disabled input {

		opacity: 0.5;
	}
}*/
/*.ie6 {
	input.text, input.password, input.submit, input.file, input.button, button {
		@include input-field-default;
	}

	input.submit, input.button, button, .aui-button-disabled input.submit, .aui-button-disabled input.button, .aui-button-disabled button {
		@include button-default;
	}

	.aui-button-disabled {
		input.submit, input.button, button {
			color: #555;
		}
	}

	input, textarea {
		&.focus {
			@include input-field-focus;
		}
	}
}*/
.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.dockbar .menu-button-active .menu-button {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.my-sites-menu .current-site a {
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5); }

.aui-dialog-hd {
  box-shadow: 1px 1px 0 #FFF; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  box-shadow: inset 0 0 2px #224FA8; }

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .aui-field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .aui-button-input {
  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 {
  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 {
  border-radius: 5px; }

.portlet-journal .structure-tree .structure-field {
  border-radius: 6px;
  /*MIR*/
  margin: 0;
  text-indent: 0em !important;
  list-style: none;
  content: ""; }

.aui-menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.aui-underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-hudcrumbs ul {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  border-radius: 8px; }

.customizable-layout-column-content {
  border-radius: 6px; }

.lfr-upload-container .upload-target {
  box-shadow: inset 0 0 1px #FFF; }

.staging-tabview-list {
  border-radius: 0; }

.staging-bar {
  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 {
  box-shadow: none; }

.staging-tabview-list {
  border-radius: 0;
  box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  background-size: 100px; }

.portlet-staging-bar .staging-bar .site-variations-tabview-list {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8); }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

.lfr-api-service-search .aui-field-input {
  box-sizing: border-box; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs-horizontal {
  padding: 0.08em;
  font-style: italic;
  color: #000;
  margin-bottom: 1.08em;
  float: left;
  clear: right; }

.breadcrumbs-horizontal ul {
  padding-left: 0;
  margin-left: 0;
  display: inline;
  width: 20%;
  border: 2px solid blue; }

.breadcrumbs-horizontal li {
  background: url("/Educalab-Home-theme/images/arrows/INTEF_breadcrum_arrow.png") no-repeat scroll right center transparent;
  list-style: none;
  margin-left: 0;
  display: inline; }

.breadcrumbs-vertical li {
  background: url(/html/themes/classic/images/arrows/07_down.png) no-repeat 50% 100%;
  padding: 0 0 9px; }

#breadcrumbs {
  padding: 0.08em;
  font-style: italic;
  color: #000;
  margin-bottom: 0.08em; }

.breadcrumbs a {
  padding-left: 0.7em;
  padding-right: 1.5em;
  text-decoration: none; }

.breadcrumbs-vertical a {
  text-align: center;
  text-decoration: none; }

.breadcrumbs .last {
  background-image: none; }

.breadcrumbs-horizontal .last {
  margin-top: 0.2em; }

.breadcrumbs-horizontal .last span {
  padding-left: 0.7em; }

.breadcrumbs-vertical .last {
  font-weight: bold; }

.breadcrumbs-horizontal .last a, .aui-tree-node-selected a {
  color: #555; }

/* ---------- Hidden Accessible ---------- */
#skip-to-content, #banner h2, #banner h3, #navigation h1, .site-breadcrumbs h1 {
  clip: rect(0 0 0 0);
  position: absolute; }

.opens-new-window-accessible {
  /*background: url(/html/themes/classic/images/common/open_window.png) no-repeat 0 50%;*/
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 2px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: top;
  width: 11px; }

/* ---------- Extras ---------- */
.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-site, #navigation, #navigation a, .portlet, .portlet-topper, .site-breadcrumbs ul, .aui-form-validator-message {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

body.green, .green .portlet {
  background-color: #F1F3EF; }

.green .logo .current-site {
  background-color: #AFBFA7; }

.green .aui-state-hover {
  background-color: #CFDABA;
  background-image: url(/html/themes/classic/images/color_schemes/green/application/state_hover_bg.png);
  border-color: #778362; }

.green .aui-icon {
  background-image: url(/html/themes/classic/images/color_schemes/green/aui/icon_sprite.png); }

/* ---------- Links ---------- */
.green a {
  color: #677D5B; }

.green a:hover {
  color: #66CD00; }

/* ---------- Application styling ---------- */
.green .results-header {
  background-color: #D7DDD2; }

.green .results-row.alt td {
  background-color: #E2E7DE; }

.green .results-row.hover td {
  background-color: #C4CDBD; }

.green .drop-area {
  background-color: #DBDED4; }

.green .aui-resizable-proxy {
  border-color: #909683; }

.green .aui-sortable-proxy {
  background-color: #7C8272; }

.green .aui-menugroup-content h4 {
  background-color: #D7DFD3;
  color: #677D5B; }

.green .aui-menu-content li a, .green .lfr-menu-list ul li a {
  color: #2F342C; }

.green .my-sites-menu .current-site {
  border-color: #42811D; }

.green .my-sites-menu .current-site a {
  background-color: #68BB30;
  color: #FFF; }

.green .aui-menu-content li a.aui-focus, .green .lfr-menu-list ul a.aui-focus, .green .lfr-menu-expanded li a:focus {
  background-color: #677D5B;
  color: #FFF;
  text-shadow: -1px -1px #2f342c; }

.green .aui-tab {
  background: none; }

.green .aui-tab-active {
  background-color: #333; }

.green .aui-tab-active, .green .aui-tab-active a {
  color: #FFF; }

.green .portlet-communities .lfr-current-theme, .green .portlet-enterprise-admin .lfr-current-theme {
  background-color: #F6F8F1;
  border-color: #909683; }

.green .portlet-communities .theme-entry, .green .portlet-communities .lfr-current-theme .theme-screenshot, .green .portlet-enterprise-admin .theme-entry, .green .portlet-enterprise-admin .lfr-current-theme .theme-screenshot {
  border-color: #B9BDAF; }

.green .portlet-communities .theme-entry .theme-title, .green .portlet-enterprise-admin .theme-entry .theme-title {
  background-color: #909488;
  border-color: #909683; }

.green .portlet-communities .lfr-theme-list h3, .green .portlet-enterprise-admin .lfr-theme-list h3 {
  background-color: #DBDED4; }

.green .portlet-communities .selected-color-scheme .theme-entry, .green .portlet-enterprise-admin .selected-color-scheme .theme-entry {
  border-color: #669A33; }

.green .portlet-communities .lfr-theme-list .theme-entry:hover, .green .portlet-enterprise-admin .lfr-theme-list .theme-entry:hover {
  background-color: #F5FFE0;
  border-color: #CFE0A8;
  color: #BBC99F; }

.green .portlet-communities .theme-entry:hover .theme-thumbnail, .green .portlet-enterprise-admin .theme-entry:hover .theme-thumbnail {
  border-color: #CFE0A8; }

.green .portlet-document-library .detail-column-last {
  background-color: #F2FFD8; }

.green .portlet-document-library .detail-column-last .detail-column-content {
  border-color: #C6DA89; }

.green .dockbar {
  background-color: #A2AF98;
  background-image: url(/html/themes/classic/images/color_schemes/green/dockbar/dockbar_bg.png); }

.green .dockbar .menu-button-active {
  background-color: #95DB5C;
  background-image: url(/html/themes/classic/images/color_schemes/green/dockbar/button_active_bg.png); }

.green .dockbar .menu-button-active a {
  color: #FFF; }

.green .aui-portal-layout-drag-indicator {
  background-color: #57B63C; }

.green .aui-autocomplete-results-content {
  border-color: #C1F599; }

.green .aui-autocomplete-selected {
  background-color: #E9F7E0;
  border-color: #BBEAA4; }

.green .aui-textboxlistentry {
  background-color: #D9F4CB;
  border-color: #BBEAA4; }

.green .aui-textboxlistentry-focused {
  background-color: #57B63C;
  border-color: #404F34; }

.green .aui-textboxlistentry-close-hover {
  background-color: #BBEAA4; }

/* ---------- Portlet wrapper and icons ---------- */
.green .portlet {
  border-color: #909683; }

.green .portlet-topper {
  background-color: #D9DDD3;
  border-bottom-color: #B7BCAE; }

.green .panel-page .portlet-topper {
  border-bottom-color: #909683; }

.green .portlet-section-selected, .green .portlet-section-selected a {
  background-color: #909683; }

.green .portlet-section-selected a:hover, .green .portlet-section-selected a:focus {
  background-color: #909683; }

/* ---------- Calendar portlet ---------- */
.green .portlet-calendar .calendar-day .day-text {
  background-color: #909683; }

.green .taglib-calendar tr td a {
  background-color: #EFF3EA; }

.green .taglib-calendar tr td a:hover {
  background-color: #909683; }

.green .taglib-calendar .calendar-current-day a {
  border-color: #909683;
  color: #5F9930; }

.green .portlet-calendar .taglib-calendar tr td.calendar-current-day a:hover, .green .portlet-calendar .taglib-calendar tr td.calendar-current-day a:focus {
  background-color: #F2FFDF;
  border-color: #B7BCAE;
  color: #5BCC00; }

.green .taglib-calendar .calendar-current-day, .green .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.green .taglib-calendar tr td.calendar-inactive {
  color: #BEC4B5; }

/* ---------- Miscellaneous portlet styles ---------- */
.green .journal-template-error .scroll-pane pre span {
  background-color: #BEC4B5; }

.green .restricted * {
  color: #909683; }

.green .lfr-actions .lfr-trigger li a:hover {
  background-color: #909683; }

.green .lfr-tag-selector-popup .aui-textfield-content {
  background-color: #DBDED4;
  border-color: #B9BDAF; }

/* This CSS sets the default styles for forms. */
.green input[type="submit"], .green input[type="button"], .green input[type="reset"], .green button, .green .lfr-actions, .green .lfr-actions ul {
  color: #404F34; }

.green input[type="submit"]:hover, .green input[type="button"]:hover, .green input[type="reset"]:hover, .green button:hover, .green .lfr-actions:hover, .green .lfr-actions:hover ul {
  background-color: #CFDABA;
  background-image: url(/html/themes/classic/images/color_schemes/green/application/state_hover_bg.png);
  border-color: #778362;
  color: #669A33; }

.green input[type="submit"]:focus, .green input[type="button"]:focus, .green input[type="reset"]:focus, .green button:focus, .green .lfr-actions:focus, .green .lfr-actions:focus ul {
  background-color: #ECECEC;
  background-image: url(/html/themes/classic/images/application/state_active_bg.png); }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 .green input.submit, .ie6 .green input.button, .ie6 .green button, .ie6 .green .aui-button-disabled input.submit, .ie6 .green .aui-button-disabled input.button, .ie6 .green .aui-button-disabled button {
  color: #404F34; }

/* ---------- Site breadcrumbs ---------- */
.green .site-breadcrumbs li.first a {
  color: #669A33; }

.green .site-breadcrumbs li.last a {
  color: #55674B; }

.green .lfr-hudcrumbs .breadcrumbs li a, .green .lfr-hudcrumbs .breadcrumbs li span {
  color: #FFF; }

body.orange, .orange .portlet {
  background-color: #F3F1EF; }

.orange .logo .current-site {
  background-color: #BFB8A7; }

.orange .aui-state-hover {
  background-color: #DAC8BA;
  background-image: url(/html/themes/classic/images/color_schemes/orange/application/state_hover_bg.png);
  border-color: #837062; }

.orange .aui-icon {
  background-image: url(/html/themes/classic/images/color_schemes/orange/aui/icon_sprite.png); }

/* ---------- Links ---------- */
.orange a {
  color: #7D745B; }

.orange a:hover {
  color: #CD7700; }

/* ---------- Application styling ---------- */
.orange .results-header {
  background-color: #DDD9D2; }

.orange .results-row.alt td {
  background-color: #E7E4DE; }

.orange .results-row.hover td {
  background-color: #CDC7BD; }

.orange .drop-area {
  background-color: #DED8D4; }

.orange .aui-resizable-proxy {
  border-color: #968A83; }

.orange .aui-sortable-proxy {
  background-color: #827972; }

.orange .aui-menugroup-content h4 {
  background-color: #DFDCD3;
  color: #7D745B; }

.orange .aui-menu-content li a, .orange .lfr-menu-list ul li a {
  color: #34322C; }

.orange .my-sites-menu .current-site {
  border-color: #81641D; }

.orange .my-sites-menu .current-site a {
  background-color: #BB8F30;
  color: #FFF; }

.orange .aui-menu-content li a.aui-focus, .orange .lfr-menu-list ul a.aui-focus, .orange .lfr-menu-expanded li a:focus {
  background-color: #7D745B;
  color: #FFF;
  text-shadow: -1px -1px #34322c; }

.orange .aui-tab {
  background: none; }

.orange .aui-tab-active {
  background-color: #333; }

.orange .aui-tab-active, .orange .aui-tab-active a {
  color: #FFF; }

.orange .portlet-communities .lfr-current-theme, .orange .portlet-enterprise-admin .lfr-current-theme {
  background-color: #F8F4F1;
  border-color: #968A83; }

.orange .portlet-communities .theme-entry, .orange .portlet-communities .lfr-current-theme .theme-screenshot, .orange .portlet-enterprise-admin .theme-entry, .orange .portlet-enterprise-admin .lfr-current-theme .theme-screenshot {
  border-color: #BDB4AF; }

.orange .portlet-communities .theme-entry .theme-title, .orange .portlet-enterprise-admin .theme-entry .theme-title {
  background-color: #948D88;
  border-color: #968A83; }

.orange .portlet-communities .lfr-theme-list h3, .orange .portlet-enterprise-admin .lfr-theme-list h3 {
  background-color: #DED8D4; }

.orange .portlet-communities .selected-color-scheme .theme-entry, .orange .portlet-enterprise-admin .selected-color-scheme .theme-entry {
  border-color: #9A6F33; }

.orange .portlet-communities .lfr-theme-list .theme-entry:hover, .orange .portlet-enterprise-admin .lfr-theme-list .theme-entry:hover {
  background-color: #FFEEE0;
  border-color: #E0BDA8;
  color: #C9B09F; }

.orange .portlet-communities .theme-entry:hover .theme-thumbnail, .orange .portlet-enterprise-admin .theme-entry:hover .theme-thumbnail {
  border-color: #E0BDA8; }

.orange .portlet-document-library .detail-column-last {
  background-color: #FFE9D8; }

.orange .portlet-document-library .detail-column-last .detail-column-content {
  border-color: #DAA489; }

.orange .dockbar {
  background-color: #AFA798;
  background-image: url(/html/themes/classic/images/color_schemes/orange/dockbar/dockbar_bg.png); }

.orange .dockbar .menu-button-active {
  background-color: #DBAC5C;
  background-image: url(/html/themes/classic/images/color_schemes/orange/dockbar/button_active_bg.png); }

.orange .dockbar .menu-button-active a {
  color: #FFF; }

.orange .aui-portal-layout-drag-indicator {
  background-color: #B6A63C; }

.orange .aui-autocomplete-results-content {
  border-color: #F5D599; }

.orange .aui-autocomplete-selected {
  background-color: #F7F0E0;
  border-color: #EAD8A4; }

.orange .aui-textboxlistentry {
  background-color: #F4EACB;
  border-color: #EAD8A4; }

.orange .aui-textboxlistentry-focused {
  background-color: #B6A63C;
  border-color: #4F4534; }

.orange .aui-textboxlistentry-close-hover {
  background-color: #EAD8A4; }

/* ---------- Portlet wrapper and icons ---------- */
.orange .portlet {
  border-color: #968A83; }

.orange .portlet-topper {
  background-color: #D9DDD3;
  border-bottom-color: #B7BCAE; }

.orange .panel-page .portlet-topper {
  border-bottom-color: #968A83; }

.orange .portlet-section-selected, .orange .portlet-section-selected a {
  background-color: #968A83; }

.orange .portlet-section-selected a:hover, .orange .portlet-section-selected a:focus {
  background-color: #968A83; }

/* ---------- Calendar portlet ---------- */
.orange .portlet-calendar .calendar-day .day-text {
  background-color: #968A83; }

.orange .taglib-calendar tr td a {
  background-color: #EFF3EA; }

.orange .taglib-calendar tr td a:hover {
  background-color: #968A83; }

.orange .taglib-calendar .calendar-current-day a {
  border-color: #968A83;
  color: #5F9930; }

.orange .portlet-calendar .taglib-calendar tr td.calendar-current-day a:hover, .orange .portlet-calendar .taglib-calendar tr td.calendar-current-day a:focus {
  background-color: #F2FFDF;
  border-color: #B7BCAE;
  color: #5BCC00; }

.orange .taglib-calendar .calendar-current-day, .orange .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.orange .taglib-calendar tr td.calendar-inactive {
  color: #BEC4B5; }

/* ---------- Miscellaneous portlet styles ---------- */
.orange .journal-template-error .scroll-pane pre span {
  background-color: #BEC4B5; }

.orange .restricted * {
  color: #968A83; }

.orange .lfr-actions .lfr-trigger li a:hover {
  background-color: #968A83; }

.orange .lfr-tag-selector-popup .aui-textfield-content {
  background-color: #DED8D4;
  border-color: #BDB4AF; }

/* This CSS sets the default styles for forms. */
.orange input[type="submit"], .orange input[type="button"], .orange input[type="reset"], .orange button, .orange .lfr-actions, .orange .lfr-actions ul {
  color: #4F4534; }

.orange input[type="submit"]:hover, .orange input[type="button"]:hover, .orange input[type="reset"]:hover, .orange button:hover, .orange .lfr-actions:hover, .orange .lfr-actions:hover ul {
  background-color: #DAC8BA;
  background-image: url(/html/themes/classic/images/color_schemes/orange/application/state_hover_bg.png);
  border-color: #837062;
  color: #9A6F33; }

.orange input[type="submit"]:focus, .orange input[type="button"]:focus, .orange input[type="reset"]:focus, .orange button:focus, .orange .lfr-actions:focus, .orange .lfr-actions:focus ul {
  background-color: #ECECEC;
  background-image: url(/html/themes/classic/images/application/state_active_bg.png); }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 .orange input.submit, .ie6 .orange input.button, .ie6 .orange button, .ie6 .orange .aui-button-disabled input.submit, .ie6 .orange .aui-button-disabled input.button, .ie6 .orange .aui-button-disabled button {
  color: #4F4534; }

/* ---------- Site breadcrumbs ---------- */
.orange .site-breadcrumbs li.first a {
  color: #9A6F33; }

.orange .site-breadcrumbs li.last a {
  color: #67604B; }

.orange .lfr-hudcrumbs .breadcrumbs li a, .orange .lfr-hudcrumbs .breadcrumbs li span {
  color: #FFF; }

/* ---------- Base styles ---------- */
body {
  /*background: #EEF0F2;
  font-size: 11px;*/ }

a {
  /*color: #5B677D;
  text-decoration: underline;*/ }

a:hover {
  /*color: #06C;
  text-decoration: none;*/ }

#wrapper {
  background: none;
  min-width: 960px;
  position: relative; }

.ie6 #wrapper {
  width: 90%; }

#banner {
  background: none;
  height: auto;
  margin-top: 1.4em;
  position: relative; }

.site-title .site-name {
  background: #555555 url(../images/common/site_icon.png) no-repeat 15px 50%;
  color: #FFF;
  display: block;
  float: right;
  font-size: 1em;
  font-weight: bold;
  margin: 15px 0 0 20px;
  padding: 7px 17px 7px 40px;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

.page-template .site-title .site-name {
  background-image: url(../images/common/page_template.png); }

.site-template .site-title .site-name {
  background-image: url(../images/common/site_template.png); }

.company-site .site-title .site-name {
  background-image: url(../images/common/folder.png); }

.organization-site .site-title .site-name {
  background-image: url(../images/common/organization_icon_white.png); }

.user-site .site-title .site-name {
  background-image: url(../images/common/user_icon_white.png); }

.private-page .site-title .site-name:after {
  background-image: url(../images/common/key_small.png);
  content: '';
  display: block;
  height: 10px;
  left: 24px;
  position: absolute;
  top: 50%;
  width: 10px; }

#skip-to-content:focus {
  clip: rect(auto auto auto auto);
  right: 0;
  z-index: 200; }

#sign-in {
  background: url(/html/themes/classic/images/common/key.png) no-repeat 3px 50%;
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  position: absolute;
  right: 0;
  top: -1.2em; }

.ie6 #banner {
  height: 1%; }

.ie6 #banner h1.logo {
  height: 1%; }

/* ---------- Main navigation ---------- */
#navigation {
  background: #414445 url(/html/themes/classic/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; }

.ie7 #navigation ul {
  padding: 2px; }

#navigation li, #navigation a {
  display: inline-block; }

.ie6 #navigation li, .ie7 #navigation li, .ie6 #navigation a, .ie7 #navigation a {
  display: inline;
  z-index: 200; }

#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; }

.ie6 #navigation a, .ie7 #navigation a {
  padding: 4px 15px; }

#navigation .yui3-dd-drop a {
  cursor: move; }

#navigation .selected a, #navigation li.hover a, #navigation a:hover, #navigation a:focus, #navigation .child-menu li a, #navigation .yui3-dd-dragging, .lfr-navigation-proxy {
  background: #313334;
  color: #FFF;
  outline: 0;
  text-shadow: -1px -1px black; }

#navigation li.hover .child-menu {
  background: #1E2529;
  display: block;
  position: absolute;
  width: 200px;
  z-index: 250; }

.ie6 #navigation ul.child-menu-visible, .ie6 #navigation li.hover .child-menu, .ie7 #navigation ul.child-menu-visible, .ie7 #navigation li.hover ul.child-menu {
  left: 0;
  top: 25px; }

#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, #navigation li a.active {
  background-color: #020509; }

#navigation .child-menu .selected a {
  background: #020509 url(/html/themes/classic/images/navigation/bullet_selected.png) no-repeat 5px 50%; }

.nav-menu-style-arrows ul {
  list-style-image: url(/html/themes/classic/images/navigation/bullet_selected.png); }

/* ---------- Portlet wrapper and icons ---------- */
.portlet {
  /*background-color: #EEF0F2;*/
  /*border: 1px solid #C8C9CA;*/
  margin: 0 0 10px;
  padding: 3px;
  text-align: left; }

.portlet-topper {
  /*background: #D4D4D4 url(/html/themes/classic/images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  font-size: 1.1em;*/ }

.portlet-title {
  float: none;
  font-weight: bold;
  min-width: 50%;
  padding: 5px;
  text-shadow: 1px 1px #FFF; }

.signed-in.controls-visible .portlet-title {
  padding-right: 80px; }

.lfr-portlet-title-editable {
  margin-top: -4px;
  z-index: 9999; }

.ie .lfr-portlet-title-editable {
  margin-top: -6px; }

.lfr-portlet-title-editable-content {
  padding: 0; }

.ie .lfr-portlet-title-editable-content {
  margin-top: 4px; }

.portlet-icons {
  float: none; }

.portlet-icons .portlet-close-icon {
  border-width: 0; }

.page-maximized .portlet-icons {
  font-size: 11px; }

.ie .portlet-title {
  padding-bottom: 5px; }

/* ---------- Footer ---------- */
#footer {
  text-align: right; }

/* ---------- Site breadcrumbs ---------- */
.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;
  display: inline; }

.site-breadcrumbs li span {
  background: url(/html/themes/classic/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; }

/* ---------- Hudcrumbs ---------- */
.lfr-hudcrumbs {
  position: fixed;
  top: 0;
  z-index: 440; }

.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(/html/themes/classic/images/common/breadcrumbs_hud.png); }

/* ---------- Misc. ---------- */
.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; }

/* ---------- Extras ---------- */
#banner .site-name {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white; }

.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;*/ }

#banner .site-name {
  border-radius: 4px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white; }

#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; }

.invisible {
  display: none; }

/*
/* 
 * HTML5 Boilerplate
 *
 * Lo que sigue es el resultado de una intensa investigaciÃ³n sobre estilos vÃ¡lidos para mÃºltiples navegadores. 
 * Los crÃ©ditos figuran en lÃ­nea; queremos expresar nuestro mÃ¡s sincero agradecimiento a Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen y a la comunidad y el equipo de desarrollo de H5BP.
 *
 * InformaciÃ³n detallada acerca de este CSS: h5bp.com/css
 * 
 * Modificaciones de Dreamweaver:
 * 1. Resaltado de selecciÃ³n convertido en comentario
 * 2. EliminaciÃ³n de la secciÃ³n de consultas de medios (aÃ±adimos la nuestra en un archivo independiente)
 *
 * ==|== normalizar ==========================================================
 */
/* =============================================================================
   Definiciones de pantalla de HTML5
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

/* *display: inline; *zoom: 1; */
/*SMP*/
audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corregir el texto que cambia de tamaÃ±o de forma extraÃ±a en IE6/7 cuando el tamaÃ±o de fuente del cuerpo se establece en unidades em
 * 2. Forzar la barra de desplazamiento vertical en navegadores distintos de IE
 * 3. Evitar el ajuste de tamaÃ±o de texto en iOS cuando cambia la orientaciÃ³n del dispositivo sin que se desactive el zoom de usuario: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 12px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: "open_sansregular", Calibri,"Trebuchet MS", Arial, Verdana; }

/* 
 * Eliminar text-shadow (la sombra del texto) del resaltado de selecciÃ³n: h5bp.com/i
 * Estas declaraciones de selecciÃ³n deben ser independientes
 * TambiÃ©n: rosa cÃ¡lido. (o personalice el color de fondo para que se ajuste a su diseÃ±o)
 */
/* Dreamweaver: anule la conversiÃ³n de estos en comentarios si desea personalizar el resaltado de selecciÃ³n
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
/* =============================================================================
   VÃ­nculos
   ========================================================================== */
a {
  text-decoration: none; }

/* Mejorar la legibilidad con foco y al pasar por encima en todos los navegadores: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   TipografÃ­a
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Repetir la declaraciÃ³n de la familia de fuentes monoespacio: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Mejorar la legibilidad del texto con formato preestablecido en todos los navegadores */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Colocar el contenido de subÃ­ndices y superÃ­ndices sin que se vea afectada line-height (la altura de lÃ­nea): h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Listas
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Contenido incrustado
   ========================================================================== */
/*
 * 1. Mejorar la calidad de imagen al aplicar escala en IE7: h5bp.com/d
  * 2. Eliminar el hueco entre imÃ¡genes y bordes en los contenedores de imÃ¡genes: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top; }

/*
 * Corregir el desbordamiento no oculto en IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figuras
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Formularios
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicar que 'label' desplaza el foco al elemento de formulario asociado */
label {
  cursor: pointer; }

/* 
 * 1. Corregir el color que no se hereda en IE6/7/8/9 
 * 2. Corregir la alineaciÃ³n que se muestra de manera extraÃ±a en IE6/7 
 */
legend {
  border: 0;
  padding: 0; }

/* *margin-left: -7px;*/
/* SMP */
/*
 * 1. Corregir el tamaÃ±o de fuente que no se hereda en todos los navegadores
 * 2. Eliminar mÃ¡rgenes en FF3/4 S5 Chrome
 * 3. Definir una visualizaciÃ³n con alineaciÃ³n vertical coherente en todos los navegadores
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

/* *vertical-align: middle; */
/*SMP*/
/*
 * 1. Definir line-height (la altura de lÃ­nea) como normal para que coincida con FF3/4 (configurar mediante !important en la hoja de estilos UA)
 * 2. Corregir el espaciado interno que se muestra de manera extraÃ±a en IE6/7
 */
button, input {
  line-height: normal; }

/* *overflow: visible; */
/* SMP */
/*
 * Reintroducir el espaciado interno en 'table' para evitar problemas de solapamiento y espacio en blanco en IE6/7
 */
/* *overflow: auto; */
/* SMP */
/*
 * 1. Mostrar cursor de mano para elementos de formulario en los que se puede hacer clic
 * 2. Permitir la aplicaciÃ³n de estilo a los elementos de formulario en los que se puede hacer clic en iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/*
 * TamaÃ±o y aspecto coherentes para los cuadros
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }*/
/*Comentado MIR*/
/* 
 * Eliminar el relleno y el borde interno en FF3/4: h5bp.com/l 
 */
/*button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }*/
/*Comentado MIR*/
/* 
 * 1. Eliminar la barra de desplazamiento vertical predeterminada en IE6/7/8/9 
 * 2. Permitir solo el cambio de tamaÃ±o vertical
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colores para la validez del formulario */
/*input:valid, textarea:valid {  }*/
/* Comentado MLIR*/
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
/*Comentado MIR*/
/* =============================================================================
   Tablas
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==|== estilos principales =====================================================
   Autor: 
   ========================================================================== */
/* ==|== clases de aplicaciÃ³n auxiliar no semÃ¡nticas ========================================
   Defina sus estilos antes de iniciar esta secciÃ³n.
   ========================================================================== */
/* Para sustituciÃ³n de imagen */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Ocultar a los lectores de pantalla y los navegadores: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Ocultar solo visualmente, pero mantenerlo disponible para lectores de pantalla: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* AmplÃ­a la clase .visuallyhidden para permitir que se pueda situar el foco en el elemento al navegar hasta Ã©l a travÃ©s del teclado: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Ocultar visualmente y a los lectores de pantalla, pero mantener el diseÃ±o */
.invisible {
  visibility: hidden; }

/* Contiene cuadros flotantes: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*.clearfix { zoom: 1; }*/
/*SMP*/
/* ==|== estilos de impresiÃ³n =======================================================
   Estilos de impresiÃ³n.
   Situados en lÃ­nea para evitar la conexiÃ³n HTTP requerida: h5bp.com/r
   ========================================================================== */
                                                                                                  /* @media print {
* { background: transparent !important; color: black !important; text-shadow: none !important;  } /* filter:none !important; -ms-filter: none !important; */
/* SMP */
/*a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } 
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
/*@page { margin: 0.5em; }*/
/*Comentado MIR*/
 /* p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

}*/
/*Comentado completo MIR*/
/* CSS Document */
img, object, embed, video, iframe {
  max-width: 100%; }

.ie6 img {
  width: 100%; }

/***************************************************************************************************************/
/***************************************************************************************************************/
/* Diseï¿½o escritorio: de 769 px hasta un mï¿½ximo de 1232 px.  Hereda estilos de: Diseï¿½o mï¿½vil y Diseï¿½o tableta. */
/***************************************************************************************************************/
/***************************************************************************************************************/
@media only screen and (min-width: 769px) {
  .gridContainer {
    max-width: 1000px;
    /*padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top:0.7%;*/
    margin: 0 auto;
    /*border:2px solid purple;*/ }

  #EducaLAB_menucabecera {
    clear: both;
    float: left;
    margin: 0em;
    width: 20%;
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    display: block;
    /**display:block !important; _display:block;*/ }

  #EducaLAB_Caja_buscador {
    width: 44%;
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    display: block;
    /**display:block !important; _display:block;*/
    text-align: right; }

  #EducaLAB_Texto_Buscar {
    clear: right;
    display: block;
    float: left;
    margin-right: 1em;
    text-align: right;
    width: 30%; }

  #EducaLAB_Texto_Buscar {
    width: 38%;
    text-align: right;
    margin-right: 1em;
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    display: block;
    /**display:block !important; _display:block;*/ }

  #EducaLAB_buscador {
    margin: 0;
    width: 56%;
    /*height:2.76em;*/
    text-align: right;
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    display: block;
    /**display:block !important; _display:block;*/ }

  #EducaLAB_redes {
    margin: 0;
    width: 24%;
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    display: block;
    /**display:block !important; _display:block;*/ }

  #EducaLAB_logo {
    margin: 0;
    /*width: 13%;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    display: block;
    /**display:block !important; _display:block;*/ }

  #EducaLAB_breadcrumb {
    clear: both;
    /**clear:both !important; _clear:both;*/
    float: left;
    margin-left: 0;
    width: 100%;
    /*height:1.83em;*/
    display: block;
    /**display:block !important; _display:block;*/
    padding-top: 0.5em; }

  #WEBICA_cabeceraSEC {
    clear: both;
    /**clear:both !important; _clear:both;*/
    float: left;
    margin-left: 0;
    width: 100%;
    height: auto;
    /**height:0px !important; _height:0px;*/ }

  #EducaLAB_columna_anchocompleto {
    clear: both;
    /**clear:both !important; _clear:both;*/
    float: left;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    /**display:block !important; _display:block;*/ }

  /***********************/
  /* nuevo para EducaLAB */
  /***********************/
  /* 30/70  - 70/30 */
  #EducaLAB_columna30 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna70 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 70%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    margin-top: -1.5em; }

  #EducaLAB_columna70_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 70%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 20/80  - 80/20 */
  #EducaLAB_columna20 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna80 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna80_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna20_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 50/50 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna50 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna50_2 {
    /* text-align: right;*/
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna50_2 p {
    margin-bottom: 0em; }

  #EducaLAB_columna50_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  /* 25/25/25/25 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna25 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna25_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_6 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  /* 30/30/40 */
  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 40/30/30 */
  #EducaLAB_columna40_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 33/33/33  - 66/33 */
  #EducaLAB_columna33 {
    margin-left: 0;
    padding: 0 0.38em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_2 {
    margin-left: 0;
    padding: 0 0.38em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna33_5 {
    margin-left: 0.35em;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna60 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 60%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66_2 {
    margin-left: 0;
    padding: 0 0.38em 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_inicioMENU {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0.92em;
    float: left;
    vertical-align: top !important;
    display: inline-block;
    /**display:inline-block !important; _display:inline-block;*/
    clear: both;
    /**clear:both !important; _clear:both;*/ }

  #EducaLAB_MENU {
    margin: 0;
    width: 100%;
    float: left;
    display: block;
    /**display:block !important; _display:block;*/
    clear: both;
    /**clear:both !important; _clear:both;*/ }

  #EducaLAB_cierre {
    clear: both;
    /**clear:both !important; _clear:both;*/
    float: left;
    margin: 0;
    width: 100%;
    height: 3.1em;
    display: block;
    /**display:block !important; _display:block;*/ } }
/*********************************************************************************/
/*********************************************************************************/
/*                        Diseï¿½o tableta Samsung:  */
/*********************************************************************************/
/*********************************************************************************/
@media only screen and (max-width: 800px) and (max-width: 1248px) {
  /***********************/
  /*       Cabecera      */
  /***********************/
  /*.gridContainer {border:2px solid blue;}*/
  #EducaLAB_Texto_Buscar {
    display: none; }

  #EducaLAB_redes {
    width: 29% !important; }

  #EducaLAB_logo {
    float: left; }

  #EducaLAB_Caja_buscador {
    width: 35%;
    float: left; }

  #EducaLAB_buscador {
    float: left;
    padding-left: 0em;
    width: 66%; }

  /* 30/70  - 70/30 */
  #EducaLAB_columna30 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna70 {
    margin-left: 1em;
    padding: 0 0 0 0;
    width: 68%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    margin-top: -1.5em; }

  #EducaLAB_columna70_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 70%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 20/80  - 80/20 */
  #EducaLAB_columna20 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna80 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna80_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna20_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 50/50 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna50 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna50_2 {
    /* text-align: right;*/
    margin-left: 0px;
    padding: 0 0 0 0;
    width: 49%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna50_2 p {
    margin-bottom: 0em; }

  /* 25/25/25/25 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna25 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 30/30/40 */
  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 40/30/30 */
  #EducaLAB_columna40_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 33/33/33  - 66/33 */
  #EducaLAB_columna33 {
    margin-left: 0;
    padding: 0 0.2em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_2 {
    margin-left: 0;
    padding: 0 0.2em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna33_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna60 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 60%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ } }
/*********************************************************************************/
/*********************************************************************************/
/*                        Diseï¿½o tableta Ipad  */
/*********************************************************************************/
/*********************************************************************************/
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  /*.gridContainer {border:2px solid red;}*/
  /***********************/
  /*       Cabecera      */
  /***********************/
  video {
    width: 98%;
    height: 400px; }

  #EducaLAB_menucabecera {
    float: left; }

  #EducaLAB_redes {
    float: left;
    margin-left: 0em;
    /*border:1px solid red;*/
    width: 27% !important; }

  #EducaLAB_redes p {
    font-size: 0.7em; }

  #EducaLAB_redes p img {
    width: 23px; }

  #EducaLAB_Caja_buscador {
    float: left; }

  #EducaLAB_buscador {
    float: left;
    padding-left: 0em;
    width: 96%; }

  #EducaLAB_Texto_Buscar {
    display: none; }

  #EducaLAB_Caja_buscador {
    width: 33%; }

  #EducaLAB_logo {
    float: left;
    width: 83px; }

  /* 30/70  - 70/30 */
  #EducaLAB_columna30 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna70 {
    margin-left: 1em;
    padding: 0 0 0 0;
    width: 68%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    margin-top: -1.5em; }

  #EducaLAB_columna70_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 70%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 20/80  - 80/20 */
  #EducaLAB_columna20 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna80 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna80_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna20_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 50/50 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna50 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna50_2 {
    /* text-align: right;*/
    margin-left: 6px;
    padding: 0 0 0 0;
    width: 47%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna50_2 p {
    margin-bottom: 0em; }

  /* 25/25/25/25 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna25 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna25_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_6 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 30/30/40 */
  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 40/30/30 */
  #EducaLAB_columna40_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 33/33/33  - 66/33 */
  #EducaLAB_columna33 {
    margin-left: 0;
    padding: 0 0.38em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_2 {
    margin-left: 0;
    padding: 0 0.38em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna33_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna60 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 60%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ } }
/*********************************************************************************/
/*********************************************************************************/
/*                          Diseï¿½o movil Samsung: 600 px e inferior. 481                 */
/*********************************************************************************/
/*********************************************************************************/
@media only screen and (max-width: 600px) {
  /*.gridContainer {border:2px solid green;}*/
  /***********************/
  /*       Cabecera      */
  /***********************/
  #EducaLAB_menucabecera {
    float: left; }

  #EducaLAB_redes {
    float: left;
    margin-left: 9em;
    width: 40% !important; }

  #EducaLAB_Caja_buscador {
    float: left;
    width: 76%; }

  #EducaLAB_Texto_Buscar {
    display: none; }

  #EducaLAB_buscador {
    float: left;
    padding-left: 1em; }

  #EducaLAB_logo {
    float: left; }

  /* 30/70  - 70/30 */
  #EducaLAB_columna30 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 29%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna70 {
    margin-left: 1em;
    padding: 0 0 0 0;
    width: 68%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    margin-top: -1.5em; }

  #EducaLAB_columna70_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 70%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 20/80  - 80/20 */
  #EducaLAB_columna20 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna80 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna80_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna20_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 50/50 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna50 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna50_2 {
    /* text-align: right;*/
    margin-left: 6px;
    padding: 0 0 0 0;
    width: 48%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna50_2 p {
    margin-bottom: 0em; }

  /* 25/25/25/25 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna25 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna25_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna25_6 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 25%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 30/30/40 */
  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 40/30/30 */
  #EducaLAB_columna40_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 33/33/33  - 66/33 */
  #EducaLAB_columna33 {
    margin-left: 0;
    padding: 0 0.1em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_2 {
    margin-left: 0;
    padding: 0 0.1em 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna33_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna60 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 60%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ } }
/*********************************************************************************/
/*********************************************************************************/
/*                          Diseï¿½o mï¿½vil: 480 px e inferior. 481                 */
/*********************************************************************************/
/*********************************************************************************/
@media only screen and (max-width: 400px) {
  /*.gridContainer {border:2px solid purple;}*/
  /***********************/
  /*      Cabecera       */
  /***********************/
  #EducaLAB_typo {
    margin-left: 0.3em;
    width: 98% !important; }

  #EducaLAB_menucabecera {
    width: 40%;
    float: left; }

  #EducaLAB_Caja_buscador {
    width: 62%;
    float: left;
    /*padding-top: 0.5em;*/ }

  #EducaLAB_Texto_Buscar {
    /* float: left;   margin-left: 1em;   width: 18%;*/
    display: none; }

  #EducaLAB_redes {
    margin-left: 0em;
    width: 59% !important; }

  #EducaLAB_breadcrumb {
    float: left;
    width: 100%; }

  /***********************/
  /* nuevo para EducaLAB */
  /***********************/
  /* 30/70  - 70/30 */
  #EducaLAB_columna30 {
    margin-left: 0.5em;
    padding: 0 0 0 0;
    width: 98%;
    display: block;
    /**display:block !important; _display:block;	/*float:left;*/ }

  #EducaLAB_columna70 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 98%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/
    margin-top: -1.5em; }

  #EducaLAB_columna70_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 98%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 20/80  - 80/20 */
  #EducaLAB_columna20 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna80 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna80_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 80%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna20_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 20%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 50/50 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna50 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna50_2 {
    /* text-align: right;*/
    margin-left: 0;
    padding: 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: both;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna50_2 p {
    margin-bottom: 0em; }

  /* 25/25/25/25 */
  /* 25/25/50 */
  /* 50/25/25 */
  #EducaLAB_columna25 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna25_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: both; }

  #EducaLAB_columna25_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 50%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna25_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: both; }

  #EducaLAB_columna25_6 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 30/30/40 */
  #EducaLAB_columna30_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    /**display:block !important; _display:block;*/
    /*float:left;*/
    clear: both; }

  #EducaLAB_columna40 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 40/30/30 */
  #EducaLAB_columna40_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna30_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 30%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  /* 33/33/33  - 66/33 */
  #EducaLAB_columna33 {
    margin-left: 0.4em;
    padding: 0 0.38em 0 0;
    width: 99%;
    display: block;
    /**display:block !important; _display:block;*/
    /*float:left;*/ }

  #EducaLAB_columna33_2 {
    margin-left: 0.4em;
    padding: 0 0.38em 0 0;
    width: 99%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_3 {
    margin-left: 0.4em;
    padding: 0 0 0 0;
    width: 97%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna33_4 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 98%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: both;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna33_5 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 33%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ }

  #EducaLAB_columna60 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 60%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 98%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna66_2 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 66%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left; }

  #EducaLAB_columna40_3 {
    margin-left: 0;
    padding: 0 0 0 0;
    width: 40%;
    display: block;
    /**display:block !important; _display:block;*/
    float: left;
    clear: right;
    /**clear:right !important; _clear:right;*/ } }
/* CSS Document */
@font-face {
  font-family: 'open_sanslight';
  src: url("Fonts/OpenSans-Light-webfont.eot");
  src: url("Fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-Light-webfont.woff") format("woff"), url("Fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("Fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: none; }

@font-face {
  font-family: 'open_sansregular';
  src: url("Fonts/OpenSans-Regular-webfont.eot");
  src: url("Fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-Regular-webfont.woff") format("woff"), url("Fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("Fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: none; }

@font-face {
  font-family: 'open_sanssemibold';
  src: url("Fonts/OpenSans-Semibold-webfont.eot");
  src: url("Fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("Fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("Fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: none; }

@font-face {
  font-family: 'open_sansbold';
  src: url("Fonts/OpenSans-Bold-webfont.eot");
  src: url("Fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-Bold-webfont.woff") format("woff"), url("Fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("Fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: none; }

@font-face {
  font-family: 'open_sansextrabold';
  src: url("Fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("Fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("Fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("Fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: none; }

@font-face {
  font-family: 'open_sansitalic';
  src: url("Fonts/OpenSans-Italic-webfont.eot");
  src: url("Fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-Italic-webfont.woff") format("woff"), url("Fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("Fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: none; }

/*NUEVO MIR*/
@font-face {
  font-family: MySolexBlack;
  src: url(Fonts/SolexBlack.eot);
  /* EOT file for IE */ }

@font-face {
  font-family: MySolexBlack;
  src: url(Fonts/SolexBlack.tff.ttf) format("truetype");
  /* TTF file for CSS3 browsers */ }

/* FIN NUEVO MIR*/
/*html{ font-family: "Segoe UI", "Trebuchet MS", Arial, "Segoe UI Light", "Segoe UI Semibold", sans-serif;}*/
html {
  font-family: open_sansregular, sans-serif; }

body {
  background-color: #FFF;
  /*color:#283028;*/ }

 /*
@media \0screen {
  img { 
  	width: auto; 
  }
}/* for ie 8 */
.ContenidoCampoBusqueda {
  display: none; }

/*-------------------- COMUNES -------------------*/
.gridContainer {
  max-width: 1000px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  /*border:1px solid red;*/ }

.EducaLAB_style_contenido {
  width: 93%;
  margin-left: 3em;
  float: left;
  margin-top: 1em; }

/*******************************/
/*            Cabecera         */
/*******************************/
.EducaLAB_style_Cabecera {
  width: 100%;
  height: 2.75em;
  background-color: #354d60; }

.EducaLAB_style_menucabecera {
  height: 2.7em; }

.EducaLAB_style_menucabecera_imagen {
  margin-left: 3em; }

.EducaLAB_style_redes {
  float: left;
  height: 2.7em; }

.EducaLAB_style_logoEducaLAB {
  float: left;
  text-align: right;
  height: 2.7em; }

.EducaLAB_style_Texto_Buscar {
  height: 2.7em;
  line-height: 2.5em; }

.EducaLAB_style_Texto_Buscar p {
  font-family: "open_sanslight";
  font-size: 12px;
  color: #ffffff; }

.EducaLAB_style_buscador {
  vertical-align: middle;
  line-height: 2.5em;
  float: left; }

.EducaLAB_style_buscador input {
  border: none;
  padding-top: 1px; }

.EducaLAB_style_buscador input[type="text"] {
  height: 16px;
  vertical-align: middle;
  margin-top: 1px;
  width: 60%; }

.EducaLAB_style_buscador input[type="image"] {
  vertical-align: middle;
  padding-right: 4em; }

.EducaLAB_style_buscador select {
  display: none !important; }

#EducaLAB_style_buscador_imagen {
  margin-top: 5px;
  margin-left: -0.5em;
  cursor: pointer; }

/************************************/
/*          Camino de migas         */
/************************************/
.EducaLAB_style_breadcrumb {
  color: #283028; }

/************************************/
/*               Layout             */
/************************************/
.EducaLAB_style_columna_anchocompleto {
  padding: 0 0 0 0;
  background-color: #FFF !important; }

.EducaLAB_style_columna20 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna25 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna30 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna33 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna40 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna50 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna60 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna66 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna70 {
  padding: 0 0 0 0; }

.EducaLAB_style_columna80 {
  padding: 0 0 0 0; }

/* ********************************** */
/*          Cabecera de pie           */
/* ********************************** */
.EducaLAB_style_footer {
  float: left;
  margin-left: 3em;
  margin-top: 1em;
  width: 93%; }

.EducaLAB_footer_logo {
  /*width: 19%;*/
  float: left; }

.EducaLAB_footer_Contacto {
  /*width: 61%;*/
  float: right; }

.EducaLAB_footer_Contacto p {
  color: #ffffff !important;
  margin-top: 0.7em;
  float: right;
  margin-right: 1em; }

.EducaLAB_footer_Contacto p a {
  color: #ffffff !important;
  text-decoration: none; }

.EducaLAB_footer_Contacto p a:hover {
  color: #ffffff !important;
  text-decoration: none; }

.EducaLAB_footer_Contacto p a:selected {
  color: #ffffff !important;
  text-decoration: none; }

.EducaLAB_footer_Contacto p a:visited {
  color: #ffffff !important;
  text-decoration: none; }

.EducaLAB_footer_idioma h1.portlet-title {
  display: none; }

.EducaLAB_footer_idioma {
  /*width: 20%;*/
  float: left; }

.EducaLAB_style_inicioMENU {
  text-align: right;
  height: 10px;
  width: 93%;
  background-color: #a1b4c9; }

.EducaLAB_style_MENU {
  background-color: #a1b4c9 !important; }

.EducaLAB_style_Caja_MENU {
  width: 97%;
  margin-left: 1em;
  margin-bottom: 3em;
  float: left;
  margin-top: 1em; }

.EducaLAB_style_cierre {
  background-color: #354d60 !important;
  height: 2.7em; }

.EducaLAB_style_copy {
  float: left;
  width: 14%; }

.EducaLAB_style_copy p {
  color: #FFFFFF;
  line-height: 2.9em;
  font-family: "open_sansregular";
  font-size: 1em; }

/************************************/
/*         Mapa web de menu pie     */
/************************************/
div.EducaLAB_typo_MENU {
  width: 20%;
  float: left;
  clear: right;
  /**clear:right !important; _clear:right;*/
  display: block;
  /**display:block !important; _display:block;*/
  text-align: left !important; }

ul.EducaLAB_typo_MENU {
  font-size: 1em;
  list-style: none;
  margin: 0;
  color: #000000;
  font-size: 1em; }

li.EducaLAB_typo_MENU {
  margin: 0;
  padding-top: 0.2em;
  text-indent: -0.5em;
  color: #000000 !important;
  padding-right: 0;
  font-size: 0.9em;
  width: 98%; }

li.EducaLAB_typo_MENU a {
  text-decoration: none !important;
  color: #000000 !important;
  font-size: 1.2em; }

li.EducaLAB_typo_MENU a:hover {
  text-decoration: none !important;
  color: #000000 !important; }

li.EducaLAB_typo_MENU a:visited {
  text-decoration: none !important;
  color: #000000; }

ul li.EducaLAB_typo_MENU_encabezado h1 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  margin: -0.4em 0 0.5em 0; }

li.EducaLAB_typo_MENU, .selected {
  text-decoration: none !important;
  color: #ffffff !important;
  padding-left: 0.5em; }

ul li.EducaLAB_typo_MENU_encabezado h1 a {
  text-decoration: none !important;
  color: #ffffff; }

ul li.EducaLAB_typo_MENU_encabezado h1 a:hover {
  text-decoration: none !important;
  color: #ffffff !important; }

ul li.EducaLAB_typo_MENU_encabezado h1 a:visited {
  text-decoration: none !important;
  color: #ffffff; }

/************************************/
/*       POSICIONAR CAPA            */
/************************************/
.FL {
  float: left; }

.FR {
  float: right; }

/*.FC{ float:center;}*/
.CL {
  clear: left; }

.CR {
  clear: right; }

.CB {
  clear: both; }

/************************************/
/*        POSICIONAR IMG            */
/************************************/
.imgR {
  text-align: right;
  float: right;
  padding-left: 1em; }

.imgC {
  text-align: center; }

.imgL {
  text-align: left;
  float: left;
  padding-right: 1em; }

/************************************/
/*        VIDEOS / IFRAME           */
/************************************/
.EducaLAB_iframe_70 {
  width: 640px; }

/*POSICION CAPA IMAGEN EDUCALAB */
.PBOTTOM {
  padding-bottom: 10em; }

.PTOP {
  padding-top: 10em; }

.PTOP1 {
  padding-top: 1em; }

.PTOP2 {
  padding-top: 2em; }

.PTOP3 {
  padding-top: 3em; }

.PTOP4 {
  padding-top: 4em; }

.PTOP5 {
  padding-top: 5em; }

.PTOP6 {
  padding-top: 6em; }

.PTOP7 {
  padding-top: 7em; }

.PTOP8 {
  padding-top: 8em; }

.PTOP9 {
  padding-top: 9em; }

.PTOP10 {
  padding-top: 10em; }

.PTOPBotonHome {
  padding-top: 0.8em; }

.PTOPBuscador {
  padding-top: 5em; }

.PRIGHT_2 {
  padding-right: 2em; }

.PRIGHT_1 {
  padding-right: 1em; }

.PLEFT_1 {
  padding-left: 0.5em; }

.MLEFT1 {
  margin-left: 1em; }

.MLEFT2 {
  margin-left: 2em; }

.MLEFT3 {
  margin-left: 3em; }

.MLEFT4 {
  margin-left: 4em; }

.MLEFT5 {
  margin-left: 5em; }

.MLEFT6 {
  margin-left: 6em; }

.MLEFT7 {
  margin-left: 7em; }

.MLEFT8 {
  margin-left: 8em; }

.MLEFT9 {
  margin-left: 9em; }

.MLEFT10 {
  margin-left: 10em; }

.MRIGHT05 {
  margin-right: 0.5em; }

.MRIGHT1 {
  margin-right: 1em; }

.MRIGHT2 {
  margin-right: 2em; }

.MRIGHT3 {
  margin-right: 3em; }

.MRIGHT4 {
  margin-right: 4em; }

.MRIGHT5 {
  margin-right: 5em; }

.MRIGHT6 {
  margin-right: 6em; }

.MRIGHT7 {
  margin-right: 7em; }

.MRIGHT8 {
  margin-right: 8em; }

.MRIGHT9 {
  margin-right: 9em; }

.MRIGHT10 {
  margin-right: 10em; }

.MTOP1 {
  margin-top: 1em; }

.MTOP2 {
  margin-top: 2em !important; }

.MTOP3 {
  margin-top: 3em !important; }

.MTOP4 {
  margin-top: 4em !important; }

.MTOP5 {
  margin-top: 5em !important; }

.MTOP6 {
  margin-top: 6em !important; }

.MTOP7 {
  margin-top: 7em !important; }

.MTOP8 {
  margin-top: 8em !important; }

.MTOP9 {
  margin-top: 9em !important; }

.MTOP10 {
  margin-top: 10em !important; }

.EducaLAB_iframe_endirecto {
  width: 640px; }

/********************************************************/
/* Estilos para las cajas de la pï¿½gina principal HOME   */
/********************************************************/
/* Tamaï¿½o */
.EducaLAB_Caja_Alto_Pq {
  height: 118px; }

.EducaLAB_Caja_Alto_Gd {
  height: 249px; }

.EducaLAB_Caja_Ancho {
  width: 95%; }

/* Color Cajas */
.EducaLAB_Caja_Color_Naranja {
  background-color: #ef801c !important; }

.EducaLAB_Caja_Color_Azul {
  background-color: #354d60 !important; }

.EducaLAB_Caja_Color_Rojo {
  background-color: #ff5138 !important; }

.EducaLAB_Caja_Color_Verde {
  background-color: #00aa89 !important; }

.EducaLAB_Caja_Color_Azul_Claro {
  background-color: #71b2c6 !important; }

.EducaLAB_Caja_Color_Gris_Claro {
  background-color: #f4f4f4 !important; }

/* Espacios */
.EducaLAB_Caja_Margen_Arriba10 {
  margin-top: 11px; }

.EducaLAB_Caja_Margen_Izquierda {
  margin-left: 2px; }

.EducaLAB_Caja_Margen_Izquierda_6 {
  margin-left: 6px; }

.EducaLAB_Caja_Margen_Izquierda_8 {
  margin-left: 8px; }

.EducaLAB_Caja_Margen_Derecha {
  margin-right: 10px; }

/* ocultar y desocultar */
.EducaLAB_Ocultar {
  display: none; }

.EducaLAB_Desocultar {
  display: none; }

/* Letras */
.EducaLAB_Caja_Letra_Gd {
  font-size: 1.8em; }

.EducaLAB_Caja_Letra_Md {
  font-size: 1.6em; }

.EducaLAB_Caja_Letra_Pq {
  font-size: 1.4em; }

.EducaLAB_Caja_Letra_Solex {
  font-family: "MySolexBlack";
  font-size: 36px;
  line-height: 0; }

.EducaLAB_Caja_Letra_SemiBold {
  font-family: "open_sanssemibold" !important; }

.EducaLAB_Caja_Letra_Negrita {
  font-weight: bold; }

.EducaLAB_Caja_Letra_Color {
  color: #ffffff; }

p.EducaLAB_Caja_Letra_Color a {
  color: #ffffff;
  text-decoraction: none; }

.EducaLAB_Caja_Linea_Alto0 {
  line-height: 0em; }

.EducaLAB_Caja_Linea_Alto1 {
  line-height: 1em; }

/* ---------------------- Los enlaces de los textos --------------- */
.EducaLAB_Caja_TextoTitulo p a,
.EducaLAB_Caja_TextoTop p a,
.EducaLAB_Caja_Texto p a,
.EducaLAB_Caja_ImagenTexto p a,
.EducaLAB_Caja_TextoBottom p a,
.EducaLAB_Caja_TextoBottom_Conoce p a,
.EducaLAB_Caja_TextoTop_Eventos p a {
  color: #ffffff !important; }

.EducaLAB_Caja_TextoTitulo p a:hover,
.EducaLAB_Caja_TextoTop p a:hover,
.EducaLAB_Caja_Texto p a:hover,
.EducaLAB_Caja_ImagenTexto p a:hover,
.EducaLAB_Caja_TextoBottom p a:hover,
.EducaLAB_Caja_TextoBottom_Conoce p a:hover,
.EducaLAB_Caja_TextoTop_Eventos p a:hover {
  color: #ffffff !important; }

.EducaLAB_Caja_TextoTitulo p a:visited,
.EducaLAB_Caja_TextoTop p a:visited,
.EducaLAB_Caja_Texto p a:visited,
.EducaLAB_Caja_ImagenTexto p a:visited,
.EducaLAB_Caja_TextoBottom p a:visited,
.EducaLAB_Caja_TextoBottom_Conoce p a:visited,
.EducaLAB_Caja_TextoTop_Eventos p a:visited {
  color: #ffffff; }

/*****************************************************************/
/*     Estilos para la imagen y el texto del carrusel  marisa    */
/*****************************************************************/
/*.CajaImagenTextoCarusel{ 
	height:250px; width:459px;
	position:absolute;
    left: 0px;
	top: 0px;
	z-index: 1;
}*/
.CajaImagenTextoCarusel {
  left: 6px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
  float: right;
  margin-right: 2em;
  position: absolute;
  height: 250px;
  margin-bottom: 0em;
  padding-bottom: 0em;
  width: 459px; }

.fondoimg {
  /*background-image:url(img.png); background-repeat: no-repeat; */
  /*height:250px; width:460px;*/
  /*float:left;*/
  position: relative;
  /*left: 6px;*/
  top: 0px;
  z-index: 2; }

.textoimg {
  /*background-color: #000000;*/
  background-color: rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  /*)-moz-opacity: 0.70;*/
  /*opacity: 0.71;*/
  height: 52px;
  padding: 0 8px 8px;
  position: absolute;
  z-index: 3;
  /*left: 6px;*/
  top: 189px;
  width: 443px;
  transition: opacity 0.5s ease 05s; }

.textoimg h2 {
  font-size: 1.2em !important;
  font-family: "open_sanslight";
  line-height: 1.1em;
  color: #ffffff !important;
  text-align: left; }

.textoimg p {
  font-size: 1em;
  font-family: "open_sansregular";
  line-height: 14px;
  color: #ffffff;
  text-align: left; }

#carousel .aui-carousel-menu-item {
  background-color: #ffffff !important; }

#carousel .aui-carousel-menu-active {
  color: yellow !important;
  background-color: #fdf401 !important; }

/********************************************************/
/* Estilos para las cajas de las pï¿½ginas secundarias    */
/********************************************************/
.EducaLAB_Caja_INEE {
  width: 100%;
  background-color: #df513b;
  height: 3.8em;
  margin-bottom: 1em; }

.EducaLAB_Caja_CNIIE {
  width: 100%;
  background-color: #f0801c;
  height: 3.8em;
  margin-bottom: 1em; }

.EducaLAB_Caja_INTEF {
  width: 100%;
  background-color: #00aa89;
  height: 3.8em;
  margin-bottom: 1em; }

#EducaLAB_Caja_Rojo {
  width: 98%;
  background-color: #df513b;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_RojoOsc {
  width: 100%;
  background-color: #bb3b25;
  height: 5.0em;
  margin-left: 0em; }

#EducaLAB_Caja_Verde {
  width: 98%;
  background-color: #00aa89;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_VerdeOsc {
  width: 100%;
  background-color: #007b62;
  height: 5.0em;
  margin-left: 0em; }

#EducaLAB_Caja_Naranja {
  width: 98%;
  background-color: #f0801c;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_NaranjaOsc {
  width: 100%;
  background-color: #de6a02;
  height: 5.0em;
  margin-left: 0em; }

#EducaLAB_Caja_Gris {
  width: 98%;
  background-color: #899aa4;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_GrisOsc {
  width: 100%;
  background-color: #4a5f70;
  height: 5.0em;
  margin-left: 0em; }

/*Cajas Informacion de la derecha */
#EducaLAB_Caja_Rojo_Derecha {
  width: 100%;
  background-color: #df513b;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_RojoOsc_Derecha {
  width: 100%;
  background-color: #bb3b25;
  height: 5.0em;
  margin-left: 0em; }

#EducaLAB_Caja_Verde_Derecha {
  width: 100%;
  background-color: #00aa89;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_VerdeOsc_Derecha {
  width: 100%;
  background-color: #007b62;
  height: 5.0em;
  margin-left: 0em; }

#EducaLAB_Caja_Naranja_Derecha {
  width: 100%;
  background-color: #f0801c;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_NaranjaOsc_Derecha {
  width: 100%;
  background-color: #de6a02;
  height: 5.0em;
  margin-left: 0em; }

#EducaLAB_Caja_Gris_Derecha {
  width: 100%;
  background-color: #899aa4;
  height: 25.2em;
  margin-left: 0em; }

#EducaLAB_Caja_GrisOsc_Derecha {
  width: 100%;
  background-color: #4a5f70;
  height: 5.0em;
  margin-left: 0em; }

.Educalab_Caja_Informacion_Imagen {
  height: 92px;
  width: 100%; }

.Educalab_Caja_Informacion_Imagen img {
  max-width: 100%; }

.EducaLAB_Caja_Sec {
  height: 120px; }

.EducaLAB_Caja_Sec p {
  color: #FFFFFF;
  font-size: 1.1em;
  padding-left: 1em;
  line-height: 1em;
  padding-top: 1em;
  width: 90%;
  height: 79px; }

.EducaLAB_Caja_Titulo p {
  color: #FFFFFF;
  font-size: 1.6em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  text-align: left; }

.EducaLAB_Caja_TextoMas p {
  color: #FFFFFF;
  font-size: 2em;
  padding-top: 1em;
  padding-left: 0.7em; }

.EducaLAB_Cajas_Banner {
  width: 100%;
  background-color: #ffffff;
  height: 25.2em;
  margin-left: 0em; }

.EducaLAB_Cajas_Banner_Secundaria {
  width: 100%;
  background-color: #ffffff;
  margin-left: 0.7em; }

/* ----------------- Para Los banner de las cajas de informaciï¿½n Tamaï¿½o Estandar ------------------- */
#EducaLAB_Cajas_Banner_Blanco_Izquierda_Arriba {
  width: 49%;
  background-color: #ffffff;
  height: 12.5em;
  border-top: 1px solid #4a5f70;
  border-left: 1px solid #4a5f70; }

#EducaLAB_Cajas_Banner_Blanco_Izquierda_Abajo {
  width: 49%;
  background-color: #ffffff;
  height: 12.5em;
  border-bottom: 1px solid #4a5f70;
  border-left: 1px solid #4a5f70; }

#EducaLAB_Cajas_Banner_Blanco_Derecha_Arriba {
  width: 49%;
  background-color: #ffffff;
  height: 12.5em;
  border-top: 1px solid #4a5f70;
  border-right: 1px solid #4a5f70; }

#EducaLAB_Cajas_Banner_Blanco_Derecha_Abajo {
  width: 49%;
  background-color: #ffffff;
  height: 12.5em;
  border-bottom: 1px solid #4a5f70;
  border-right: 1px solid #4a5f70; }

#EducaLAB_Cajas_Banner_Gris {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #899aa4; }

#EducaLAB_Cajas_Banner_Gris_Oscuro {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #4a5f70; }

#EducaLAB_Cajas_Banner_Verde {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #00a988; }

#EducaLAB_Cajas_Banner_Rojo {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #df513b; }

#EducaLAB_Cajas_Banner_Naranja {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #f0801c; }

/* -------------------- Para Los banner de las cajas de informaciï¿½n Tamaï¿½o Estandar ----------------- */
#EducaLAB_Cajas_Banner_Blanco_Secundaria {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #ffffff; }

#EducaLAB_Cajas_Banner_Gris_Secundaria {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #899aa4; }

#EducaLAB_Cajas_Banner_Gris_Oscuro_Secundaria {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #4a5f70; }

#EducaLAB_Cajas_Banner_Verde_Secundaria {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #00a988; }

#EducaLAB_Cajas_Banner_Rojo_Secundaria {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #df513b; }

#EducaLAB_Cajas_Banner_Naranja_Secundaria {
  width: 50%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #f0801c; }

/* -------------------- Para Los banner de las cajas de informaciï¿½n de la Derecha en tamaï¿½o Grande ------------------- */
#EducaLAB_Cajas_Banner_Gris_Grande_Derecha {
  width: 100%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #899aa4; }

#EducaLAB_Cajas_Banner_Verde_Grande_Derecha {
  width: 100%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #00a988; }

#EducaLAB_Cajas_Banner_Rojo_Grande_Derecha {
  width: 100%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #df513b; }

#EducaLAB_Cajas_Banner_Naranja_Grande_Derecha {
  width: 100%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #f0801c; }

#EducaLAB_Cajas_Banner_Gris_Oscuros_Grande_Derecha {
  width: 100%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #4a5f70; }

#EducaLAB_Cajas_Banner_Gris_Grande_Izquierda {
  width: 98%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #899aa4; }

#EducaLAB_Cajas_Banner_Verde_Grande_Izquierda {
  width: 98%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #00a988; }

#EducaLAB_Cajas_Banner_Rojo_Grande_Izquierda {
  width: 98%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #df513b; }

#EducaLAB_Cajas_Banner_Naranja_Grande_Izquierda {
  width: 98%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #f0801c; }

#EducaLAB_Cajas_Banner_Gris_Oscuros_Grande_Izquierda {
  width: 98%;
  background-color: #ffffff;
  height: 12.6em;
  background-color: #4a5f70; }

#EducaLAB_Cajas_CERTIFICADOS {
  width: 49.6%;
  background-color: #ffffff;
  height: 12.4em;
  float: right;
  border-top: 1px solid #4a5f70;
  border-right: 1px solid #4a5f70;
  border-bottom: 1px solid #4a5f70; }

.Caja_Izquierda {
  clear: both;
  float: left; }

.Caja_Derecha {
  float: right; }

.EducaLAB_Caja_SubSec p {
  color: #FFFFFF;
  font-size: 1em;
  padding-left: 1.5em;
  line-height: 0.5em;
  width: 75%;
  line-height: 1em;
  text-align: left; }

.EducaLAB_Caja_SubSec_Banner_Blanco p {
  color: #4a5f70;
  font-size: 1em;
  padding-left: 1.5em;
  line-height: 0.5em;
  width: 75%;
  line-height: 1em;
  text-align: left; }

.EducaLAB_Caja_SubTitulo {
  padding-top: 2em; }

.EducaLAB_Caja_SubTitulo p {
  color: #FFFFFF;
  font-size: 1.1em;
  padding-left: 1em;
  line-height: 1em; }

.EducaLAB_Caja_SubTitulo_Banner_Blanco {
  padding-top: 2em; }

.EducaLAB_Caja_SubTitulo_Banner_Blanco p {
  color: #4a5f70;
  font-size: 1.1em;
  line-height: 1em;
  padding-left: 1em; }

.EducaLAB_Texto_Mas {
  float: right;
  padding-right: 1em;
  color: #ffffff; }

/* ------------------- Texto enlace --------------- */
.EducaLAB_Caja_Sec p a, .EducaLAB_Caja_Titulo p a, .EducaLAB_Caja_SubTitulo p a, .EducaLAB_Caja_SubSec p a, .EducaLAB_Caja_TextoMas p a, .EducaLAB_Texto_Mas a {
  color: #ffffff !important; }

.EducaLAB_Caja_Sec p a:hover, .EducaLAB_Caja_Titulo p a:hover, .EducaLAB_Caja_SubTitulo p a:hover, .EducaLAB_Caja_SubSec p a:hover, .EducaLAB_Caja_TextoMas p a:hover, .EducaLAB_Texto_Mas a:hover {
  color: #ffffff !important; }

.EducaLAB_Caja_Sec p a:visited, .EducaLAB_Caja_Titulo p a:visited, .EducaLAB_Caja_SubTitulo p a:visited, .EducaLAB_Caja_SubSec p a:visited, .EducaLAB_Caja_TextoMas p a:visited, .EducaLAB_Texto_Mas a:visited {
  color: #ffffff; }

.EducaLAB_Caja_SubTitulo_Banner_Blanco p a, .EducaLAB_Caja_SubSec_Banner_Blanco p a {
  color: #4a5f70 !important; }

.EducaLAB_Caja_SubTitulo_Banner_Blanco p a:hover, .EducaLAB_Caja_SubSec_Banner_Blanco p a:hover {
  color: #4a5f70 !important; }

.EducaLAB_Caja_SubTitulo_Banner_Blanco p a:visited, .EducaLAB_Caja_SubSec_Banner_Blanco p a:visited {
  color: #4a5f70; }

.EducaLAB_Caja_SubTituloCertificado p {
  color: #4a5f70;
  font-size: 1.1em;
  font-family: "open_sansregular ";
  padding-left: 1em;
  line-height: 0.5em; }

.EducaLAB_Caja_SubTituloCertificado p a {
  color: #4a5f70 !important; }

.EducaLAB_Caja_SubTituloCertificado p a:hover {
  color: #4a5f70 !important; }

.EducaLAB_Caja_SubTituloCertificado p a:visited {
  color: #4a5f70; }

#EducaLAB_Caja_Agenda {
  width: 98%; }

.EducaLAB_Caja_Contenido {
  border-right: 1px solid #4a5f70;
  float: left;
  padding-left: 1em;
  width: 31%;
  padding-top: 0.5em; }

.EducaLAB_Caja_Contenido_Titulo p {
  font-size: 1em;
  font-family: "open_sansbold";
  color: #4a5f70;
  font-weight: bold; }

.Caja_Sin_Border {
  border-right: none; }

/************************************/
/*        Pï¿½GINA BUSCADOR SEARCH    */
/************************************/
/* MODIFICADOR DE ESTILOS DE BUSCADOR 02/2016 */
.EducaLAB_Buscador .taglib-page-iterator .search-results {
  padding-top: 0; }

.EducaLAB_Buscador .taglib-search-iterator-page-iterator-bottom {
  width: 100% !important; }

.EducaLAB_Buscador .results-grid {
  width: 100% !important;
  border: none; }

.EducaLAB_Buscador .taglib-search-iterator-page-iterator-top {
  width: 100% !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value img {
  display: none; }

.EducaLAB_Buscador .highlight {
  background: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-title img {
  display: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-title {
  font-size: 1.7em !important;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-type {
  display: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-tags .taglib-asset-tags-summary .tag,
.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-categories .taglib-asset-categories-summary .asset-vocabulary {
  background: none;
  padding: 2px 5px; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-tags {
  width: 100%;
  margin-bottom: 3em; }

.EducaLAB_Buscador .lfr-search-container .results-row.alt td {
  background-color: initial !important; }

.EducaLAB_Buscador .lfr-search-container .results-row td {
  border: none;
  border-bottom: 1px solid #aaaaaa !important; }

.EducaLAB_Buscador .lfr-search-container .results-row td a {
  color: #264153; }

/* ****************************************************************************************************************** */
.EducaLAB_Buscador #_3_facetNavigation {
  width: 100%; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet {
  margin-left: 23em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul {
  list-style: none outside none !important;
  width: 100%;
  padding: 0 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value:before,
.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value:after {
  content: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value {
  float: left;
  padding: 1em 2em!important;
  background-color: #E7E9EA!important;
  margin-right: -1em;
  margin-bottom: 0px!important;
  color: #666;
  border-radius: 4px 30px 0 0!important;
  border: 1px solid #264153;
  border-bottom: 0;
  position: relative;
  height: 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value.current-term {
  padding: 1em 2em !important;
  background-color: #264153 !important;
  z-index: 2;
  margin-bottom: -1px !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul li.facet-value a,
.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul li.facet-value a:hover {
  color: #666666;
  text-transform: none;
  text-decoration: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value img {
  display: none; }

.EducaLAB_Buscador .menu-column .search-layout-content {
  padding-left: 0 !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-search-iterator-page-iterator-top,
.EducaLAB_Buscador .search-layout .search-layout-content .taglib-search-iterator-page-iterator-bottom {
  background-color: #264153; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-page-iterator {
  color: #FFF;
  padding: 0.2em;
  width: 98%; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-page-iterator .search-results {
  color: #FFFFFF !important;
  padding-top: 0.2em; }

.EducaLAB_Buscador .taglib-page-iterator .search-pages a {
  color: white; }

.EducaLAB_Buscador .taglib-page-iterator .search-pages a:hover {
  text-decoration: underline; }

.taglib-page-iterator .search-results {
  padding-top: 0; }

.EducaLAB_Buscador .taglib-search-iterator-page-iterator-bottom {
  width: 100% !important; }

.EducaLAB_Buscador .results-grid {
  width: 100% !important;
  border: none; }

.EducaLAB_Buscador .taglib-search-iterator-page-iterator-top {
  width: 100% !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value img {
  display: none; }

.EducaLAB_Buscador .highlight {
  background: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-title img {
  display: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-title {
  font-size: 1.7em !important;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-type {
  display: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-categories {
  display: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-tags .taglib-asset-tags-summary .tag {
  background: none;
  padding: 2px 5px; }

.EducaLAB_Buscador .search-layout .search-layout-content .result .asset-entry .asset-entry-tags {
  width: 100%;
  margin-bottom: 0.5em; }

.EducaLAB_Buscador .lfr-search-container .results-row.alt td {
  background-color: initial !important; }

.EducaLAB_Buscador .lfr-search-container .results-row td {
  border: none;
  border-bottom: 1px solid #aaaaaa !important; }

.EducaLAB_Buscador .lfr-search-container .results-row td a {
  color: #264153; }

.EducaLAB_Buscador #_3_facetNavigation {
  width: 100%; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet {
  margin-left: 23em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul {
  list-style: none outside none !important;
  width: 100%;
  padding: 0 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value:before,
.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value:after {
  content: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value {
  float: left;
  padding: 1em 2em!important;
  background-color: #E7E9EA!important;
  margin-right: -1em;
  margin-bottom: 0px!important;
  color: #666;
  border-radius: 4px 30px 0 0!important;
  border: 1px solid #264153;
  border-bottom: 0;
  position: relative;
  height: 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value.current-term {
  padding: 1em 2em !important;
  background-color: #264153 !important;
  z-index: 2;
  margin-bottom: -1px !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul li.facet-value a,
.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul li.facet-value a:hover {
  color: #666666;
  text-transform: none;
  text-decoration: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value img {
  display: none; }

.EducaLAB_Buscador .menu-column .search-layout-content {
  padding-left: 0 !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-search-iterator-page-iterator-top,
.EducaLAB_Buscador .search-layout .search-layout-content .taglib-search-iterator-page-iterator-bottom {
  background-color: #264153; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-page-iterator {
  color: #FFF;
  padding: 0.2em;
  width: 98%; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-page-iterator .search-results {
  color: #FFFFFF !important;
  padding-top: 0.2em; }

.EducaLAB_Buscador .taglib-page-iterator .search-pages a {
  color: white; }

.EducaLAB_Buscador .taglib-page-iterator .search-pages a:hover {
  text-decoration: underline; }

/* ****************************************************************************************************************** */
.EducaLAB_Buscador #_3_facetNavigation {
  width: 100%; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet {
  margin-left: 23em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul {
  list-style: none outside none !important;
  width: 100%;
  padding: 0 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value:before,
.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value:after {
  content: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value {
  float: left;
  padding: 1em 2em!important;
  background-color: #E7E9EA!important;
  margin-right: -1em;
  margin-bottom: 0px!important;
  color: #666;
  border-radius: 4px 30px 0 0!important;
  border: 1px solid #264153;
  border-bottom: 0;
  position: relative;
  height: 1em; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value.current-term {
  padding: 1em 2em !important;
  background-color: #264153 !important;
  z-index: 2;
  margin-bottom: -1px !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul li.facet-value a,
.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul li.facet-value a:hover {
  color: #666666;
  text-transform: none;
  text-decoration: none; }

.EducaLAB_Buscador .search-layout .search-layout-content .menu .search-facet ul .facet-value img {
  display: none; }

.EducaLAB_Buscador .menu-column .search-layout-content {
  padding-left: 0 !important; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-search-iterator-page-iterator-top,
.EducaLAB_Buscador .search-layout .search-layout-content .taglib-search-iterator-page-iterator-bottom {
  background-color: #264153; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-page-iterator {
  color: #FFF;
  padding: 0.2em;
  width: 98%; }

.EducaLAB_Buscador .search-layout .search-layout-content .taglib-page-iterator .search-results {
  color: #FFFFFF !important;
  padding-top: 0.2em; }

.EducaLAB_Buscador .taglib-page-iterator .search-pages a {
  color: white; }

.EducaLAB_Buscador .taglib-page-iterator .search-pages a:hover {
  text-decoration: underline; }

/**************************************************/
/*                    FORMULARIOS                 */
/**************************************************/
.EducaLAB_CAJAFORMULARIOS {
  background-color: #F2F2F3;
  padding: 0.5em 0.8em 0.5em 0.8em;
  line-height: 2em; }

.EducaLAB_formulario .aui-button {
  font-family: Arial, Helvetica, sans-serif;
  border: 0px;
  font-size: 1em;
  color: #FFF;
  background-color: #2d5696; }

.EducaLAB_formulario .aui-button-submit {
  font-family: Arial, Helvetica, sans-serif;
  border: 0px;
  font-size: 1em;
  color: #FFF;
  background-color: #2d5696;
  background-image: none;
  text-shadow: none; }

.EducaLAB_formulario .aui-button-submit:hover {
  font-family: Arial, Helvetica, sans-serif;
  border: 0px;
  font-size: 1em;
  color: #FFF;
  background-color: #235cb5;
  background-image: none;
  text-shadow: none; }

.EducaLAB_formulario .aui-button-input {
  font-family: Arial, Helvetica, sans-serif;
  border: #000000 1px solid;
  font-size: 1em;
  color: #FFF;
  background-color: #2d5696;
  background-image: none;
  text-shadow: none; }

.EducaLAB_formulario .aui-button-input:hover {
  font-family: Arial, Helvetica, sans-serif;
  border: #000000 1px solid;
  font-size: 1em;
  color: #FFF;
  background-color: #235cb5;
  background-image: none;
  text-shadow: none; }

.EducaLAB_formulario .aui-button-input-submit {
  font-family: Arial, Helvetica, sans-serif;
  border: #000000 1px solid;
  font-size: 1em;
  color: #FFF;
  background-color: #2d5696;
  background-image: none;
  text-shadow: none; }

.EducaLAB_formulario .aui-button-content {
  border: 0px;
  background-color: #FFF; }

/************************************/
/*          Carusel                 */
/************************************/
.aui-carousel menu {
  background: none !important; }

.aui-carousel-secundaria menu {
  background: none !important; }

.aui-carousel-menu-index {
  color: #474a4b !important; }

.aui-carousel-menu-active {
  color: #ffffff !important; }

/************************************/
/*            Otros Porlets         */
/************************************/
.porlet {
  background-color: #EEF0F2; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0em !important; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-bottom: 0em !important; }

.portlet-journal .structure-tree .journal-article-field-label {
  color: #FF0000 !important; }

.aui-field-label, .aui-field-label-inline-label {
  color: #000000 !important; }

.aui-choice-label, .aui-field-hint {
  color: #000000 !important; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0em; }

.portlet-column-content {
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0.5em;
  padding-top: 0em; }

/* ------------ Publicador de contenidos ------------------ */
.portlet-asset-publisher ul.title-list {
  padding-top: 2.5em !important; }

.taglib-header {
  margin-top: 2.5em;
  border-bottom: 0em !important; }

.taglib-header .header-back-to a {
  padding-top: 0em;
  color: #354d60 !important; }

.taglib-header h2 {
  width: 90% !important; }

.taglib-page-iterator .search-results {
  padding-top: 1.5em; }

.taglib-header {
  border-bottom: 1px solid #C8C9CA;
  color: #555555;
  margin-bottom: 1em; }

img[src~="prueba"] {
  display: none; }

/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/*---------------------------------------------------------------------------------------- EXCEPCIONES ---------------------------------------------------------*/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/*********************************************************************************/
/*                          Diseï¿½o Ordenador:  px e inferior. 481                 */
/*********************************************************************************/
@media only screen and (min-width: 769px) {
  #carousel {
    height: 21.3em;
    margin-left: 0.5em !important;
    overflow: hidden; }

  .carusel-secundario img {
    width: 643px; } }
/************************************************************************/
/*                 Diseï¿½o Tablet Samsung: 800x1248                      */
/************************************************************************/
@media only screen and (max-width: 800px) and (max-width: 1248px) {
  /********************/
  /*     Cabecera     */
  /********************/
  .EducaLAB_style_contenido {
    /*border: 1px solid pink;*/
    margin-left: 1em;
    width: 97%; }

  .EducaLAB_style_menucabecera_imagen {
    margin-left: 1em; }

  .EducaLAB_style_buscador {
    clear: both; }

  .EducaLAB_style_buscador input[type="text"] {
    width: 50%; }

  .EducaLAB_style_footer {
    margin-left: 1em;
    width: 97%; }

  .EducaLAB_style_inicioMENU {
    width: 100%;
    height: 10px; }

  .EducaLAB_style_MENU {
    height: 200px; }

  .EducaLAB_style_Caja_MENU {
    margin-bottom: -1em; }

  #carousel {
    height: 250px; }

  /********************/
  /*Cajas de la Home  */
  /********************/
  .EducaLAB_Caja_Logo, #EducaLAB_Caja_Portales, #EducaLAB_Caja_Conecta, #EducaLAB_Caja_Colabora {
    height: 17.8em; }

  #EducaLAB_Caja_Procomun {
    background-size: 100% 100%;
    -moz-background-size: 25%;
    width: 99%;
    height: 214px; }

  .EducaLAB_Caja_TextoBottom_Procomun {
    padding-left: 18em;
    padding-top: 5.5em; }

  .EducaLAB_Caja_TextoBottom_Conoce {
    padding-top: 2.7em; }

  .EducaLAB_Caja_TextoBottom_Conoce p {
    font-size: 2.5em !important; }

  .EducaLAB_Caja_ImagenTexto p {
    font-size: 1.6em; }

  .EducaLAB_Caja_Texto p {
    font-size: 1.7em; }

  .EducaLAB_Caja_TextoBottom {
    padding-top: 0em;
    line-height: 0.5em; }

  .EducaLAB_Caja_SubTitulo {
    padding-top: 1.2em; }

  .EducaLAB_Caja_SubTitulo p {
    font-size: 1em; }

  .EducaLAB_Cajas_Banner_Secundaria {
    width: 100%;
    margin-left: 0.5em;
    float: left; }

  .Educalab_Caja_Informacion_Imagen {
    height: 73px;
    width: 100%; }

  .EducaLAB_Caja_Sec {
    height: 126px; }

  #EducaLAB_Caja_Rojo, #EducaLAB_Caja_Verde, #EducaLAB_Caja_Naranja, #EducaLAB_Caja_Gris, .EducaLAB_Cajas_Banner {
    height: 24.5em; }

  #EducaLAB_Caja_Rojo_Derecha, #EducaLAB_Caja_Verde_Derecha, #EducaLAB_Caja_Naranja_Derecha, #EducaLAB_Caja_Gris_Derecha {
    height: 24.5em; }

  #EducaLAB_Cajas_Banner_Blanco_Izquierda_Arriba, #EducaLAB_Cajas_Banner_Blanco_Izquierda_Abajo, #EducaLAB_Cajas_Banner_Blanco_Derecha_Arriba, #EducaLAB_Cajas_Banner_Blanco_Derecha_Abajo,
  #EducaLAB_Cajas_Banner_Gris, #EducaLAB_Cajas_Banner_Gris_Oscuro, #EducaLAB_Cajas_Banner_Verde, #EducaLAB_Cajas_Banner_Rojo, #EducaLAB_Cajas_Banner_Naranja {
    height: 12.27em; }

  /*.EducaLAB-Caja-Interoperabilidad .EducaLAB_Caja_TextoTitulo_Eventos p a{font-size: 0.75em !important; border:1px solid yellow;}*/
  /*****************************/
  /* Publicador de Contenidos  */
  /*****************************/
  .taglib-page-iterator {
    font-size: 0.9em; }

  /*.taglib-page-iterator .search-results {float: right;}*/
  /*.taglib-page-iterator .search-pages .delta-selector, .taglib-page-iterator .search-pages .page-selector, .taglib-page-iterator .search-pages .page-links { float: right;}*/
  .taglib-page-iterator .search-pages .page-links {
    float: right; }

  /********************/
  /* Pagina Buscador  */
  /********************/
  #p_p_id_3_ .taglib-search-iterator-page-iterator-top {
    width: 100%; }

  #p_p_id_3_ .results-grid {
    width: 99.7% !important; }

  #p_p_id_3_ .taglib-search-iterator-page-iterator-bottom {
    width: 100%; }

  div.EducaLAB_typo_MENU {
    width: 18%;
    margin-left: 1em; }

  /********************/
  /*     Carousel     */
  /********************/
  #carousel {
    float: left;
    width: 385px;
    height: 236px; }

  #carousel img {
    max-width: none;
    /*background-size:100% 100%; -moz-background-size:50%;*/
    width: 379px;
    height: 243px; }

  .aui-carousel menu {
    bottom: -20em !important;
    left: 16em;
    width: 49%; }

  /*.carusel-secundario img{width:200px; }*/
  /* --- Contenido del carousel ----*/
  .CajaImagenTextoCarusel {
    height: 180px;
    width: 310px; }

  .fondoimg {
    /* left: 6px;*/ }

  .textoimg {
    /*left: 6px;*/
    height: 75px;
    top: 163px;
    width: 30.8em;
    padding-left: 0.4em;
    padding-top: 0.2em;
    padding-right: 0.4em;
    padding-bottom: 0.4em; }

  .textoimg h2 {
    font-size: 0.9em !important; }

  .textoimg p {
    font-size: 0.8em; }

  .EducaLAB_iframe_endirecto {
    width: 500px;
    height: 400px; }

  /*.EducaLAB_iframe_endirecto{width:500px; height:400px;}*/
  /************************************/
  /*        VIDEOS / IFRAME           */
  /************************************/
  .EducaLAB_iframe_70 {
    width: 450px; } }
/*********************************************************************************/
/*                          Diseï¿½o Ipad: 840 px e inferior. 481                  */
/*********************************************************************************/
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  /********************/
  /*     Cabecera     */
  /********************/
  .EducaLAB_style_contenido {
    /*border: 1px solid blue;*/
    width: 97%;
    margin-left: 1em; }

  .EducaLAB_style_menucabecera_imagen {
    margin-left: 1em; }

  .EducaLAB_style_buscador {
    clear: both; }

  .EducaLAB_style_buscador input[type="text"] {
    width: 60%; }

  .EducaLAB_style_footer {
    margin-left: 1em;
    width: 97%; }

  .EducaLAB_style_inicioMENU {
    width: 100%;
    height: 10px; }

  .EducaLAB_style_MENU {
    height: 253px; }

  div.EducaLAB_typo_MENU {
    width: 18%;
    margin-left: 1em; }

  .EducaLAB_style_Caja_MENU {
    margin-bottom: -1em; }

  #carousel {
    height: 250px; }

  /********************/
  /* Pie de Pagina    */
  /********************/
  .EducaLAB_footer_logo {
    /*width: 22%;*/ }

  .EducaLAB_footer_Contacto {
    /*width: 77%;*/ }

  /********************/
  /* Cajas de la Home */
  /********************/
  .EducaLAB_Caja_Logo, #EducaLAB_Caja_Portales, #EducaLAB_Caja_Conecta, #EducaLAB_Caja_Colabora {
    height: 17.8em; }

  #EducaLAB_Caja_Procomun {
    background-size: 100% 100%;
    -moz-background-size: 25%;
    width: 99%;
    height: 214px; }

  .EducaLAB_Caja_TextoBottom_Procomun {
    padding-left: 18em;
    padding-top: 5.5em; }

  .EducaLAB_Caja_TextoBottom_Conoce {
    padding-top: 2.7em; }

  .EducaLAB_Caja_TextoBottom_Conoce p {
    font-size: 2.5em !important; }

  .EducaLAB_Caja_ImagenTexto p {
    font-size: 1.5em; }

  .EducaLAB_Caja_Texto p {
    font-size: 1.5em; }

  .EducaLAB_Caja_TextoBottom {
    padding-top: 0em;
    line-height: 0.5em;
    font-size: 0.8em !important; }

  .EducaLAB_Caja_SubTitulo {
    padding-top: 1.2em; }

  .EducaLAB_Caja_SubTitulo p {
    font-size: 1em; }

  .EducaLAB_Cajas_Banner_Secundaria {
    width: 100%;
    margin-left: 0.5em;
    float: left; }

  .Educalab_Caja_Informacion_Imagen {
    height: 73px;
    width: 100%; }

  .EducaLAB_Caja_Sec {
    height: 126px; }

  #EducaLAB_Caja_Rojo, #EducaLAB_Caja_Verde, #EducaLAB_Caja_Naranja, #EducaLAB_Caja_Gris, .EducaLAB_Cajas_Banner {
    height: 23.2em; }

  #EducaLAB_Caja_Rojo_Derecha, #EducaLAB_Caja_Verde_Derecha, #EducaLAB_Caja_Naranja_Derecha, #EducaLAB_Caja_Gris_Derecha {
    height: 23.2em; }

  #EducaLAB_Cajas_Banner_Blanco_Izquierda_Arriba, #EducaLAB_Cajas_Banner_Blanco_Izquierda_Abajo, #EducaLAB_Cajas_Banner_Blanco_Derecha_Arriba, #EducaLAB_Cajas_Banner_Blanco_Derecha_Abajo,
  #EducaLAB_Cajas_Banner_Gris, #EducaLAB_Cajas_Banner_Gris_Oscuro, #EducaLAB_Cajas_Banner_Verde, #EducaLAB_Cajas_Banner_Rojo, #EducaLAB_Cajas_Banner_Naranja {
    height: 11.6em; }

  .EducaLAB-Caja-Indicadores {
    margin-right: 0px; }

  /****************************/
  /* Publicador de Contenidos */
  /****************************/
  .taglib-page-iterator {
    font-size: 0.9em; }

  /*.taglib-page-iterator .search-results {float: right;}*/
  /*.taglib-page-iterator .search-pages .delta-selector, .taglib-page-iterator .search-pages .page-selector, .taglib-page-iterator .search-pages .page-links { float: right;}*/
  .taglib-page-iterator .search-pages .page-links {
    float: right; }

  /********************/
  /*  Pagina Buscador */
  /********************/
  #p_p_id_3_ .taglib-search-iterator-page-iterator-top {
    width: 100%; }

  #p_p_id_3_ .results-grid {
    width: 99.7% !important; }

  #p_p_id_3_ .taglib-search-iterator-page-iterator-bottom {
    width: 100%; }

  /********************/
  /*     Carousel     */
  /********************/
  #carousel {
    float: left;
    width: 104%;
    height: 213px; }

  /*width:367px; */
  #carousel img {
    max-width: none;
    /*background-size:100% 100%; -moz-background-size:50%;*/
    width: 102%;
    height: 213px; }

  /*width:347px;*/
  .aui-carousel menu {
    bottom: -18em !important;
    left: 11em;
    width: 58%; }

  /*.carusel-secundario img{width:200px; }*/
  /* --- Contenido del carousel ----*/
  .CajaImagenTextoCarusel {
    height: 213px;
    width: 102%; }

  /*width:360px;*/
  /*.fondoimg{ left: 0px; }*/
  .fondoimg {
    left: -5px !important; }

  .textoimg {
    left: -5px !important;
    height: 75px;
    top: 131px;
    width: 99%;
    padding-left: 0.4em;
    padding-top: 0.2em;
    padding-right: 0.4em;
    padding-bottom: 0.4em; }

  /* width:337px; */
  .textoimg h2 {
    font-size: 0.9em !important; }

  .textoimg p {
    font-size: 0.8em; }

  .EducaLAB_iframe_endirecto {
    width: 500px;
    height: 400px; }

  /************************************/
  /*        VIDEOS / IFRAME           */
  /************************************/
  .EducaLAB_iframe_70 {
    width: 500px; }

  /***************************/
  /*    Eventos de Procomun  */
  /***************************/
  /*.EducaLAB_Caja_Verano{  background-size: 100% 100%; height: 17.8em !important; width: 14.8em; }*/
  .Edualab-Caja-Pro {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 14.8em; }

  .Edualab-Caja-Eventos {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 14.8em; }

  .Educlaba-caja-ProEven {
    padding-bottom: 1em; }

  .EducaLAB_Caja_TextoTop_Eventos {
    padding-top: 1.7em !important;
    padding-left: 0.5em !important; }

  .EducaLAB_Caja_TextoBottom_Procomun_Eventos {
    padding-left: 2em !important;
    padding-top: 5.5em !important; }

  .EducaLAB-Caja-Indicadores {
    background-size: 100% 100%;
    height: 17.8em !important;
    /*width: 14.8em;*/
    width: 48%; }

  /* marisa */
  .EducaLAB-Caja-Interoperabilidad {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 14.8em; }

  .EducaLAB-Caja-Interoperabilidad .EducaLAB_Caja_TextoTitulo_Eventos p a {
    font-size: 0.6em !important; } }
/*********************************************************************************/
/*                          Diseï¿½o mï¿½vil: 600 px e inferior. 600                 */
/*********************************************************************************/
@media only screen and (max-width: 600px) {
  /********************/
  /*     Cabecera     */
  /********************/
  .EducaLAB_style_contenido {
    width: 98%;
    /*border: 1px solid red;*/
    margin-left: 0.5em; }

  .EducaLAB_style_menucabecera_imagen {
    margin-left: 1em; }

  .EducaLAB_style_Cabecera {
    height: 5.75em; }

  .EducaLAB_style_Caja_MENU {
    margin-left: 0em; }

  div.EducaLAB_typo_MENU {
    width: 17%;
    margin-left: 1em; }

  li.EducaLAB_typo_MENU a {
    font-size: 1em; }

  .EducaLAB_style_footer {
    margin-left: 0.5em;
    width: 98%; }

  .breadcrumbs a {
    padding-left: 0.7em;
    padding-right: 1.5em; }

  /********************/
  /* Pie de Pagina    */
  /********************/
  .EducaLAB_footer_logo {
    /*width: 29%;*/ }

  .EducaLAB_footer_Contacto {
    /*width: 70%;*/
    float: left; }

  /********************/
  /*    Cajas Home    */
  /********************/
  .EducaLAB_Caja_ImagenTexto p {
    font-size: 1.1em;
    padding-left: 0.4em; }

  .EducaLAB_Caja_Texto p {
    font-size: 1.1em;
    padding-left: 0.4em; }

  .EducaLAB_Caja_TextoBottom_Conoce {
    padding-top: 1.1em; }

  .EducaLAB_Caja_TextoBottom_Conoce p {
    font-size: 1.8em !important; }

  .EducaLAB_Caja_Logo, #EducaLAB_Caja_Portales, #EducaLAB_Caja_Conecta, #EducaLAB_Caja_Colabora {
    height: 17.8em; }

  #EducaLAB_Caja_Procomun {
    background-size: 100% 100%;
    width: 99%;
    height: 154px; }

  .EducaLAB_Caja_TextoBottom_Procomun {
    padding-left: 10em;
    padding-top: 4.5em; }

  #EducaLAB_Caja_Conecta {
    margin-left: 0.4em; }

  .EducaLAB_Caja_Logo {
    width: 98%; }

  #EducaLAB_Caja_Colabora {
    margin-left: 0.4em; }

  /********************/
  /*   Cajas Subhome  */
  /********************/
  #EducaLAB_Caja_RojoOsc, #EducaLAB_Caja_VerdeOsc, #EducaLAB_Caja_NaranjaOsc, #EducaLAB_Caja_GrisOsc {
    height: 4.0em; }

  #EducaLAB_Caja_Rojo, #EducaLAB_Caja_Verde, #EducaLAB_Caja_Naranja, #EducaLAB_Caja_Gris, .EducaLAB_Cajas_Banner {
    height: 33.1em; }

  #EducaLAB_Cajas_Banner_Blanco_Izquierda_Arriba, #EducaLAB_Cajas_Banner_Blanco_Izquierda_Abajo, #EducaLAB_Cajas_Banner_Blanco_Derecha_Arriba,
  #EducaLAB_Cajas_Banner_Blanco_Derecha_Abajo, #EducaLAB_Cajas_Banner_Gris, #EducaLAB_Cajas_Banner_Gris_Oscuro, #EducaLAB_Cajas_Banner_Verde,
  #EducaLAB_Cajas_Banner_Rojo, #EducaLAB_Cajas_Banner_Naranja {
    height: 16.5em; }

  #EducaLAB_Caja_Rojo_Derecha, #EducaLAB_Caja_Verde_Derecha, #EducaLAB_Caja_Naranja_Derecha, #EducaLAB_Caja_Gris_Derecha {
    height: 33.1em; }

  .Educalab_Caja_Informacion_Imagen {
    height: 45px; }

  .EducaLAB_Caja_Titulo p {
    font-size: 1.2em; }

  .EducaLAB_Caja_SubTitulo p {
    font-size: 0.9em; }

  .EducaLAB_Caja_Sec p {
    font-size: 1.2em;
    width: 85%; }

  .EducaLAB_Caja_Sec {
    height: 260px; }

  .EducaLAB_Caja_SubSec p {
    padding-left: 0.7em; }

  .EducaLAB_Cajas_Banner_Secundaria {
    margin-left: 0.2em; }

  #p_p_id_56_INSTANCE_iXU8K47p5syW_ {
    padding: 0 0 0 0; }

  /********************/
  /*      Carusel     */
  /********************/
  #carousel {
    float: left;
    height: 154px;
    width: 227px; }

  #carousel img {
    max-width: none;
    /*background-size:100% 100%; -moz-background-size:50%;*/
    width: 289px;
    /*height:200px;*/
    height: 149px; }

  .aui-carousel menu {
    /*bottom: -16em !important; left: 8em;*/
    bottom: -12em !important;
    left: 10em;
    width: 100%; }

  /* --- Contenido del carousel ----*/
  .CajaImagenTextoCarusel {
    height: 154px;
    width: 227px; }

  .fondoimg {
    left: 0px; }

  .textoimg {
    left: 0px;
    height: 69px;
    /*top: 125px;*/
    top: 73px;
    width: 23.2em;
    padding-left: 0.4em;
    padding-top: 0.2em;
    padding-right: 0.4em;
    padding-bottom: 0.4em; }

  .textoimg h2 {
    font-size: 0.8em !important; }

  .textoimg p {
    font-size: 0.7em; }

  /********************/
  /*      MENUV       */
  /********************/
  .MENUV .level-1 li.educalab_menu a {
    padding-left: 0.5em !important; }

  .MENUV .level-2 li.educalab_menu a {
    /*padding-left:0.5em !important;*/
    text-indent: 1em; }

  .MENUV .level-3 li.educalab_menu a {
    padding-left: 1em !important;
    height: 45px; }

  .MENUV .level-4 li.educalab_menu a {
    height: 30px;
    padding-left: 1em !important;
    text-indent: 0 !important; }

  /************************************/
  /*        VIDEOS / IFRAME           */
  /************************************/
  .EducaLAB_iframe_70 {
    width: 300px; }

  /***************************/
  /*    Eventos de Procomun  */
  /***************************/
  .Edualab-Caja-Pro {
    background-size: 100% 100%;
    height: 12.8em !important;
    width: 48% !important;
    margin-right: 0.5em !important; }

  .Edualab-Caja-Eventos {
    background-size: 100% 100%;
    height: 12.8em !important;
    width: 9.3em !important; }

  .Educlaba-caja-ProEven {
    margin-bottom: 1em;
    width: 22em !important; }

  .EducaLAB_Caja_TextoBottom_Procomun_Eventos {
    padding-left: 2em !important;
    padding-top: 3.8em !important; }

  .EducaLAB-Caja-Indicadores {
    background-size: 100% 100%;
    height: 12.8em !important;
    width: 48% !important;
    margin-right: 0.5em !important; }

  .EducaLAB-Caja-Interoperabilidad {
    background-size: 100% 100%;
    height: 12.8em !important;
    width: 48% !important;
    margin-right: 0.5em !important; }

  /*.EducaLAB-Caja-Interoperabilidad .EducaLAB_Caja_Texto p {font-size: 0.9em !important}*/ }
/*********************************************************************************/
/*                          Diseï¿½o mï¿½vil: 400 px e inferior. 400                 */
/*********************************************************************************/
@media only screen and (max-width: 400px) {
  /* Cabecera Principal */
  .EducaLAB_style_contenido {
    /*border: 1px solid blue;*/ }

  /********************/
  /*      Cabecera    */
  /********************/
  .EducaLAB_style_Cabecera {
    height: 5.5em !important;
    width: 100%; }

  .EducaLAB_style_menucabecera_imagen {
    margin-left: 0em !important;
    /*border:1px solid orange;*/
    background-size: 100% 76%;
    -moz-background-size: 50%; }

  .EducaLAB_style_redes {
    float: right;
    width: 56%; }

  .EducaLAB_menucabecera {
    /*border:1px solid red;*/ }

  .EducaLAB_style_buscador input[type="text"] {
    width: 70%; }

  .EducaLAB_style_buscador input[type="image"] {
    padding-right: 1px; }

  .EducaLAB_style_buscador {
    width: 77%;
    padding-left: 4em; }

  .EducaLAB_style_logoEducaLAB {
    float: right;
    text-align: right;
    margin-right: 0.5em; }

  .EducaLAB_style_contenido {
    margin-left: 0em;
    width: 100%; }

  .breadcrumbs a {
    padding-right: 0.8em;
    padding-left: 0.4em; }

  /********************/
  /* Cabecera Pie */
  /********************/
  .EducaLAB_style_footer {
    margin-left: 0.2em;
    width: 98%; }

  .EducaLAB_style_cierre {
    width: 100%; }

  .EducaLAB_style_MENU {
    width: 100%;
    height: 400px; }

  .EducaLAB_style_Caja_MENU {
    width: 100%;
    clear: both;
    margin-bottom: 0em !important;
    margin-left: 0.2em; }

  .EducaLAB_style_inicioMENU {
    background-color: #A1B4C9;
    height: 10px;
    text-align: right;
    width: 100%; }

  div.EducaLAB_typo_MENU {
    width: 47%;
    height: 120px;
    margin-left: 0.5em; }

  /********************/
  /*     Cajas Home   */
  /********************/
  .EducaLAB_Caja_Logo, #EducaLAB_Caja_Portales, #EducaLAB_Caja_Conecta, #EducaLAB_Caja_Colabora {
    height: 14.8em; }

  #EducaLAB_Caja_Conecta {
    margin-left: 0em !important; }

  #EducaLAB_Caja_Conecta, #EducaLAB_Caja_Colabora {
    margin-top: 1em; }

  #EducaLAB_Caja_Procomun {
    background-size: 100% 100%;
    -moz-background-size: 25%;
    width: 98%;
    height: 165px; }

  #EducaLAB_Caja_Colabora {
    margin-left: 0.4em; }

  .EducaLAB_Caja_TextoBottom_Procomun {
    padding-left: 15em;
    padding-top: 3.5em; }

  .EducaLAB_Caja_Logo {
    width: 98%; }

  .EducaLAB_Caja_ImagenTexto p {
    font-size: 1.3em; }

  .EducaLAB_Caja_Texto p {
    font-size: 1.3em; }

  .EducaLAB_Caja_TextoBottom_Conoce {
    padding-top: 1.8em; }

  .EducaLAB_Caja_TextoBottom_Conoce p {
    font-size: 2.2em !important;
    padding-top: 0em; }

  .EducaLAB_Caja_TextoBottom {
    padding-top: 0em !important; }

  /********************/
  /*      SubHome     */
  /********************/
  .Educalab_Caja_Informacion_Imagen {
    height: 88px; }

  .EducaLAB_Cajas_Banner_Secundaria {
    width: 97%; }

  .EducaLAB_Caja_Sec {
    height: 140px; }

  .EducaLAB_Caja_Sec p {
    width: 89%; }

  .EducaLAB_Caja_Titulo p {
    font-size: 1.4em; }

  #EducaLAB_Caja_RojoOsc, #EducaLAB_Caja_VerdeOsc, #EducaLAB_Caja_NaranjaOsc, #EducaLAB_Caja_GrisOsc {
    height: 5em; }

  #EducaLAB_Caja_Rojo, #EducaLAB_Caja_RojoOsc, #EducaLAB_Caja_Verde, #EducaLAB_Caja_VerdeOsc, #EducaLAB_Caja_Naranja, #EducaLAB_Caja_NaranjaOsc, #EducaLAB_Caja_Gris, #EducaLAB_Caja_GrisOsc {
    margin-bottom: 0.7em; }

  #EducaLAB_Cajas_Banner_Gris, #EducaLAB_Cajas_Banner_Gris_Oscuro, #EducaLAB_Cajas_Banner_Verde, #EducaLAB_Cajas_Banner_Rojo, #EducaLAB_Cajas_Banner_Naranja {
    height: 11.9em; }

  #EducaLAB_Caja_Rojo, #EducaLAB_Caja_Verde, #EducaLAB_Caja_Naranja, #EducaLAB_Caja_Gris {
    height: 27.2em; }

  .EducaLAB_Cajas_Banner {
    height: 27.1em; }

  #EducaLAB_Cajas_Banner_Blanco_Izquierda_Arriba, #EducaLAB_Cajas_Banner_Blanco_Izquierda_Abajo, #EducaLAB_Cajas_Banner_Blanco_Derecha_Arriba, #EducaLAB_Cajas_Banner_Blanco_Derecha_Abajo,
  #EducaLAB_Cajas_Banner_Gris, #EducaLAB_Cajas_Banner_Gris_Oscuro, #EducaLAB_Cajas_Banner_Verde, #EducaLAB_Cajas_Banner_Rojo, #EducaLAB_Cajas_Banner_Naranja {
    height: 12.9em; }

  /********************/
  /*      MENUV       */
  /********************/
  .MENUV .level-1 li.educalab_menu a {
    padding: 1.5em 0 0.4em 1.4em !important; }

  .MENUV .level-2 li.educalab_menu a {
    padding: 1em 0 0 2.4em !important; }

  .MENUV .level-3 li.educalab_menu a {
    padding-left: 2.5em !important; }

  /********************/
  /*     Carrusel     */
  /********************/
  #carousel {
    float: left;
    height: 180px;
    width: 308px; }

  #carousel img {
    max-width: none;
    /*background-size:100% 100%; -moz-background-size:50%;*/
    width: 308px;
    height: 180px; }

  .aui-carousel menu {
    bottom: -15em !important;
    left: 12em;
    width: 100%; }

  /*.carusel-secundario img{width:320px !important;}*/
  /* --- Contenido del carousel ----*/
  .CajaImagenTextoCarusel {
    height: 180px;
    width: 308px; }

  .fondoimg {
    left: 0px; }

  .textoimg {
    left: 0px;
    height: 90px;
    top: 83px;
    width: 25em; }

  .textoimg h2 {
    font-size: 0.8em !important; }

  .textoimg p {
    font-size: 0.7em; }

  /***************************/
  /*    Eventos de Procomun  */
  /***************************/
  .Edualab-Caja-Pro {
    background-size: 100% 100%;
    height: 15em !important;
    width: 12.4em !important;
    margin-right: 0.9em !important; }

  .Edualab-Caja-Eventos {
    background-size: 100% 100%;
    height: 15em !important;
    width: 12.3em !important; }

  .Educlaba-caja-ProEven {
    width: 26em !important;
    height: 155px;
    margin-top: 1em; }

  .EducaLAB_Caja_TextoTop_Eventos {
    padding-top: 1.3em !important;
    padding-left: 0.5em !important; }

  .EducaLAB_Caja_TextoBottom_Procomun_Eventos {
    padding-left: 3em !important;
    padding-top: 4.5em !important; }

  .EducaLAB-Caja-Interoperabilidad .EducaLAB_Caja_TextoTitulo_Eventos p a {
    font-size: 1em !important; }

  /********************/
  /*       Blogs      */
  /********************/
  .EducaLAB_Imagen_Blog_WP {
    width: 50%; }

  /************************************/
  /*        VIDEOS / IFRAME           */
  /************************************/
  .EducaLAB_iframe_70 {
    width: 290px; } }
.aui-buttonitem-content {
  width: 150px !important; }

/* CSS Document */
/*html{ font-family:"Segoe UI", "Trebuchet MS", Arial, "Segoe UI Light", "Segoe UI Semibold", "Segoe UI Regular";  }*/
html {
  font-family: open_sansregular, sans-serif; }

/*DENTRO DE CONTENIDO*/
body {
  text-align: justify; }

#EducaLAB_typo {
  /*margin-top:1em;*/
  float: left;
  width: 100%;
  /*margin-bottom: 0.5em;*/ }

#EducaLAB_typo h1 {
  color: #354d60;
  font-size: 2em;
  font-family: "open_sanslight";
  border-bottom: 1px solid #354d60; }

#EducaLAB_typo h2 {
  color: #ef801c;
  font-size: 1.5em;
  width: 100%;
  font-family: "open_sanslight"; }

#EducaLAB_typo h3 {
  color: #df513b;
  font-size: 1.4em;
  width: 100%; }

#EducaLAB_typo h4 {
  color: #bb3b25;
  font-size: 1.2em;
  width: 100%; }

/* Blog Wordpress */
.feed-entry h3 {
  color: #df513b;
  font-size: 1.4em;
  width: 100%; }

.feed-entry h3 a, .feed-entry h3 a:hover, .feed-entry h3 a:visited {
  color: #df513b !important; }

.EducaLAB_Contenido_Blog_WP {
  font-family: "open_sansregular";
  font-size: 1em; }

.EducaLAB_Imagen_Blog_WP {
  width: 25%; }

p {
  font-size: 1.1em;
  font-family: "open_sansregular";
  color: #354d60; }

/*Solo Para Secundarias */
/*#EducaLAB_typo a{color:#EF801C;  text-decoration: underline; font-weight:bold;}

#EducaLAB_typo a:hover{color:#EF801C !important; text-decoration:underline; font-weight:bold;}

#EducaLAB_typo a:visited{color:#EF801C;  text-decoration:underline; font-weight:bold;}*/
/*------- PARA PONER ESTILOS PARTICULARES PARA CADA Pï¿½GINA ----------*/
/****************/
/*   ESTILOS    */
/****************/
.INTEF_typo_bold {
  font-weight: bold;
  color: #EF801C; }

.INTEF_typo_italic {
  font-style: italic; }

.INTEF_typo_center {
  text-align: center; }

/****************/
/*   LISTADOS   */
/****************/
.gridContainer ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.gridContainer ul li a {
  text-decoration: underline; }

/*******************/
/* Para los layout */
/*******************/
#EducaLAB_breadcrumb {
  text-align: left; }

#EducaLAB_columna70 ul,
#EducaLAB_columna70_2 ul,
#EducaLAB_columna_anchocompleto ul {
  list-style-type: circle;
  padding: 0 0 0 1em;
  text-indent: 0em;
  margin: 0 0 0 0;
  list-style-position: inside;
  font-family: "open_sansregular";
  color: #354d60;
  font-size: 1.1em; }

#EducaLAB_columna70 ul li,
#EducaLAB_columna70_2 ul li,
#EducaLAB_columna_anchocompleto ul li {
  margin-bottom: 0.6em;
  padding-left: 1em;
  line-height: 1.3em;
  padding-left: 2em;
  text-indent: -1.4em; }

#EducaLAB_columna70 ul li:before,
#EducaLAB_columna70_2 ul li:before,
#EducaLAB_columna_anchocompleto ul li:before {
  color: #354d60;
  padding: 0 0.5em 0 0; }

/*content: "-";*/
#EducaLAB_columna70 ul li ul,
#EducaLAB_columna70_2 ul li ul,
#EducaLAB_columna_anchocompleto ul li ul {
  text-indent: 0em; }

#EducaLAB_columna70 ul li ul li,
#EducaLAB_columna70_2 ul li ul li,
#EducaLAB_columna_anchocompleto ul li ul li {
  font-size: 0.9em;
  font-family: "open_sansregular"; }

/*#EducaLAB_columna70 ul li ul li:before, #EducaLAB_columna70_2 ul li ul li:before { border:1px solid red; margin-left:0em; color:#354d60;}*/
#EducaLAB_columna70 ul li a,
#EducaLAB_columna70_2 ul li a,
#EducaLAB_columna_anchocompleto ul li a {
  text-decoration: underline; }

#EducaLAB_columna70 a,
#EducaLAB_columna70_2 a,
#EducaLAB_columna_anchocompleto a {
  color: #EF801C; }

#EducaLAB_columna70 a:hover,
#EducaLAB_columna70_2 a:hover,
#EducaLAB_columna_anchocompleto a:hover {
  color: #EF801C !important; }

#EducaLAB_columna70 a:visited,
#EducaLAB_columna70_2 a:visited,
#EducaLAB_columna_anchocompleto a:visited {
  color: #EF801C; }

/*LISTADO NUMERICO*/
#EducaLAB_columna70 ol,
#EducaLAB_columna70_2 ol,
#EducaLAB_columna_anchocompleto ol {
  padding-left: 2.5em;
  margin: 0;
  color: #354d60;
  counter-reset: otra;
  /*list-style: none;*/
  font-family: "open_sansregular";
  font-size: 1.1em;
  padding-bottom: 1em; }

#EducaLAB_columna70 ol li,
#EducaLAB_columna70_2 ol li,
#EducaLAB_columna_anchocompleto ol li {
  background: transparent;
  margin-left: 0;
  padding-left: 0;
  /*padding-top:0.7em;*/
  line-height: 1.4em; }

#EducaLAB_columna70 ol li:before,
#EducaLAB_columna70_2 ol li:before,
#EducaLAB_columna_anchocompleto ol li:before {
  /*content: "" counters(otra, '' , decimal) "."; counter-increment: otra 1;*/
  padding: 0 0 0 0;
  text-indent: 0em; }

#EducaLAB_columna70 ol li ul,
#EducaLAB_columna70_2 ol li ul,
#EducaLAB_columna_anchocompleto ol li ul {
  font-size: 0.9em;
  border: 1px solid red; }

#EducaLAB_columna70 ol li ul,
#EducaLAB_columna70_2 ol li ul li,
#EducaLAB_columna_anchocompleto ol li ul li {
  font-size: 1em; }

#EducaLAB_columna70 ol li ol li ol,
#EducaLAB_columna70_2 ol li ol li ol,
#EducaLAB_columna_anchocompleto ol li ol li ol {
  padding: 0 0 0 0;
  margin-left: 2em;
  line-height: 0.5em; }

#EducaLAB_columna70 ol li ul li:before,
#EducaLAB_columna70_2 ol li ul li:before,
#EducaLAB_columna_anchocompleto ol li ul li:before {
  content: "";
  color: #354d60;
  padding: 0;
  margin-left: 0em;
  font-size: 1.1em;
  margin-bottom: 0.4em; }

#EducaLAB_columna70 ul li ul li:before,
#EducaLAB_columna70_2 ul li ul li:before,
#EducaLAB_columna_anchocompleto ul li ul li:before {
  content: "";
  color: #354d60;
  padding: 0 0.5em 0 0;
  margin-left: 0em; }

#EducaLAB_columna70 ul li ul li ul li:before,
#EducaLAB_columna70_2 ul li ul li ul li:before,
#EducaLAB_columna_anchocompleto ul li ul li ul li:before {
  content: "";
  color: #354d60;
  padding: 0 0.5em 0 0;
  margin-left: 0em; }

#EducaLAB_columna70 ul li ul li ul li ul li:before,
#EducaLAB_columna70_2 ul li ul li ul li ul li:before,
#EducaLAB_columna_anchocompleto ul li ul li ul li ul li:before {
  content: "";
  color: #354d60;
  padding: 0 0.5em 0 0;
  margin-left: 0em; }

#EducaLAB_columna70 ol li a,
#EducaLAB_columna70_2 ol li a,
#EducaLAB_columna_anchocompleto ol li a {
  text-decoration: underline; }

#EducaLAB_columna70 ul li:last-child,
#EducaLAB_columna70_2 ul li:last-child,
#EducaLAB_columna_anchocompleto ul li:last-child {
  padding-bottom: 1em; }

/*#EducaLAB_columna70 ol li:last-child , #EducaLAB_columna70_2 ol li:last-child{padding-bottom:1.5em;}*/
/*LISTADO DEFINICIï¿½N*/
/*****************************************************************/
/* Esto es para que no pinte los iconos de correcto o incorrecto */
/*****************************************************************/
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: none !important;
  border-color: #ACDFA7;
  color: #384F34; }

.portlet-msg-error, .lfr-message-error {
  background-image: none !important; }

.portlet-msg-info, .lfr-message-info {
  padding: 0.2em;
  width: 800px;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

/* CSS Document */
.MENUV .level-1,
.MENUV .level-1 ul,
.MENUV .level-1 li,
.MENUV .level-1 a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none; }

.MENUV .level-1 li:before {
  display: none; }

.MENUV .level-1 li.educalab_menu {
  border-top: solid 1px #FFFFFF;
  color: #ffffff;
  max-width: 20em; }

.MENUV .level-1 li.educalab_menu a {
  height: 30px;
  text-indent: 0em;
  display: block;
  position: relative;
  /*font-family:"Segoe UI ";*/
  font-size: 1.2em;
  /*text-shadow: 0px 1px 0px rgba(255,255,255, .35); */
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #354d60;
  padding: 1.5em 0 0.4em 1.4em;
  color: #ffffff;
  /*margin-top: 0.01em;	*/
  text-align: left;
  line-height: 0.9em; }

.MENUV .level-1 li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  /*text-shadow: 1px 1px 1px rgba(0,0,0, .2);  */
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #354d60; }

.MENUV .level-1 li.selected a {
  color: #FFFFFF !important;
  text-decoration: none;
  /* text-shadow: 0px 1px 0px rgba(255,255,255, .35); */
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #354d60; }

/*level-2*/
.MENUV .level-1 li > .level-2 {
  display: block; }

.MENUV .level-2 li.educalab_menu {
  color: #797979 !important;
  max-width: 20em;
  border-top: solid 1px #FFFFFF; }

.MENUV .level-2 li.educalab_menu a {
  /*    text-shadow: 0.08em 0.08em 0.08em rgba(255,255,255, .2);  */
  background-color: #6c7d8b;
  /*font-family:"Segoe UI";*/
  font-size: 1.1em;
  padding: 0.8em;
  color: #ffffff !important;
  text-indent: 0em !important;
  padding: 1em 0 0 2.4em;
  text-decoration: none;
  height: 33px;
  text-align: left;
  line-height: 0.9em; }

.MENUV .level-2 li.educalab_menu a:hover {
  background: #6c7d8b;
  color: #ffffff; }

.MENUV .level-2 li.selected a {
  background: #6c7d8b;
  color: #ffffff;
  text-decoration: none;
  padding-left: 2.4em; }

/*level-3*/
.MENUV .level-1 li.educalab_menu > .level-2 > .level-3 {
  display: block; }

.MENUV .level-3 li.educalab_menu {
  color: #354d60 !important; }

.MENUV .level-3 li.educalab_menu a {
  /*font-family:"Segoe UI";*/
  font-size: 1.2em;
  padding-left: 3em;
  /*	padding-right:0.1em !important; 
  	padding-bottom:1em !important; */
  padding-top: 0.5em !important;
  /*text-shadow: 1em 0.08em 0.08em rgba(255,255,255, .2);  */
  background-color: #bac2c9;
  display: block;
  height: 30px;
  text-indent: 0em !important;
  color: #354d60 !important;
  text-align: left;
  line-height: 0.9em; }

.MENUV .level-3 li.educalab_menu a:hover a {
  color: #354d60 !important;
  background-color: #bac2c9 !important; }

.MENUV .level-3 li.selected a {
  color: #354d60 !important;
  background-color: #bac2c9 !important; }

.MENUV .level-3 li a.educalab_menu {
  color: #354d60 !important;
  background-color: #bac2c9 !important; }

/*level-4*/
.MENUV .level-1 li.educalab_menu > .level-2 > .level-3 > .level-4 {
  display: block; }

.MENUV .level-4 li.educalab_menu {
  color: #354d60 !important; }

.MENUV .level-4 li.educalab_menu a {
  /*font-family:"Segoe UI";*/
  font-size: 1.2em;
  padding-left: 4em;
  /*	padding-right:0.1em !important; 
  	padding-bottom:1em !important; */
  padding-top: 0.5em !important;
  /*text-shadow: 1em 0.08em 0.08em rgba(255,255,255, .2);  */
  background-color: #d4d9de;
  display: block;
  height: 30px;
  text-indent: 0em !important;
  color: #354d60 !important;
  text-align: left;
  line-height: 0.9em; }

.MENUV .level-4 li.educalab_menu a:hover a {
  color: #354d60 !important;
  background-color: #d4d9de !important; }

.MENUV .level-4 li.selected a {
  color: #354d60 !important;
  background-color: #d4d9de !important; }

.MENUV .level-4 li a.educalab_menu {
  color: #354d60 !important;
  background-color: #d4d9de !important; }

/*Remates*/
.MENUV .level-1 li:last-child a {
  border-bottom: solid 1px #FFFFFF; }

.MENUV .level-1 li > .level-2 li:last-child a {
  border: none; }

.MENUV .level-1 li > .level-2 > .level-3 li:last-child a {
  border: none; }

.MENUV .level-1 li > .level-2 > .level-3 > .level-4 li:last-child a {
  border: none; }

/* CSS Document */
img {
  max-width/*\**/: none\9; }

.gridContainer {
  width/*\**/: 1000px\9;
  padding-left/*\**/: 0.9%\9;
  padding-right/*\**/: 0.9%\9;
  padding-top/*\**/: 0.7%\9;
  margin/*\**/: 0 auto\9;
  overflow/*\**/: hidden\9; }

#carousel {
  height/*\**/: 250px\9;
  margin-left/*\**/: 0.4em \9; }

/* Cabecera */
#EducaLAB_menucabecera {
  clear/*\**/: both\9;
  float/*\**/: left\9;
  margin/*\**/: 0\9;
  width/*\**/: 200px\9;
  height/*\**/: 32px\9; }

#EducaLAB_redes {
  width/*\**/: 180px\9; }

#EducaLAB_Caja_buscador {
  margin/*\**/: 0\9;
  width/*\**/: 480px\9;
  height/*\**/: 32px\9;
  float/*\**/: left\9;
  clear/*\**/: right\9;
  display/*\**/: block\9; }

#EducaLAB_Texto_Buscar {
  width/*\**/: 180px\9;
  text-align/*\**/: right\9;
  padding-right/*\**/: 10px\9;
  float/*\**/: left\9;
  clear/*\**/: right\9;
  display/*\**/: block\9; }

#EducaLAB_buscador {
  margin/*\**/: 0\9;
  height/*\**/: 32px\9;
  float/*\**/: left\9;
  clear/*\**/: right\9;
  display/*\**/: block\9; }

#EducaLAB_breadcrumb {
  clear/*\**/: both\9;
  float/*\**/: left\9;
  margin-left/*\**/: 0\9;
  width/*\**/: 930px\9;
  height/*\**/: 22px\9;
  display/*\**/: block\9; }

/*****************************************/
/***** Comienzo Layout Especiales ********/
/*****************************************/
#EducaLAB_columna50 {
  margin-left/*\**/: 0\9;
  width/*\**/: 463px\9;
  /*height:280px;*/
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9; }

#EducaLAB_columna50_2 {
  margin-left/*\**/: 0\9;
  padding/*\**/: 0 0 0 0\9;
  width/*\**/: 50%\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

#EducaLAB_columna25 {
  margin-left/*\**/: 0\9;
  width/*\**/: 232px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9; }

#EducaLAB_columna25_2 {
  margin-left/*\**/: 0\9;
  width/*\**/: 232px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9; }

#EducaLAB_columna25_3 {
  margin-left/*\**/: 0\9;
  width/*\**/: 233px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9; }

#EducaLAB_columna25_4 {
  margin-left/*\**/: 0\9;
  width/*\**/: 233px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

#EducaLAB_columna33 {
  margin-left/*\**/: 0\9;
  width/*\**/: 306px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9;
  padding/*\**/: 0 0.38em 0 0\9; }

#EducaLAB_columna33_2 {
  margin-left/*\**/: 0\9;
  width/*\**/: 306px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9;
  padding/*\**/: 0 0.38em 0 0\9; }

#EducaLAB_columna33_3 {
  margin-left/*\**/: 0\9;
  width/*\**/: 304px\9;
  height/*\**/: auto\9;
  text-align/*\**/: right\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

#EducaLAB_columna33_4 {
  margin-left/*\**/: 0\9;
  width/*\**/: 307px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

#EducaLAB_columna66 {
  margin-left/*\**/: 0\9;
  width/*\**/: 608px\9;
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9;
  padding/*\**/: 0 0.38em 0 0\9; }

#EducaLAB_columna30 {
  margin-left/*\**/: 0\9;
  width/*\**/: 280px\9;
  /*height:280px;*/
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

#EducaLAB_columna70 {
  margin-left/*\**/: 0\9;
  width/*\**/: 650px\9;
  /*height:280px;*/
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

#EducaLAB_columna70_2 {
  margin-left/*\**/: 0\9;
  width/*\**/: 650px\9;
  /*height:280px;*/
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

#EducaLAB_columna30_2 {
  margin-left/*\**/: 0\9;
  width/*\**/: 280px\9;
  /*height:280px;*/
  height/*\**/: auto\9;
  display/*\**/: block\9;
  float/*\**/: left\9;
  clear/*\**/: right\9; }

/************************************/
/***** Fin Layout Especiales ********/
/************************************/
#EducaLAB_inicioMENU {
  margin/*\**/: 0\9;
  width/*\**/: 930px\9;
  height/*\**/: 11px\9;
  float/*\**/: left\9;
  display/*\**/: block\9;
  clear/*\**/: both\9; }

#EducaLAB_MENU {
  margin/*\**/: 0\9;
  width/*\**/: 930px\9;
  height/*\**/: 151px\9;
  float/*\**/: lef\9t;
  display/*\**/: block\9;
  clear/*\**/: both\9; }

#EducaLAB_cierre {
  clear/*\**/: both\9;
  float/*\**/: left\9;
  margin/*\**/: 0\9;
  width/*\**/: 930px\9;
  height/*\**/: 32px\9;
  display/*\**/: block\9; }

.EducaLAB_Caja_Sec p {
  font-size/*\**/: 1.1em\9;
  text-align/*\**/: justify\9; }

.EducaLAB_Caja_SubTitulo p {
  text-align/*\**/: left\9; }

.EducaLAB_Cajas_Banner {
  width/*\**/: 100%\9; }

.EducaLAB_Cajas_Banner_Secundaria {
  width/*\**/: 100%\9; }

.EducaLAB_Caja_Titulo p {
  font-size/*\**/: 1.6em\9;
  text-align/*\**/: left\9; }

#EducaLAB_Caja_Rojo_Derecha {
  width/*\**/: 100%\9; }

#EducaLAB_Caja_RojoOsc_Derecha {
  width/*\**/: 100%\9; }

#EducaLAB_Caja_Verde_Derecha {
  width/*\**/: 100%\9; }

#EducaLAB_Caja_VerdeOsc_Derecha {
  width/*\**/: 100%\9; }

#EducaLAB_Caja_Naranja_Derecha {
  width/*\**/: 100%\9; }

#EducaLAB_Caja_NaranjaOsc_Derecha {
  width/*\**/: 100%\9; }

#EducaLAB_Caja_Gris_Derecha {
  width/*\**/: 100%\9; }

#EducaLAB_Caja_GrisOsc_Derecha {
  width/*\**/: 100%\9; }

.EducaLAB_Imagen_Blog_WP {
  width/*\**/: 27%\9; }

.textoimg {
  background-color/*\**/: #839ba7\9; }

/********************/
/**      MENUV     **/
/********************/
.MENUV .level-2 li.educalab_menu a {
  line-height/*\**/: 1.5em\9; }

/* CSS Document */
.ie10 #carousel {
  height: 250px;
  margin-left: 0.5em !important; }

.ie10 #EducaLAB_Caja_buscador {
  width: 47%;
  float: left;
  clear: right;
  display: block;
  text-align: right; }

.ie10 #EducaLAB_Texto_Buscar {
  clear: right;
  display: block;
  float: left;
  margin-right: 1em;
  text-align: right;
  width: 38%; }

.ie10 #EducaLAB_Texto_Buscar {
  width: 38%;
  text-align: right;
  margin-right: 1em;
  float: left;
  clear: right;
  display: block; }

.ie10 #EducaLAB_buscador {
  margin: 0;
  width: 56%;
  text-align: right;
  float: left;
  clear: right;
  display: block; }

.ie10 .EducaLAB_Caja_INEE {
  height: 3.8em; }

.ie10 .EducaLAB_Caja_CNIIE {
  height: 3.8em; }

.ie10 .EducaLAB_Caja_INTEF {
  height: 3.8em; }

.ie10 .MENUV .level-2 li.educalab_menu {
  border-top: 1px solid #FFFFFF; }

.ie10 .MENUV .level-2 li.educalab_menu a {
  line-height: 0.9em; }

.ie10 .EducaLAB_Caja_Sec p {
  font-size: 1.1em !important;
  text-align: justify; }

.ie10 .EducaLAB_Caja_SubSec p {
  font-size: 1.1em; }

.ie10 .EducaLAB_Caja_SubTitulo p {
  text-align: left; }

.ie10 .EducaLAB_Cajas_Banner_Secundaria {
  margin-left: 0.7em;
  width: 100%; }

.ie10 .EducaLAB_Cajas_Banner {
  width: 101%; }

.ie10 .EducaLAB_Caja_Titulo p {
  font-size: 1.6em;
  text-align: left; }

.ie10 #EducaLAB_Caja_Rojo_Derecha {
  width: 101%; }

.ie10 #EducaLAB_Caja_RojoOsc_Derecha {
  width: 101%; }

.ie10 #EducaLAB_Caja_Verde_Derecha {
  width: 101%; }

.ie10 #EducaLAB_Caja_VerdeOsc_Derecha {
  width: 101%; }

.ie10 #EducaLAB_Caja_Naranja_Derecha {
  width: 101%; }

.ie10 #EducaLAB_Caja_NaranjaOsc_Derecha {
  width: 101%; }

.ie10 #EducaLAB_Caja_Gris_Derecha {
  width: 101%; }

.ie10 #EducaLAB_Caja_GrisOsc_Derecha {
  width: 101%; }

.ie10 .Educalab_Caja_Informacion_Imagen {
  height: 91px; }

.ie10 .Educalab_Caja_Informacion_Imagen img {
  max-width: 100% !important; }

.ie10 .EducaLAB_Imagen_Blog_WP {
  width: 27%; }

.ie10.CajaImagenTextoCarusel {
  height: 250px;
  width: 459px;
  position: absolute;
  left: 0px;
  top: 0px;
  /*z-index: 1;*/ }

.ie10 .fondoimg {
  left: 0px; }

.ie10 .textoimg {
  left: 0px; }

#BuscadorProcomun2 .-wbg {
  width: auto !important; }

/*DOME*/
.Edualab-Caja-Pro {
  width: 48% !important;
  background-size: 100% 100%;
  margin-right: 3%; }

/*DOME*/
.EducaLAB-Caja-Indicadores {
  width: 48% !important;
  background-size: 100% 100%;
  margin-right: 3%; }

/*DOME*/
.EducaLAB-Caja-Interoperabilidad {
  width: 48% !important;
  background-size: 100% 100%;
  margin-right: 3%; }

/*DOME*/
.EducaLAB_Caja_Verano16 {
  width: 48% !important;
  background-size: 100% 100%;
  margin-right: 3%; }

/*DOME*/
.EducaLAB_Caja_Cursos_Promece {
  width: 48% !important;
  background-size: 100% 100%;
  margin-right: 0%; }

/*DOME*/
.EducaLAB_Caja_Verano {
  width: 99% !important;
  background-size: 100% 100%;
  margin-right: 3%; }

/*DOME*/
.EducaLAB_Caja_Digcomporg {
  width: 99%;
  background-size: 100% 100%;
  /*margin-right: 3%;*/ }

/*DOME*/
.Educalab-Caja-Redined {
  width: 47.5% !important; }

/*DOME*/
.Educlaba-caja-ProEven {
  width: 100% !important; }

/*DOME*/
/********** DiseÃ±o tableta Ipad **********************/
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  /********** HOME **********************/
  .Educalab-Caja-Redined {
    background-color: #ffffff;
    float: left;
    height: 10.8em;
    width: 48%;
    /*DOME*/ }

  .Educalab-Caja-Redined video {
    height: 17.5em;
    width: 100%; }

  /*DOME*/
  #BuscadorProcomun2 .-wbg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin-left: 0;
    margin-top: 8.3em;
    width: auto;
    /*DOME*/ }

  .Edualab-Caja-Pro {
    width: 48% !important;
    /*DOME*/
    float: left;
    margin-right: 1.2em;
    background-image: url("/documents/10180/22332/procomun_reposo.jpg/2a31c74f-d555-4f62-8b25-61bd3ad42205?t=1393922518000");
    height: 20.8em; }

  .EducaLAB-Caja-Indicadores {
    width: 48%;
    /*DOME*/
    float: left;
    margin-right: 0.8em;
    height: 20.8em; }

  .EducaLAB_Caja_Interoperabilidad {
    width: 48%;
    /*DOME*/
    float: left;
    margin-right: 1.2em;
    background-image: url("/documents/10180/49399/NodoEducacionNuevo.png/33fc5315-ec9b-4e3c-a747-1e870c8b646f?t=1437473631522");
    height: 20.8em; }

  .EducaLAB_Caja_Verano16 {
    width: 48%;
    /*DOME*/
    float: left;
    margin-right: 1.2em;
    background-image: url("/documents/10180/12907/cursos_verano2016_home.jpg/2073a3f5-1f34-41c4-9353-d1bd00bc477f?t=1462792676000");
    height: 20.8em; }

  .EducaLAB_Caja_Cursos_Promece {
    width: 47% !important;
    /*DOME*/
    float: left;
    margin-right: 0em;
    background-image: url("/documents/10180/49399/Cursos-y-Promece+3.png/9578c777-e966-44dc-8bf4-afc917d0e9d8?t=1475747683053");
    height: 20.8em;
    margin-left: 0.6em; }

  .EducaLAB_Caja_Cursos_Promece .EducaLAB_Caja_TextoTitulo_Eventos p {
    font-size: 1em; }

  .EducaLAB_Caja_Cursos_Promece .EducaLAB_Caja_TextoTitulo_Promece p {
    font-size: 1em !important; }

  .EducaLAB_Caja_Cursos_Promece .EducaLAB_Caja_TextoTitulo_Promece .MTOP2 {
    margin-top: 3em !important; }

  .EducaLAB_Caja_Verano {
    width: 48%;
    /*DOME*/
    float: left;
    margin-right: 1.2em;
    background-image: url("/documents/10180/30941/verano3.jpg/0164514a-dca5-4ebb-8454-663eba8886fd?t=1436358372577");
    height: 20.8em; }

  .EducaLAB_Caja_Digcomporg {
    width: 48%;
    /*DOME*/
    float: left;
    margin-right: 1.2em;
    background-image: url("http://educalab.es/documents/10180/49399/banner1-v3.jpg/1746af1a-139f-4390-928c-0061cd503d1f?t=1466156437000");
    height: 20.8em; }

  .EducaLAB_Caja_Digcomporg {
    margin-right: 5px!important; }

  .Edualab-Caja-Eventos2 {
    background-image: url("/documents/10180/216105/Agenda_Clarita.png/68be6056-cd45-4757-a9f9-8e76f300b729?t=1402573788544") !important;
    float: left;
    height: 8.4em;
    /*DOME*/
    margin-left: 0.5em;
    margin-top: 1em;
    width: 96%;
    /*DOME*/ }

  .Educlaba-caja-ProEven {
    width: 100%;
    /*DOME*/
    float: left; }

  .Edualab-Caja-Pro {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 48%; }

  .Edualab-Caja-Pro:hover {
    background-size: 100% 100%;
    /*DOME*/ }

  .EducaLAB-Caja-Indicadores {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 48%; }

  .EducaLAB-Caja-Indicadores:hover {
    background-size: 100% 100%;
    /*DOME*/ }

  .EducaLAB-Caja-Interoperabilidad {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 48%; }

  .EducaLAB-Caja-Interoperabilidad:hover {
    background-size: 100% 100%;
    /*DOME*/ }

  .EducaLAB_Caja_Verano16 {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 48%; }

  .EducaLAB_Caja_Verano16:hover {
    background-size: 100% 100%;
    /*DOME*/ }

  .EducaLAB_Caja_Cursos_Promece {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 48%; }

  .EducaLAB_Caja_Cursos_Promece:hover {
    background-size: 100% 100%;
    /*DOME*/ }

  .EducaLAB_Caja_Verano {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 48%; }

  .EducaLAB_Caja_Verano:hover {
    background-size: 100% 100%;
    /*DOME*/ }

  .EducaLAB_Caja_Digcomporg {
    background-size: 100% 100%;
    height: 17.8em !important;
    width: 48%; }

  .EducaLAB_Caja_Digcomporg:hover {
    background-size: 100% 100%;
    /*DOME*/ }

  .Educlaba-caja-ProEven {
    margin-bottom: 1em;
    width: 100% !important; }

  #EducaLAB_Caja_Conecta2 {
    background-color: #00AA89;
    height: 8.4em;
    /*DOME*/
    margin-left: 0.5em;
    width: 96%; }

  .EducaLAB_Caja_TextoBottom p {
    margin-bottom: 0.5em; }

  /*DOME*/
  #EducaLAB_redes {
    width: 28%; }

  /*DOME*/
  .portlet-layout {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    table-layout: auto;
    width: 100%; }

  /*DOME*/
  /*************/
  /* Nueva Web */
  /*************/
  .EducaLAB_Caja_Color_Naranja {
    background-color: #ef801c !important; }

  .EducaLAB_Caja_Color_Azul {
    background-color: #354d60 !important; }

  .EducaLAB_Caja_Color_Rojo {
    background-color: #ff5138 !important; }

  .EducaLAB_Caja_Color_Verde {
    background-color: #00aa89 !important; }

  .EducaLAB_Caja_Color_Azul_Claro {
    background-color: #71b2c6 !important; }

  .EducaLAB_Caja_Color_Gris_Claro {
    background-color: #f4f4f4 !important; }

  .EducaLAB_Caja_A, .EducaLAB_Caja_A1, .EducaLAB_Caja_A2 {
    background-size: 100%; }

  .EducaLAB_Caja_B, .EducaLAB_Caja_B1, .EducaLAB_Caja_B2 {
    background-size: 100%; }

  .EducaLAB_Caja_C, .EducaLAB_Caja_C1, .EducaLAB_Caja_C2, .EducaLAB_Caja_C3, .EducaLAB_Caja_C4 {
    background-size: 100%; }

  .EducaLAB_Caja_D, .EducaLAB_Caja_D1, .EducaLAB_Caja_D2, .EducaLAB_Caja_D3, .EducaLAB_Caja_D4 {
    background-size: 100%; }

  .EducaLAB_Caja_E, .EducaLAB_Caja_E1, .EducaLAB_Caja_E2, .EducaLAB_Caja_E3, .EducaLAB_Caja_E4 {
    background-size: 100%; }

  .EducaLAB_Caja_F, .EducaLAB_Caja_F1, .EducaLAB_Caja_F2, .EducaLAB_Caja_F3, .EducaLAB_Caja_F4 {
    background-size: 100%; }

  .EducaLAB_Caja_Alto_Pq {
    height: 102px; }

  .EducaLAB_Caja_Alto_Gd {
    height: 213px; }

  .EducaLAB_Caja_Letra_Gd {
    font-size: 1.4em !important; }

  .EducaLAB_Caja_Letra_Md {
    font-size: 1.2em !important; }

  .EducaLAB_Caja_Letra_Pq {
    font-size: 1.2em !important; } }
/**********************************************************/
/**********************************************************/
/*******************     360     **************************/
/**********************************************************/
/**********************************************************/
@media only screen and (max-width: 360px) {
  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/cniie'] {
    padding: 4px;
    background-color: none;
    font-family: "MySolexBlack";
    font-size: 36px;
    line-height: 0; }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/intef'] {
    padding: 4px;
    background-color: none;
    font-family: "MySolexBlack";
    font-size: 36px;
    line-height: 0; }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/inee'] {
    padding: 4px;
    background-color: none;
    font-family: "MySolexBlack";
    font-size: 36px;
    line-height: 0; }

  .EducaLAB_Ocultar {
    display: inline; }

  .EducaLAB_Caja_A p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_A p img {
    display: none; }

  .EducaLAB_Caja_A1 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_A1 p img {
    display: none; }

  .EducaLAB_Caja_A2 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_A2 p img {
    display: none; }

  .EducaLAB_Caja_B p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_B p img {
    display: none; }

  .EducaLAB_Caja_B1 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_B1 p img {
    display: none; }

  .EducaLAB_Caja_B2 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_B2 p img {
    display: none; }

  .EducaLAB_Caja_C p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_C p img {
    display: none; }

  .EducaLAB_Caja_C1 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_C1 p img {
    display: none; }

  .EducaLAB_Caja_C2 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_C2 p img {
    display: none; }

  .EducaLAB_Caja_C3 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_C3 p img {
    display: none; }

  .EducaLAB_Caja_C4 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_C4 p img {
    display: none; }

  .EducaLAB_Caja_D p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_D p img {
    display: none; }

  .EducaLAB_Caja_D1 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_D1 p img {
    display: none; }

  .EducaLAB_Caja_D2 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_D2 p img {
    display: none; }

  .EducaLAB_Caja_D3 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_D3 p img {
    display: none; }

  .EducaLAB_Caja_D4 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_D4 p img {
    display: none; }

  .EducaLAB_Caja_E p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_E p img {
    display: none; }

  .EducaLAB_Caja_E1 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_E1 p img {
    display: none; }

  .EducaLAB_Caja_E2 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_E2 p img {
    display: none; }

  .EducaLAB_Caja_E3 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_E3 p img {
    display: none; }

  .EducaLAB_Caja_E4 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_E4 p img {
    display: none; }

  .EducaLAB_Caja_F p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_F p img {
    display: none; }

  .EducaLAB_Caja_F1 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_F1 p img {
    display: none; }

  .EducaLAB_Caja_F2 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_F2 p img {
    display: none; }

  .EducaLAB_Caja_F3 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_F3 p img {
    display: none; }

  .EducaLAB_Caja_F4 p {
    margin-bottom: 0em; }

  .EducaLAB_Caja_F4 p img {
    display: none; } }
/**********************************************************/
/**********************************************************/
/*******************     800     **************************/
/**********************************************************/
/**********************************************************/
@media only screen and (max-width: 800px) {
  /*************/
  /* Nueva Web */
  /*************/
  .EducaLAB_Caja_A, .EducaLAB_Caja_A1, .EducaLAB_Caja_A2 {
    background-size: 100%; }

  .EducaLAB_Caja_B, .EducaLAB_Caja_B1, .EducaLAB_Caja_B2 {
    background-size: 100%; }

  .EducaLAB_Caja_C, .EducaLAB_Caja_C1, .EducaLAB_Caja_C2, .EducaLAB_Caja_C3, .EducaLAB_Caja_C4 {
    background-size: 100%; }

  .EducaLAB_Caja_D, .EducaLAB_Caja_D1, .EducaLAB_Caja_D2, .EducaLAB_Caja_D3, .EducaLAB_Caja_D4 {
    background-size: 100%; }

  .EducaLAB_Caja_E, .EducaLAB_Caja_E1, .EducaLAB_Caja_E2, .EducaLAB_Caja_E3, .EducaLAB_Caja_E4 {
    background-size: 100%; }

  .EducaLAB_Caja_F, .EducaLAB_Caja_F1, .EducaLAB_Caja_F2, .EducaLAB_Caja_F3, .EducaLAB_Caja_F4 {
    background-size: 100%; }

  .EducaLAB_Caja_Letra_Gd {
    font-size: 1.4em; }

  .EducaLAB_Caja_Letra_Md {
    font-size: 1.2em; }

  .EducaLAB_Caja_Letra_Pq {
    font-size: 1em; } }
/**********************************************************/
/**********************************************************/
/*******************     600     **************************/
/**********************************************************/
/**********************************************************/
@media only screen and (max-width: 600px) {
  /*************/
  /* Nueva Web */
  /*************/
  .EducaLAB_Caja_A, .EducaLAB_Caja_A1, .EducaLAB_Caja_A2 {
    background-size: 100%; }

  .EducaLAB_Caja_B, .EducaLAB_Caja_B1, .EducaLAB_Caja_B2 {
    background-size: 100%; }

  .EducaLAB_Caja_C, .EducaLAB_Caja_C1, .EducaLAB_Caja_C2, .EducaLAB_Caja_C3, .EducaLAB_Caja_C4 {
    background-size: 100%; }

  .EducaLAB_Caja_D, .EducaLAB_Caja_D1, .EducaLAB_Caja_D2, .EducaLAB_Caja_D3, .EducaLAB_Caja_D4 {
    background-size: 100%; }

  .EducaLAB_Caja_E, .EducaLAB_Caja_E1, .EducaLAB_Caja_E2, .EducaLAB_Caja_E3, .EducaLAB_Caja_E4 {
    background-size: 100%; }

  .EducaLAB_Caja_F, .EducaLAB_Caja_F1, .EducaLAB_Caja_F2, .EducaLAB_Caja_F3, .EducaLAB_Caja_F4 {
    background-size: 100%; }

  .EducaLAB_Caja_Alto_Pq {
    height: 71px; }

  .EducaLAB_Caja_Alto_Gd {
    height: 153px; }

  .EducaLAB_Caja_Letra_Gd {
    font-size: 1.2em !important; }

  .EducaLAB_Caja_Letra_Md {
    font-size: 1em !important; }

  .EducaLAB_Caja_Letra_Pq {
    font-size: 0.9em !important; } }
/**********************************************************/
/**********************************************************/
/*******************     480     **************************/
/**********************************************************/
/**********************************************************/
@media only screen and (max-width:480px) {
  .EducaLAB_Caja_A, .EducaLAB_Caja_A1, .EducaLAB_Caja_A2 {
    background-size: 0 0; }

  .EducaLAB_Caja_B, .EducaLAB_Caja_B1, .EducaLAB_Caja_B2 {
    background-size: 0 0; }

  .EducaLAB_Caja_C, .EducaLAB_Caja_C1, .EducaLAB_Caja_C2, .EducaLAB_Caja_C3, .EducaLAB_Caja_C4 {
    background-size: 0 0; }

  .EducaLAB_Caja_D, .EducaLAB_Caja_D1, .EducaLAB_Caja_D2, .EducaLAB_Caja_D3, .EducaLAB_Caja_D4 {
    background-size: 0 0; }

  .EducaLAB_Caja_E, .EducaLAB_Caja_E1, .EducaLAB_Caja_E2, .EducaLAB_Caja_E3, .EducaLAB_Caja_E4 {
    background-size: 0 0; }

  .EducaLAB_Caja_F, .EducaLAB_Caja_F1, .EducaLAB_Caja_F2, .EducaLAB_Caja_F3, .EducaLAB_Caja_F4 {
    background-size: 0 0; }

  .MTOP1 {
    margin-top: 0em !important; }

  * {
    background-image: none !important; }

  #main-content {
    height: auto !important;
    border: 0px solid #000;
    float: left;
    width: 98%;
    padding-top: 0em;
    padding-bottom: 4em; }

  .EducaLAB_Caja_Logo, #EducaLAB_Caja_Portales, #EducaLAB_columna50_2,
  .Edualab-Caja-Pro, .EducaLAB_Caja_Texto, .Edualab-Caja-Eventos, #EducaLAB_Caja_Conecta,
  #EducaLAB_Caja_Colabora, #EducaLAB_columna25, #EducaLAB_columna25_2, #EducaLAB_columna25_4,
  .Educlaba-caja-ProEven, .EducaLAB_Caja_Verano, .EducaLAB_Caja_Verano16, .EducaLAB_Caja_Indicadores,
  .EducaLAB_Caja_Interoperabilidad, .EducaLAB_Caja_Digcomporg, .EducaLAB_Caja_Cursos_Promece {
    width: 100% !important;
    /*height:5em !important;*/
    float: left !important;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    clear: both;
    margin-top: 0px !important;
    float: left;
    text-align: center !important; }

  .EducaLAB_Caja_Cursos_Promece {
    height: 11em !important; }

  .EducaLAB_Caja_Cursos_Promece .EducaLAB_Caja_TextoTitulo_Eventos .MTOP3 {
    margin-top: 0em !important;
    width: 20em; }

  .EducaLAB_Caja_Cursos_Promece .EducaLAB_Caja_TextoTitulo_Promece {
    width: 17em; }

  .EducaLAB_Caja_Cursos_Promece .EducaLAB_Caja_TextoTitulo_Promece .MTOP2 {
    margin-top: 2em !important; }

  .EducaLAB_Caja_Digcomporg p a {
    text-align: left;
    width: 20em; }

  /**********VIDEO HOME DOME********/
  .Educalab-Caja-Redined {
    display: none; }

  #EducaLAB_columna25_3 {
    width: 100%; }

  /*DOME*/
  #EducaLAB_columna50_2 {
    height: 6.5em !important; }

  /*DOME*/
  #EducaLAB_columna25_5, #EducaLAB_columna25_6 {
    width: 100% !important; }

  .Educlaba-caja-ProEven, #EducaLAB_columna50 {
    height: auto !important;
    min-height: 5em;
    width: 100% !important;
    float: left; }

  #p_p_id_56_INSTANCE_H0ijaVBWnoNE_ div#EducaLAB_Caja_Conecta2 {
    background: #00AA89 !important; }

  /*DOME*/
  #p_p_id_56_INSTANCE_H0ijaVBWnoNE_ div#EducaLAB_Caja_Conecta2:hover {
    background: #00987a !important; }

  /*DOME*/
  #p_p_id_56_INSTANCE_H0ijaVBWnoNE_ div.Edualab-Caja-Eventos2 {
    background: #72b2c6 !important; }

  /*DOME*/
  #p_p_id_56_INSTANCE_H0ijaVBWnoNE_ div.Edualab-Caja-Eventos2:hover {
    background: #5395b5 !important; }

  /*DOME*/
  .EducaLAB_Caja_TextoTop a {
    background: none !important; }

  /*DOME*/
  #EducaLAB_redes {
    width: 60%; }

  /*DOME*/
  #EducaLAB_redes img {
    margin: 0; }

  /*DOME*/
  .EducaLAB_style_Cabecera {
    background-color: #354D60;
    height: 2.75em;
    height: auto !important;
    float: left;
    width: 100%;
    padding-bottom: 3.5em; }

  .Edualab-Caja-Eventos_Texto {
    padding-top: 1em; }

  .EducaLAB_Caja_TextoTop {
    padding-top: 0.8em; }

  .EducaLAB_Caja_TextoBottom {
    font-size: 0.9em;
    padding: 1em; }

  .EducaLAB_Caja_TextoBottom a {
    background: none !important; }

  .Edualab-Caja-Eventos {
    background-image: none !important;
    background-color: #72b2c6; }

  .Edualab-Caja-Eventos:hover, .Edualab-Caja-Eventos:focus {
    background-image: none !important;
    background-color: #86c9de; }

  #EducaLAB_Caja_Portales:hover, #EducaLAB_Caja_Portales:focus {
    background-image: none !important;
    background-color: #4f718d; }

  #EducaLAB_Caja_Portales .EducaLAB_Caja_TextoTop * {
    padding-bottom: 0px; }

  .EducaLAB_Caja_TextoBottom_Conoce {
    padding-top: 0em !important;
    float: right !important;
    width: 100%;
    padding: 0px !important; }

  .EducaLAB_Caja_TextoBottom_Conoce p {
    display: block;
    float: left;
    height: 2em;
    padding: 0px !important;
    font-size: 2em !important;
    line-height: 1.2em;
    width: 33%;
    margin: 0px !important; }

  .EducaLAB_Caja_TextoBottom_Conoce p a {
    width: 100%;
    float: none;
    text-align: center; }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/cniie'] {
    padding: 4px;
    /*background-color:#ef801c;background-color:#896441;*/ }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/cniie']:hover {
    padding: 4px;
    background-color: #ef801c; }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/intef'] {
    padding: 4px;
    /*background-color:#24c19c;background-color:#2d817b;*/ }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/intef']:hover {
    padding: 4px;
    background-color: #24c19c; }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/inee'] {
    padding: 4px;
    /*background-color:#e46f5d; background-color:#845c5f;*/ }

  .EducaLAB_Caja_TextoBottom_Conoce p a[href='/inee']:hover {
    padding: 4px;
    background-color: #e46f5d; }

  #EducaLAB_Caja_Conecta:hover, #EducaLAB_Caja_Conecta:focus {
    background-image: none !important;
    background-color: #01ecbe; }

  #EducaLAB_Caja_Colabora:hover, #EducaLAB_Caja_Colabora:focus {
    background-image: none !important;
    background-color: #fe806e; }

  .Educlaba-caja-ProEven {
    background-color: #6ba6cb; }

  .Educlaba-caja-ProEven:hover, .Educlaba-caja-ProEven:focus {
    background-color: #89c6ec; }

  #EducaLAB_Caja_Portales, #EducaLAB_columna25_2 {
    /*height:5.8em !important;*/
    z-index: 9999;
    cursor: pointer; }

  .Educlaba-caja-ProEven {
    padding: 0px; }

  .EducaLAB_Caja_Logo p a:hover, .EducaLAB_Caja_Logo p a:focus {
    color: #666 !important; }

  .EducaLAB_Caja_ImagenTexto {
    margin-top: 1em; }

  .portlet-column-content {
    padding: 0px !important; }

  .EducaLAB_Caja_Logo, #EducaLAB_columna25 {
    background: none !important;
    height: 6em !important;
    padding-top: 0px;
    margin-bottom: 0px !important; }

  #EducaLAB_columna25 {
    border-top: 0px solid #EF801C;
    /*background:#EF801C !important;*/
    height: auto !important; }

  .EducaLAB_Caja_Imagen {
    background: none !important; }

  .EducaLAB_Caja_Imagen h1 {
    border: none !important;
    float: left;
    margin-left: 2em; }

  .EducaLAB_Caja_TextoTop_Eventos, .EducaLAB_Caja_TextoBottom_Procomun_Eventos {
    border: 0px solid #000;
    padding: 0.7em !important;
    padding-left: 0em !important;
    width: 40%; }

  .EducaLAB_Caja_TextoBottom_Procomun_Eventos {
    display: none !important; }

  .Edualab-Caja-Pro {
    background: #2e739d url("procomun_hover.jpg") no-repeat right;
    background-size: 55%;
    float: left;
    overflow: hidden !important;
    text-align: right !important;
    padding-top: 1em; }

  .EducaLAB-Caja-Indicadores {
    background: #00aa89 url("procomun_hover.jpg") no-repeat right;
    background-size: 55%;
    float: left;
    overflow: hidden !important;
    text-align: right !important;
    padding-top: 1em; }

  .EducaLAB-Caja-Interoperabilidad {
    background: #354d60 url("procomun_hover.jpg") no-repeat right;
    background-size: 55%;
    float: left;
    overflow: hidden !important;
    text-align: right !important;
    padding-top: 1em; }

  .EducaLAB_Caja_Verano16 {
    background: #354d60 url("procomun_hover.jpg") no-repeat right;
    background-size: 55%;
    float: left;
    overflow: hidden !important;
    text-align: right !important;
    padding-top: 1em; }

  .EducaLAB_Caja_Cursos_Promece {
    background: #ef801c url("procomun_hover.jpg") no-repeat right;
    background-size: 55%;
    float: left;
    overflow: hidden !important;
    text-align: right !important;
    padding-top: 1em; }

  .EducaLAB_Caja_Digcomporg {
    background: #354d60 url("procomun_hover.jpg") no-repeat right;
    background-size: 55%;
    float: left;
    overflow: hidden !important;
    text-align: right !important;
    padding-top: 1em; }

  .EducaLAB_Caja_Verano16 .EducaLAB_Caja_TextoTop_Eventos .MTOP6 {
    margin-top: 0em !important; }

  .EducaLAB_Caja_Verano16 .EducaLAB_Caja_TextoTop_Eventos p {
    width: 17em; }

  .EducaLAB_Caja_Verano {
    background: #2e739d url("procomun_hover.jpg") no-repeat right;
    background-size: 55%;
    float: left;
    overflow: hidden !important;
    text-align: right !important;
    padding-top: 1em; }

  .Edualab-Caja-Pro * {
    float: left; }

  .EducaLAB-Caja-Indicadores * {
    float: left; }

  .EducaLAB-Caja-Interoperabilidad * {
    float: left; }

  .EducaLAB_Caja_Verano16 * {
    float: left; }

  .EducaLAB_Caja_Cursos_Promece * {
    float: left; }

  .EducaLAB_Caja_Verano * {
    float: left; }

  .EducaLAB_Caja_Digcomporg * {
    float: left; }

  .Edualab-Caja-Pro .EducaLAB_Caja_TextoTop_Eventos {
    width: 100%; }

  .EducaLAB-Caja-Indicadores {
    width: 100%; }

  .EducaLAB-Caja-Interoperabilidad {
    width: 100%; }

  #EducaLAB_Caja_Portales *, #EducaLAB_Caja_Colabora * {
    float: left; }

  #EducaLAB_Caja_Colabora .EducaLAB_Caja_TextoBottom {
    display: none; }

  #EducaLAB_typo img {
    height: 60px;
    margin-left: 0px;
    background: #fff;
    padding-left: 3px;
    padding-bottom: 30px;
    padding-top: 3px;
    margin-right: 8px; }

  #carousel {
    margin: 0px !important; }

  #carousel .CajaImagenTextoCarusel {
    width: 100%; }

  #carousel .textoimg {
    position: relative !important;
    top: 0px;
    left: 0px;
    padding: 0em;
    opacity: 1;
    line-height: 0.8em;
    width: 100% !important;
    background: none !important;
    background-color: #5a6975 !important;
    padding-left: 1em;
    height: 100% !important; }

  #carousel img {
    display: none; }

  #carousel menu {
    float: left;
    left: 0px;
    top: 4em;
    width: 100%;
    display: none; }

  #carousel .textoimg p {
    display: none; }

  #carousel .textoimg h2 {
    margin: 0px;
    padding: 0.5em;
    width: 90%;
    font-size: 1.2em !important;
    font-family: "open_sanslight";
    font-weight: normal !important; }

  .EducaLAB_style_contenido {
    width: 100% !important;
    padding: 0px !important; }

  #EducaLAB_typo {
    width: 96% !important;
    padding: 0.3em !important;
    width: 100% !important;
    padding: 0px !important; }

  #EducaLAB_typo p {
    /*float:left;*/
    padding-left: 1em; }

  .EducaLAB_Caja_TextoTop, .EducaLAB_Caja_TextoBottom {
    width: 90% !important;
    float: none; }

  /*** FIN Modificaciones responsive **/
  div.EducaLAB_typo_MENU {
    width: 100% !important;
    float: left !important;
    border: 0px solid #000;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0em;
    padding-top: 0em;
    border-top: 0px solid #fff;
    background-color: #354D60 !important;
    color: #fff;
    font-weight: normal; }

  div.EducaLAB_typo_MENU li, div.EducaLAB_typo_MENU h1, div.EducaLAB_typo_MENU div, div.EducaLAB_typo_MENU a {
    padding-bottom: 0px !important;
    margin: 0px !important;
    color: #fff !important; }

  div.EducaLAB_typo_MENU li {
    padding: 1em;
    border-top: 0px solid #fff;
    display: block; }

  div.EducaLAB_typo_MENU ul li ul li {
    padding: 0.6em;
    padding-left: 0.5em;
    border-bottom: 1px dotted #eee; }

  div.EducaLAB_typo_MENU ul li ul li:hover, div.EducaLAB_typo_MENU ul li ul li:focus {
    background-color: #eee; }

  #nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
    display: block; }

  nav:before {
    content: "\2207     MEN\DA ";
    background-color: #A1B4C9;
    display: block;
    padding-left: 1em;
    text-align: left;
    font-size: 1.1em;
    background-color: #4F7390 !important;
    color: #fff;
    font-weight: bold !important;
    padding: 0.5em;
    padding-bottom: 2em; }

  footer {
    height: 4em !important;
    overflow: hidden;
    width: 100% !important;
    margin: 0px !important;
    position: absolute;
    top: 5.4em;
    z-index: 999;
    padding: 0px !important;
    cursor: pointer; }

  footer, .EducaLAB_style_inicioMENU, .EducaLAB_style_MENU {
    background-color: #4F7390 !important; }

  .EducaLAB_style_inicioMENU {
    display: none !important; }

  .EducaLAB_style_footer.clicked {
    height: auto !important;
    padding-bottom: 2em !important; }

  #EducaLAB_MENU {
    height: auto;
    float: left; }

  #EducaLAB_cierre {
    height: auto;
    float: left;
    display: none; }

  .Educalab-Caja-Pro {
    width: 100%;
    display: block;
    height: 100px; }

  .EducaLAB-Caja-Indicadores {
    width: 100%;
    display: block;
    height: 100px; }

  .EducaLAB-Caja-Interoperabilidad {
    width: 100%;
    display: block;
    height: 100px; }

  .EducaLAB_Caja_ImagenTexto p {
    color: #fff !important;
    font-weight: bold; }

  .EducaLAB_Caja_ImagenTexto {
    font-size: 14px !important;
    margin-top: 0.5em; }

  .EducaLAB_Caja_ImagenTexto p, .EducaLAB_Caja_ImagenTexto a {
    color: #ffffff;
    font-size: 1.1em !important;
    padding-left: 0.7em;
    font-family: "open_sanslight";
    line-height: 1.1em !important;
    margin: 0px !important;
    padding: 0px !important;
    vertical-align: bottom !important; }

  /*************** Nuevas cajas******************/
  .EducaLAB_Caja_Ancho {
    width: auto!important; }

  .EducaLAB_Caja_Alto_Gd {
    /*height: 135px;*/ }

  .EducaLAB_Caja_Letra_Gd {
    font-size: 1.6em; }

  .EducaLAB_Caja_Letra_Md {
    font-size: 1.4em; }

  .EducaLAB_Caja_Letra_Pq {
    font-size: 1.2em; }

  .EducaLAB_Caja_Margen_Izquierda {
    margin-left: 0px; }

  .EducaLAB_Caja_Margen_Izquierda_6 {
    margin-left: 1px; }

  .EducaLAB_Caja_Margen_Izquierda_8 {
    margin-left: 2px; }

  .EducaLAB_Caja_Margen_Arriba10 {
    margin-top: 0em; }

  .MLEFT1 {
    margin-left: 0em; } }

