/* *************************************************************** BREADCRUMB */

.breadcrumb {
    background: url("../images/sprite.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding: 0 0 0 8px;
}

.breadcrumb a { text-decoration: none; color: #1FBDE7; }

/* ***************************************************************** BUSCADOR */

.not-front #subheader #block-views-exp-buscador-franquicias-page { position: relative; left: auto; bottom: 0; }


/* **** REDESIGN **** */
.not-front #subheader { background: none; min-height: 10px;  }
.not-front #subheader .region-subheader {

  background: #FFF; /* Old browsers */
  background: -moz-linear-gradient(top,  #FFF 0%, #ECECEC 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FFF 0%,#ECECEC 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFF 0%,#ECECEC 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFF 0%,#ECECEC 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #FFF 0%,#ECECEC 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#ECECEC',GradientType=0 ); /* IE6-9 */
}

.not-front #subheader .region-subheader #views-exposed-form-buscador-franquicias-page .form-item { min-height: 45px; }

.not-front #subheader #block-views-exp-buscador-franquicias-page { background: none; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .content { position: relative; background: none; border: 0; margin: 0; padding: 0; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .content:before {
    content:"Encontre o seu franchising";
    display: block;
    position: absolute;
    top: 21px;
    left: -191px;
    font-family: 'proxima_novalight';
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #000;
}
.not-front #subheader #block-views-exp-buscador-franquicias-page .content:after {
    content:"\f02e";
    display: block;
    position: absolute;
    bottom: 46px;
    right: -33px;
    padding: 5px 0 0;
    width: 36px;
    height: 25px;
    font-family: 'octicons';
    font-size: 18px;
    color: #FFF;
    cursor: pointer;

    background: #FE9547; /* Old browsers */
    background: -moz-linear-gradient(top,  #FE9547 0%, #F56600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FE9547), color-stop(100%,#F56600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FE9547 0%,#F56600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FE9547 0%,#F56600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FE9547 0%,#F56600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FE9547 0%,#F56600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9547', endColorstr='#F56600',GradientType=0 ); /* IE6-9 */

    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
    z-index: 1;
}

.not-front #subheader #block-views-exp-buscador-franquicias-page .form-item { float: left; margin: 2px 3px 9px; width: 48%; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .form-item.form-item-clave { text-align: right; }

.not-front #subheader #block-views-exp-buscador-franquicias-page .form-item label { padding: 0 0 0 10px; text-transform: none; text-align: left; font-size: 11px; font-weight: normal; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .form-item input.form-text { padding: 6px 10px 7px; width: 91%; font-size: 12px; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .form-item select.form-select { padding: 6px 6px 2px; width: 98%; min-height: 30px; font-size: 12px; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .form-type-select:before { top: 17px; right: 6px; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .form-type-select:after { top: 15px; right: 8px;  }

.not-front #subheader #block-views-exp-buscador-franquicias-page input.form-submit {
    background: #FE9547; /* Old browsers */
    background: -moz-linear-gradient(top,  #FE9547 0%, #F56600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FE9547), color-stop(100%,#F56600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FE9547 0%,#F56600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FE9547 0%,#F56600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FE9547 0%,#F56600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FE9547 0%,#F56600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9547', endColorstr='#F56600',GradientType=0 ); /* IE6-9 */

    position: absolute;
    bottom: 42px;
    right: -33px;

    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
    float: none;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 30px;
    text-indent: -999999px;
    z-index: 10;

    opacity: 0;
}

.not-front #subheader #block-views-exp-buscador-franquicias-page .franchise-form-toggle { margin: 0; padding: 3px 0 0 13px; min-height: 30px; }
.not-front #subheader #block-views-exp-buscador-franquicias-page .franchise-form-toggle a { font-size: 11px; }

.not-front #middle { margin: 0; border: 0; }


/* ********************************************************** COLUMNA DERECHA */

#sidebar-right #block-views-franquicias-favoritas-block,
#sidebar-right #block-franchises-contact-contact-form {
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 0 6px 10px;
}

/* **** FRANQUICIAS FAVORITAS **** */

#sidebar-right #block-views-franquicias-favoritas-block { padding: 0 20px 10px; }
#sidebar-right #block-views-franquicias-favoritas-block h2 {
    padding: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
#sidebar-right #block-views-franquicias-favoritas-block ul,
#sidebar-right #block-views-franquicias-favoritas-block ul li { margin: 0; list-style: none; }
#sidebar-right #block-views-franquicias-favoritas-block ul li {
    width: 100%;
    border-bottom: 1px dotted #C1C1C1;
    padding: 5px 3px;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #1FBDE7;
}
#sidebar-right #block-views-franquicias-favoritas-block ul li .views-field-ops {
    float: right;
    display: block;
    height: 16px;
}
#sidebar-right #block-views-franquicias-favoritas-block ul li .views-field-ops a {
    background: url("../images/sprite.png") no-repeat -701px -150px;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -999999px;
}
#sidebar-right #block-views-franquicias-favoritas-block .compare-franchises-button { padding: 10px 0; }
#sidebar-right #block-views-franquicias-favoritas-block .compare-franchises-button a {
    display: block;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    margin: 30px 0;
    padding: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #1FBDE7;
    cursor: pointer;

    background: #F7FAFC; /* Old browsers */
    box-shadow: 0px 0px 5px rgba(31, 189, 231, 0.2) inset;
}


/* **** CONTACTO CON FRANQUICIAS **** */

#sidebar-right #block-franchises-contact-contact-form #block-franchises_contact-contact_form-ajax-content { background: #D9EBF4; padding: 0 15px; }
#sidebar-right #block-franchises-contact-contact-form h2 { display: none; }
#sidebar-right #block-franchises-contact-contact-form .pre-intructions {
    background: #00C5FF;
    margin: -15px 0 0 -15px;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-family: 'proxima_novalight';
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    letter-spacing: -0.08em;
}
#sidebar-right #block-franchises-contact-contact-form .pre-intructions .orange { font-size: 23px; color: #FFF; }
#sidebar-right #block-franchises-contact-contact-form .pre-intructions p { margin: 0; }
#sidebar-right #block-franchises-contact-contact-form span.form-required { display: none; }
#sidebar-right #block-franchises-contact-contact-form .form-wrapper { padding: 10px 0 0; }
#sidebar-right #block-franchises-contact-contact-form label { font-family: 'proxima_novalight'; }
#sidebar-right #block-franchises-contact-contact-form input.form-text { width: 96%; padding: 2%; background: #FFF8CA; }
#sidebar-right #block-franchises-contact-contact-form select.form-select { width: 100%; padding: 2%; background: #FFF8CA; margin:0; }
#sidebar-right #block-franchises-contact-contact-form textarea { padding: 2%; border: 1px solid #A0A0A0; border-radius: 5px; }
#sidebar-right #block-franchises-contact-contact-form .grippie { display: none; }
#sidebar-right #block-franchises-contact-contact-form input.form-submit { width: 100%; padding: 10px 0; margin: 10px 0 20px; border-color: #B15D00; }
#sidebar-right #block-franchises-contact-contact-form span.radio { background: url("../images/radio_yellow.png") no-repeat right top; }

#sidebar-right #block-franchises-contact-contact-form .form-item-field-ef-province-und {text-align: left;}

#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-tienes-local .form-type-radio { float: left; }
#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-tienes-local .form-type-radio label,
#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-boletin label,
#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-leido-acepto label {
    text-transform: none;
    color: #9F9F9F;
}
#sidebar-right #block-franchises-contact-contact-form input#edit-field-ef-tienes-local-und-other {
    margin: -3px 0 0;
    width: 53px;
}
#sidebar-right #block-franchises-contact-contact-form input#edit-field-ef-inversion-und-0-value { width: 90px; }
#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-inversion .field-suffix {
    padding: 0 0 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #9F9F9F;
}

#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-tienes-local:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html #sidebar-right #block-franchises-contact-contact-form #edit-field-ef-tienes-local { height: 1%; }
*:first-child + html #sidebar-right #block-franchises-contact-contact-form #edit-field-ef-tienes-local { min-height: 1%; }


#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-franquicias-rel.form-wrapper { padding: 0; }
#sidebar-right #block-franchises-contact-contact-form .form-type-select:before { background: #FFF8CA; top: 25px; right: 3px; }
#sidebar-right #block-franchises-contact-contact-form .form-type-select:after { right: 6px; }

#sidebar-right #block-franchises-contact-contact-form #edit-field-ef-franquicias-rel { display: none; }

/* **** PASO 2 **** */
.page-eform-franchise-contact-confirm #sidebar-right { display: none; }
.page-eform-franchise-contact-confirm #center { width: 100%; }

.page-eform-franchise-contact-confirm #center .contact-confirm-franchise{ margin: 10px 0 10px 10px; font-size: 16px; }

.page-eform-franchise-contact-confirm .messages.error,
.page-eform-franchise-contact-confirm .messages.status { display: none !important; }

.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-nombre-apellidos,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-telefono,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-email,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-abrir-franquicia,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-province { display: none; }

.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-nombre-apellidos .form-item label,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-telefono .form-item label,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-email .form-item label,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-abrir-franquicia .form-item label,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-province .form-item label {
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 3px;
    text-align: left;
    text-transform: none;
}

.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-nombre-apellidos input.form-text,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-telefono input.form-text,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-email input.form-text,
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form #edit-field-ef-abrir-franquicia input.form-text {
    background: none;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 90%;
    font-size: 12px;
}

.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form select.form-select { width: 99%; }
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form .form-type-select:before { top: auto; bottom: 7px; }
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form .form-type-select:after { top: auto; bottom: 3px; }

.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form textarea.form-textarea { border: 0; background: rgba(0, 0, 0, 0.02); }
.page-eform-franchise-contact-confirm #center #franchise-contact-entityform-edit-form .grippie { display: none; }

.page-eform-franchise-contact-confirm #center #edit-field-ef-franquicias-rel { margin: 20px 0; }
.page-eform-franchise-contact-confirm #center #edit-field-ef-franquicias-rel .form-item.form-type-checkbox,
.page-eform-franchise-contact-confirm #center #edit-field-ef-franquicias .form-item.form-type-checkbox { width: 19%; display: inline-block; }
.page-eform-franchise-contact-confirm #center #edit-field-ef-franquicias-rel img,
.page-eform-franchise-contact-confirm #center #edit-field-ef-franquicias img {
    margin: 5px 0;
    max-width: 100px;
    max-height: 50px;
    display: block;
    width: auto;
    height: auto;
}

.page-eform-franchise-contact-confirm #center #edit-actions { text-align: center; }
.page-eform-franchise-contact-confirm #center input.form-submit {
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  padding: 8px 50px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #692000;

  background: #ffb312; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffb312 0%, #ff9500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb312), color-stop(100%,#ff9500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffb312 0%,#ff9500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb312', endColorstr='#ff9500',GradientType=0 ); /* IE6-9 */
}

/* **** FRANQUICIAS DESTACADAS **** */

#block-views-b88834b6c71f7d19311e017d903d6d23 {
    border: 1px solid #CCC;
    padding: 20px 20px 0;
    margin: 20px 0;
    font-family: 'proxima_novalight';
}

#block-views-b88834b6c71f7d19311e017d903d6d23 h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
}

/* **** BUSCADOR NOTICIAS **** */

#block-views-exp-actualidad-page-1 {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0 6px;
}
#block-views-exp-actualidad-page-1 .content { background: #D9EBF4; padding: 0 15px; }
#block-views-exp-actualidad-page-1 h2 {
    background: #00C5FF;
    margin: 0;
    padding: 15px;
    width: 247px;
    font-size: 23px;
    font-family: 'proxima_novalight';
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    line-height: 100%;
    letter-spacing: -0.08em;
}
#block-views-exp-actualidad-page-1 .form-wrapper { padding: 10px 0 0; }
#block-views-exp-actualidad-page-1 label { padding: 0 0 5px; font-size: 12px; text-transform: uppercase; color: #1A171B; font-family: 'proxima_novalight'; }
#block-views-exp-actualidad-page-1 input.form-text { width: 96%; padding: 2%; background: #FFF8CA; }
#block-views-exp-actualidad-page-1 .views-exposed-widget { width: 100%; }
#block-views-exp-actualidad-page-1 input.form-submit { width: 100%; padding: 10px 0; margin: 30px 0 20px; border-color: #B15D00; }

#block-views-exp-actualidad-page-1 #edit-field-date-info-value-min-wrapper,
#block-views-exp-actualidad-page-1 #edit-field-date-info-value-max-wrapper {
    width: 50%; float: left;
}
#block-views-exp-actualidad-page-1 #edit-field-date-info-value-min-wrapper label,
#block-views-exp-actualidad-page-1 #edit-field-date-info-value-max-wrapper label {
    text-transform: none;
    color: #1A171B;
}

/* **** BUSCADOR POST **** */

#block-views-exp-actualidad-page-4 {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0 6px;
}
#block-views-exp-actualidad-page-4 .content { background: #D9EBF4; padding: 0 15px; }
#block-views-exp-actualidad-page-4 h2 {
    background: #00C5FF;
    margin: 0;
    padding: 15px;
    width: 247px;
    font-size: 23px;
    font-family: 'proxima_novalight';
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    line-height: 100%;
    letter-spacing: -0.08em;
}
#block-views-exp-actualidad-page-4 .form-wrapper { padding: 10px 0 0; }
#block-views-exp-actualidad-page-4 label { padding: 0 0 5px; font-size: 12px; text-transform: uppercase; color: #1A171B; font-family: 'proxima_novalight'; }
#block-views-exp-actualidad-page-4 input.form-text { width: 96%; padding: 2%; background: #FFF8CA; }
#block-views-exp-actualidad-page-4 .views-exposed-widget { width: 100%; }
#block-views-exp-actualidad-page-4 input.form-submit { width: 100%; padding: 10px 0; margin: 30px 0 20px; border-color: #B15D00; }

#block-views-exp-actualidad-page-4 #edit-field-date-info-value-min-wrapper,
#block-views-exp-actualidad-page-4 #edit-field-date-info-value-max-wrapper {
    width: 50%; float: left;
}
#block-views-exp-actualidad-page-4 #edit-field-date-info-value-min-wrapper label,
#block-views-exp-actualidad-page-4 #edit-field-date-info-value-max-wrapper label {
    text-transform: none;
    color: #1A171B;
}

/* **** BUSCADOR ENTREVISTAS **** */

#block-views-exp-actualidad-page-2 {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0 6px;
}
#block-views-exp-actualidad-page-2 .content { background: #D9EBF4; padding: 0 15px; }
#block-views-exp-actualidad-page-2 h2 {
    background: #00C5FF;
    margin: 0;
    padding: 15px;
    width: 247px;
    font-size: 20px;
    font-family: 'proxima_novalight';
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    line-height: 100%;
    letter-spacing: -0.08em;
}
#block-views-exp-actualidad-page-2 .form-wrapper { padding: 10px 0 0; }
#block-views-exp-actualidad-page-2 label { padding: 0 0 5px; font-size: 12px; text-transform: uppercase; color: #1A171B; font-family: 'proxima_novalight'; }
#block-views-exp-actualidad-page-2 input.form-text { width: 96%; padding: 2%; background: #FFF8CA; }
#block-views-exp-actualidad-page-2 .views-exposed-widget { width: 100%; }
#block-views-exp-actualidad-page-2 input.form-submit { width: 100%; padding: 10px 0; margin: 30px 0 20px; border-color: #B15D00; }

#block-views-exp-actualidad-page-2 #edit-field-date-info-value-min-wrapper,
#block-views-exp-actualidad-page-2 #edit-field-date-info-value-max-wrapper {
    width: 50%; float: left;
}
#block-views-exp-actualidad-page-2 #edit-field-date-info-value-min-wrapper label,
#block-views-exp-actualidad-page-2 #edit-field-date-info-value-max-wrapper label {
    text-transform: none;
    color: #1A171B;
}

/* **** BUSCADOR REPORTAJES **** */

#block-views-exp-actualidad-page-3 {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0 6px;
}
#block-views-exp-actualidad-page-3 .content { background: #D9EBF4; padding: 0 15px; }
#block-views-exp-actualidad-page-3 h2 {
    background: #00C5FF;
    margin: 0;
    padding: 15px;
    width: 247px;
    font-size: 21px;
    font-family: 'proxima_novalight';
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    line-height: 100%;
    letter-spacing: -0.08em;
}
#block-views-exp-actualidad-page-3 .form-wrapper { padding: 10px 0 0; }
#block-views-exp-actualidad-page-3 label { padding: 0 0 5px; font-size: 12px; text-transform: uppercase; color: #1A171B; font-family: 'proxima_novalight'; }
#block-views-exp-actualidad-page-3 input.form-text { width: 96%; padding: 2%; background: #FFF8CA; }
#block-views-exp-actualidad-page-3 .views-exposed-widget { width: 100%; }
#block-views-exp-actualidad-page-3 input.form-submit { width: 100%; padding: 10px 0; margin: 30px 0 20px; border-color: #B15D00; }


/* ***************************************************************** NOTICIAS */

/* **** LISTADO **** */
.node-new.view-mode-teaser { margin: 20px 0; }
.node-new.view-mode-teaser > .field-name-title h2 {
    font-size: 26px;
    font-family: 'variable_bold';
    line-height: 100%;
}
.node-new.view-mode-teaser > .field-name-title a { text-decoration: none; color: #525252; }
.node-new.view-mode-teaser .field-name-field-imagen img { border: 4px solid #00C5FF; }
.node-new.view-mode-teaser .field-name-field-date-info {
    float: left;
    width: 90px;
    margin-right: 10px;
    padding: 5px 0 5px;
    font-size: 16px;
    font-style: italic;
    font-family: 'variable_regular';
    color: #393939;
}
.node-new.view-mode-teaser .field-name-field-franchise {float: left; width: 390px;}
.node-new.view-mode-teaser .field-name-body { clear: both; padding: 15px 10px;}
.node-new.view-mode-teaser .field-name-field-imagen {clear: both;}
.node-new.view-mode-teaser .field-name-node-link { background: url("../images/sprite.png") no-repeat 0 0; }
.node-new.view-mode-teaser .field-name-node-link a { color: #1FBDE7; margin: 0 0 0 10px; }

/* **** DETALLE **** */
.node-new.view-mode-full { padding: 20px 0; }
.node-new.view-mode-full > .field-name-title h2 {
    font-size: 26px;
    font-family: 'variable_bold';
    line-height: 100%;
}
.node-new.view-mode-full .field-name-field-imagen img { border: 4px solid #00C5FF; }
.node-new.view-mode-full .field-name-field-date-info {
    padding: 15px 0 5px;
    font-size: 16px;
    font-style: italic;
    font-family: 'variable_regular';
    color: #393939;
}

.node-new.view-mode-full .field-name-field-imagen { float: left; padding: 0 20px 20px 0; }
.node-new.view-mode-full .field-name-body { padding: 0; font-size: 13px; line-height: 140%; }
.node-new.view-mode-full .field-name-body strong,
.node-new.view-mode-full .field-name-body b { color: #000; }

.view-franquicias-actualidad-nodo .field-name-field-new-anchor { height:0; }



/* ************************************************************** ENTREVISTAS */

.view-actualidad.view-display-id-page_2 .views-row { padding: 20px 0 0; }

/* **** LISTADO **** */
.node-interview.view-mode-teaser { position: relative; padding: 0 0 30px 134px; }
.views-row-first .node-interview.view-mode-teaser { padding: 0 0 30px 134px; }
.node-interview.view-mode-teaser .field-name-field-imagen {
    position: absolute;
    left: 10px;
    top: 0;
}
.node-interview.view-mode-teaser .field-name-field-entrevistado {
    float: left;
    padding: 0 13px 0 0;
    font-size: 20px;
    font-family: 'variable_black';
    text-transform: uppercase;
    color: #535353;
}
.node-interview.view-mode-teaser .field-name-node-link {
    float: left;
    background: url("../images/sprite.png") no-repeat 0 0;
    margin: 4px 0 0 0;
    padding: 0 0 0 10px;
}
.node-interview.view-mode-teaser .field-name-node-link a { color: #1FBDE7; }
.node-interview.view-mode-teaser .field-name-field-cargo-entrevistado { clear: both; padding: 15px 0 0; }
.node-interview.view-mode-teaser .field-name-field-cita {
    margin: 10px 0 0 -134px;
    padding: 38px 0 0;
    background: url("../images/sprite.png") no-repeat 134px -270px;
}
.node-interview.view-mode-teaser .field-name-field-cita .field-items {
    background: #BFD9E2 url("../images/sprite.png") no-repeat -672px -264px;
    padding: 20px 30px 20px 55px;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #575B63;
}
.node-interview.view-mode-teaser .field-name-field-cita .field-items p { margin: 0; }
.node-interview.view-mode-teaser .field-name-field-cita .field-items .field-item {
    padding: 0 35px 0 0;
    background: url("../images/cierre_comillas.png") no-repeat right bottom;
}

/* **** DETALLE **** */
.node-interview.view-mode-full { position: relative; padding: 0 0 30px 134px; margin: 20px 0 0; }
.views-row-first .node-interview.view-mode-full { padding: 0 0 30px 134px; }
.node-interview.view-mode-full .field-name-field-imagen {
    position: absolute;
    left: 10px;
    top: 0;
}
.node-interview.view-mode-full .field-name-field-entrevistado {
    float: left;
    padding: 0 13px 0 0;
    font-size: 20px;
    font-family: 'variable_black';
    text-transform: uppercase;
    color: #535353;
}
.node-interview.view-mode-full .field-name-field-cargo-entrevistado { clear: both; padding: 15px 0 0; }
.node-interview.view-mode-full .field-name-field-cita {
    margin: 10px 0 0 -134px;
    padding: 38px 0 0;
    background: url("../images/sprite.png") no-repeat 134px -270px;
}
.node-interview.view-mode-full .field-name-field-cita .field-items {
    background: #BFD9E2 url("../images/sprite.png") no-repeat -672px -264px;
    padding: 20px 30px 20px 55px;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #575B63;
}
.node-interview.view-mode-full .field-name-field-cita .field-items p { margin: 0; }
.node-interview.view-mode-full .field-name-field-cita .field-items .field-item {
    padding: 0 35px 0 0;
    background: url("../images/cierre_comillas.png") no-repeat right bottom;
}
.node-interview.view-mode-full .field-name-body { padding: 20px 0 0; font-size: 13px; line-height: 140%; }
.node-interview.view-mode-full .field-name-body strong,
.node-interview.view-mode-full .field-name-body b { color: #000; }


/* *************************************************************** REPORTAJES */

/* **** LISTADO **** */

.node-report.view-mode-teaser { margin: 20px 0; }
.node-report.view-mode-teaser > .field-name-title h2 {
    font-size: 26px;
    font-family: 'variable_bold';
    line-height: 100%;
    padding: 0 0 15px;
}
.node-report.view-mode-teaser > .field-name-title a { text-decoration: none; color: #525252; }
.node-report.view-mode-teaser .field-name-field-imagen img { border: 4px solid #00C5FF; }
.node-report.view-mode-teaser .field-name-body { margin: 10px 0; }

/* **** DETALLE **** */
.node-report.view-mode-full { margin: 20px 0; }
.node-report.view-mode-full > .field-name-title h2 {
    font-size: 26px;
    font-family: 'variable_bold';
    line-height: 100%;
    padding: 0 0 15px;
}
.node-report.view-mode-full > .field-name-title a { text-decoration: none; color: #525252; }
.node-report.view-mode-full .field-name-field-imagen img { border: 4px solid #00C5FF; }
.node-report.view-mode-full .field-name-body { padding: 20px 0 0; font-size: 13px; line-height: 140%; }
.node-report.view-mode-full .field-name-body strong,
.node-report.view-mode-full .field-name-body b { color: #000; }


/* ***************************************************************** BLOG */

/* **** LISTADO **** */
.node-blog.view-mode-teaser { margin: 20px 0; background: #e9f2f5; padding: 20px 10px; }
.node-blog.view-mode-teaser > .field-name-title h2 {
    font-size: 26px;
    font-family: 'variable_bold';
    line-height: 100%;
}
.node-blog.view-mode-teaser > .field-name-title a { text-decoration: none; color: #525252; }
.node-blog.view-mode-teaser .field-name-field-image-blog img { border: 4px solid #00C5FF; }
.node-blog.view-mode-teaser .field-name-field-date-blog {
    margin-right: 10px;
    padding: 5px 0 5px;
    font-size: 16px;
    font-style: italic;
    font-family: 'variable_regular';
    color: #393939;
}
.node-blog.view-mode-teaser .field-name-field-franchise {float: left; width: 390px;}
.node-blog.view-mode-teaser .field-name-field-image-blog { float: left; margin: 0 15px 15px 0; }

/* **** DETALLE **** */
.node-blog.view-mode-full { margin: 20px 0; }
.node-blog.view-mode-full > .field-name-title h2 {
    font-size: 26px;
    font-family: 'variable_bold';
    line-height: 100%;
}
.node-blog.view-mode-full .field-name-field-image-blog { float: right; margin: 0 0 15px 15px; }
.node-blog.view-mode-full .field-name-field-image-blog img { border: 4px solid #00C5FF; }
.node-blog.view-mode-full .field-name-field-date-blog {
    padding: 15px 0 5px;
    font-size: 16px;
    font-style: italic;
    font-family: 'variable_regular';
    color: #393939;
}
.node-blog.view-mode-full .field-name-body { padding: 20px 0 0; font-size: 13px; line-height: 140%; }
.node-blog.view-mode-full .field-name-body strong,
.node-blog.view-mode-full .field-name-body b,
.node-blog.view-mode-full .field-name-body a { color: #000; }

.node-blog.view-mode-full .field-name-field-tags .field-items .field-item { display: inline-block; padding: 0 5px; }
.node-blog.view-mode-full .field-name-field-tags .field-items .field-item a { color: #43C9EB; }

.node-blog.view-mode-full .field-name-field-blog-video { padding: 413px 0 30px 22px; border-bottom: 1px solid #CCC; position: relative; text-align: center; }
.node-blog.view-mode-full .field-name-field-blog-video .field-item { display: none; }
.node-blog.view-mode-full .field-name-field-blog-video iframe { position: absolute; top: 0; left: 22px; }


/* **** COMMENTS **** */

form#comment-form { background: rgba(255, 255, 255, 0.12); margin: -30px 0 0; padding: 15px 36px; }
form#comment-form #edit-author--2 label { display: block; float: left; padding: 3px 10px 0 0; }
form#comment-form #edit-comment-body { position: relative; }
form#comment-form #edit-comment-body label { display: none; }
form#comment-form #edit-comment-body label .form-required { display: block; }
form#comment-form label { font-weight: normal; font-size: 0.9em; text-transform: uppercase; color: #000; }
form#comment-form a { color: #43C9EB; }

.node-blog.view-mode-full #comments {
    background: rgba(255, 255, 255, 0.12);
    margin: 0;
    padding: 15px 36px;
}
.node-blog.view-mode-full #comments form#comment-form { background: none; margin: 0; padding: 0; }
.node-blog.view-mode-full h2.title {
    margin: 0;
    padding: 0 0 5px;
    font-size: 1em;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
}

.node-blog.view-mode-full #comments .comment { margin: 10px 0 20px 90px; position: relative; }
.node-blog.view-mode-full #comments .comment a { text-decoration: none; color: #43C9EB; }
.node-blog.view-mode-full #comments .comment:before {
    border-radius: 50%;
    border: 1px solid #43C9EB;
    content: ".";
    position: absolute;
    top: 0;
    left: -70px;
    width: 55px;
    height: 55px;
    font-family: 'websymbolsliga';
    font-size: 3em;
    text-align: center;
    line-height: 130%;
    color: #43C9EB;
}
.node-blog.view-mode-full #comments .comment h3 {
    margin: 0;
    padding: 0 0 3px;
    font-size: 1em;
    font-weight: normal;
    line-height: 100%;
}
.node-blog.view-mode-full #comments .comment .new { position: relative; margin: 0 0 0 30px; }
.node-blog.view-mode-full #comments .comment .new:before {
    content: "t";
    position: absolute;
    top: 3px;
    left: -24px;
    font-family: 'websymbolsliga';
    font-size: 1.5em;
    line-height: 0;
    color: #43C9EB;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
}
.node-blog.view-mode-full #comments .indented { margin: 0 0 0 90px; }
.node-blog.view-mode-full #comments .submitted { padding: 0 0 10px; font-size: 0.8em; }
.node-blog.view-mode-full #comments .submitted .permalink { display: block; font-size: 0.9em; }
.node-blog.view-mode-full #comments .submitted .username { font-size: 1.4em; text-transform: uppercase; }
.node-blog.view-mode-full #comments .links { font-size: 0.8em; }

.page-comment-edit form#comment-form { margin: 30px 0 0; }

.page-comment-reply form#comment-form { margin: 0; }
.page-comment-reply .comment { background: rgba(255, 255, 255, 0.12); margin: 0; padding: 15px 36px; color: #000; }
.page-comment-reply .comment a { text-decoration: none; color: #43C9EB; }
.page-comment-reply .comment .indented { margin: 0 0 0 90px; }
.page-comment-reply .comment .submitted { padding: 0 0 10px; font-size: 0.8em; }
.page-comment-reply .comment .submitted .permalink { display: block; font-size: 0.9em; }
.page-comment-reply .comment .submitted .username { font-size: 1.4em; text-transform: uppercase; }
.page-comment-reply .comment .links { font-size: 0.8em; }

form#comment-form #edit-comment-body #edit-comment-body-und-0-format { display: none; }
form#comment-form #edit-actions input {
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 10px 0 0;
    padding: 8px 50px;
    text-align: center;
    text-transform: uppercase;
}

/* ********************************************************************* PAGE */

.page-node h1.with-tabs {
    font-family: 'proxima_novalight';
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #43C9EB;
}
.node-page .field-name-body { padding: 20px 0 0; font-size: 13px; line-height: 140%; }
.node-page .field-name-body strong,
.node-page .field-name-body b { color: #000; }
.node-page .field-name-body a { color: #1FBDE7; }


/* ***************************************************** ZONA FRANQUICIADORES */

.node-type-zona-franquiciadores #subheader { background: url("../images/cabecera_home_franquiciador.jpg") no-repeat center top; min-height: 338px;  }
.node-type-zona-franquiciadores #subheader #block-menu-menu-zona-franquiciadores { display: block; }
.node-type-zona-franquiciadores #block-views-exp-buscador-franquicias-page { display: none; }
.node-type-zona-franquiciadores #sidebar-right { display: none; }
.node-type-zona-franquiciadores #center { float: none; clear: both; width: 1117px; }
.not-logged-in.node-type-zona-franquiciadores #center { padding: 110px 0 0; }
.node-type-zona-franquiciadores #center .breadcrumb { display: none; }

/* **** LOGIN **** */

#subheader #block-user-login {
  background: url("../images/fondo_login.png") no-repeat center top;
  position: absolute;
  width: 571px;
  min-height: 270px;
  z-index: 100;
  right: 5%;
  bottom: -202px;
}

#subheader #block-user-login .content {
  background: #FFF url("../images/cabecera_login.png") no-repeat center 17px;
  margin: auto;
  padding: 70px 42px 0 42px;
  width: 472px;
  min-height: 127px;
  border-top: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
}

#subheader #block-user-login .form-item { float: left; margin: 0 5px 0 0; }

#subheader #block-user-login input#edit-name { width: 256px; }

#subheader #block-user-login input.form-submit {
  float: right;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 8px 3px 0 0;
  padding: 13px 40px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #692000;

  background: #ffb312; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffb312 0%, #ff9500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb312), color-stop(100%,#ff9500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffb312 0%,#ff9500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb312', endColorstr='#ff9500',GradientType=0 ); /* IE6-9 */
}

#subheader #block-user-login .item-list li  { position: absolute; list-style: none; }
#subheader #block-user-login .item-list li.first  { bottom: 0; right: 50px; }
#subheader #block-user-login .item-list li.last  { top: 160px; left: 30px; }
#subheader #block-user-login .item-list li.first a {
    display: block;
    background: url("../images/sprite.png") no-repeat -350px -330px;
    width: 169px;
    height: 48px;
    text-indent: -999999px;
}
#subheader #block-user-login .item-list li.last a {
    background: url("../images/sprite.png") no-repeat 0 0;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #1FBDE7;
}


/* **** MENU **** */

#subheader #block-menu-menu-zona-franquiciadores {
    position: absolute;
    background: #F3F3F3;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    bottom: -42px;
    width: 100%;
    height: 40px;
    z-index: 10;
}
#subheader #block-menu-menu-zona-franquiciadores ul.menu,
#subheader #block-menu-menu-zona-franquiciadores ul.menu li { margin: 0; padding: 0; list-style: none; }
#subheader #block-menu-menu-zona-franquiciadores ul.menu { padding: 12px 0 0; width: 1050px; margin: auto; }
#subheader #block-menu-menu-zona-franquiciadores ul.menu li {
  display: inline;
  padding: 0 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #373332;
}
#subheader #block-menu-menu-zona-franquiciadores ul.menu li a { text-decoration: none; color: #373332; }
#subheader #block-menu-menu-zona-franquiciadores ul.menu li a.active { font-weight: bold; color: #23ADEC; }

/* **** CONTENIDO **** */

.node-type-zona-franquiciadores h1.with-tabs {
    font-family: 'proxima_novalight';
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #43C9EB;
}
.node-type-zona-franquiciadores .field-name-body { padding: 20px 0 0; font-size: 13px; line-height: 140%; }
.node-type-zona-franquiciadores .field-name-body strong,
.node-type-zona-franquiciadores .field-name-body b { color: #000; }
.node-type-zona-franquiciadores .field-name-body a { color: #000; }


/* ********************************************************************* USER */

#user-pass { width: 40%; margin: 40px auto 60px; }
#user-pass .form-item { float: left; }
#user-pass .form-item input { width: 95%; }

#user-pass input.form-submit {
  float: none;
  width: 100%;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 10px 0 0 0;
  padding: 10px 0 8px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #692000;

  background: #ffb312; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffb312 0%, #ff9500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb312), color-stop(100%,#ff9500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffb312 0%,#ff9500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb312', endColorstr='#ff9500',GradientType=0 ); /* IE6-9 */
}

/* **** PROFILE **** */

.profile.franquicia_bienvenida .item_profile {
    background: #f0f0f0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    display: inline-block;
    margin: 20px 1% 4px;
    padding: 1%;
    width: 14%;
    height: 210px;
    text-align: center;
    vertical-align: top;
}

.profile.franquicia_bienvenida .item_profile a {
    position: relative;
    display: inline-block;
    padding: 180px 0 0;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #00C5FF;
}

.profile.franquicia_bienvenida .item_profile a:before {
    /*background: #e1e1e1;*/
    background: #FFF;
    display: block;
    position: absolute;
    top: 0;
    left: 29px;
    content: " ";
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8) inset;
}

.profile.franquicia_bienvenida .item_profile a:after {
    content: ".";
    font-family: 'websymbolsliga';
    display: block;
    position: absolute;
    top: 21px;
    left: 29px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #00C5FF;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    text-align: center;
    overflow: hidden;
}


.profile.franquicia_bienvenida .item_profile.editar_ficha a:after { content: "?"; top: 25px; font-size: 35px; }
.profile.franquicia_bienvenida .item_profile.noticias a:after { content: "Q"; top: 24px; font-size: 39px; }
.profile.franquicia_bienvenida .item_profile.comprar_planes a:after { content: "/"; top: 22px; font-size: 39px; }
.profile.franquicia_bienvenida .item_profile.ver_pedidos a:after { content: "X"; top: 23px; font-size: 38px; }
.profile.franquicia_bienvenida .item_profile.gestionar_contactos a:after { content: "8"; top: 23px; font-size: 39px; }
.profile.franquicia_bienvenida .item_profile.cerrar_sesion a:after { content: "Ì"; top: 30px; font-size: 27px; }

/* **** EDITAR INFO USER **** */

.page-user-edit #tabs-wrapper { width: 62%; margin: 20px auto 25px; position: relative; }
.page-user-edit #user-profile-form { width: 62%; margin: auto; }
.page-user-edit #user-profile-form a { color: #1FBDE7; }
.page-user-edit .form-item { padding: 0 0 25px; }
.page-user-edit .form-item .form-item.form-type-password { width: 75%; padding: 0 0 10px; }
.page-user-edit .form-type-password .password-strength { float: right; }
.page-user-edit .form-item div.password-suggestions { padding: 10px 15px; width: 230px; }
.page-user-edit fieldset#edit-picture { margin: 0; padding: 0; border: 0; }
.page-user-edit fieldset#edit-picture legend { display: none; }
.page-user-edit #edit-picture .form-type-file { position: relative; }
.page-user-edit #edit-picture .form-type-file input.form-file {
    background: none repeat scroll 0 0 #3178BD;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 42px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-indent: -999999px;
    top: 20px;
    vertical-align: middle;
    width: 45px;
    z-index: 10;
}
.page-user-edit #edit-picture .form-type-file:before {
    background: none repeat scroll 0 0 #3178BD;
    border: medium none;
    border-radius: 6px;
    box-shadow: 0 2px #225282;
    color: #FFFFFF;
    content: "\f02e";
    cursor: pointer;
    display: block;
    font-family: 'octicons';
    font-size: 29px;
    height: 42px;
    left: 0;
    line-height: 45px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    width: 46px;
    z-index: 1;
}
.page-user-edit fieldset#edit-picture .archivo { position: absolute; top: 32px; left: 55px;  }
.page-user-edit fieldset#edit-picture .description { padding: 50px 0 0; }

.page-user-edit fieldset#edit-picture .fieldset-wrapper { position: relative; padding: 0 120px 0 0; }
.page-user-edit fieldset#edit-picture .user-picture { position: absolute; top: -10px; right: 0; width: 110px; height: 110px; text-align: center; }
.page-user-edit fieldset#edit-picture .user-picture img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.page-user-edit fieldset#edit-picture .form-item-picture-delete { position: absolute; top: 95px; right: -60px; width: 170px; }
.page-user-edit fieldset#edit-picture .form-item-picture-delete .description { padding: 0; }

.page-user-edit .form-actions input.form-submit {
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 8px 50px;
    text-transform: uppercase;
}


/* **** CONTACTOS **** */
/*
.view-contactos .views-exposed-widgets input.form-text { width: 125px; }
.view-contactos .views-widget-per-page .form-item label { color: #777; padding: 0; text-transform: none; }

.view-contactos #edit-select { border: 1px solid #CCC; }
.view-contactos #edit-select legend a {
    text-transform: uppercase;
    text-decoration: none;
    color: #1FBDE7;
}
.view-contactos #edit-select select.styled {
    width: auto;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
    padding: 8px 16px 8px 10px;
}

.view-contactos table { width: 100%; font-family: 'proxima_novalight'; }
.view-contactos table thead { border-top: 1px solid #B7DEE8; }
.view-contactos table th {
    background: #F4FAFC;
    border-bottom: 1px solid #B7DEE8;
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
.view-contactos table tr { background: #FFF; border: 0; }
.view-contactos table td { padding: 10px; vertical-align: top; }
.view-contactos table td.active { background: #EFEFEF; }
.view-contactos table a { color: #1FBDE7; }
.view-contactos .form-type-checkbox span.checkbox { display: none; }
.view-contactos input.styled { display: block; }

.view-contactos input.form-submit,
.view-contactos .views-exposed-form .views-exposed-widget .form-submit {
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    float: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 13px 3px 0 0;
    padding: 8px 40px;
    text-transform: uppercase;
}
*/
/* **** CONFIRMAR ELIMINAR **** */
/*
#views-form-contactos-page.confirmation { padding: 15px; }
#views-form-contactos-page.confirmation ul { padding: 15px; }
#views-form-contactos-page.confirmation a#edit-cancel {
    float: left;
    background: none repeat scroll 0 0 #f9dedd;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(31, 189, 231, 0.2) inset;
    color: #db332b;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 30px 0;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
*/
/* **** EDITAR CONTACTO **** */
/*
#redhen-contact-contact-form select.styled { width: auto; padding: 0 18px 0 10px; }
#redhen-contact-contact-form textarea.form-textarea {
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    color: #939393;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
    padding: 8px 10px;
}
#redhen-contact-contact-form input.form-submit {
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    float: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 3px 0 0;
    padding: 8px 50px;
    text-transform: uppercase;
}

#redhen-contact-contact-form #edit-name { clear: both; min-height: 70px; }
#redhen-contact-contact-form #edit-name .form-item { float: left; width: 30%; }
#redhen-contact-contact-form #edit-name .form-item input { width: 85%; }

#redhen-contact-contact-form #edit-redhen-contact-email a { color: #1FBDE7; }
#redhen-contact-contact-form #edit-redhen-contact-email table { width: 100%; }
#redhen-contact-contact-form #edit-redhen-contact-email table tr.odd { background: #f9f9f9; }
#redhen-contact-contact-form #edit-redhen-contact-email table td { padding: 5px; }
#redhen-contact-contact-form #edit-redhen-contact-email .form-type-select label { display: none; }

#redhen-contact-contact-form #edit-field-contact-signup-date { margin: 10px 0 0; }

#redhen-contact-contact-form #edit-field-contact-town { float: left; width: 48%; }
#redhen-contact-contact-form #edit-field-contact-province { float: right; width: 48%; }
#redhen-contact-contact-form #edit-field-contact-town input.form-text,
#redhen-contact-contact-form #edit-field-contact-province input.form-text { width: 93%; }

#redhen-contact-contact-form #edit-field-contact-state { clear: left; float: left; margin: 10px 0 0; }
#redhen-contact-contact-form #edit-field-contact-meet { float: right; margin: 10px 0; }

#redhen-contact-contact-form #edit-field-contact-occupation { clear: both; margin: 10px 0; }
#redhen-contact-contact-form #edit-field-contact-occupation .form-item-field-contact-occupation-und-other { margin: 10px 0; }

#redhen-contact-contact-form #edit-field-contact-education { margin: 10px 0; }

#redhen-contact-contact-form #edit-field-contact-business-exp { float: left; width: 48%; margin: 0 0 10px; }
#redhen-contact-contact-form #edit-field-contact-premises { float: right; width: 48%; margin: 0 0 10px; position: relative; }
#redhen-contact-contact-form #edit-field-contact-premises #edit-field-contact-premises-und-other {
    position: absolute;
    width: 50px;
    bottom: 0;
    right: 130px;
}

#redhen-contact-contact-form #edit-field-contact-open { float: left; width: 48%; margin: 0 0 10px; clear: left; }
#redhen-contact-contact-form #edit-field-contact-investment { float: right; width: 48%; margin: 0 0 10px; }
#redhen-contact-contact-form #edit-field-contact-open input.form-text { width: 95%; }

#redhen-contact-contact-form #edit-field-observations { clear: both; margin: 0 0 10px; }

#redhen-contact-contact-form #edit-field-contact-user { float: left; width: 48%; margin: 0 0 10px; clear: left; }
#redhen-contact-contact-form #edit-field-contact-franchise { float: right; width: 48%; margin: 0 0 10px; }
#redhen-contact-contact-form #edit-field-contact-user input.form-text,
#redhen-contact-contact-form #edit-field-contact-franchise input.form-text { width: 95%; background-position: 98% 13px; }
*/
/* **** NOTAS **** */

.page-redhen-contact-notes .action-links a { color: #1FBDE7; }
.page-redhen-contact-notes legend a {
    text-transform: uppercase;
    text-decoration: none;
    color: #1FBDE7;
}
.page-redhen-contact-notes table { width: 100%; font-family: 'proxima_novalight'; }
.page-redhen-contact-notes table thead { border-top: 1px solid #B7DEE8; }
.page-redhen-contact-notes table th {
    background: #F4FAFC;
    border-bottom: 1px solid #B7DEE8;
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
.page-redhen-contact-notes table tr { background: #FFF; border: 0; }
.page-redhen-contact-notes table td { padding: 10px; vertical-align: top; }
.page-redhen-contact-notes table td.active { background: #EFEFEF; }
.page-redhen-contact-notes table a { color: #1FBDE7; }
.page-redhen-contact-notes table td ul.links.inline li { display: block; }

#redhen-note-form .form-wrapper { margin: 10px 0; }
#redhen-note-form a#wysiwyg-toggle-edit-redhen-note-body-und-0-value { display: none !important; }
#redhen-note-form #edit-redhen-note-body-und-0-format { display: none; }
#redhen-note-form  input.form-submit {
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    float: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 3px 0 0;
    padding: 8px 50px;
    text-transform: uppercase;
}


/* ****************************************************** SOCIAL MEDIA PLUGIN */

#block-easy-social-easy-social-block-2 { clear: both; }
.easy_social-widget.easy_social-widget-facebook iframe { width: 130px !important; }


/* *********************************************************** COMPRAR PLANES */

.view-role-upgrade-commerce { padding: 90px 0 50px; text-align: center; }
.view-role-upgrade-commerce .views-row {
    position: relative;
    display: inline-table;
    width: 26%;
    background: #EEE;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 4px;
    /*overflow: hidden;*/
}
.view-role-upgrade-commerce .views-row.views-row-1 { margin: 0 -10px 0 0; padding: 0 0 75px; }
.view-role-upgrade-commerce .views-row.views-row-2 {
    position: relative;
    top: -23px;
    margin: 0;
    padding: 0 0 100px;
    width: 31%;
    z-index: 1;
}
.view-role-upgrade-commerce .views-row.views-row-3 { margin: 0 0 0 -10px; padding: 0 0 75px; }

.view-role-upgrade-commerce .views-row .views-field-field-product-role-image .contenedor_imagen { min-height: 120px ; position: relative; }
.view-role-upgrade-commerce .views-row .views-field-field-product-role-image .contenedor_marco_final {
    position: absolute;
    top: -51px;
    left: 15px;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    border: 10px solid rgba(255,255,255,0.5);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5), 0 2px 3px rgba(0,0,0,0.6);
    z-index: 100;
}
.view-role-upgrade-commerce .views-row .views-field-field-product-role-image .contenedor_imagen_final {
    position: absolute;
    top: -51px;
    left: 15px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    overflow: hidden;
    z-index: 10;
}
.view-role-upgrade-commerce .views-row .views-field-field-product-role-image .contenedor_imagen_final img {
    width: 100%;
    height: 100%;
}

.view-role-upgrade-commerce .views-row.views-row-1 .views-field-field-product-role-image .contenedor_marco_final,
.view-role-upgrade-commerce .views-row.views-row-1 .views-field-field-product-role-image .contenedor_imagen_final {
    left: 15px;
}
.view-role-upgrade-commerce .views-row.views-row-2 .views-field-field-product-role-image { min-height: 145px; }
.view-role-upgrade-commerce .views-row.views-row-2 .views-field-field-product-role-image .contenedor_marco_final {
    top: -68px;
    left: 15px;
    width: 200px;
    height: 200px;
}
.view-role-upgrade-commerce .views-row.views-row-2 .views-field-field-product-role-image .contenedor_imagen_final {
    top: -68px;
    left: 15px;
    width: 220px;
    height: 220px;
}

.view-role-upgrade-commerce .views-row .views-field-title {
    background: #00C5FF;
    margin: 0;
    padding: 18px 0 0;
    font-family: 'proxima_novalight';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFF;
}

.view-role-upgrade-commerce .views-row .views-field-commerce-price {
    background: #00C5FF;
    padding: 20px 0 0;
    height: 50px;
    overflow: hidden;
    font-family: 'vertexioregular', none;
    font-size: 40px;
    letter-spacing: -0.01em;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #FFF;
}

.view-role-upgrade-commerce .views-row .views-field-commerce-price .field-content:before {
    position: absolute;
    z-index: 100;
    content: "...";
    top: -34px;
    right: 43%;
    font-family: 'proxima_novalight';
    font-size: 40px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.06em;
}


.view-role-upgrade-commerce .views-row .views-field-commerce-price .field-content {
    display: inline;
    position: relative;
    height: 30px;
    word-spacing: -12px;
    text-align: right;
}

.view-role-upgrade-commerce .views-row .views-field-field-role-duration { background: #00C5FF; padding: 3px 0 10px; }
.view-role-upgrade-commerce .views-row .views-field-field-role-duration .field-content {
    display: inline;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
.view-role-upgrade-commerce .views-row .views-field-field-role-duration .field-content:before {
    content: "/";
    position: absolute;
    left: -8px;
    top: -2px;
    font-size: 18px;
}

.view-role-upgrade-commerce .views-row .views-field-field-product-role-description {
    padding: 15px;
    font-family: 'proxima_novalight';
    font-size: 14px;
}

.view-role-upgrade-commerce .views-row .views-field-field-product-role-description ul,
.view-role-upgrade-commerce .views-row .views-field-field-product-role-description ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.view-role-upgrade-commerce .views-row .views-field-field-product-role-description ul li {
    margin: 5px 0 8px;
    padding: 5px 0;
    border-bottom: 1px solid #CCC;
}


.view-role-upgrade-commerce .views-row input.form-submit {
    background: #FF9500;
    border: medium none;
    border-radius: 6px;
    box-shadow: 0 2px #955600;
    color: #692000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
    padding: 8px 40px;
    max-width: 80%;
    text-transform: uppercase;
    vertical-align: middle;
    position: absolute;
    bottom: 5px;
    left: 30px;
}
.view-role-upgrade-commerce .views-row.views-row-1 input.form-submit,
.view-role-upgrade-commerce .views-row.views-row-3 input.form-submit { padding: 8px 30px; left: 20px; font-size: 12px; }

.view-role-upgrade-commerce .views-row.views-row-1 .views-field-title { background: #AAD86C; }
.view-role-upgrade-commerce .views-row.views-row-1 .views-field-commerce-price { background: #AAD86C; font-size: 36px; }
.view-role-upgrade-commerce .views-row.views-row-1 .views-field-field-role-duration { background: #AAD86C; }
.view-role-upgrade-commerce .views-row.views-row-1 .views-field-field-product-role-image { background: #AAD86C; }

.view-role-upgrade-commerce .views-row.views-row-2 .views-field-title { background: #72BEE1; }
.view-role-upgrade-commerce .views-row.views-row-2 .views-field-commerce-price { background: #72BEE1; font-size: 50px; height: 65px; }
.view-role-upgrade-commerce .views-row.views-row-2 .views-field-field-role-duration { background: #72BEE1; }
.view-role-upgrade-commerce .views-row.views-row-2 .views-field-field-product-role-image { background: #72BEE1; }

.view-role-upgrade-commerce .views-row.views-row-3 .views-field-title { background: #5DC4B1; }
.view-role-upgrade-commerce .views-row.views-row-3 .views-field-commerce-price { background: #5DC4B1; font-size: 36px; }
.view-role-upgrade-commerce .views-row.views-row-3 .views-field-field-role-duration { background: #5DC4B1; }
.view-role-upgrade-commerce .views-row.views-row-3 .views-field-field-product-role-image { background: #5DC4B1; }


/* **** CARRITO **** */

#sidebar-right #block-commerce-cart-cart {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 6px 6px 10px;
}

#sidebar-right #block-commerce-cart-cart h2 {
    background: #00C5FF;
    color: #000;
    font-family: 'proxima_novalight';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.08em;
    line-height: 100%;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    /*width: 247px;*/
}
#sidebar-right #block-commerce-cart-cart .content { background: #D9EBF4; padding: 15px; color: #000; }
#sidebar-right #block-commerce-cart-cart .cart-contents table { width: 100%; }
#sidebar-right #block-commerce-cart-cart .cart-contents table tr { background: #F4FAFC; border-bottom: 1px solid #B7DEE8; }
#sidebar-right #block-commerce-cart-cart .cart-contents table tr.even { background: #FFF; }
#sidebar-right #block-commerce-cart-cart .cart-contents table td { padding: 8px 6px; }
#sidebar-right #block-commerce-cart-cart .cart-contents .view-footer { padding: 10px 0 0; font-size: 14px; }
#sidebar-right #block-commerce-cart-cart .cart-contents .view-footer .line-item-quantity { padding: 3px 0 15px 10px; }
#sidebar-right #block-commerce-cart-cart .cart-contents .view-footer .line-item-total { padding: 0 10px 15px 0; font-size: 18px; }

#sidebar-right #block-commerce-cart-cart .cart-contents .view-footer ul,
#sidebar-right #block-commerce-cart-cart .cart-contents .view-footer ul li { padding: 0; margin: 0; display: inline;}
#sidebar-right #block-commerce-cart-cart .cart-contents .view-footer ul { width: 100%; }
#sidebar-right #block-commerce-cart-cart .cart-contents .view-footer ul li { display: inline-block; width: 49%; padding: 10px 0 0; text-align: center; }

#sidebar-right li.line-item-summary-view-cart a,
#sidebar-right li.line-item-summary-checkout a {
    background: none repeat scroll 0 0 #F7FAFC;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(31, 189, 231, 0.2) inset;
    color: #1FBDE7;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 5px 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


/* **** PAGINA CARRO **** */

body.page-cart #center {
    clear: both;
    float: none;
    width: 1117px;
}

body.page-cart .view-commerce-cart-form { padding: 30px 0 0; }
body.page-cart .view-commerce-cart-form table { width: 100%; font-family: 'proxima_novalight'; }
body.page-cart .view-commerce-cart-form table thead { border-top: 1px solid #B7DEE8; }
body.page-cart .view-commerce-cart-form table th {
    background: #F4FAFC;
    border-bottom: 1px solid #B7DEE8;
    padding: 10px 2px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
body.page-cart .view-commerce-cart-form table th a { color: #000; }
body.page-cart .view-commerce-cart-form table th.views-field-edit-delete { text-indent: -999999px; }
body.page-cart .view-commerce-cart-form table tr { border: 0; background: #FFF; }
body.page-cart .view-commerce-cart-form table tr.even { background: #FFFCE5; }
body.page-cart .view-commerce-cart-form table td { padding: 5px 10px; vertical-align: middle; font-size: 15px; text-align: center;  }
body.page-cart .view-commerce-cart-form table td.views-field-edit-quantity input { padding: 7px; width: 30px; }

body.page-cart .view-commerce-cart-form table.views-table td.views-field-edit-delete { position: relative; vertical-align: middle; text-align: left; }

body.page-cart .view-commerce-cart-form table.views-table td.views-field-edit-delete:before {
    content: "Î";
    font-family: 'websymbolsliga';
    position: relative;
    top: 4px;
    left: 0;
    color: #FFF;
    font-size: 32px;
    z-index: 1;
    cursor: pointer;

    border-radius: 6px;
    display: block;
    vertical-align: middle;

    border: medium none;
    transition: all 0.3s ease-in-out 0s;

    background: #c41313;
    box-shadow: 0 2px #8a0d0d;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 35px;

    text-align: center;
    line-height: 1;
}
body.page-cart .view-commerce-cart-form table.views-table td.views-field-edit-delete input.delete-line-item {

    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    background: #c41313;
    position: relative;

    cursor: pointer;
    display: block;
    vertical-align: middle;

    border: medium none;

    margin: -35px 0 0;
    width: 38px;
    height: 38px;

    text-indent: -999999px;
    z-index: 10;
}
body.page-cart .view-commerce-cart-form table.views-table td.views-field-edit-delete input.delete-line-item:hover {
    background: #ea2626;
}

body.page-cart .view-commerce-cart-form table.views-table td.views-field-edit-delete input.delete-line-item:active,
body.page-cart .view-commerce-cart-form table.views-table td.views-field-edit-delete input.delete-line-item:focus {
    outline: none; /* outline is visible on :focus */
}

/* **** TABLA DE TOTALES **** */

body.page-cart .view-commerce-cart-form .line-item-total { margin: 25px 0 10px; text-transform: uppercase; }

body.page-cart .view-commerce-cart-form .line-item-total {
    display: table;
    float: right;
    clear: both;
    padding: 5px 10px;
    width: 50%;
    box-shadow: 0 3px #0d657b;
    background: none;
    padding: 0;
    color: #FFF;
}
body.page-cart .view-commerce-cart-form .line-item-total .line-item-total-label {
    display: table-cell;
    padding: 0 10px 0 0;
    vertical-align: middle;
    border-right: 1px solid #7cdaf1;
    background: #7edaf1;
    font-family: 'variable_regular';
    width: 60%;
    font-size: 20px;
    color: #0d657b;
}

body.page-cart .view-commerce-cart-form .line-item-total .line-item-total-raw {
    display: table-cell;
    min-height: 45px;
    font-family: 'variable_black';
    background: #AAA;
    width: 40%;
    font-size: 34px;
    padding: 5px 10px 5px 0;
}

body.page-cart .view-commerce-cart-form #edit-actions { clear: both; }


/* TABLA TABLA */

.commerce-order-handler-area-order-total { margin: 25px 0 10px; text-transform: uppercase; }

.commerce-order-handler-area-order-total table.commerce-price-formatted-components { width: 70%; box-shadow: 0 3px #0D657B; }
table.commerce-price-formatted-components tbody { border: 0; }
table.commerce-price-formatted-components tr {
    background: none;
    border-bottom: 1px solid #0D657B;
    padding: 0;
    color: #FFF;
}
table.commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount { border: 0; }
table.commerce-price-formatted-components td { padding: 1px 8px; vertical-align: middle; }
table.commerce-price-formatted-components td.component-title {
    border-right: 1px solid #7EDAF1;
    background: #7EDAF1;
    width: 60%;
    font-family: 'variable_regular';
    font-size: 20px;
    color: #0D657B;
    text-align: right;
    padding: 0 10px 0 0;
}

table.commerce-price-formatted-components td.component-total {
    font-family: 'variable_black';
    background: #AAA;
    width: 40%;
    font-size: 34px;
}


/* **** BOTONES **** */

input.checkout-cancel.form-submit,
input.checkout-back.form-submit,
input.checkout-continue.form-submit {
    border: 0;
    background: #AACB46;
    margin: 0 10px 0 0;
    padding: 11px 40px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'variable_black';
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;

    box-shadow: 0 2px #7e9b26;
    border-radius: 6px;
    font-size: 1.1em;
    vertical-align: middle;
    border: medium none;
    transition: all 0.3s ease-in-out 0s;
}

input.checkout-cancel.form-submit,
input.checkout-back.form-submit,
input.checkout-continue.form-submit { background: #F90; margin: 0 10px; box-shadow: 0 2px #915700; }


body.page-cart .view-commerce-cart-form .form-actions { float: right; padding: 10px 0 0; position: relative; }

body.page-cart .view-commerce-cart-form .form-actions:before { left: 12px; }
body.page-cart .view-commerce-cart-form .form-actions:after { right: 12px; }

body.page-cart .view-commerce-cart-form .form-actions:before,
body.page-cart .view-commerce-cart-form .form-actions:after {
    position: absolute;
    top: 38%;
    width: 30px;
    z-index: 10;
    font-family: 'websymbolsliga';
    font-size: 1.9em;
    line-height: 0;
    color: #FFF;
    /*text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);*/

    speak:none;
    text-rendering:optimizeLegibility;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
}
body.page-cart .view-commerce-cart-form .form-actions:before { content: "!"; }
body.page-cart .view-commerce-cart-form .form-actions:after { content: "`"; }

body.page-cart .view-commerce-cart-form .form-actions input#edit-submit.form-submit,
body.page-cart .view-commerce-cart-form .form-actions input#edit-checkout.form-submit,
input.checkout-back.form-submit,
input.checkout-continue.form-submit,
input.checkout-cancel.form-submit {
    margin: 0;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    font-family: 'variable_black';
    font-size: 16px;
    vertical-align: middle;
    color: #FFF;

    border: medium none;
    transition: all 0.3s ease-in-out 0s;
}

body.page-cart .view-commerce-cart-form .form-actions input#edit-submit.form-submit,
input.checkout-back.form-submit {
    background: #3178BD; box-shadow: 0 2px #225282;  float: left; padding: 15px 20px 15px 85px;
    text-align: left;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3178BD', endColorstr='#3178BD',GradientType=0 )
}
input.checkout-back.form-submit { float: none; display: inline; }

body.page-cart .view-commerce-cart-form .form-actions input#edit-submit.form-submit:hover,
input.checkout-back.form-submit:hover { background: #5997d5; text-decoration: none; color: #FFF; }

body.page-cart .view-commerce-cart-form .form-actions input#edit-checkout.form-submit,
input.checkout-continue.form-submit {
    background: #9abc34; box-shadow: 0 2px #7e9b26; float: right; margin: 0 0 0 15px; padding: 15px 85px 15px 20px; text-align: right;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9abc34', endColorstr='#9abc34',GradientType=0 )
}
input.checkout-continue.form-submit { display: inline; float: none; }
body.page-cart .view-commerce-cart-form .form-actions input#edit-checkout.form-submit:hover,
input.checkout-continue.form-submit:hover { background: #c0d977; }

input.checkout-cancel.form-submit {
    background: #c41313; box-shadow: 0 2px #8a0d0d; display: inline; float: none; padding: 15px 20px 15px 85px;
    text-align: left;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41313', endColorstr='#c41313',GradientType=0 )
}
input.checkout-cancel.form-submit:hover { background: #ee4f4f; text-decoration: none; color: #FFF; }


body.page-cart .view-commerce-cart-form .form-actions input#edit-submit:active,
body.page-cart .view-commerce-cart-form .form-actions input#edit-checkout:active,
input.checkout-continue.form-submit:active,
input.checkout-cancel.form-submit:active,
input.checkout-back.form-submit:active,
body.page-cart .view-commerce-cart-form .form-actions input#edit-submit:focus,
body.page-cart .view-commerce-cart-form .form-actions input#edit-checkout:focus,
input.checkout-continue.form-submit:focus,
input.checkout-cancel.form-submit:focus,
input.checkout-back.form-submit:focus {
	outline: none; /* outline is visible on :focus */
}

.button-operator { display: inline-block; float: none; padding: 15px; }

.page-checkout fieldset#edit-buttons .checkout-processing:before {
    background: #FFF;
    color: #666;
    margin: 10px 0 0 0;
}


/* **** CHECKOUT **** */

body.page-checkout .views-exposed-widgets input.form-text { width: 125px; }
body.page-checkout .views-widget-per-page .form-item label { color: #777; padding: 0; text-transform: none; }

body.page-checkout fieldset { border: 1px solid #CCC; margin: 15px 15px 25px; }
body.page-checkout fieldset legend .fieldset-legend,
body.page-checkout fieldset legend a {
    text-transform: uppercase;
    text-decoration: none;
    color: #1FBDE7;
    font-size: 15px;
}
body.page-checkout fieldset .fieldset-wrapper { padding: 10px; }

body.page-checkout table { width: 100%; font-family: 'proxima_novalight'; }
body.page-checkout thead { border-top: 1px solid #B7DEE8; }
body.page-checkout table th {
    background: #F4FAFC;
    border-bottom: 1px solid #B7DEE8;
    padding: 10px 2px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
body.page-checkout table th a { color: #000; }
body.page-checkout table th.views-field-edit-delete { text-indent: -999999px; }
body.page-checkout table tr { border: 0; background: #FFF; }
body.page-checkout table tr.even { background: #FFFCE5; }
body.page-checkout table td { padding: 5px 10px; vertical-align: middle; font-size: 15px; text-align: center;  }


/* BILLING */

div.addressfield-container-inline > div.form-item { float: none; }

body.page-checkout fieldset.customer_profile_billing #edit-customer-profile-billing-field-billing-name { float: left; margin: 0 0 0 5%; width: 42%; }
body.page-checkout fieldset.customer_profile_billing #edit-customer-profile-billing-field-billing-cif { float: left; margin: 0 2% 0 1%; width: 22%; }
body.page-checkout fieldset.customer_profile_billing #edit-customer-profile-billing-field-billing-phone { float: left; width: 22%; }

body.page-checkout fieldset.customer_profile_billing #edit-customer-profile-billing-field-billing-name input,
body.page-checkout fieldset.customer_profile_billing #edit-customer-profile-billing-field-billing-cif input,
body.page-checkout fieldset.customer_profile_billing #edit-customer-profile-billing-field-billing-phone input { width: 85%; }

body.page-checkout fieldset.customer_profile_billing #addressfield-wrapper { width: 90%; margin: auto; }
body.page-checkout fieldset.customer_profile_billing .form-wrapper > div { margin: 0 0 15px; }

body.page-checkout fieldset.customer_profile_billing input.name-block.form-text,
body.page-checkout fieldset.customer_profile_billing input.thoroughfare.form-text,
body.page-checkout fieldset.customer_profile_billing input.premise.form-text {
    width: 90%; padding: 8px 3%;
}

body.page-checkout fieldset.customer_profile_billing input#edit-customer-profile-billing-commerce-customer-address-und-0-name-line {
    width: 94%;
}

body.page-checkout fieldset.customer_profile_billing .form-wrapper .street-block { height: 58px; }
body.page-checkout fieldset.customer_profile_billing .form-wrapper .street-block div { float: left; width: 48%; }
body.page-checkout fieldset.customer_profile_billing .form-wrapper .street-block div + div { float: right; width: 48%; }

body.page-checkout fieldset.customer_profile_billing .form-wrapper .addressfield-container-inline.locality-block div { float: left; width: 25%; }
body.page-checkout fieldset.customer_profile_billing .form-wrapper .addressfield-container-inline.locality-block div + div { float: left; width: 36%; }
body.page-checkout fieldset.customer_profile_billing .form-wrapper .addressfield-container-inline.locality-block div + div + div { float: right; width: 30%; }
body.page-checkout fieldset.customer_profile_billing .form-wrapper .addressfield-container-inline.locality-block div input.form-text { width: 90%; padding: 8px 3%; }

body.page-checkout fieldset#edit-buttons { border: 0; width: 96%; height: 90px; margin: auto; padding: 0; text-align: right; }
body.page-checkout fieldset#edit-buttons .form-submit { margin: 0; }


/* LISTADO */

.view-commerce-user-orders table.views-table { width: 100%; font-family: 'proxima_novalight'; margin: 15px 0; }
.view-commerce-user-orders table.views-table thead { border-top: 1px solid #B7DEE8; }
.view-commerce-user-orders table.views-table th {
    background: #F4FAFC;
    border-bottom: 1px solid #B7DEE8;
    padding: 10px 2px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
.view-commerce-user-orders table.views-table th a { color: #000; text-decoration: none; }
.view-commerce-user-orders table.views-table th.views-field-edit-delete { text-indent: -999999px; }
.view-commerce-user-orders table.views-table tr { border: 0; background: #FFF; }
.view-commerce-user-orders table.views-table tr.even { background: #FFFCE5; }
.view-commerce-user-orders table.views-table td { padding: 5px 10px; vertical-align: middle; font-size: 15px; text-align: center;  }
.view-commerce-user-orders table.views-table td a { color: #1FBDE7;  }
.view-commerce-user-orders table.views-table td.active { background: #D9EBF4; }


/* REVIEW */

.checkout-help,
.checkout-completion-message { padding: 20px 0; }

.checkout-help a,
.checkout-completion-message a { color: #1FBDE7; }

.page-user-orders .action-links { padding: 0 10px 10px; min-height: 20px; position: relative; list-style: none; }
.page-user-orders .action-links a {
    display: block;
    float: right;
    width: 100px;
    background: url("../images/sprite.png") no-repeat -700px -180px;
    padding: 1px 0 0 20px;
    font-size: 13px;
    color: #1FBDE7;
}

#edit-checkout-review tr.pane-title { background: #DDD; }
#edit-checkout-review tr.pane-title td { padding: 10px 0; font-size: 18px; }

.entity-commerce-order.commerce-order-commerce-order table.views-table { width: 100%; font-family: 'proxima_novalight'; margin: 15px 0; }
.entity-commerce-order.commerce-order-commerce-order table.views-table thead { border-top: 1px solid #B7DEE8; }
.entity-commerce-order.commerce-order-commerce-order table.views-table th {
    background: #F4FAFC;
    border-bottom: 1px solid #B7DEE8;
    padding: 10px 2px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
.entity-commerce-order.commerce-order-commerce-order table.views-table th a { color: #000; }
.entity-commerce-order.commerce-order-commerce-order table.views-table th.views-field-edit-delete { text-indent: -999999px; }
.entity-commerce-order.commerce-order-commerce-order table.views-table tr { border: 0; background: #FFF; }
.entity-commerce-order.commerce-order-commerce-order table.views-table tr.even { background: #FFFCE5; }
.entity-commerce-order.commerce-order-commerce-order table.views-table td { padding: 5px 10px; vertical-align: middle; font-size: 15px; text-align: center;  }

.entity-commerce-order.commerce-order-commerce-order .field-name-commerce-order-total .commerce-price-formatted-components {
    width: 60%; }
.entity-commerce-order.commerce-order-commerce-order .field-name-commerce-customer-billing {
    margin: 20px 0; }
.entity-commerce-order.commerce-order-commerce-order .field-name-commerce-customer-billing .field-label {
    padding: 10px 0; font-size: 18px; }


/* ********************************************************* CONTACTO GENERAL */

.page-eform-submit-contact #center .entitytype-contact-form { padding: 30px 0; width: 810px; margin: auto; }
.page-eform-submit-contact #center .entitytype-contact-form .form-item { padding: 0 0 15px; }
.page-eform-submit-contact #center .entitytype-contact-form label {
    float: left;
    width: 160px;
    text-align: right;
    padding: 10px 5px 0 0;
    font-size: 11px;
}
.page-eform-submit-contact #center .entitytype-contact-form input.form-text,
.page-eform-submit-contact #center .entitytype-contact-form textarea.form-textarea {
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    color: #939393;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    background: none repeat scroll 0 0 #FFF8CA;
    padding: 8px 10px;
    width: 70%;
}
.page-eform-submit-contact #center .entitytype-contact-form textarea.form-textarea { width: 73%; }
.page-eform-submit-contact #center .entitytype-contact-form .grippie { display: none; }
.page-eform-submit-contact #center .entitytype-contact-form input.form-submit {
  float: right;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 8px 53px  0 0;
  padding: 8px 50px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #692000;

  background: #ffb312; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffb312 0%, #ff9500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb312), color-stop(100%,#ff9500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffb312 0%,#ff9500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb312', endColorstr='#ff9500',GradientType=0 ); /* IE6-9 */
}


/* ********************************************************* GESTIÓN NOTICIAS */

.view-administracion-actualidad .view-header {
    background: #D9EBF4;
    padding: 10px;
    color: #000;
    font-family: 'proxima_novalight';
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
.view-administracion-actualidad .view-header:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
* html .view-administracion-actualidad .view-header { height: 1%; }
:first-child + html .view-administracion-actualidad .view-header { min-height: 1%; }
.view-administracion-actualidad .view-header a {
    display: block;
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    float: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    padding: 11px 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.view-administracion-actualidad .view-filters .views-exposed-widget { margin: 0; padding: 15px 0; }

.view-administracion-actualidad .view-filters #edit-title-wrapper { margin: 0; padding: 26px 0; width: 30%; }
.view-administracion-actualidad .view-filters #edit-field-date-info-value-wrapper { margin: 0; padding: 5px 0; width: 32%; }
.view-administracion-actualidad .view-filters #edit-status-1-wrapper { margin: 0; padding: 26px 0; width: 20%; }

.view-administracion-actualidad .view-filters #edit-title-wrapper input.form-text { width: 80%; }

.view-administracion-actualidad .view-filters #edit-field-date-info-value-wrapper .views-widget > div { width: 45%; float: left; }
.view-administracion-actualidad .view-filters #edit-field-date-info-value-wrapper .views-widget input.form-text { width: 80%; }

.view-administracion-actualidad .view-filters .form-type-select select { width: 100%; margin: 0; }
.view-administracion-actualidad .form-type-select:before,
.view-administracion-actualidad .form-type-select:after { top: 7px; right: 7px; }

.view-administracion-actualidad .view-filters .views-submit-button { float: right; margin: 0 20px 0 0; }

.view-administracion-actualidad #edit-select .fieldset-wrapper .form-item { display: inline-block; }
.view-administracion-actualidad #edit-select .fieldset-wrapper .form-item select { padding: 8px 36px 8px 10px; min-width: 200px; }
.view-administracion-actualidad #edit-select legend a {
    text-transform: uppercase;
    text-decoration: none;
    color: #1FBDE7;
    font-size: 15px;
}

.view-administracion-actualidad .view-filters input.form-submit,
.view-administracion-actualidad #edit-select input.form-submit {
    display: block;
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    float: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 21px 0 0;
    padding: 11px 30px;
    text-transform: uppercase;
}
.view-administracion-actualidad #edit-select input.form-submit { margin: 0; font-size: 12px; padding: 8px 20px; }

.view-administracion-actualidad table.views-table { width: 100%; font-family: 'proxima_novalight'; margin: 25px 0; }
.view-administracion-actualidad table.views-table thead { border-top: 1px solid #B7DEE8; }
.view-administracion-actualidad table.views-table th {
    background: #F4FAFC;
    border-bottom: 1px solid #B7DEE8;
    padding: 10px 2px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}
.view-administracion-actualidad table.views-table th a { color: #000; }
.view-administracion-actualidad table.views-table th.views-field-edit-node { text-indent: -999999px; width: 55px; }
.view-administracion-actualidad table.views-table th.views-field-edit-delete { text-indent: -999999px; }
.view-administracion-actualidad table.views-table tr { border: 0; background: #FFF; }
.view-administracion-actualidad table.views-table tr.even { background: #FFFCE5; }
.view-administracion-actualidad table.views-table td { padding: 5px 10px; vertical-align: middle; font-size: 15px; text-align: left;  }
.view-administracion-actualidad table.views-table td.active { background: #D9EBF4; }
.view-administracion-actualidad table.views-table td.views-field-field-date-info,
.view-administracion-actualidad table.views-table td.views-field-status { text-align: center; }
.view-administracion-actualidad table.views-table td a { color: #1FBDE7; }
.view-administracion-actualidad table.views-table .form-type-checkbox input[type="checkbox"] { display: block; }

.view-administracion-actualidad table.views-table td.views-field-edit-node a {
    display: block;
    float: left;
    margin: 4px;
    border-radius: 6px;
    font-size: 1px;
    height: 29px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 32px;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    background: #9ABC34;
    color: #9ABC34;
    box-shadow: 0 2px #7E9B26;
}

.view-administracion-actualidad table.views-table td.views-field-edit-node a:before {
    content: "?";
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0;
    font-family: 'websymbolsliga';
    color: #FFF;
    width: 32px;
    text-align: center;
    line-height: 27px;
}



/* **** EDITAR/CREAR **** */

#new-node-form a { color: #43C9EB; }
#new-node-form .form-item { padding: 10px 0; }
#new-node-form #edit-body-und-0-format { display: none; }
#new-node-form input.form-autocomplete { background-position: 100% 13px; }
#new-node-form #edit-field-date-info { float: left; width: 48%; }
#new-node-form #edit-field-imagen { float: right; width: 48%; }

#new-node-form #edit-actions { clear: both; }
#new-node-form #edit-actions input.form-submit {
    display: block;
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    float: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 10px;
    padding: 11px 30px;
    text-transform: uppercase;
}

/* *************************************************************** NEWSLETTER */

#simplenews-confirm-add-form { padding: 20px 0; font-size: 14px; }
#simplenews-confirm-add-form input.form-submit {
    display: block;
    background: linear-gradient(to bottom, #FFB312 0%, #FF9500 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #692000;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 10px;
    padding: 11px 30px;
    text-transform: uppercase;
}
#simplenews-confirm-add-form a {
    color: #692000;
    text-decoration: none;
}

/* ****************************************************************** SITEMAP */

/* ****************************************************************** ADWORDS */

#edit-field-ef-adwords-conversion {display: none;}

/* ****************************************************************** VARIOS */
.oculta {display: none;}
