/* Artfully masterminded by ZURB  */


/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   font-face 
----------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Michroma);


/*
font-family: 'Michroma', sans-serif;

*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
    background: #ffffff;
    color: #282828;
}


/* Links ---------------------- */

a img {
    border: none;
}

a {
    color: #2ba6cb;
    text-decoration: none;
    line-height: inherit;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    color: #2795b6;
}

p a,
p a:visited {
    line-height: inherit;
}



/* .row { width: 960px; max-width: 100%; min-width: 768px; margin: 0 auto; } */

.row {
    width: 1024px;
}

header.row {
    /*  background-image: url('../images/cabecera_bg.jpg');
  background-repeat: no-repeat;*/
    height: 164px;
}


.column,
.columns {
    float: left;
    min-height: 1px;
    padding: 0px;
    position: relative;
}

.headerbg {
    position: absolute;
    top: 0px;
    background-image: url('../images/header_bg2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0px;
    width: 100%;
    height: 400px;
    left: 0px;
    z-index: -1;
}

.marca {
    background: aqua!important;
}




/* Base Type Styles Using Modular Scale ---------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    direction: ltr;
}

p {
    color: #000;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    text-align: justify;
}

p.lead {
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 17px;
}

aside p {
    font-size: 13px;
    line-height: 1.35;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Michroma', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

h1 {
    font-size: 22px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

h1.logo {
    margin-left: 14px;
}

h1.mini {
    font-size: 17px!important;
}

h2 {
    font-size: 37px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

h2.azul {
    font-size: 19px;
    line-height: 1.5em;
    color: #ffffff;
    background: #3d5c4c;
    border: none;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 0px 0px 6px;
    margin-bottom: 20px;
    margin-top: 50px;
}

h2.logo {
    margin: 0px;
}

h3 {
    font-size: 24px;
    color: #3d5c4c;
}


h4 {
    font-size: 23px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0;
}

.subheader {
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-weight: bold;
    background: #ffff99;
}


/* Lists ---------------------- */

ul,
ol,
dl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside;
}


ul li ul,
ul li ol {
    margin-left: 20px;
    margin-bottom: 0;
}

ul.square,
ul.circle,
ul.disc {
    margin-left: 17px;
}

ul.square {
    list-style-type: square;
}

ul.square li ul {
    list-style: inherit;
}

ul.circle {
    list-style-type: circle;
}

ul.circle li ul {
    list-style: inherit;
}

ul.disc {
    list-style-type: disc;
}

ul.disc li ul {
    list-style: inherit;
}

ul.no-bullet {
    list-style: none;
}

ul.large li {
    line-height: 21px;
}

ul.flechas li {
    list-style: url('../images/li.png');
    font-family: 'Michroma', sans-serif;
}


/* ul.flechas li:hover { margin-left: 4px; } */


/*
ul.flechas li { background: url(../images/li.png) no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 30px;
    vertical-align: middle; }
ul.flechas li:hover { background: url(../images/li.png) no-repeat 10px 7px transparent;}
*/

ol,
li {
    color: #000;
}

ol li ul,
ol li ol {
    margin-left: 20px;
    margin-bottom: 0;
}


.panel.callout {
    border: 1px solid #cbd3ce;
    padding: 10px 20px 10px 50px;
    margin-bottom: 15px;
    background: url('../images/recomendadohomeboxbg.jpg') repeat-y;
}

.panel.callout a {
    color: #3d5c4c;
}

.panel.callout a:hover {
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    text-decoration: none;
}

.logosEscuelas{
  background: #fff;
  text-align: center;
} 
.logosEscuelas a { padding: 0 1.8%; }
.logosEscuelas a img {
     width: 153px;
    max-height: 71px;
    vertical-align: middle;

}

/*.logosEscuelas {
    height: 110px;
    background: url('../images/logosescuelas_bg.jpg') no-repeat 50% 100%;
     display: flex;
    align-items: center;
    justify-content: center;
}

.logosEscuelas a { padding: 0 1.8%; }

.logosEscuelas a img {
       width: 153px;
    max-height: 71px;
    vertical-align: middle;
}
*/

/* -----------------------------------------
   NAV_BAR
----------------------------------------- */

.nav-bar {
    height: 40px;
    background: transparent;
    margin-left: 0px;
    margin-top: 4px;
    padding: 0;
    font-family: 'Michroma', sans-serif;
}


/* .nav-bar > li { float: left; display: block; position: relative; padding: 0px 42px; margin: 0; border: 1px solid #dcdcdc; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; } */

.nav-bar>li {
    float: left;
    display: block;
    position: relative;
    padding: 0px 0px;
    margin: 0;
    border: none;
    line-height: 38px;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  
}

.nav-bar>li:first-child {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.nav-bar>li:last-child {
    border: none!important;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}

.nav-bar>li.active {
    background: #2ba6cb;
    border-color: #2284a1;
}

.nav-bar>li.active>a {
    color: white;
    cursor: default;
}

.nav-bar>li.active:hover {
    background: #fbfbfb;
    cursor: default;
}

.nav-bar>li:hover {
    background: transparent;
}



.nav-bar>li>a {
    color: #8e8e8e;
    white-space: nowrap;
}

.nav-bar>li ul {
    margin-bottom: 0;
}

.nav-bar>li .flyout {
    display: none;
}

.nav-bar>li.has-flyout>a:first-child {
    padding-right: 40px;
    position: relative;
}

.nav-bar>li.has-flyout>a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 17px;
}

.nav-bar>li.has-flyout>a.flyout-toggle {
    border-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 2;
    display: block;
}

.nav-bar>li.has-flyout.is-touch>a:first-child {
    padding-right: 55px;
}

.nav-bar>li.has-flyout.is-touch>a.flyout-toggle {
    border-left: 1px dashed #666666;
}

.nav-bar>li>a:first-child {
    color: #fff;
    position: relative;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
}

.nav-bar>li>input {
    margin: 0 10px;
}

.nav-bar.vertical {
    height: auto;
    margin-top: 0;
}

.nav-bar.vertical>li {
    float: none;
    border-bottom: none;
    border-right: solid 1px #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-bar.vertical>li.has-flyout>a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: transparent transparent transparent #e6e6e6;
}

.nav-bar.vertical>li .flyout {
    left: 100%;
    top: -1px;
}

.nav-bar.vertical>li .flyout.right {
    left: auto;
    right: 100%;
}

.nav-bar.vertical>li.active {
    border-right: solid 1px #2284a1;
}

.nav-bar.vertical>li:last-child {
    border-bottom: solid 1px #333333;
}


/* iconos */


/* -----------------------------------------
   MINI NAV_BAR
----------------------------------------- */


/* .mini.nav-bar { display: inline; float: left; } */

.mini.nav-bar>li {
    width: 60px;
}



/* iconos */

.mini .icon {
    width: 60px;
    height: 40px;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-position-x: 0px;
    margin-right: 10px;
    margin-left: 0px;
}

.mini .icon.logo {
    background-image: url('../images/mini-logo.png');
}

.mini .icon.buscador {
    background-image: url('../images/mini_btn_icon_1.png');
}

.mini .icon.rankings {
    background-image: url('../images/mini_btn_icon_2.png');
}

.mini .icon.analisis {
    background-image: url('../images/mini_btn_icon_3.png');
}

.mini .icon.links {
    background-image: url('../images/mini_btn_icon_4.png');
}

.mini.nav-bar>li:hover a {
    color: #484848;
}

.mini li a:hover.icon.buscador,
.mini li a:hover.icon.rankings,
.mini li a:hover.icon.analisis,
.mini li a:hover.icon.links {
    background-position-x: -60px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}







/* -----------------------------------------
   Normal Buttons
----------------------------------------- */

.buscadorHead input[type="submit"],
.button {
    width: auto;
    background: #3d5c4c;
    border: 1px solid #3d5c4c;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    /* Hovers */
    /* Sizes */
    /* Colors */
    /* Radii */
    /* Layout */
    /* Disabled ---------- */
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.button:hover,
.button:focus {
    color: white;
    background-color: #3d5c4c;
    text-decoration: none;
}

.button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.button.large {
    font-size: 17px;
    padding: 15px 30px 16px;
}

.button.medium {
    font-size: 14px;
}

.button.small {
    font-size: 11px;
    padding: 7px 14px 8px;
}

.button.tiny {
    font-size: 10px;
    padding: 5px 10px 6px;
}

.button.expand {
    width: 100%;
    text-align: center;
}

.button.primary {
    background-color: #2ba6cb;
    border: 1px solid #1e728c;
}

.button.primary:hover,
.button.primary:focus {
    background-color: #2284a1;
}

.button.success {
    background-color: #5da423;
    border: 1px solid #396516;
}

.button.success:hover,
.button.success:focus {
    background-color: #457a1a;
}

.button.alert {
    background-color: #c60f13;
    border: 1px solid #7f0a0c;
}

.button.alert:hover,
.button.alert:focus {
    background-color: #970b0e;
}

.button.secondary {
    background-color: #e9e9e9;
    color: #1d1d1d;
    border: 1px solid #c3c3c3;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #d0d0d0;
}

.button.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.button.round {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.button.full-width {
    width: 100%;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.button.left-align {
    text-align: left;
    text-indent: 12px;
}

.button.disabled,
.button[disabled] {
    opacity: 0.6;
    cursor: default;
    background: #2ba6cb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.disabled:hover,
.button[disabled]:hover {
    background: #2ba6cb;
}

.button.disabled.success,
.button[disabled].success {
    background-color: #5da423;
}

.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #5da423;
    outline: none;
}

.button.disabled.alert,
.button[disabled].alert {
    background-color: #c60f13;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #c60f13;
    outline: none;
}

.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e9e9e9;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #e9e9e9;
    outline: none;
}











/* -----------------------------------------
   Standard Forms
----------------------------------------- */

form {
    margin: 0 0 19.41641px;
}

.row form .row {
    margin: 0 -6px;
}

.row form .row .column,
.row form .row .columns {
    padding: 0 6px;
}

.row form .row.collapse {
    margin: 0;
}

.row form .row.collapse .column,
.row form .row.collapse .columns {
    padding: 0;
}

label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}

label.right {
    float: none;
    text-align: right;
}

label.inline {
    line-height: 32px;
    margin: 0 0 12px 0;
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 31px;
}


a.button.prefix,
a.button.postfix {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

span.prefix,
span.postfix {
    background: #f2f2f2;
    border: 1px solid #cccccc;
}

.prefix {
    left: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
}

.postfix {
    right: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 6px;
    height: 36px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize {
    font-size: 17px;
    padding: 4px 6px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #b3b3b3;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #ddd;
}

textarea {
    height: auto;
}

select {
    width: 100%;
}


/* Fieldsets */

fieldset {
    border: solid 1px #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px;
    margin: 18px 0;
}

fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 3px;
    margin: 0;
    margin-left: -3px;
}


/* Errors */

.error input,
input.error,
.error textarea,
textarea.error,
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
    outline-color: #f5797c;
}

.error label,
label.error {
    color: #c60f13;
}

.error small,
small.error {
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}





/* -----------------------------------------
   Buscador Side
----------------------------------------- */

.buscadorSide {
    margin-bottom: 20px;
}

.buscadorSide h3 {
    font-size: 21px;
}

.button.buscar {
    padding: 0px;
    height: 37px;
    background: transparent;
    border: none;
}

.button.buscar img {
    width: 42px;
    height: 37px;
}

.buscar input[type=submit] {
    width: 42px;
    height: 37px;
    padding: 0px;
    height: 37px;
    border: none;
    background: url("../images/btn_buscar.png") no-repeat center center;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.0);
}
.no-text {
    font-size: 0;
}

.buscadorSide input {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}



/* -----------------------------------------
   buscador Head
----------------------------------------- */

.marginbuscador {
    float: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 260px;*/
    margin-top: 65px;
}

.buscadorPalabraHead {
    max-width: 274px;
    margin-top: 20px;
    margin-left: 2%;
    background: url('../images/buscadorPalabraHead.png') no-repeat;
    padding: 1px 43px 30px;
}


#uwpqsf_id {
    border: none;
}

.buscadorHead {
    max-width: 620px;
        margin-top: 20px;
    margin-left: 2%;
    background: url('../images/buscador_head_bg.png') no-repeat;
  /*  background-size: cover;*/
/*   background: rgba(255,255,255,0.7);*/
       padding: 10px 23px 20px;
}

/* ELIMINAR SELECT DE FORM PORQUE FALLA EL PLUGIN */
#cmf-radio-0 {
  display: none;
}


.buscadorHead .uform_title {display: none;}
.buscadorHead .uwpqsf_class {
     max-width: 190px;
    margin-bottom: 5px;
    clear: initial;
    display: inline-block;
}

.buscadorHead h3,
.uwpqsf_class > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-'] {
  font-family: 'Michroma', sans-serif;
    font-size: 18px;
    color: #3d5c4c;
    text-transform: uppercase;
    font-weight: bold;
        margin-bottom: 10px;
}

.buscadorHead .col2 {
    margin-left: 20px;
}


/* .buscadorHead select#customDropdown, .buscadorHead span {display: inline; display: left;} */

.buscadorHead div.en {
    padding: 10px 10px 0px 10px;
    color: #686d71;
}

.buscadorHead input[type="submit"],
.buscadorHead .button {
    font-size: 16px;
    padding: 10px 9px 10px;
    margin-top: 46px;
    text-transform: uppercase;
    font-weight: bold;
}


form.custom div.custom.dropdown a.selector {
    position: absolute;
    width: 30px;
    height: 38px;
    display: block;
    right: 0;
    top: 0;
    border: solid 1px #dddddd;
}

.uwpqsf_class select {
      display: block;
    position: relative;
    width: auto;
    height: 28px;
    margin-bottom: 9px;
    margin-top: 2px;
    min-width: 167px;
    font-size: 14px;
        color: #686d71;
}

.formCont {}

form.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 26px;
    min-height: 28px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #dddddd;
    color: #686d71;
    background-color: #fafafa;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
}

form.custom div.custom.dropdown {
    display: block;
    position: relative;
    width: auto;
    height: 28px;
    margin-bottom: 9px;
    margin-top: 2px;
    min-width: 167px;
}


/* -----------------------------------------
   MINI buscador Head
----------------------------------------- */


/* -----------------------------------------
   Provincias
----------------------------------------- */

.provincias. {}

.provincias a {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    color: #282828;
    line-height: 20px;
    font-size: 14px;
}



/* -----------------------------------------
   Contenido
----------------------------------------- */

.Contenido h1 {
    font-size: 22px;
    color: #ffffff;
    background: #3d5c4c;
    border: none;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.Contenido h1.full {
    max-width: none;
}

.Contenido h1.img {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 0px 0px 6px;
    margin-bottom: 20px;
}

.Contenido ul,
.Contenido ol {
       margin-left: 16px;
}

/* HOME - Masters por categorias */


/*
ul.flechas { display: inline; float: left; width: 50%; padding-left: 10%; padding-top: 20px;   }
ul.flechas li a {  color:#565656!important; font-size: 17px; line-height: 35px; }
*/

ul.flechas {
    display: block;
    width: 100%;
    padding-left: 10%;
    padding-top: 20px;
}

ul.flechas li {
    width: 100%;
}

ul.flechas li a {
    color: #565656!important;
    font-size: 14px;
    line-height: 2.5em;
}

.Contenido.Seccion ul.flechas {}

.Contenido.Seccion ul.flechas li {
    float: left!important;
    width: 100%!important;
}

.Contenido.Seccion ul.flechas.full {
    width: 100%!important;
}

/*.Seccion,
.Analisis {
    padding-right: 60px;
}
*/


/* -----------------------------------------
   Home recomendados
----------------------------------------- */

article.recomendadosHome {
    /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); 
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); 
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);  */
    border: 1px solid #cbd3ce;
    /*-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
-ms-border-radius: 4px; 
-o-border-radius: 4px; 
border-radius: 4px;*/
    padding: 10px 20px 10px 50px;
    margin-bottom: 15px;
    background: url('../images/recomendadohomeboxbg.jpg') repeat-y;
    max-width: 520px;
}

article.recomendadosHome h1 {
    background: transparent;
    color: #3d5c4c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
    padding-top: 0;
    margin: 0;
    padding-left: 10px;
}


article.recomendadosHome p {
    font-family: 'Michroma', sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

article.recomendadosHome .modalidad {
    color: #3e3e3e;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

article.recomendadosHome .button {

    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 10px 10px;
    float: left;
}



/* -----------------------------------------
   Contenido Single
----------------------------------------- */

.Contenido.Single h1 {
    font-size: 26px;
    line-height: 22px;
    color: #ffffff;
    background: #0264ac;
    border: none;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 23px 0px 10px 23px;
    margin-bottom: 0px;
    min-height: 63px;
}


/* ul.ficha1, ul.ficha2  { display: inline; float: left; width: 50%; padding-left: 10%; padding-top: 20px;   } */

div.clear {
    clear: both;
    height: 1px;
}

.Single .fichamaster {
    background: url('../images/archive_article_bg.jpg') no-repeat 0 100%;
    padding: 10px 10px 10px;
    margin-bottom: 20px;
}

.Contenido.Single ul.ficha1 li {
    font-family: 'Michroma', sans-serif;
    font-size: 12px;
    line-height: 25px;
    list-style: none;
    list-style-type: none;
    color: #3d5c4c;
    font-weight: bold;
    margin-bottom: 0px;
}

.Contenido.Single ul.ficha2 li {
    font-size: 16px;
    line-height: 25px;
    list-style: none;
    list-style-type: none;
    margin-bottom: 0px;
}

.Contenido h3 {
    font-size: 22px;
    color: #ffffff;
    background: #0264ac;
    border: none;
    /* -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);  -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; */
    padding: 6px 0px 0px 23px;
    margin: 0px;
    margin: 0px;
    width: 100%;
}



.Contenido.Single .panel.callout {
    background: #ffffff;
    color: inherit;
    border: none;
    padding: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
}

.Contenido.Single h3 {
    color: #3d5c4c;
    background: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.Contenido.Single p {
    margin-top: 20px;
    padding-right: 60px;
}

.volverallistado {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
}

.Contenido.Single .logoEscuela img {
    margin-bottom: 20px;
      max-width: 150px;
        max-height: 60px;
}

span.recomendado {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}


/* -----------------------------------------
   Contenido Archive
----------------------------------------- */

h1.titlesec {
    background: #3d5c4c;
    color: #fff;
    padding: 20px 20px 20px;
    font-size: 26px;
    margin-bottom: 30px;
}

.Contenido.Archive article {
    background: url('../images/archive_article_bg.jpg') no-repeat 0 100%;
    padding: 20px 10px 20px;
    max-width: 700px;
}


.Contenido.Archive h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #3d5c4c;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    margin: 0px;
    width: 100%;
    min-height: 80px;
    text-transform: none;
}

.Contenido.Archive .logoEscuela {
    float: left;
    padding: 0px;
    padding-right: 14px;
}

.Contenido.Archive .button.masinfo {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 10px 10px;
    float: left;
    color: #fff;
    background: #3d5c4c!important;
    margin-top: 10px;
}



.Contenido.Archive .modalidad {
    color: #3e3e3e;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}





/* -----------------------------------------
   Contenido Analisis
----------------------------------------- */

.Contenido.Archive p {
    line-height: 20px;
}

.Contenido.Analisis a {
    color: #000000;
    white-space: nowrap;
}

.Analisis div {
    color: #000000;
    padding-bottom: 10px;
}


/*recomendadd*/


/*.Analisis em {
background: #3d5c4c;
border: none;
padding: 5px;
color: #fff;
}*/

.Analisis em {
    background: #c0c9c5;
    border: none;
    padding: 5px;
    color: #426151;
    font-weight: bold;
}



.Analisis h2,
.Contenido h2 {
    font-size: 24px;
    color: #3d5c4c;
    line-height: 2em;
}



/* -----------------------------------------
   cookies
----------------------------------------- */

.legales h2 {
    font-size: 24px;
    color: #3d5c4c;
    line-height: 2em;
}


/* -----------------------------------------
   Footer
----------------------------------------- */

footer.row {
    height: 65px;
    margin-top: 20px;
    margin-bottom: 30px;
}

footer p {
    margin-top: 30px;
    margin-right: 12px;
    color: #565656;
    font-size: 12px;
    text-align: center;
}

footer a {
    color: #565656;
}



/* -----------------------------------------
   Contenido Analisis
----------------------------------------- */
a {color:#000000; white-space: nowrap;}

.estrellas { font-weight: bold; color: #e28c01; font-size: 20px; letter-spacing: -0.1em; margin-left: 6px; margin-right: 4px;}

/* Tables ---------------------- */
table { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 0px solid #dddddd;  border-collapse: collapse; width: 100%;}

table thead, table tfoot { background: #3d5c4c; color:#fff; }

table thead strong,
table thead {font-size: 15px!important; } 

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; font-size: 13px; line-height: 18px; text-align: left; padding: 8px;  /* white-space: nowrap; */ }

table strong {white-space: nowrap;} 

table thead tr th ,
table tfoot tr td  {
    padding: 8px 10px 9px;
            text-align: center;
  }
table thead tr th span,
table tfoot tr td span {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
        text-align: center;
}

table thead tr th .fa,
table tfoot tr td .fa {
    font-size: 30px;
    color: #fff;
    clear: both;
    display: block;
    text-align: center;
    font-weight: normal;
        margin-bottom: 3px;
}
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even, table tbody tr.alt { background: #fff; }

table tbody tr:nth-child(even) { background: #fff;  }

table tbody tr td { color: #094e6a; padding: 9px 10px; vertical-align: top; border: none; border-bottom: #e28d00 1px solid;}

table tbody tr td.centertext {
  text-align: center;
}

table tbody tr td .title {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}
.rating .fa.fa-star {
  color: #ea8a00;
}
.rating .fa.fa-star-o {
  color: #c7c7c7;
}
ul.rating {
  margin: 0;
  margin-bottom: 20px;
  float: left;
}
ul.rating li {
list-style: none;
    display: inline;
    float: left;
    margin-right: 30px;
}


/* -----------------------------------------
   Misc
----------------------------------------- */

#cookie-law-info-bar {
    left: 0;
}
.left {
    float: left!important;
}

.right {
    float: right!important;
}



/* -----------------------------------------
   RESPONSIVE
----------------------------------------- */


/* Very large screens */

@media only screen and (min-width: 1041px) {
    ...
}


/* Medium screens */

@media only screen and (max-width: 1040px) and (min-width: 768px) {

    .logosEscuelas a img {
        width: 10%!important;
        height: auto;
    }

    .eight.columns.buscadorHead {
        position: absolute;
        left: 50%;
        width: 620px;
        margin-left: -310px;
    }
    .buscadorPalabraHead {
        display: none;
    }

    .logosEscuelas {
        margin-top: 270px;
    }
}


/* FIN Medium screens */


/* Especial iPad*/

@media only screen and (max-width: 935px) and (min-width: 768px) {

    .row {
        padding-left: 4px;
        padding-right: 4px;
    }


    header.row {
        background-image: url('../images/cabecera_bg.jpg');
        background-repeat: no-repeat;
        height: 164px;
        background-position-x: -180px;
    }


    .logosEscuelas a img {
        width: 12%;
        height: auto;
    }

    .Contenido.Single h1 {
        font-size: 20px;
        line-height: 20px;
        color: #ffffff;
        background: #0264ac;
        border: none;
        -webkit-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        -ms-border-radius: 4px 4px 0px 0px;
        -o-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
        padding: 23px 0px 0px 23px;
        margin-bottom: 0px;
        height: 63px;
    }



    .buscadorHead .button {
        font-size: 14px;
        padding: 6px 10px 6px;
        margin-top: 50px;
    }

    .nav-bar>li>a:first-child {
        position: relative;
        padding: 0 20px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        padding-left: 15px;
    }

    .mini form.custom div.custom.dropdown {
        display: block;
        position: relative;
        width: 150px!important;
        height: 28px;
        margin-bottom: 9px;
        margin-top: 2px;
    }
}


/* FIN Especial iPad*/


/* Small screens */

@media only screen and (max-width: 767px) {

    footer {
        display: none;
    }

    .headerbg {
        position: absolute;
        top: 50px;
        background-image: url('../images/header_bg_mobile2.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0px;
        background-size: 100%;
        width: 100%;
        height: 200px;
        left: 0px;
        z-index: -1;
    }

    .topNavMobile {
        position: fixed;
        width: 100%;
        background: #426150;
        z-index: 999;
    }

    .logosEscuelas {
        height: auto;
        /*  background: url('../images/logosescuelas_bg.jpg') no-repeat 50% 100%;*/
        background: #fff;
        margin-top: 0px;
    }
    .logosEscuelas img {
        margin: 1%;
    }


    [class*="column"]+[class*="column"]:last-child {
        float: left;
    }

    .logoli {
        border: none!important;
        margin-top: 1px!important;
    }

    .navMobileBTN {
        float: right;
    }
    #showLeft {
        font-size: 10px;
        padding: 18px;
    }


    .mininavMobile {
      content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 99;
             min-height: 200px;
               background: #3d5c4c;
               color: #fff;
                   padding-top: 60px;
    }
    /* oculta la de mobile */
.mininavMobile {
    display: none;
}

.button.show_mobile_nav {
        padding: 10px 10px;
    line-height: 2;
}
    .mininavMobile .nav-bar {
        height: 40px;
        background: #fbfbfb;
        margin: 0;
        padding: 0;
        font-family: 'Michroma', sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 4px;
        background: #3d5c4c;
    }

    .mininavMobile .mini.nav-bar>li {
        width: 100%;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #fafafa;
    }

    .mininavMobile .nav-bar>li>a:first-child {
        color: #fff;
        position: relative;
        padding: 0 20px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
    }

    .buscadorHead.main {
        display: none;
    }
    .nav-bar.main {
        display: none;
    }

    .mininavMobile .mini .formCont {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mininavMobile form.custom div.custom.dropdown {
        display: block;
        position: relative;
        width: 100%;
        height: 28px;
        margin-bottom: 9px;
        margin-top: 2px;
        margin-left: 4px;
    }

    .buscadorHead input[type="submit"],
    .buscadorHead .button {
        font-size: 18px;
        padding: 8px 20px 4px;
        margin-top: 2px;
        width: 100%;
    }


    .logosEscuelas a img {
        width: 12%;
        height: auto;
    }

    ul.flechas li {
        width: 100%!important;
    }

    .panel.callout a {
        line-height: 25px;
        white-space: normal;
    }

    .panel.callout li {
        margin-bottom: 15px;
    }

    .buscadorSide {
        margin-left: 20px;
        margin-top: 30px;
    }

    h2.logo {
        display: none;
    }

    .Contenido h1 {
        font-size: 16px;
    }

    .Contenido.Archive h3 {
        font-size: 20px;
    }

    .Contenido.Archive .logoEscuela {
        padding: 0px;
    }

    .provincias {
        margin-left: 10px;
    }
    /* .Contenido.Archive .button.masinfo { margin: 0;  margin-left: 60px; width: 50%; font-size: 15px; } */
    .eight {
        width: 100%!important;
    }
    .Contenido.Archive .button.masinfo {
        width: 100%;
        display: block;
        margin-top: 10px;
        float: right;
    }

    .Contenido.Single h1 {
        font-size: 20px;
        line-height: 18px;
        padding: 13px 0px 10px 23px;
        height: auto;
    }

    .Contenido h3 {
        font-size: 18px;
        color: #ffffff;
        background: #0264ac;
        border: none;
        padding: 6px 0px 0px 23px;
        margin: 0px;
        margin: 0px;
        width: 100%;
    }

    .Contenido.Archive .logoEscuela img {
        max-width: 100px;
        max-height: 60px;
    }

    ul.ficha1 {
        width: 30%;
        display: inline;
        float: left;
        padding: 0;
        margin: 0;
    }
    ul.ficha2 {
        padding-left: 10px;
        width: 200px;
        float: right;
    }
    .Contenido.Single ul.ficha1 li,
    .Contenido.Single ul.ficha2 li {
        font-size: 13px;
    }

    .buscadorPalabraHead {
        margin-left: 12%;
        height: 40px;
        margin-top: 10px;
        background: none;
        width: 80%;
        padding: 0;
    }
}


/* fin small */


/* Landscape Orientation */

@media screen and (orientation: landscape) and (max-width: 767px) {


    .buscadorHead {
        visibility: hidden;
    }
}


/* fin */


/* Portrait Orientation */

@media screen and (orientation: portrait) {
    ...
}


/* Touch Detection */

.touch .your-class {
    ...
}







/* Sólo desktop (no mobile) */

@media only screen and (min-width: 768px) {
    ...
}


/* Very large screens */

@media only screen and (min-width: 1441px) {
    ...
}


/* Medium screens */

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    ...
}


/* Especial iPad*/

@media only screen and (max-width: 935px) and (min-width: 768px) {
    ...
}


/* Small screens */

@media only screen and (max-width: 767px) {
    ...
}


/* Landscape Orientation */

@media screen and (orientation: landscape) {
    ...
}


/* Portrait Orientation */

@media screen and (orientation: portrait) {
    ...
}


/* Touch Detection */

.touch .your-class {
    ...
}




/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
}


/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* Styles */
}


/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    /* Styles */
}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* Styles */
}


/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}