html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,

/*tbody, tfoot, thead, tr, th, td, */

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

object,
embed {
    max-width: 100%
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

.iframe-iqs-ade {
    height: 22rem;
    position: absolute;
    top: 9%;
    width: 38rem;
    right: 44vw;
    visibility: visible;
    z-index: 2000;
}

table {
    border-collapse: initial !important;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

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

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
    margin-right: 6px;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%
}

a:hover,
a:active {
    outline: 0;
}

small {
    font-size: 85%
}

strong,
th {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 4px;
    border: 1px solid #bdc2c9;
    padding: 3px 5px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

button {
    width: auto;
    overflow: visible;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
    font: 13px Helmet, Freesans, sans-serif;
}

body,
select,
input,
textarea {
    color: #333;
}

a {
    color: #61c2ef;
}

a:hover {
    color: #69f;
}

::-moz-selection {
    background: #e59203;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e59203;
    color: #fff;
    text-shadow: none;
}

a:link {
    -webkit-tap-highlight-color: transparent;
}

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

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

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-repeat: repeat;
    background-position: left top;
}

body.wide {
    background-color: #fff;
    background-image: none;
}

body.wide #header {
    width: 100%;
    z-index: 999;
    position: relative;
}

#header {
    /*background-color: white !important;*/
    position: relative;
    z-index: 100;
}

#header #main-logo {
    border-bottom: 0px !important;
    padding: 0 15px;
    /* background: #b1b1b1;
    background: white !important;
    background: url(data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo&EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), color-stop(100%, #b1b1b1));
    background: -webkit-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #b1b1b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#b1b1b1', GradientType=0);*/
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #959595;
}

iframe,
video,
audio {
    display: block;
}

embed,
object,
video {
    max-width: 100%
}

video {
    width: 100%;
    height: auto;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

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

#wrap {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.search-statistic {
    margin-bottom: 15px;
}

.item-search-statistic a b {
    color: #2580c3 !important;
}

.item-search-statistic .hrefspan a:hover b {
    color: #e59203 !important;
}

.item-search-statistic #breadcrumb {
    color: gray;
}

.top-item-sub-menu {
    position: absolute;
    top: 26px;
    display: none;
    background: #333;
    background: -moz-linear-gradient(top, #858585 0, #4f4e4e 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #858585), color-stop(100%, #4f4e4e));
    background: -webkit-linear-gradient(bottom, #858585 0, #4f4e4e 100%);
    background: -o-linear-gradient(bottom, #858585 0, #4f4e4e 100%);
    background: -ms-linear-gradient(bottom, #4f4858585e4e 0, #4f4e4e 100%);
    background: linear-gradient(bottom, #858585 30%, #4f4e4e 80%);
    padding: 5px;
    opacity: .90;
    -moz-opacity: .90;
    filter: alpha(opacity=90);
    z-index: 1;
}

.top-item-sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#slider-home {
    margin: auto;
    margin-bottom: 19px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

h1 {
    font-size: 20px;
    line-height: 1.266em;
    letter-spacing: -0.02em;
    color: #0084da;
}

h2 {
    /*
    font-size: 1.666em;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    */
    font-weight: bold;
    font-size: 1.333em;
    line-height: 1.375em;
}

h3 {
    font-weight: bold;
    font-size: 1.333em;
    line-height: 1.375em;
}

h4 {
    font-size: 1.166em;
    line-height: 1.285em;
}

h5 {
    font-size: 1.083em;
    line-height: 1.538em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
}

a,
a>* {
    color: #e59203;
    text-decoration: none;
}

a,
a>* {
    -webkit-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    -moz-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    -ms-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    -o-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
}

a:hover,
a>* {
    color: #333;
}

.tm-breadcrumb-wrapper {
    display: none;
    position: relative;
}

.tm-breadcrumb-wrapper .breadcrumb {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#breadcrumb a,
a>* {
    color: #333;
    text-decoration: none;
}

#breadcrumb a,
a>* {
    -webkit-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    -moz-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    -ms-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    -o-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
    transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease-in-out;
}

#breadcrumb a:hover,
a>* {
    color: #e59203;
}

@media screen and (min-width: 768px) {
    .tm-breadcrumb-wrapper {
        display: block;
    }

    .tm-breadcrumb-wrapper .breadcrumb {
        padding-right: 50%;
    }
}

@media screen and (min-width: 992px) {
    .tm-breadcrumb-wrapper .breadcrumb {
        padding-right: 33.33333333%;
    }
}

p {
    margin-bottom: 12px;
    color: #333;
    line-height: 1.692em;
}

caption {
    color: #999;
    font-size: .916em;
    font-style: italic;
}

hr {
    background-color: #e5e5e5;
    color: #e5e5e5;
    border: 0;
    height: 1px;
    clear: both;
    margin: 40px 0;
}

mark {
    font-style: normal;
    font-weight: normal;
}

.row {
    margin: 0 -12.5px;
}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -12.5px;
}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -12.5px;
}

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

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

.one,
.row .one {
    width: 8.33333%
}

.two,
.row .two {
    width: 16.66667%
}

.three,
.row .three {
    width: 25%
}

.four,
.row .four {
    width: 33.33333%
}

.five,
.row .five {
    width: 41.66667%
}

.six,
.row .six {
    width: 50%
}

.seven,
.row .seven {
    width: 58.33333%
}

.eight,
.row .eight {
    width: 66.66667%
}

.nine,
.row .nine {
    width: 75%
}

.twelve,
.row .twelve {
    width: 100%
}

img {
    height: auto;
    max-width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

.row {
    *zoom: 1;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

#top-bar {
    width: 100%;
    background: #333;
    background: -moz-linear-gradient(top, #4c4c4c 0, #4f4e4e 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4c4c4c), color-stop(100%, #4f4e4e));
    background: -webkit-linear-gradient(bottom, #4f4e4e 0, #858585 100%);
    background: -o-linear-gradient(bottom, #4c4c4c 0, #4f4e4e 100%);
    background: -ms-linear-gradient(bottom, #4f4e4e 0, #4f4e4e 100%);
    background: linear-gradient(bottom, #4f4e4e 30%, #4f4e4e 80%);
    border-bottom: 1px solid #0e0e0e;
    padding: 3px 0 0 0;
}

#top-bar-content {
    width: 1170px;
    /* 1170px*/
    max-width: 100%;
    margin: auto;
    height: 22.58px;
}

#top-bar #top-menu {
    height: 22.58px;
    float: left;
    padding-top: 5px;
}

#top-bar #top-info {
    float: right;
}

#top-bar a,
#top-bar span {
    color: #fff;
}

#top-bar a {
    margin: 5px;
    padding-bottom: 7px;
}

#top-bar .top-item-sub-menu a:hover {
    color: #f6a315;
}

#network {
    float: right;
    margin-bottom: 0;
    max-width: 100%;
    margin-right: 10px;
    position: absolute;
    top: 15px;
    right: 0;
}

#menu-blue {
    height: 31px;
    background: #0084da;
    background: url(data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo&EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c86cb), color-stop(100%, #0084da));
    background: -webkit-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: -o-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: -ms-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: linear-gradient(to bottom, #0084da 0, #0075c1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1c86cb', endColorstr='#0084da', GradientType=0);
    border-top: 1px solid #71a0be;
    border-bottom: 1px solid #71a0be;
    margin-bottom: 21px;
}

#network a {
    margin-right: 5px;
}

#network a:hover {
    opacity: .80 !important;
    -moz-opacity: .80 !important;
    filter: alpha(opacity=80) !important;
}

#logo a {
    display: block;
}

#logo a,
#logo a>* {
    color: #333;
    text-align: center;
}

#logo a img {
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

#nav {
    float: right;
    position: relative;
    width: 100%
}

#nav>select {
    display: none;
}

#menu-destacado-imagen {
    margin-bottom: 21px;
    position: absolute;
    z-index: 1;
    margin-right: 12px;
}

#menu-destacado-texto {
    background-color: #3c3c3c;
    opacity: .8;
    padding: 8px;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%
}

#menu-destacado-imagen img {
    max-width: 100%
}

.directLinkRoot {
    cursor: pointer;
}

.directLinkRoot a,
.directLinkRoot {
    font-weight: bold;
    color: #fff;
}

.directLinkRoot li a {
    font-weight: normal;
    color: #fff;
}

.directLinkRoot li a:hover {
    color: #e59203;
}

#menu-destacado-texto ul {
    list-style: none;
    margin: 0;
    padding: 6px 0 6px 6px;
}

#menu-destacado-texto ul li {
    list-style: none;
    margin: 0;
    padding: 2px 0 2px 3px;
}

ul#navlist,
ul.navSubMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 1px;
    padding-top: 1px;
}

ul#navlist li {
    float: left;
    position: relative;
    text-align: center;
    padding-right: 15px;
}

ul#navlist li.big {
    width: 15.3%
}

ul#navlist li.small {
    width: 7%
}

ul#navlist li.normal {
    width: 8%
}

ul#navlist li.normal2 {
    width: 10%
}

ul#navlist li a {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 0;
    /* 6px 0 */
}

ul#navlist li a:hover {
    color: #8d8b8c;
    /* background: #f7f7f7;*/
}

ul#navlist li a:hover {
    height: 29px;
}

ul#navlist li a.currentmenup {
    color: #f8b121 !important;
    /* background: #f7f7f7;*/
}
ul#navlist li a.actiu {
    color: #fff !important;
    /* background: #f7f7f7;*/
}
.sf-menu {
    line-height: 1.0;
    overflow: visible !important;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.openDestacado td {
    border: 1px solid #dfdfdf;
    padding: 7px;
    margin-bottom: 15px;
    background: #fff;
}

.openDestacado h3 {
    font-size: 12px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #fff;
    padding: 7px 10px;
    margin: -10px -10px 10px -10px;
    border-bottom: 1px solid #dfdfdf;
    background: #8d8b8c;
}

.openDestacado h2 {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 7px 10px;
    margin: -10px -10px 10px -10px;
    border-bottom: 1px solid #dfdfdf;
    background: #8d8b8c;
}

.singlework .openMainImage {
    float: right;
    margin: 0 0 10px 10px;
}

.openMainImage[align=left] {
    float: left;
}

.singlework .widget-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    padding: 7px 10px;
    margin: -8px -8px 8px -8px;
    background: #8d8b8c;
}

.singlework .widget-title a {
    color: #fff;
}

.singlework .widget img {
    max-width: 100%
}

.singlework #text ul li {
    background-image: url('/sites/default/files/v1/images/icons/icon.bullet.png');
    background-repeat: no-repeat;
    padding-left: 21px;
    list-style: none;
}

.singlework #text ul.pager li {
    background-image: none;
    ;
    padding-left: 0;
}

.singlework #text ul.links li {
    background-image: none;
    ;
    padding-left: 0;
}

.submenu_bluegradient {
    background: linear-gradient(white, rgb(210, 233, 248)) !important;
}

.singlework .widget.categories li {
    color: #000;
}

.singlework #notices {
    /*padding-right: 0;*/
}

.singlework #notices p {
    padding-right: 0;
    overflow: hidden;
    height: 78px;
}

.singlework #notices .widget {
    overflow: hidden;
    height: 325px;
}

.singlework #notices .widget img {
    float: left;
    border: 1px solid #dfdfdf;
    padding: 5px;
    margin-right: 5px;
    width: 119px;
}

.singlework #events {
    /*padding-left: 0;*/
}

.singlework #events .widget {
    height: 325px;
}

.singlework #events p {
    padding-left: 0;
    overflow: hidden;
    height: 50px;
}

#messageError,
#messageKO {
    display: none;
    background: #fff6f6;
    border: 1px solid #d30909;
    color: #6f0000;
    margin: 0 20px 10px;
    padding: 4px 10px;
}

#messageKO {
    display: block;
}

#messageSended {
    background: #f7fff6;
    border: 1px solid #06891c;
    color: #056f00;
    margin: 0px 20px 10px;
    padding: 4px 10px;
}

.formSearch input,
.formSearch select {
    width: 100%;
    margin: 5px;
}

.formSearch #btnFinder {
    margin: 5px;
}

input[type="submit"] {
    transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
}

input[type="submit"]:hover {
    opacity: .85;
    -moz-opacity: .85;
    filter: alpha(opacity=85);
}

#content {
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.stickycont {
    margin-top: -48px;
    z-index: 99 !important;
}


/*
.stickycont{
        margin-top:452px;
}
.stickycontent{
    margin-top:599px;
}*/

#container-submenu {
    position: absolute;
    top: 30px;
    z-index: 40;
}

#container-submenu .item-submenu {
    background-color: #f7f7f7;
    display: none;
    padding: 20px;
    margin: 0;
    -webkit-box-shadow: 0 10px 20px #838383;
    -moz-box-shadow: 0 20px 6px #838383;
    box-shadow: 0 6px 20px #838383;
    -webkit-box-shadow: 0 6px 20px #56585a;
    -moz-box-shadow: 0 6px 20px #56585a;
    box-shadow: 0 14px 20px #56585a;
}

#container-submenu .item-submenu img {
    border: 1px solid #959595;
    padding: 5px;
    max-width: 100%;
}

#container-submenu .item-submenu li {
    background-image: url('/sites/default/files/v1/images/icons/icon.bullet.png');
    background-repeat: no-repeat;
    padding-left: 21px;
    list-style: none;
}

#container-submenu .item-submenu li a {
    color: #333;
}

#container-submenu .item-submenu li a:hover {
    color: #f6a315;
}
/*
#sidebar .widget,
.singlework .widget {
    border: 1px solid #dfdfdf;
    padding: 7px;
    margin-bottom: 15px;
    background: #fff;
}
*/
#sidebar .widget-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 7px 10px;
    margin: -8px -8px 8px -8px;
    border-bottom: 1px solid #dfdfdf;
    background: #8d8b8c;
}

#sidebar .categories .widget-title {
    background: #0084da;
}

#footer {
    padding: 15px;
    background: #b1b1b1;
    /* background: #dbdbdb;
    background: url(data:image/svg+xml, base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo&EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), color-stop(100%, #b1b1b1));
    background: -webkit-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #b1b1b1 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #b1b1b1 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#b1b1b1', GradientType=0);
    border-top: 1px solid #959595;
}

#footer img {
    max-width: 100%
}

#footer .widget {
    color: #000;
    margin-bottom: 30px;
}

#footer .widget-title {
    font-size: 14px;
    font-weight: normal;
    color: #1b1b1b;
    ;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#footer p {
    color: #333;
}

#back-to-top {
    width: 100%;
    border-top: 2px solid #333;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin: -21px 0 20px 0;
    position: relative;
}

.destacados h3 {
    padding: 0;
}

.singlework .column.destacados {
    float: left;
}

.submenuDesc {
    color: #2c4352;
}

.copyright {
    float: left;
    font-size: .846em;
    line-height: 32px;
}

.h-350 {
    height: 350px !important;
}

.copyright a {
    color: #333;
}

.social-icons {
    float: right;
}

.singlework #slider-home .pastillaAzul {
    font-family: arial;
    font-size: 13px;
    color: #fff;
    background-color: #0084da;
    min-width: 500px;
    margin-bottom: 3px;
    color: #fff;
    line-height: 1.292em;
    padding: 10px;
    font-size: 20px;
    opacity: .90 !important;
    -moz-opacity: .90 !important;
    filter: alpha(opacity=90) !important;
}

.singlework #slider-home .pastillaAzul p {
    line-height: 1.292em;
    color: #fff;
    padding: 0;
    margin: 0;
}

.singlework #slider-home .pastillaBlanca {
    font-family: arial;
    font-size: 13px;
    color: #f6f6f6;
    background-color: #838281;
    min-width: 350px;
    margin-bottom: 3px;
    color: #fff;
    line-height: 1.192em;
    padding: 5px 10px;
    font-size: 12px;
    opacity: .90 !important;
    -moz-opacity: .90 !important;
    filter: alpha(opacity=90) !important;
}

.singlework #slider-home .pastillaBlanca p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.social-facebook {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 4px;
}

.social-twitter {
    float: left;
    padding-top: 4px;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 11px;
    background: transparent no-repeat center;
}

.social-icons a:hover {
    opacity: .80 !important;
    -moz-opacity: .80 !important;
    filter: alpha(opacity=80) !important;
}

.singlework .widget.categories li {
    display: block;
    padding: 5px;
    color: #9d9d9d;
}

.singlework .widget.categories li a {
    color: #000;
    display: block;
}

.singlework .widget.categories li.menu_lvl_1 {
    margin-left: 0;
}

.singlework .widget.categories li.menu_lvl_2 {
    margin-left: 20px;
}

.singlework .widget.categories li.menu_lvl_3 {
    margin-left: 30px;
}

.singlework .widget.categories li.menu_lvl_4 {
    margin-left: 42px;
}

.singlework .widget.categories li.current_lvl_1 {
    background: #b4d9f1;
}

.singlework .widget.categories li:hover {
    background: #cfdde3;
    text-decoration: none;
}

.singlework .widget.categories li.current_lvl_2 {
    background-image: url(/sites/default/files/v1/images/icon.bullet_submenu.png);
    background-position-y: 5px;
    background-repeat: no-repeat;
    padding-left: 21px;
    list-style: none;
    margin-left: 4px;
}

.singlework .widget.categories li.current_lvl_3 a {
    color: #f7a30a;
}

.singlework .widget.categories li.current_lvl_4 a {
    text-decoration: underline;
}

#breadcrumb {
    /* padding-bottom: 10px;*/
}

.breadcrumb {
    font-size: 13;
    padding-top: 17px;
    background-color: transparent !important;
}

#breadcrumb {
    padding-top: 15px;
    background-color: transparent !important;
}

.widget.twitter ul {
    margin-bottom: -15px;
}

.widget.twitter li {
    display: block;
}

.widget.twitter {
    height: 238px;
    margin-top: 6px;
}

.widget.twitter a,
.widget.twitter a * {
    color: #e59203;
}

.widget.twitter a:hover {
    text-decoration: none;
    color: #333;
}

.widget.twitter h3 a {
    color: #fff;
}

.widget.twitter h3 a:hover {
    text-decoration: none;
}

.widget.twitter a.url {
    color: #61c2ef;
    font-style: italic;
}

.fancybox-tmp iframe,
.fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    overflow: visible !important;
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: 0;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(/sites/default/files/v1/images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8020;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/sites/default/files/v1/images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url(/sites/default/files/v1/images/fancybox/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 20px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.singlework #text #pager {
    text-align: right;
    padding-top: 7px;
}

.singlework #text #pager ul {
    display: inline-table;
    margin: 6px 6px 0;
}

.singlework #text #pager ul li {
    float: left;
    padding-left: 0;
    background-image: none;
}

.singlework #text #pager ul li a {
    display: block;
    width: 25px;
    text-align: center;
    margin-bottom: 3px;
    font-size: 11px;
}

.singlework #text #pager ul li a:hover {
    color: #f7a30a;
}

.singlework #text #pager ul li a.current {
    color: #4d4d4d;
    font-weight: bold;
}

.singlework #text #pager ul li a#nextPage,
.singlework #text #pager ul li a#prevPage {
    display: inline;
}

table.prominent {
    background: #eee;
}

table.openDestacado {
    border: 1px solid #d9d9d9;
}

table.openDestacado td {
    padding: 10px;
}

img.openBorderImage {
    border: 1px solid #d9d9d9;
    max-width: none !important;
}

.lista {
    border-bottom: 1px solid #959595;
    margin-left: 20px;
    margin-right: 20px;
}

.listaClaro {
    border-bottom: 1px solid #dfdfdf;
    font-size: 11px;
    margin-left: 20px;
    margin-right: 20px;
}

#text {
    position: relative;
}

#text a {
    text-decoration: none;
    color: #2580c3;
}

#text a strong {
    text-decoration: none;
    color: #2580c3;
}

#text a:link {
    color: #2580c3;
}

#text a:visited {
    color: #2580c3;
}

#text a:active {
    color: #2580c3;
}

#text a:hover {
    color: #f6a315;
}

#text a:hover strong {
    color: #f6a315;
}

#gallery {
    margin: 0 0 10px 10px;
}

#gallery tr td {
    padding: 7px;
    width: 117px;
    text-align: center;
    vertical-align: middle;
}

#gallery tr td a {
    display: block;
    text-align: center;
}

.logo11-fot {
    max-width: 163px !important;
}

.logo11-fot2 {
    max-width: 151px !important;
}

#gallery tr td a img {
    padding: 5px;
    border: 1px solid #bcbcbc;
}

#gallery tr td a img:hover {
    background: #e3e3e3;
    border: 1px solid #656565;
}

#galleryLabels {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #888886;
}

.singlework #text .formulario input,
.singlework #text .formulario textarea {
    width: 100%;
    margin-left: 0;
}

.singlework #text .formulario select {
    width: 100%;
    margin-left: 0;
}

.singlework #text .formulario textarea {
    height: 75px;
}

.singlework #text .formulario label {
    font-weight: bold;
}

.singlework #text .formulario input[type="checkbox"] {
    width: 20px;
}

#map_address {
    width: 100%;
    height: 300px;
    margin: 0 0 0 7px;
    border: 1px solid #888886;
}

.singlework #text #tblConv li {
    background-image: none;
}

.singlework #text #tblConv li a.tab {
    display: block;
    background: #f1f1f1 url('/sites/default/files/v1/images/icons/icon.moreInfo.png') no-repeat scroll 98% 50%;
    width: 100%;
    padding: 7px;
}


/*
.singlework #text #tblConv li.pair {
    background: transparent;
}
.singlework #text #tblConv li.pair a {
    background: transparent url('/sites/default/files/v1/images/icons/icon.moreInfo.png') no-repeat scroll 98% 50%}
    */

.singlework #text #tblConv li:nth-child(even) {
    background: transparent;
}

.singlework #text #tblConv li:nth-child(even) a {
    background: transparent url('/sites/default/files/v1/images/icons/icon.moreInfo.png') no-repeat scroll 98% 50%
}

.singlework #text #tblConv li table {
    display: none;
}

.singlework #text #tblConv li table.visibleTable {
    display: inline;
}

.singlework #text #tblConv li table.descriptionUniversity tr td {
    padding: 7px;
}

.singlework #text #tblConv li table.descriptionUniversity label {
    display: block;
    padding-left: 15px;
}

#text .destacados img {
    max-width: none;
    margin: 5px;
    padding: 5px;
    border: 1px solid #dfdfdf;
}

.openMainImage {
    /* padding: 5px;*/
    font-size: 10px;
    background-color: #f8f8f8;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #d9d9d9;
}

.fullwidthbanner-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 500px !important;
    min-height: 300px;
    overflow: hidden;
}

.fullwidthbanner-containernoprogram {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 350px !important;
    min-height: 350px;
    overflow: hidden;
}

.fullwidthbanner {
    width: 100% !important;
    height: 100%;
    max-height: 500px !important;
    position: relative;
    overflow: hidden;
}

.fullwidthbanner-containerhome {
    max-height: 600px !important;
    min-height: 600px;
}

.fullwidthbanner-containerhome li {
    max-height: 600px !important;
    min-height: 600px;
}

.fullwidthbannerhome {
    max-height: 700px !important;
}

.fullwidthbannerhome li {
    max-height: 700px !important;
}

#superslide.stickycontent {
   margin-top: 70px;
}
@media screen and (max-width: 750px) {
  #superslide.stickycontent {
     margin-top: 110px;
  }
}
.fullwidthbannerhome .container {
  height: 100%;
  width: auto;
  max-width: 1170px;
  text-align: center;
}
.fullwidthbannerhome .container.align-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
    .fullwidthbannerhome .img-mobile + .img-desktop {
        display: none !important;
    }
}
@media screen and (min-width: 769px) {
    .fullwidthbannerhome .img-mobile {
        display: none !important;
    }
}
.tp-caption {
    position: absolute;
}

.tp-caption.small {
    padding: 8px 12px;
    font-size: 1.538em;
}

.tp-caption.titolfull {
    padding: 8px 12px;
    color: #fff;
    width: 100% !important;
    /*background:#F00;*/
}

.titolcapsalera {
    position: absolute;
    top: 100px;
    left: 0;
    font-size: 56px;
    color: #fff;
    width: 670px;
    white-space: normal;
    line-height: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    /*text-shadow: 1px 1px #000;*/
}

.titolcapsalera h1{
    font-size: 56px !important;
    color: #fff;
}

.titolcapsalera img {
    width: auto !important;
    height: auto !important;
}

.ctacapsalera {
    position: absolute;
    top: 120px;
    right: 75px;
    font-size: 14px;
    color: #fff;
    width: 220px;
    white-space: normal;
    line-height: 14px;
}

.textcapsalera {
    position: absolute;
    top: 220px;
    right: 50px;
    font-size: 20px;
    max-width: 400px;
    color: #fff;
    white-space: normal;
    line-height: 30px;
}

.textcapsalera p {
    color: #fff;
    font-size: 20px;
}

.linecapsalera {
    position: absolute;
    top: 100px;
    left: 670px;
    height: 252px;
    transform: rotate(15deg);
    border-right: 2px solid;
}

.titolcapsalerahome {
    display: inline-block;
    position: relative;
    width: auto;
    top: 250px;
    vertical-align: top;
}
.textcapsalerahome {
    display: inline-block;
    position: relative;
    margin-left: 70px;
    right: auto;
}

.linecapsalerahome {
    position: relative;
    display: inline-block;
    top: 250px;
    left: auto;
    margin-left: 20px;
}

.fullwidthbanner-containernoprogram .titolcapsalera {
    width: 60%;
    top: 70px;
}

.fullwidthbanner-containernoprogram .textcapsalera {
    top: 175px;
}

.fullwidthbanner-containernoprogram .linecapsalera {
    height: 230px;
}

.stickycontent .titolcapsalerahome {
    top: 145px;
}
.stickycontent .linecapsalerahome {
    top: 145px;
}
.stickycontent .textcapsalerahome {
    top: 115px;
}

.tp-caption.titol {
    padding: 8px 12px;
    font-size: 56px;
    color: #fff;
    width: 600px !important;
    white-space: normal !important;
    line-height: 56px !important;
}

.tp-caption.textecap {
    padding: 8px 8px;
    font-size: 14px !important;
    color: #fff;
    width: 350px !important;
    white-space: normal !important;
    line-height: 14px !important;
}

.tp-caption.colored ::selection {
    background: #333;
}

.tp-simpleresponsive img {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.tp-simpleresponsive .tp-caption {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    height: 100%;
}

.tp-simpleresponsive img {
    max-width: none;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(/sites/default/files/v1/images/slider/revslider/assets/timer.png);
    position: absolute;
    z-index: 200;
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    visibility: hidden;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
}

/* Mobile */
@media screen and (max-width: 768px) {
    #superslide .tp-simpleresponsive > ul > li img {
        position: relative;
        left: -50%;
    }
    #superslide .tp-simpleresponsive > ul > li .center-image {
        display: inline-block;
        position: relative;
        right: -50%;
    }
    #superslide .fullwidthbannerhome img {
        height: 400px !important;
    }
}

.superslide-alt .container {
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    top: 40px;
    left: 0;
}

.superslide-alt .titolcapsalera {
    text-align: left;
    margin-bottom: 15px;
    position: relative !important;
    top: initial !important;
    bottom: initial !important;
}

.superslide-alt .titolcapsalera h1 {
    line-height: 1.1;
}

.superslide-alt .textcapsalera {
    font-size: 16px;
    line-height: 21px;
    position: relative;
    top: initial;
    right: initial;
}

.superslide-alt .fullwidthbanner-containernoprogram .textcapsalera {
    top: initial !important;
}

.superslide-alt .linecapsalera {
    display: none;
}

@media only screen and (min-width: 768px) {
    .superslide-alt .container {
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
    }

    .superslide-alt .titolcapsalera {
        max-width: 50%;
        margin-bottom: 30px;
    }

    .superslide-alt .textcapsalera {
        max-width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .superslide-alt .textcapsalera {
        font-size: 20px;
        line-height: 30px;
        max-width: 400px;
    }
}

.tp-loader {
    background: url(/sites/default/files/v1/images/slider/revslider/assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
}

.field-name-field-entradilla {
    background: #f7f5f3;
}

.field-name-field-entradilla .field-items {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.field-name-field-entradilla .field-item.even {
    padding: 35px 0 40px;
}

.field-name-field-entradilla .field-item.even p {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (min-width: 768px) {
    .field-name-field-entradilla .field-items {
        padding-left: 15px;
        padding-right: 15px;
    }

    .field-name-field-entradilla .field-item.even {
        width: 50%;
        padding: 75px 0 65px;
    }

    .field-name-field-entradilla .field-item.even p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .field-name-field-entradilla .field-item.even {
        width: 41.66666667%;
        padding: 75px 0 55px;
    }
}

#google-search {
    position: absolute;
    right: 12px;
    bottom: 20px;
    width: 50%;
    text-align: right;
}

#google-search button {
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe', EndColorStr='#4787ed');
    border: 1px solid #3079ed;
    color: #fff !important;
    margin: 0;
}

#google-search .form-submit {
    background-color: #4d90fe;
    font-weight: bold;
    color: #FFF;
}

#google-search input[type=text] {
    color: #333;
    background-color: #E6E6E6 !important;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    height: 29px;
    width: 60%;
}

#google-search input[type=text]:hover {
    border: 1px solid #4d90fe;
}

#google-search button:hover {
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
    background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
    background-image: linear-gradient(top, #4d90fe, #357ae8);
}

#google-search button span {
    background-position: -33px 0;
    display: inline-block;
    height: 13px;
    margin: 3px 13px;
    width: 14px;
    background-image: url('//ssl.gstatic.com/gb/images/k1_a31af7ac.png');
}

.prefixCode {
    width: 30px !important;
    margin-right: 5px !important;
}

.postPrefixCode {
    width: 170px !important;
    margin-left: 5px !important;
}

.smallInputText {
    width: 40px !important;
    margin: 0px 5px 0px 5px;
}

.no-padding {
    padding: 0px;
}

.checkStudy {
    padding: 0px;
    float: left;
    margin-top: 5px;
    width: 24px !important;
}

.attachFile {
    border: none;
    width: auto !important;
}

.captchaContainer {
    margin-top: 10px;
}

.captchaContainer .captchaImage {
    border-radius: 6px;
    );
}

.inputError {
    background: #F9EBEA;
    color: #8B1513;
    border: 1px solid #8B1513;
}

.btnInscripcion {
    width: 200px !important;
}

#ui-datepicker-div button.ui-datepicker-current {
    display: none;
}

.mensajeAclarativo {
    color: #f10000;
}

.activityList {
    padding-bottom: 10px;
}

.activityArea {
    padding: 10px 50px 10px 50px !important;
    text-align: justify;
}

a.btn {
    padding: 10px 20px;
    background: #1c86cb;
    /* viejos navegadores */
    background: -moz-linear-gradient(top, #1c86cb 0%, #0084da 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c86cb), color-stop(100%, #0084da));
    /* webkit */
    border: 1px solid #3g3g3g;
    border-radius: 5px;
    font: bold 15px Helvetica, Sans-Serif;
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    display: block;
    margin: auto;
    width: 35%;
}

a.btn: hover {
    color: #ffffff;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

table.tblList td {
    padding: 7px;
    border: #d3d3d3 1px dotted;
}

table.tblList thead td {
    background: #f1f1f1;
    color: #0084D8;
}

table.tblList td.underline {
    text-decoration: underline;
    cursor: pointer;
}

table.tblList td.underline:hover {
    color: #0084D8;
}

table.tblList tbody tr.pair td {
    background: #f1f1f1;
}

.texto-cabecera {
    position: absolute;
    bottom: 36px;
    left: 40px;
    width: 564px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10px;
    height: 160px;
}

.texto-transparencia-cabcera {
    background: #fff;
    width: 800px;
    height: 187px;
    position: absolute;
    top: 10px;
    left: 13px;
    opacity: .7;
}

.transparencia-cabcera {
    background: #fff;
    width: 100%;
    height: 212px;
    position: absolute;
    top: 0;
    opacity: .13;
}

.estudiante-cabecera {
    position: absolute;
    top: 26px;
    right: 22px;
    padding-right: 0px;
    text-align: right;
}

.quote {
    background: url(/sites/default/files/v1/images/quote-left.png) no-repeat left top, url(/sites/default/files/v1/images/quote-right.png) no-repeat right bottom;
    padding: 1px 27px;
    font-size: 11px;
    top: 0px;
}


/*----------------TABS--------------*/

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

#text #tabs li {
    float: left;
    margin: 0 .5em 0 0;
    list-style: none !important;
    padding: 0px;
    background-image: none;
    width: 88px;
}

#tabs a {
    position: relative;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    /*padding:  .7em 1.5em;
    */
    padding: .7em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

#tabs a: hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
    background: #fff;
}

#tabs a: focus {
    outline: 0;
}

#tabs a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    transform: skew(10deg);
    border-radius: 0 5px 0 0;
}

#tabs #current a,
#tabs #current a::after {
    background: #fff;
    z-index: 3;
}

#contentTab {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 0;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.5);
    height: 208px;
    padding: 2em;
    position: relative;
    z-index: 2;
}


/*************************************
  - TP ARROWS   -
**************************************/

.tp-leftarrow,
.tp-rightarrow {
    position: absolute;
    top: 50% !important;
    display: block;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .7);
    background-image: url(/sites/default/files/v1/images/slider/arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -999em;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.fullwidthbanner-container:hover .tp-leftarrow,
.fullwidthbanner-container:hover .tp-rightarrow {
    opacity: 1;
}

.tp-leftarrow {
    left: 0 !important;
    background-position: 0px center;
}

.tp-rightarrow {
    right: 0 !important;
    background-position: -37px center;
}

.tp-leftarrow:hover {
    background: #0084da url(/sites/default/files/v1/images/slider/arrows.png) no-repeat 0 0;
    left: 0 !important;
    background-position: 0px center;
}

.tp-rightarrow:hover {
    background: #0084da url(/sites/default/files/v1/images/slider/arrows.png) no-repeat 0 0;
    right: 0 !important;
    background-position: -37px center;
}

.destacado-home {
    width: 100%;
    height: 31px;
    background: #0084da;
    background: url(data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo&EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c86cb), color-stop(100%, #0084da));
    background: -webkit-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: -o-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: -ms-linear-gradient(top, #1c86cb 0, #0084da 100%);
    background: linear-gradient(to bottom, #0084da 0, #0075c1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1c86cb', endColorstr='#0084da', GradientType=0);
    border-top: 1px solid #71a0be;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    margin-bottom: 7px;
    -webkit-box-shadow: 0 10px 20px #71a0be;
    -moz-box-shadow: 0 20px 6px #838383;
    box-shadow: 0 6px 20px #71a0be;
    -webkit-box-shadow: 0 6px 20px #56585a;
    -moz-box-shadow: 0 6px 20px #56585a;
    box-shadow: 0 1px 6px #56585a;
    cursor: pointer;
    font-size: 14px;
    font-variant: small-caps;
    color: #fff;
    font-weight: 500;
    padding: 5px 16px;
}

.destacado-home a {
    color: #fff;
    text-decoration: none;
}

.destacado-home-desp {
    background-color: #f7f7f7;
    padding: 10px 15px;
    -webkit-box-shadow: 0 10px 20px #838383;
    -moz-box-shadow: 0 20px 6px #838383;
    box-shadow: 0 6px 20px #838383;
    -webkit-box-shadow: 0 6px 20px #56585a;
    -moz-box-shadow: 0 6px 20px #56585a;
    box-shadow: 0 14px 20px #56585a;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    opacity: .95 !important;
    -moz-opacity: .95 !important;
    filter: alpha(opacity=95) !important;
    margin: 0 13px 0 0;
}

.destacado-home-desp h2 {
    font-variant: small-caps;
    width: 100%;
    padding: 10px 0px;
    font-size: 17px;
}

.destacado-home-desp h2.naranja {
    border-bottom: 1px solid #f4a113;
    color: #f4a113;
}

.destacado-home-desp h2.naranja a {
    color: #f4a113;
}

.destacado-home-desp h2.azul {
    border-bottom: 1px solid #2582c8;
    color: #2582c8;
}

.destacado-home-desp h2.azul a {
    color: #2582c8;
}

.destacado-home-desp h3 {
    font-variant: small-caps;
    color: #333;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.destacado-home-desp h4 {
    padding: 0px;
    line-height: 1.5em;
    margin: 0;
    font-size: inherit;
    font-weight: normal;
}

.destacado-home h1 {
    color: #fff;
    padding: 0px;
    line-height: 1.5em;
    margin: 0;
    font-size: inherit;
    font-weight: normal;
}

.destacado-home-desp span {
    font-variant: small-caps;
    color: #333;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
}

.destacado-home-desp span.descripcion {
    font-variant: normal;
    color: #333;
    padding: 5px 10px 0px 0px;
    font-size: 12px;
    font-weight: normal;
}

.destacado-home-desp ul {
    margin: 0px;
    padding-bottom: 5px;
}

.destacado-home-desp li {
    list-style: none;
}

.destacado-home-desp li a {
    color: #7a7879;
    font-size: 13px;
}

.destacado-home-desp ul.azul li a: hover {
    color: #2582c8;
}

.destacado-home-desp ul.naranja li a: hover {
    color: #f4a113;
}

.center {
    text-align: center;
}

.center ul {
    padding-right: 36px;
}

.slidelink a div {
    width: 855px;
    height: 350px;
}

.singlework #notices .widget li {
    overflow: hidden;
    padding-bottom: 5px;
}

.singlework #text .formulario input[type="radio"],
.singlework #text .formulario input[type="checkbox"] {
    width: 20px;
}

.container-msg-cookie {
    position: fixed;
    bottom: 4px;
    /* background:  #0075c1;     */
    background: -moz-radial-gradient(center, ellipse cover, #0084da 44%, #0075c1 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(44%, #0084da), color-stop(100%, #0075c1));
    /* background:  -webkit-radial-gradient(center,  ellipse cover,  #0084da 44%, #0075c1 100%);     */
    background: -o-radial-gradient(center, ellipse cover, #0084da 44%, #0075c1 100%);
    background: -ms-radial-gradient(center, ellipse cover, #0084da 44%, #0075c1 100%);
    /* background:  radial-gradient(ellipse at center, #0084da 29%, #0075c1 100%);     */
    border: 1px solid #0075c1;
    /* border-bottom:  0px; */
    background: rgba(137, 137, 137, 0.95);
    z-index: 9999;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.msg-cookie {
    width: 1170px;
    font-size: 12px;
    padding: 10px;
    line-height: 15px;
    color: #fff !important;
    /* make the block inline */
    display: inline-block;
}

.tp-caption {
    width: 100% !important;
}

.tp-caption a {
    /*width: 100% !important;*/
}

.tp-caption a.boton-nuevo {
    color: #fff !important;
    border-color: #fff !important;
    background: none !important;
}

.tp-caption a.boton-nuevo::after {
    color: #fff !important;
}

.msg-cookie a {
    color: #fff;
    text-decoration: none;
}

.msg-cookie a: hover {
    text-decoration: underline;
}

#text #capsalera img {
    width: 100%;
}

#text .gmnoprint img {
    max-width: none;
}

#text img {
    max-width: 100%;
}


/* OPTIMO */

.language-switcher-locale-url li {
    display: inline;
    padding: 3px
}

.language-switcher-locale-url li.active a {
    font-weight: bold;
}

.language-switcher-locale-url li.first:after {
    color: #fff;
    content: " |"
}

.language-switcher-locale-url li.last:before {
    color: #fff;
    content: "| "
}

.clearright {
    clear: right;
}

.clearboth {
    display: block;
    clear: both;
}

.noclear {
    display: block;
    clear: none;
    width: 108px;
}

.noticieshome-fila {
    display: inline-block;
}

.noticieshome-block {
    display: inline-block;
    width: 115px;
    vertical-align: top;
}

.noticieshome-block-txt {
    display: inline-block;
    width: 490px;
    margin-left: 10px;
    vertical-align: top;
}

.noticieshome-block-txt A {
    color: #e59203;
    font-weight: bold;
}

.webform_cleardivs label {
    display: block;
    clear: both;
}


/*-- optimoclick ---*/

.noclearboth-33 {
    width: 33%;
    clear: none;
    float: left;
    height: 480px;
}

legend {
    background: #8d8b8c none repeat scroll 0 0;
}

.fieldset-legend {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: -8px -8px 8px;
    padding: 7px 10px;
    text-transform: uppercase;
    width: 100%;
}

.view-id-agenda_home .views-field-field-date {
    font-weight: bold;
}

.view-id-agenda_home .views-field-title a {
    color: #e59203;
    font-weight: bold;
}

.view-id-agenda_home .views-row {
    margin-bottom: 10px;
}

.view-id-actividades .views-exposed-form {
    border: #dfdfdf 1px solid;
    background: #FFF;
    /*padding:7px;*/
    margin-bottom: 15px;
}

.view-id-actividades .views-exposed-form .views-exposed-widget {
    width: 100%;
}

.views-widget-filter-field_area_value {
    padding: 0px !important;
}

.views-widget-filter-field_area_value label {
    width: 100%;
    background: #8d8b8c;
    text-transform: uppercase;
    color: #FFF;
    font-weight: normal;
    padding: 5px;
}

.views-widget-filter-field_area_value .views-widget {
    margin-left: 15px;
}

#views-exposed-form-actividades-page .views-submit-button {
    margin-left: 15px;
    padding: 0px;
}

#views-exposed-form-actividades-page .views-submit-button input {
    margin-top: 5px;
}

.field-name-field-miembros {
    border: 1px solid #d9d9d9;
    background: #FFF;
    padding-bottom: 20px;
}

.field-name-field-miembros .field-label {
    background: #8d8b8c none repeat scroll 0 0;
    border-bottom: 1px solid #dfdfdf;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.field-name-field-miembros .field-item a {
    background-image: url("/sites/default/files/v1/images/icons/icon.bullet.png");
    background-repeat: no-repeat;
    list-style: outside none none;
    padding-left: 21px;
    margin-left: 20px;
}

#webform-client-form-2284 .widget-title {
    display: none;
}

#webform-client-form-32058 .widget-title {
    display: none;
}

.view-id-noticias .view-header {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

.view-id-noticias .view-filters {
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
}

.view-id-agenda {
    font-size: 11px;
}

.view-id-agenda table {
    border-collapse: collapse !important;
}

.view-id-agenda .view-header {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

.view-id-agenda .view-filters {
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
}

.view-id-agenda table caption {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

.view-id-agenda tr {
    background: #fff;
    border-bottom: #CCC 1px solid !important;
    border-collapse: collapse !important;
}

.view-id-agenda th,
.view-id-agenda td {
    padding: 8px 10px;
}

.view-id-agenda ul.pager li {
    float: left;
    margin: 0px;
}

.view-id-agenda ul.pager li a {
    background: none;
    border: none;
    padding: 0;
}


/******************AGENDA PASADA*******************/

.view-id-agenda_pasada {
    font-size: 11px;
    margin-top: 30px;
}

.view-id-agenda_pasada table {
    border-collapse: collapse !important;
}

.view-id-agenda_pasada .view-header {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
    display: none;
}

.view-id-agenda_pasada .view-filters {
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
    display: none;
}

.view-id-agenda_pasada table caption {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

.view-id-agenda_pasada tr {
    background: #fff;
    border-bottom: #CCC 1px solid !important;
    border-collapse: collapse !important;
}

.view-id-agenda_pasada th,
.view-id-agenda_pasada td {
    padding: 8px 10px;
}

.view-id-agenda_pasada ul.pager li {
    float: left;
    margin: 0px;
}

.view-id-agenda_pasada ul.pager li a {
    background: none;
    border: none;
    padding: 0;
}

.view-id-notas_de_prensa .view-header {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

.view-id-notas_de_prensa .view-filters {
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
}

.view-id-notas_de_prensa .views-field {
    background: #FFF;
    margin-bottom: 20px;
    padding: 8px;
}

.view-id-notas_de_prensa .views-field .field-content {}

.view-id-notas_de_prensa .views-field .widget-title {
    /*margin:0px;*/
}

.view-id-noticias .views-field {
    background: #FFF;
    margin-bottom: 20px;
    padding: 8px;
}

.view-id-clipping .view-header {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

.view-id-clipping .view-filters {
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
}

.view-id-clipping table {
    border-collapse: collapse !important;
}

.view-id-clipping table caption {
    background: #8d8b8c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

.view-id-clipping tr {
    background: #fff;
    border-bottom: #CCC 1px solid !important;
}

.view-id-clipping th,
.view-id-clipping td {
    padding: 10px 10px;
}

.view-id-clipping td {}

#webform-client-form-19613 .webform-component,
#webform-client-form-19614 .webform-component {
    padding: 0 5px 0 0;
    float: left;
    width: 50%;
}

.node-actividades .field-name-field-date {
    font-weight: bold;
    margin-bottom: 10px;
}

.node-actividades .field-name-body {
    margin-bottom: 10px;
}

#webform-client-form-17477 .webform-component,
#webform-client-form-17478 .webform-component {
    padding: 0 5px 0 0;
    float: left;
    width: 50%;
}

#webform-client-form-17477 .addresssmall,
#webform-client-form-17478 .addresssmall {
    padding: 0 5px 0 0;
    float: left;
    width: 12.5%;
}

#webform-client-form-17477 .webform-component-select label,
#webform-client-form-17478 .webform-component-select label {
    width: 100%;
    margin-bottom: 4px;
}

#webform-client-form-19613 fieldset,
#webform-client-form-19614 fieldset {
    float: left;
    width: 100%
}

.node-jornadas .webform-component {
    padding: 0 5px 0 0;
    float: left;
    width: 50%;
}

.front #events .widget,
.front #notices .widget {
    min-height: 330px;
}


/*****************camibios PDF********************/

.widget-title-masinfo {
    background: #2580c3 !important;
}


/*
#webform-client-form-2284 .form-submit,
#webform-client-form-32058 .form-submit {
    background: #2580c3 !important;

    color: #fff;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
}
*/

.formblue .form-submit {
    background: #2580c3 !important;
    /*width:100px !important;*/
    color: #fff;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
}

.descargarprogramalink {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #8d8b8c 2px solid;
    padding: 10px 0;
    width: 100%;
    display: block;
    color: #8d8b8c !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.descargarprogramalink .fa {
    color: #8d8b8c !important;
}
/*
#contentformdescarga {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #8d8b8c 2px solid;
    padding: 10px 10px;
    width: 100%;
}

#contentformdescarga .form-submit {
    background: #2580c3 !important;
    color: #fff;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px;
}

#contentformdescarga .titol {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 0 10px 0px;
    width: 100%;
    display: block;
    color: #8d8b8c !important;
    font-weight: bold;
    text-align: center;
}

#contentformdescarga .error {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 0 10px 0px;
    width: 100%;
    display: block;
    color: #F00 !important;
    font-weight: bold;
    text-align: center;
    background-image: none !important;
}
*/
.menu_subslide {
    border: 1px #e2e2e2 solid;
    padding: 9px;
    float: left;
    width: 100%;
    background: #fff;
}

.menu_subslide li {
    list-style: none;
    float: left;
    height: 80px;
    width: 20%;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.menu_subslide li a.blue {
    color: #0183db;
}

.menu_subslide li a.yellow {
    color: #fbb200;
}

.menu_subslide a.icono1 {
    display: table;
    background-image: url(../images/icono1.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 15px 12px;
    padding: 20px 0px 20px 75px;
}

.menu_subslide a.icono2 {
    display: table;
    background-image: url(../images/icono2.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 15px 12px;
    padding: 20px 0px 20px 75px;
}

.menu_subslide a.icono3 {
    display: table;
    background-image: url(../images/icono3.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 15px 12px;
    padding: 20px 0px 20px 75px;
}

.menu_subslide a.icono55 {
    display: table;
    background-image: url(../images/icono-grados12.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 15px 12px;
    padding: 20px 0px 20px 75px;
}

.menu_subslide a.icono4 {
    display: table;
    background-image: url(../images/icono4.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 15px 12px;
    padding: 20px 0px 20px 75px;
}

.menu_subslide a.icono5 {
    display: table;
    background-image: url(../images/icono5.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 15px 12px;
    padding: 20px 0px 20px 75px;
}

.submenu_bluegradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(210, 233, 248, 1) 100%);
}

.titolscholl1 {
    color: #0075c1;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: #0075c1 1px solid;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.titolscholl12 {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

#submenu-2 .titolscholl12 {
    display: none;
}

.titolscholl2 {
    color: #ef9e17;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: #ef9e17 1px solid;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.titolscholl22 {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

#submenu-2 .titolscholl22 {
    display: none;
}

.navSubMenuschollblue {
    margin: 0;
    padding: 0;
}

.navSubMenuschollblue li {
    background-image: url("../images/bullet_blue.png") !important;
    background-repeat: no-repeat;
    list-style: outside none none;
    padding-left: 21px;
    background-position: 8px 6px;
    margin-bottom: 5px;
}

.navSubMenuschollblue li a {
    color: #555454;
    font-size: 13px;
    text-transform: uppercase;
}

.navSubMenuschollblue li a:hover {
    color: #0082da !important;
}

.navSubMenuschollyellow {
    margin: 0;
    padding: 0;
}

.navSubMenuschollyellow li {
    background-image: url("../images/bullet_yellow.png") !important;
    background-repeat: no-repeat;
    list-style: outside none none;
    padding-left: 21px;
    background-position: 8px 6px;
    margin-bottom: 5px;
}

.navSubMenuschollyellow li a {
    color: #555454;
    font-size: 13px;
    text-transform: uppercase;
}

.navSubMenuschollyellow li a:hover {
    color: #ef9e17 !important;
}

.titolmenufuturos {
    color: #0075c1;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: #0075c1 1px solid;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 5px;
}

@media (min-width: 1600px) {
    .iframe-iqs-ade {
        height: 22rem;
        position: absolute;
        top: 9%;
        width: 38rem;
        right: 27vw;
        visibility: visible;
        z-index: 2000;
    }
}

@media (max-width: 1200px) {
    .iframe-iqs-ade {
        height: 15rem;
        position: absolute;
        top: 9%;
        width: 38rem;
        right: 40vw;
        visibility: visible;
        z-index: 2000;
    }
}

@media (max-width: 1060px) {
    .logo11-fot {
        max-width: 140px !important;
    }
    .logo11-fot2 {
        max-width: 128px !important;
    }
}

@media (max-width: 768px) {
    .menu_subslide li {
        width: 100%;
    }
}

.itemtestimonio {}

.itemtestimonio .texto {
    color: #FFF;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 60px;
    text-indent: 60px;
}

.itemtestimonio .nombre {
    color: #FFF;
    font-weight: bold;
}

.itemtestimonio .subtitulo {
    color: #FFF;
}

.lista-grados {
    margin-bottom: 5rem !important;
    padding-left: 10% !important;
    background-image: none !important;
}

.lista-grados li {
    color: #0084da !important;
    text-align: left !important;
    padding: 0px !important;
    margin-bottom: -2px !important;
    padding: 3px 0 !important;
    list-style: square !important;
    background-image: none !important;
    padding-top: 9px !important;
}

.lista-grados a {
    width: 100% !important;
    color: rgb(94, 93, 93) !important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: underline !important;
}

.lista-naranja li {
    color: #e59203 !important;
}

.max-width-jesuit {
    max-width: 123% !important;
}

.max-width-unijes {
    max-width: 114% !important;
}

.medidas-ramon-llull-logo {
    height: 34px !important;
    width: 114px !important;
}

@media (max-width: 768px) {
    .footer-ico-center {
        text-align: center;
        margin-top: 15px;
    }
    .medidas-ramon-llull-logo {
        height: 44px !important;
        width: 114px !important;
    }
    .max-width-jesuit {
        max-width: 100% !important;
    }
    .max-width-unijes {
        max-width: 100% !important;
    }
}


/*---------------------
FOOTER NUEVO */

.nuevo-footer {
    padding-top: 30px;
}

.nuevo-footer hr {
    color: #c8c2be;
    margin: 40px 0;
}

.nuevo-footer>.row:first-child {}

.nuevo-footer>.row>.col-md-4>input {
    border: 1px solid #c8c2be;
    padding: 10px;
    width: 100%;
    position: relative;
}

.nuevo-footer>.row>.col-md-4>button {
    border: 0;
    position: absolute;
    right: 20px;
    padding-top: 11px;
    background: none;
    font-size: 14px;
    color: #8e8a87;
    font-weight: 600;
}


/*FILA 1*/

.nuevo-footer .fila-1 {
    padding-top: 10px;
}

.nuevo-footer>.fila-1 a {
    color: #8e8a87;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 600;
}

.nuevo-footer>.fila-1 a:first-child {
    margin-left: 0px;
}

.nuevo-footer .fila-1 i {
    font-size: 24px;
    /*margin-left: 20px;*/
    color: #c8c2be;
}

.nuevo-footer>.fila-1 .col-md-2 {
    padding-left: 0;
}


/*FILA 2*/

.nuevo-footer>.fila-2 h6 {
    color: #c8c2be;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;
}

.nuevo-footer>.fila-2 p {
    color: #8e8a87;
    font-size: 14px;
    /*font-weight: 600;*/
    margin-bottom: 10px;
}

.nuevo-footer>.fila-2 p a {
    color: #8e8a87;
}

.nuevo-footer>.fila-2 p a i {
    color: #8e8a87;
}

.nuevo-footer>.fila-2>.col-md-4>.col-md-4 {
    padding-left: 0;
}


/*FILA 3*/

.nuevo-footer>.fila-3 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.nuevo-footer>.fila-3 span,
.nuevo-footer>.fila-3 a {
    color: #c8c2be !important;
    font-size: 14px;
    font-weight: 600;
}

.nuevo-footer>.fila-3 .col-md-6 {
    padding: 0;
}

.nuevo-footer>.fila-3 .terminos-uso {
    margin-left: 50px;
}

@media (max-width: 768px) {
    .text-right {
        text-align: center !important;
    }
    .nuevo-footer {
        padding-top: 5px;
    }
    .nuevo-footer .fila-1 i {
        margin-left: 0px;
    }
    .nuevo-footer>.fila-3 .terminos-uso {
        margin-left: 0px;
    }
    .nuevo-footer>.fila-3 {
        text-align: center !important;
    }
    .bloque-iconos .col-md-3 {
        margin-bottom: 15px;
        padding-left: 22px;
    }
    .nuevo-footer>.fila-1>.col-md-9 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }
    .nuevo-footer>.fila-1>.col-md-9>a {
        margin-left: 0!important;
        margin-bottom: 15px;
    }
    .nuevo-footer>.fila-1>.col-md-3 {
        display: flex;
        justify-content: space-around;
        margin-top: 25px;
    }
    .nuevo-footer>.fila-2>.col-md-4>.col-md-4>img {
        margin-bottom: 10px;
    }
    .nuevo-footer>.fila-2,
    .nuevo-footer>.fila-3 {
        text-align: center;
    }
}


/*
FIN SECCION NUEVO FOTTER
----------------------------------------*/


/*SOBESCRIBIR ESTILOS*/


/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');*/

body {
    font-family: 'Helvetica', sans-serif;
}

.containerold {
    position: relative;
    /* width: 888px !important;*/
    margin: 0 auto;
}

@media (max-width: 887px) {
    .containerold {
        position: relative;
        width: 100% !important;
        margin: 0 auto;
    }
    .containerold img {
        max-width: 100%;
    }
}

#top-bar {
    background: none;
    border: none;
    color: #c4c4c4;
    font-family: 'Helvetica', sans-serif;
}

#top-bar a,
#top-bar span {
    color: #c4c4c4;
}

#top-bar #top-menu {
    float: right;
}

.colorgreybread {
    /*background:#faf7f5;*/
    /*background:linear-gradient(left, #000, #000) no-repeat 50px 50px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faf7f5+0,faf7f5+24&1+24,0+25 */
    /*background: -moz-linear-gradient(left,  rgba(250,247,245,1) 0%, rgba(250,247,245,1) 24%, rgba(250,247,245,0) 25%);
background: -webkit-linear-gradient(left,  rgba(250,247,245,1) 0%,rgba(250,247,245,1) 24%,rgba(250,247,245,0) 25%);
background: linear-gradient(to right,  rgba(250,247,245,1) 0%,rgba(250,247,245,1) 24%,rgba(250,247,245,0) 25%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf7f5', endColorstr='#00faf7f5',GradientType=1 ); */
    min-height: 48px;
    /*background-image: linear-gradient(left, rgba(250,247,245,1) 0%,rgba(250,247,245,1) 24%,  transparent 24%, transparent 100%);
    background-image: -webkit-linear-gradient(left, rgba(250,247,245,1) 0%,rgba(250,247,245,1) 24%,  transparent 24%, transparent 100%);
    background-image: -moz-linear-gradient(left, rgba(250,247,245,1) 0%,rgba(250,247,245,1) 24%,  transparent 24%, transparent 100%);
    background-image: -ms-linear-gradient(left, rgba(250,247,245,1) 0%,rgba(250,247,245,1) 24%,  transparent 24%, transparent 100%);
    background-image: -o-linear-gradient(left, rgba(250,247,245,1) 0%,rgba(250,247,245,1) 24%,  transparent 24%, transparent 100%);*/
    background-image: linear-gradient(left, rgba(0, 158, 226, 1) 0%, rgba(0, 158, 226, 1) 24%, transparent 24%, transparent 100%);
    background-image: -webkit-linear-gradient(left, rgba(0, 158, 226, 1) 0%, rgba(0, 158, 226, 1) 24%, transparent 24%, transparent 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 158, 226, 1) 0%, rgba(0, 158, 226, 1) 24%, transparent 24%, transparent 100%);
    background-image: -ms-linear-gradient(left, rgba(0, 158, 226, 1) 0%, rgba(0, 158, 226, 1) 24%, transparent 24%, transparent 100%);
    background-image: -o-linear-gradient(left, rgba(0, 158, 226, 1) 0%, rgba(0, 158, 226, 1) 24%, transparent 24%, transparent 100%);
    0,
    158,
    226,
    1
}

.breadcrumbnew {
    position: relative;
    float: left;
    width: auto;
    /*min-width:100px;*/
    min-width: 75%;
    min-height: 48px;
    /*background:#faf7f5;*/
    background: #009ee2;
    border: #F00 0px solid;
    padding: 15px 77px 14px 8px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.breadcrumbnew a {
    /*color:#f8b121 !important;*/
    color: #fff !important;
}

.breadcrumbnew i {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 22px;
    /*color:#8e8a87 ;*/
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

#ibounce {
    animation: fullwidth-header-bounce 2.2s ease-out infinite;
}

@keyframes fullwidth-header-bounce {
    0% {
        transform: translateY(0%);
    }
    12.5% {
        transform: translateY(20%);
    }
    25% {
        transform: translateY(0%);
    }
    37.5% {
        transform: translateY(20%);
    }
    50% {
        transform: translateY(0%);
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #FFF;
}

.sticky #logo img {
    height: 105px;
}


/*.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}*/

#content_submenu {
    display: none;
    background: #009ee2;
}

#submenu {
    float: left;
    padding: 30px 0;
}

#sidebar_submenu {
    float: left;
    padding: 0 20px;
}

#sidebar_submenu #submenuul1 {
    width: 300px;
}

#sidebar_submenu ul.m0 {}

.submenu2 {
    position: absolute;
    width: 300px;
    left: 310px;
    top: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.submenu3 {
    position: absolute;
    width: 300px;
    left: 310px;
    top: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#sidebar_submenu ul {
    color: #8f8f8f;
}

#sidebar_submenu ul li {
    /*float:left;*/
    padding: 5px 0px;
}

#sidebar_submenu ul a.current_lvl_1 {
    /*color:#000;*/
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#sidebar_submenu ul a.current_lvl_2 {
    /*color:#000;*/
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#sidebar_submenu ul a.current_lvl_3 {
    /*color:#000;*/
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#sidebar_submenu ul li.currentambfills {
    background: url(../images/angle-rightallways.svg) no-repeat center right 10px;
    background-size: 12px;
}

#sidebar_submenu ul li.currentcurrent {
    background: url(../images/angle-right2.svg) no-repeat center right 10px;
    background-size: 12px;
}

#sidebar_submenu ul li.currentsensefills {
    background: none !important;
}

#sidebar_submenu ul a {
    /*color: #8f8f8f;*/
    color: #fff;
}

#sidebar_submenu .menu_lvl_2 {
    margin-left: 15px;
}

#content_submenu2 {
    padding: 18px 0px;
}

#content_submenu2 a {
    color: #8f8f8f;
    padding: 0px 5px;
    font-size: 13px;
}

#content_submenu2 a:hover {
    color: #fff;
}

#content_submenu2 a.active {
    color: #fff;
}

#wrap {
    background: #fff;
}

#footer {
    display: none;
}

.breadcrumb {
    color: #979391;
}

.breadcrumb a {
    color: #979391 !important;
}

.fondo-azul {
    background-color: #009ee2;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 45px;
    color: #009ee2;
    font-weight: normal;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #009ee2;
    font-weight: normal;
}

strong {
    /*color: #4b4b4a;*/
    /* font-family: 'Helvetica', sans-serif; */
    font-weight: 700;
    /* font-size: 14px; */
}

.divp {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
}

.divp h2 {
    font-size: 40px !important;
    font-weight: 400 !important;
}

p {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
}

.fondo-azul h1,
.fondo-azul h3,
.fondo-azul p,
.fondo-azul strong {
    color: #ffffff;
}


/*BOTON GENERAL*/

.boton-nuevo {
    position: relative;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px 0px 15px;
    border-radius: 30px;
    font-size: 14px;
    text-align: left;
    border: #d1d1d1 1px solid;
    font-family: Helvetica;
}

.boton-nuevo.sinfondo {
    background: none !important;
}

.boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    float: right;
    margin: 0 5px 0 12px;
}


/*BOTONES DIFERENTES COLORES*/

.boton-nuevo.transparente {
    color: #fff;
    border-color: #fff;
    background: none;
}

.boton-nuevo.transparente::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.boton-nuevo.semitransparente {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.boton-nuevo.semitransparente::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.boton-nuevo.gris {
    color: #009ee2;
    border: none;
    background-color: #eaf1f4;
}

.boton-nuevo.gris::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #009ee2;
}

.boton-nuevo.blanco {
    color: #92908f;
    border-color: #d1d1d1;
    background-color: #fff;
}

.boton-nuevo.blanco:hover {
    color: #009ee2;
    /*border: none;*/
    background-color: #eaf1f4;
}

.boton-nuevo.blanco::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #92908f;
}

.boton-nuevo.blanco:hover::after {
    color: #009ee2;
}

.boton-nuevo.naranja {
    color: #92908f;
    border-color: #d1d1d1;
    background-color: #fff;
}

.boton-nuevo.naranja:hover {
    color: #f8b121;
    /*border: none;*/
    background-color: #eaf1f4;
}

.boton-nuevo.naranja::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #92908f;
}

.boton-nuevo.naranja:hover::after {
    color: #f8b121;
}

.boton-nuevo.azul {
    color: #fff;
    border-color: #009ee2;
    background-color: #009ee2;
}

.boton-nuevo.azul:hover {
    color: #009ee2;
    /*border: none;*/
    background-color: #fff;
}

.boton-nuevo.azul::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.boton-nuevo.azul:hover::after {
    color: #009ee2;
}

.boton-nuevo.transazul {
    color: #fff;
    border-color: #fff;
    background-color: none;
}

.boton-nuevo.transazul:hover {
    color: #fff;
    /*border: none;*/
    background-color: #009ee2;
    border-color: #009ee2;
}

.boton-nuevo.transazul::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.boton-nuevo.transazul:hover::after {
    color: #fff;
}


/******************BOTON*******************/

.txt-naranja .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #f8b121;
}

.txt-naranja .boton-nuevo:hover {
    color: #f8b121;
    border: #f8b121 1px solid;
    background-color: #fff;
}

.txt-naranja .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.txt-naranja .boton-nuevo:hover::after {
    color: #f8b121;
}

.bloquebgcolor-naranja .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #f8b121;
}

.bloquebgcolor-naranja .boton-nuevo:hover {
    color: #f8b121 !important;
    border: #f8b121 1px solid;
    background-color: #fff;
}

.bloquebgcolor-naranja .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.bloquebgcolor-naranja .boton-nuevo:hover::after {
    color: #f8b121;
}

.txt-azul .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #009ee2;
}

.txt-azul .boton-nuevo:hover {
    color: #009ee2;
    border: #009ee2 1px solid;
    background-color: #fff;
}

.txt-azul .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.txt-azul .boton-nuevo:hover::after {
    color: #009ee2;
}

.bloquebgcolor-azul .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #009ee2;
}

.bloquebgcolor-azul .boton-nuevo:hover {
    color: #009ee2 !important;
    border: #009ee2 1px solid;
    background-color: #fff;
}

.bloquebgcolor-azul .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.bloquebgcolor-azul .boton-nuevo:hover::after {
    color: #009ee2;
}


/**********************************************************/

.ctaprogram {
    display: none;
}

.sticky .ctaprogram {
    display: block;
}

.boton-small {
    height: 32px;
    line-height: 30px;
    padding: 0 10px 0 20px !important;
    font-size: 12px;
    margin-left: 10px !important;
}

.boton-small::after {
    margin-left: 10px !important;
}

.openDestacado td {
    border: 0px solid #dfdfdf;
    padding: 7px;
    margin-bottom: 15px;
    background: #fff;
}

.openDestacado h3 {
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #009ee2;
    padding: 0px;
    margin: 0px;
    border-bottom: 0px solid #dfdfdf;
    background: none;
}

.openDestacado h3 label {
    font-weight: normal !important;
}

table.openDestacado {
    border: 1px solid #d9d9d9;
    border: none;
}

.singlework #text ul li {
    background-image: none;
    background-repeat: no-repeat;
    padding-left: 15px;
    list-style: circle;
    font-size: 14px;
}


/*ACREDITAICONES*/

.acreditaciones {
    /*background-color: #fbf9f7;*/
    height: 475px;
    padding-top: 50px;
}

.acreditaciones hr {}

.acreditaciones h1 {
    font-size: 16px;
    font-weight: 600;
    color: #686664;
}

@media (max-width: 768px) {
    .acreditaciones .col-md-3 {
        text-align: center;
    }
    .acreditaciones .col-md-3>p {
        text-align: center;
        margin-bottom: 25px;
        margin-top: 10px;
    }
}

.margin_con {
    padding: 50px 0;
}

.margin_superior {
    padding: 50px 0 0 0;
}

.margin_inferior {
    padding: 0 0 50px 0;
}

.margingin_con {
    margin: 50px 0;
}

.margingin_superior {
    margin: 50px 0 0 0;
}

.margingin_inferior {
    margin: 0 0 50px 0;
}


/*------------------------------------*/


/*BLOQUE ALARGADO */

.bloque-alargado {
    /*background-image: url("https://via.placeholder.com/1920x550");*/
    /*height: 550px;*/
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloque-alargado .row {
    justify-content: center;
    display: flex;
}

.bloque-alargado h1 {
    color: white;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bloque-alargado p {
    color: white;
    font-family: "Helvetica";
}


/* - - --  --- - - - - - - -*/


/*BLOQUE AZUL */

.bloque-azul {
    background-color: #009ee2;
}

.bloque-azul p {
    color: #fff;
}

.bloque-azul h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 50px;
}

.bloque-azul span {
    display: block;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}

.bloque-azul span p {
    color: #fff !important;
    font-size: 16px;
}

.bloque-azul hr {
    border-top: 1px solid #b3e2f6;
    margin: 25px 0;
}

.bloque-azul i {
    color: #b3e2f6;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .bloque-azul hr {
        display: none;
    }
    .bloque-azul h5 {
        margin-bottom: 0px;
    }
    .bloque-azul iframe {
        height: 200px;
    }
}


/* - - - - --  -- -*/


/*BLOQUE FOTOS */

.bloque-fotos,
.bloque-fotos>div.row {
    min-height: 600px;
}

.bloque-fotos h5 {
    color: #009ee2;
    font-weight: 600;
    /*position: absolute;
    top: 10px;*/
    margin-top: 10px;
}

.bloque-fotos i {
    font-size: 20px;
}

.bloque-fotos .raya-vertical {
    height: 540px;
    margin: 0 auto;
    width: 1px;
    border-left: 1px solid #e0e0e0;
}

#bloque-fotos-conespacios .container .imagen-arriba {
    /* max-width: 100%;

                        max-height: 81%;

                        height: auto;

                        padding-bottom: 20px;*/
    position: absolute;
    left: 0;
}

#bloque-fotos-conespacios .container .imagen-abajo {
    /* margin-right: -50px;
                        max-width: 100%;*/
    position: absolute;
    left: 0px;
    top: 210px;
}

#bloque-fotos-conespacios .imagen-derecha {
    position: absolute;
    right: 0;
    max-width: 560px;
    /*height: 100%;
                        object-fit: cover;*/
}

@media (max-width: 768px) {
    .bloque-fotos>img {
        display: none;
    }
    .bloque-fotos .col-md-6>h5 {
        position: relative;
        top: 0;
    }
}


/*-------------------------------------*/


/*BLOQUE NUMEROS*/

.bloque-numeros {}

.bloque-numeros i {
    font-size: 22px;
}
.bloque-numeros .bkg-1 h2{
    font-size: 45px !important;
    font-weight: normal;
}
.bloque-numeros h5 {
    color: #009ee2;
    font-weight: 600;
    font-family: Helvetica;
}

.bloque-numeros .col-md-4 {
    padding-right: 25px;
}

.bloque-numeros .col-md-12 {
    margin-bottom: 70px;
}

.bloque-numeros .col-md-12:last-child {
    margin-bottom: 0px;
}

.bloque-numeros .col-md-4>div {
    /*min-height: 60px;*/
}


/* -- -- - - --- - - - -- - - */


/*BLOQUE IMAGNEES*/

.bloque-imagenes {
    background: #009ee2;
}

.bloque-imagenes .col-md-3 {
    padding: 0;
    color: white;
}

.bloque-imagenes h3,
.bloque-imagenes p {
    color: white;
}

.bloque-imagenes h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 6px;
}

.bloque-imagenes .padding-bloque {
    /* padding-left: 40px;
    padding-right: 110px;*/
    padding: 20px 40px 15px;
}

.bloque-imagenes .bloque2 {
    display: flex;
    align-items: center;
    /*background-image: url("https://via.placeholder.com/250x200");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.bloque-imagenes .bloque2 a {
    color: white;
    font-size: 14px;
}


/* -- -- - - --- - - - -- - - */

.bkg-naranja {
    background-color: #f8b121;
}

.bkg-azul {
    background-color: #009ee2;
}

.txt-naranja i,
.txt-naranja h1,
.txt-naranja h2,
.txt-naranja h3,
.txt-naranja h4,
.txt-naranja h5,
.txt-naranja h6 {
    color: #f8b121 !important;
}

.txt-azul i,
.txt-azul h1,
.txt-azul h2,
.txt-azul h3,
.txt-azul h4,
.txt-azul h5,
.txt-azul h6 {
    color: #009ee2 !important;
}

#bloque-instalaciones .fondo-azul {
    /* background-color: rgb(239, 250, 252);*/
    height: 400px;
    margin-top: 100px;
    margin-bottom: 70px;
}

#bloque-instalaciones .boton-numero {
    border-radius: 20px;
    border: 1px solid #009ee2;
    color: #009ee2;
    width: 20px;
    height: 20px;
    background-color: rgb(239, 250, 252);
    margin-right: 5px;
    margin-bottom: 5px;
}

#bloque-instalaciones .boton-numero.activo {
    background-color: #e9e7e7;
}

#bloque-instalaciones img {
    z-index: 2;
    position: absolute;
    top: 70;
    left: 0;
    min-width: 650px;
}

#bloque-instalaciones .tituloinstalaciones {
    position: absolute;
    left: 50%;
    top: -47px;
    font-size: 14px !important;
    color: #8d8b8c !important;
}

#bloque-instalaciones h2 {
    position: absolute;
    left: 50%;
    top: 25%;
    font-size: 56px !important;
    color: #fff !important;
    padding-right: 40px;
}

#bloque-instalaciones .botones {
    position: absolute;
    left: 50%;
    top: 63%;
}

@media (max-width: 768px) {
    #bloque-instalaciones img {
        position: initial;
        max-width: 100%;
        min-width: auto;
        width: 100%;
    }
    #bloque-instalaciones .container {
        padding: 0;
    }
    #bloque-instalaciones .fondo-azul {
        /* background-color: rgb(239, 250, 252);*/
        height: auto;
        margin-top: 0px;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 70px;
        text-align: center;
        display: flex;
        flex-direction: column;
        /* margin-left: auto; */
    }
    #bloque-instalaciones .flechas-e {
        display: none !important;
    }
    #bloque-instalaciones h2 {
        position: initial;
        font-size: 46px !important;
        padding: 0px 40px;
    }
    #bloque-instalaciones .botones {
        position: initial;
    }
    #header {
        background: #FFF;
    }
    #comienzaahora {
        display: none;
    }
}

.tabbable.tabs-left {
    margin-top: 60px !important;
}


/* ------------------------------------------- */


/* -------------- ---  FORMULARIOS----  --- -- - - -- ----*/

.formblue {
    background: #009ee5;
    padding: 30px 0;
}

#webform-client-form-2284 {}

h3.titelform {
    font-size: 30px;
    color: #fff;
}

.formblue .widget {
    border: none;
    background: none;
}

.formblue .form-item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.formblue .form-item label {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
}

.formblue .form-item input,
.formblue .form-item select {
    border: none;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 5px;
    width: 100%;
}

.formblue .form-item select {
    height: 37px;
}

.formblue .form-actions {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.formblue .form-submit {
    border: none;
    background: #FFF !important;
    color: #009ee5;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 5px;
    width: 100%;
}

.formblue .form-type-checkbox {
    width: 100%;
}

.formblue .form-type-checkbox input {
    width: 30px;
}

.formblue .form-type-radio {
    width: 40px;
}

.formblue .form-type-radio input {
    width: 30px;
}

.formblue .descargarprogramalink {
    border: 2px solid #fff;
    color: #fff !important;
}

.formblue .descargarprogramalink .fa {
    color: #fff !important;
}

.formblue #contentformdescarga {
    border: 2px solid #fff;
}

.formblue #contentformdescarga .titol {
    color: #fff !important;
}

.formblue #contentformdescarga .form-submit {
    border: none;
    background: #FFF !important;
    color: #009ee5;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 5px;
    width: 100%;
}

@media (max-width: 768px) {
    #webform-client-form-2284 .form-item,
    .formblue .form-item {
        float: left;
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 600px) {
    .formblue .col-xs-12 {
        padding: 0;
    }
}

#header #main-logo {
    border: none;
}

#menunou {
    position: relative;
    padding: 20px 0;
    margin-top: 68px;
}

.sticky #menunou {
    margin-top: 0px;
}

#menunou a {}

ul#navlist li {
    padding-right: 0px !important;
}

ul#navlist li a {
    color: #8e8a87 !important;
    text-transform: none !important;
    font-size: 14px !important;
    padding: 5px 12px;
}
ul#navlist li.item-submenu-mobile a {
    font-size: 16px !important;
}
.classheadertranspa ul#navlist li a {
    color: #fff !important;
}

.classheadertranspa ul#navlist li a:hover {
    color: #8e8a87 !important;
    /* background: #f7f7f7;*/
}

.sticky ul#navlist li a {
    color: #8d8b8c !important;
    /* background: #f7f7f7;*/
}

.sticky ul#navlist li a.currentmenup {
    color: #f8b121 !important;
    /* background: #f7f7f7;*/
}

#container-submenunou ul.navSubMenu {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

#container-submenunou {
    position: absolute;
    top: 54px;
    z-index: 40;
}

#container-submenunou .item-submenu {
    background-color: #fff;
    display: none;
    padding: 10px;
    margin: 0;
    -webkit-box-shadow: 0 2px 2px #56585a;
    -moz-box-shadow: 0 2px 2px #56585a;
    box-shadow: 0 2px 2px #56585a;
}

#container-submenunou .item-submenu {
    background-color: #fff;
    display: none;
    padding: 10px;
    margin: 0;
    -webkit-box-shadow: 0 2px 2px #56585a;
    -moz-box-shadow: 0 2px 2px #56585a;
    box-shadow: 0 2px 2px #56585a;
}

.classheadertranspa #container-submenunou .item-submenu {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#container-submenunou .item-submenu img {
    border: 1px solid #959595;
    padding: 5px;
    max-width: 100%;
}

#container-submenunou .item-submenu li {
    background-image: none;
    background-repeat: no-repeat;
    padding-left: 0px;
    list-style: initial;
}

#container-submenunou .item-submenu li a {
    color: #333;
}

#container-submenunou .item-submenu li a:hover {
    color: #f6a315;
}

.classheadertranspa #container-submenunou .item-submenu li a {
    color: #fff;
}

#container-submenunou .titolscholl1,
#container-submenunou .titolscholl2 {
    color: #000;
    border-bottom: none;
    margin-bottom: 15px;
    font-size: 14px;
}

#container-submenunou .titolscholl12,
#container-submenunou .titolscholl22 {
    text-transform: none;
    font-size: 14px;
}

#container-submenunou .navSubMenuschollblue,
#container-submenunou .navSubMenuschollyellow {
    margin-left: 14px;
}

#container-submenunou .navSubMenuschollblue li,
#container-submenunou .navSubMenuschollyellow li {
    background: none !important;
}

#container-submenunou .navSubMenuschollblue li a,
#container-submenunou .navSubMenuschollyellow li a {
    text-transform: none;
}

.classheadertranspa #container-submenunou .titolscholl1,
.classheadertranspa #container-submenunou .titolscholl2 {
    color: #fff;
}

.classheadertranspa #container-submenunou .titolscholl12,
.classheadertranspa #container-submenunou .titolscholl22 {
    color: #fff;
}

.classheadertranspa .titolmenufuturos {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.classheadertranspa a:link {
    color: #fff;
}

.p10 {
    padding: 10px 0px;
}

.p30 {
    padding: 30px 0px;
}

.colorgrey {
    background: #faf7f5;
}

.nuestrosprogramas {
    list-style: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.nuestrosprogramas li {
    padding: 10px 0px;
    color: #c3c3c3;
    cursor: pointer;
}

.nuestrosprogramas2 {
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.nuestrosprogramas2 li {
    padding: 10px 0px;
    color: #979391;
}


/*BLOQUE ICONOS*/

.bloque-iconos {
    /* padding: 65px 0;*/
}

.bloque-iconos h2 {
    font-size: 30px!important;
    color: #009fe6;
}

.bloque-iconos p {
    margin: 18px 0;
    position: relative;
}

.bloque-iconos .z-index-alto {
    z-index: 1;
    position: relative;
}

.bloque-iconos .col-md-3 {
    position: relative;
}

.bloque-iconos .contenedorbloque i {
    position: absolute;
    color: #eaf1f4;
    font-size: 105px;
}


/* ---------------------- */


/*BLOQUE FOTO TEXTO*/

.bloque-fototexto h2 {
    color: #009fe6;
    font-size: 40px!important;
    font-weight: 500;
    margin-bottom: 25px;
}

.bloque-fototexto .imagen-fondo {
    /*background: url("https://via.placeholder.com/600x300");*/
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.bloque-fototexto .p {
    font-size: 14px;
    margin: 20px 0;
}

.bloque-fototexto .col-md-6>img {
    width: 100%;
    height: auto;
}


/* ---------------------- */


/* -----------
   BLOQUE NOTICIAS AGENDA
   --------------*/

.bloque-noticias-agenda {
    position: relative;
    padding: 50px 0;
    background-image: url(../images/fondo-noticias-home.jpg);
    background-size: cover
}

.bloque-noticias-agenda .icono-noticias-agenda {
    position: absolute;
    left: -90px;
}

.bloque-noticias-agenda .eventos-nuevo .mt-5 {
    margin-top: 5rem!important;
}

.bloque-noticias-agenda .container {
    height: 100%;
}

.bloque-noticias-agenda .hora {
    color: #009ee2;
    font-size: 13px;
    font-weight: 600;
}

.bloque-noticias-agenda .botones-desktop {
    /*position: absolute;
    bottom: 75px;*/
    margin-top: 100px;
}

.bloque-noticias-agenda h3 {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
}

.bloque-noticias-agenda .linea-vertical {
    position: absolute;
    height: 400px;
    width: 1px;
    left: 0;
    background-color: #a9a3a1;
}

.bloque-noticias-agenda .border-left .col-md-12 {
    margin-top: 20px;
}

.bloque-noticias-agenda p {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}
.bloque-noticias-agenda p a{

    color: #4a4a4a;
}

.bloque-noticias-agenda .fecha {
    color: #8f8f8f;
}

.bloque-noticias-agenda .botones-movil {
    display: none;
}

@media (max-width: 768px) {
    .bloque-noticias-agenda {
        height: auto;
        padding: 50px 0;
    }
    .bloque-noticias-agenda .botones-desktop {
        display: none;
    }
    .bloque-noticias-agenda .botones-movil {
        display: block;
        margin-top: 35px;
        margin-bottom: 60px;
    }
    .bloque-noticias-agenda .linea-vertical {
        display: none;
    }
}


/* ---------------------- */


/*BLOQUE HIGHLIGHTS*/

.bloque-highlights {
    background-color: #f7f5f3;
    /*padding: 70px 0;*/
}

.bloque-highlights>.container>img {
    position: absolute;
    left: -70px;
}

.bloque-highlights i {
    color: #4a4a4a;
    font-size: 30px;
}

.bloque-highlights p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.bloque-highlights h3 {
    font-size: 14px;
    color: #4a4a4a !important;
    font-weight: 600;
    margin-bottom: 30px;
}

.bloque-highlights.txt-naranja i {
    color: #f8b121;
    font-size: 30px;
}


/* ---------------------- */


/* BLOQUE 4 FOTOS */

#bloque-4fotos .titulo {
    text-align: center;
    margin-bottom: 60px;
}

#bloque-4fotos .titulo h2 {
    font-size: 35px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

#bloque-4fotos .imagen img {
    width: 100%;
    height: 160px;
}

#bloque-4fotos .imagen {
    margin-bottom: 17px;
    border: #009ee2 3px solid;
}

#bloque-4fotos .elemento {
    margin-bottom: 25px;
}

#bloque-4fotos .texto {
    position: absolute;
    top: 0;
    width: 90%;
    color: #fff;
    /*left: 5px;*/
    padding: 0px 10px;
}

#bloque-4fotos .texto p {
    /* text-decoration: underline;*/
    /*margin: 10px 0;*/
    /*color: #000;*/
    margin: 20px 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: initial;
    line-height: 22px;
}

#bloque-4fotos .link {
    position: absolute;
    bottom: 23px;
    left: 26px;
}

#bloque-4fotos .link a {
    margin-top: 10px;
    font-weight: 700;
    /*color: #009ee2;*/
    color: #fff;
    font-size: 13px;
}


/* BLOQUE PROFESORES */

#bloque-profesores .elemento-profesor {
    margin-bottom: 60px;
}

#bloque-profesores .titulo {
    text-align: center;
    margin-bottom: 70px;
}

#bloque-profesores .titulo h2 {
    font-size: 30px !important;
    font-weight: 500;
}

#bloque-profesores .foto-profesor {
    text-align: center;
    margin-bottom: 20px;
    min-height: 180px;
}

#bloque-profesores .foto-profesor img {
    border-radius: 100%;
    border: 8px solid #009ee2;
}

#bloque-profesores .nombre-profesor {
    text-align: center;
    margin: 10px 0;
    font-weight: 700;
    font-size: 13px;
}

#bloque-profesores .descripcion-profesor {
    text-align: center;
    color: #979391;
    font-size: 12px;
    min-height: 40px;
}

#bloque-profesores .div-btn {
    text-align: center;
    margin-top: 5px;
}

#bloque-profesores .div-btn a {}

@media (max-width: 768px) {
    #bloque-profesores .titulo {
        text-align: center;
        margin-bottom: 40px;
    }
}


/* --------------------- */


/********moduls comuns**************/

.capa-icono-modulo {
    position: absolute;
    left: -90px;
    width: 50px;
    height: 50px;
    background-color: #009ee2;
    border-radius: 100%;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(194, 194, 194, 0.74);
    -moz-box-shadow: 2px 2px 5px 0px rgba(194, 194, 194, 0.74);
    box-shadow: 2px 2px 5px 0px rgba(194, 194, 194, 0.74);
    z-index: 50;
}

.capa-icono-modulo i {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.capa-icono-modulo-gris {
    background: #4a4a4a !important;
}

.capa-icono-modulo-gris i {
    color: #fff;
}

.capa-icono-modulo-azul {
    background: #fff;
}

.capa-icono-modulo-azul i {
    color: #009ee2;
}

.capa-icono-modulo-naranja {
    background: #f8b121;
}

.capa-icono-modulo-naranja i {
    color: #fff !important;
}

@media (max-width: 768px) {
    .capa-icono-modulo {
        position: relative;
        left: 0px;
    }
    .margin_con {
        padding: 30px 0;
    }
    .margin_superior {
        padding: 30px 0 0 0;
    }
    .margin_inferior {
        padding: 0 0 30px 0;
    }
    .itemsprogramasrelacionados {
        flex-direction: column;
    }
    .linecapsalerahome {
        display: none;
    }
}

.contenthome {
    margin-top: 400px;
}

@media (max-width: 600px) {
    .mobilenoshow {
        display: none;
    }
    .doblecolumna {
        columns: 1 !important;
    }
    .acreditaciones {
        padding-top: 0px !important;
    }
    #menunou {
        display: none;
    }
    .fullwidthbanner2 li {
        max-width: 100%;
    }
    .fullwidthbannerhome li {
        max-width: 100%;
    }
    .titolcapsalera {
        top: 20px;
        font-size: 50px;
        color: #fff;
        width: 90%;
        white-space: normal;
        line-height: 50px;
        text-align: center;
    }
    .fullwidthbanner-containernoprogram .titolcapsalera {
        width: 90%;
        top: 70px;
    }
    .titolcapsalerahome {
        top: 242px;
    }
    .textcapsalerahome {
        top: 440px;
        right: 0px;
        width: auto;
        padding: 0px 30px;
        text-align: center;
    }
    .ctacapsalera {
        top: 163px;
        text-align: center;
    }
    .ctacapsalera a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    #menu-blue {
        height: 43px;
        margin-bottom: 0px;
      /*  background: #faf7f5 !important;*/
        border: none !important;
    }
    .menu-collapser {
        color: #f8b121 !important;
        font-weight: normal !important;
        font-family: 'Helvetica' !important;
        font-size: 12px !important;
        letter-spacing: normal !important;
        background: #faf7f5 !important;
    }
    #sidebar_submenu {
        padding: 0px;
    }
    #sidebar_submenu ul li {
        padding: 10px 0px !important;
    }
    #sidebar_submenu ul li.currentcurrent {
        background: none !important;
    }
    .submenu2 {
        position: relative;
        left: 5px;
    }
    .submenu3 {
        position: relative;
        left: 15px;
    }
    .submenu4 {
        position: relative !important;
        left: 15px !important;
    }
    #content_submenu2 a {
        width: 100%;
        display: block;
        text-align: left !important;
    }
    #top-menu {
        float: left !important;
        padding-top: 0px !important;
    }
    .slimmenu {}
    ul#navlist li a {
        font-size: 17px !important;
        padding: 10px 10px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .fa-arrow-right {
        color: #0084da;
        position: absolute;
        left: 25px;
        top: 12px;
        cursor: pointer;
    }
    #bloque-fotos-conespacios .imagen-arriba {
        display: none;
    }
    #bloque-fotos-conespacios .imagen-abajo {
        display: none;
    }
    #bloque-fotos-conespacios .imagen-derecha {
        position: relative !important;
        max-width: 100% !important;
    }
    #bloque-fotos-conespacios .row {
        display: initial !important;
    }
    iframe,
    video,
    auto {
        height: auto;
    }
    .acreditaciones hr {
        margin-bottom: 0px;
    }
    .bloque-fotos,
    .bloque-fotos>div.row {
        min-height: inherit;
    }
    #sidebar .widget,
    .singlework .widget {
        border: none;
        margin-bottom: 0px !important;
    }
    .itemsprogramasrelacionados img {
        width: 100% !important;
    }
    .nuevo-footer .fila-1 {
        padding-top: 10px !important;
    }
}

.iconoplane {
    top: -105px;
    box-shadow: none;
    transform: rotate(135deg);
}

.lineplane {
    width: 1px;
    background: #c3c3c3;
    height: 8000px;
    position: absolute;
    top: -55px;
    left: -66px;
    z-index: 10;
}

.linemove {
    /*width: 2px;
    background: #7e7a79;
    height: 50px;
    position: absolute;
    top: 0px;*/
    width: 3px;
    background: #7e7a79;
    height: 50px;
    position: absolute;
    top: 0px;
    left: -1px
}

.comienzaahora {
    position: absolute;
    width: 800px;
    height: 70px;
    background: #f8b121;
    top: -70px;
    right: -600px;
    z-index: 10;
    color: #fff;
    padding: 18px 0 0 28px;
    font-size: 16px;
    cursor: pointer;
}

.comienzaahora i {
    margin-right: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: #fff 1px solid;
    padding: 10px 0 0 10px;
    width: 35px;
    height: 35px;
}

.comienzaahora a i {
    color: #fff;
}

.comienzaahora a {
    color: #fff;
}

.menulistcontent {
    display: none;
}

.menulistcontentshow {
    display: block;
}

.bloquebgcolor-naranja {
    background-color: #f8b121;
}

.bloquebgcolor-naranja h1,
.bloquebgcolor-naranja h2,
.bloquebgcolor-naranja h3,
.bloquebgcolor-naranja h4,
.bloquebgcolor-naranja h5 {
    color: #fff !important;
}

.bloquebgcolor-naranja span {
    color: #fff !important;
}

.bloquebgcolor-naranja strong {
    color: #fff !important;
}

.bloquebgcolor-naranja a {
    color: #fff !important;
}

.bloquebgcolor-naranja p a {
    color: #fff !important;
}
.bloquebgcolor-naranja p a em{
    color: #fff !important;
}
.bloquebgcolor-naranja p {
    color: #fff !important;
}

.bloquebgcolor-naranja hr {
    border-top: 1px solid #fff;
}

.bloquebgcolor-naranja i {
    color: #fff !important;
}

.bloquebgcolor-naranja .capa-icono-modulo {
    background: #FFF !important;
}

.bloquebgcolor-naranja .capa-icono-modulo i {
    color: #f8b121 !important;
}

.bloquebgcolor-naranja ul,
.bloquebgcolor-naranja ol {
    color: #FFF !important;
}

.bloquebgcolor-gris {
    background-color: #f7f5f3;
}

.bloquebgcolor-azul {
    background-color: #009ee2;
}

.bloquebgcolor-azul h1,
.bloquebgcolor-azul h2,
.bloquebgcolor-azul h3,
.bloquebgcolor-azul h4,
.bloquebgcolor-azul h5 {
    color: #fff !important;
}

.bloquebgcolor-azul i {
    color: #fff !important;
}

.bloquebgcolor-azul .capa-icono-modulo i {
    color: #009ee2 !important;
}

.bloquebgcolor-azul p {
    color: #fff !important;
}

.bloquebgcolor-azul strong {
    color: #fff !important;
}

.bloquebgcolor-azul p strong {
    color: #fff !important;
}
.bloquebgcolor-azul a {
    color: #fff !important;
}
.bloquebgcolor-azul p a {
    color: #fff !important;
}
.bloquebgcolor-azul p a em{
    color: #fff !important;
}

.bloquebgcolor-azul .divp h2 {
    color: #fff !important;
}

.bloquebgcolor-azul ul,
.bloquebgcolor-azul ol {
    color: #FFF !important;
}

.bloquebgcolor-blanco {
    background-color: #fff;
}

.vimeo-wrapper {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    max-height: 600px;
    max-width: 100%;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    /*top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);*/
}

.page-noticias #content .singlework {
    width: 1170px;
    margin: 50px auto;
}


/******************BOTON*******************/

.txt-naranja .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #f8b121;
}

.txt-naranja .boton-nuevo:hover {
    color: #f8b121;
    border: #f8b121 1px solid;
    background-color: #fff;
}

.txt-naranja .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.txt-naranja .boton-nuevo:hover::after {
    color: #f8b121;
}

.txt-azul .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #009ee2;
}

.txt-azul .boton-nuevo:hover {
    color: #009ee2;
    border: #009ee2 1px solid;
    background-color: #fff;
}

.txt-azul .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.txt-azul .boton-nuevo:hover::after {
    color: #009ee2;
}

.bloquebgcolor-naranja .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #f8b121;
}

.bloquebgcolor-naranja .boton-nuevo:hover {
    color: #f8b121 !important;
    border: #f8b121 1px solid;
    background-color: #fff;
}

.bloquebgcolor-naranja .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.bloquebgcolor-naranja .boton-nuevo:hover::after {
    color: #f8b121;
}

.bloquebgcolor-azul .boton-nuevo {
    color: #fff;
    border: #fff 1px solid;
    background-color: #009ee2;
}

.bloquebgcolor-azul .boton-nuevo:hover {
    color: #009ee2 !important;
    border: #009ee2 1px solid;
    background-color: #fff;
}

.bloquebgcolor-azul .boton-nuevo::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}

.bloquebgcolor-azul .boton-nuevo:hover::after {
    color: #009ee2;
}


/**********************************************************/



/***************V2"*******************/
@media (max-width: 992px) {
    .page-noticias #content .singlework {
        width: auto;
        margin: 50px auto;
    }
}


.view-noticias .view-header{
    display: none;
}
.view-noticias .view-filters{
    background: #f9f5f4;
    padding: 0px;
}
.view-noticias .views-exposed-widget label{
    float: left;
    padding: 4px 10px 0 40px;
    color: #009ee2;
    font-size: 14px;

}
.view-noticias .views-exposed-widget .views-widget{
    float: left;

}

.view-noticias .views-exposed-widget .views-widget .form-text,
.view-noticias .views-exposed-widget .views-widget .form-select{
    border-radius: 2px;
    border: #c9c9c9 1px solid;
    font-size: 14px;

}
.view-noticias .views-exposed-form .views-submit-button {
    float: right;
    padding: 0;
}
.view-noticias .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
    background: #009ee2;
    color: #fff;
    border: none;
    padding: 9px 55px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}

.view-noticias .cnt_image{
    float: left;
    width: 30%;
}
.view-noticias .cnt_image img{
    max-width: 90%;
}
.view-noticias .cnt_cnt{
    float: left;
    width: 70%;
}
.view-noticias .widget-title{
    background: none;
    color: #686868;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.view-noticias .viewrow{
    border-bottom: #b1b1b3 1px solid;
    clear: both;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.view-noticias .dateNews{
    color: #009ee2;
}
.view-noticias .tipNews a{
    color: #009ee2;
}
.view-noticias .textenoticia {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
    line-height: 20px;
}
.view-noticias .enlacenoticia{
    margin-top: 20px;
}
.view-noticias .enlacenoticia a{
    position: relative;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px 0px 15px;
    border-radius: 30px;
    font-size: 14px;
    text-align: left;
    border: #d1d1d1 1px solid;
    font-family: Helvetica;
    color: #009ee2;
    border-color: #fff;
    background-color: #e6f1f3;
}

.view-noticias .enlacenoticia a:hover {
    color: #009ee2;
    /*border: none;*/
    background-color: #ffffff;
    border-color: #e6f1f3;
}

.view-noticias .enlacenoticia a::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #009ee2;
    margin: 0 5px 0 12px;
}

.view-noticias .enlacenoticia a:hover::after {
    color: #009ee2;
}
.view-noticias .views-row-1{
    margin-top: 40px;
}
.view-noticias .views-row-1 .cnt_image{
    float: right;
    width: 50%;
    text-align: right;

}
.view-noticias .views-row-1 .cnt_cnt{
    width: 50%;
}
.view-noticias .views-row-1 .widget-title{
    font-size: 40px;
    font-weight: normal;
    color: #009ee2 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 992px) {
    .view-noticias .cnt_image,
    .view-noticias .views-row-1 .cnt_image{
        float: left;
        width: 100%;
        text-align:center;
        margin-bottom: 20px;

    }
    .view-noticias .cnt_cnt,
    .view-noticias .views-row-1 .cnt_cnt{
        width: 100%;
    }
}

.node-noticia .date-display-single{
    font-weight: bold;
    color: #009ee2 !important;
}
.node-noticia .field-name-body{
    margin-top: 30px;
}












.view-agenda .view-header{
    display: none;
}
.view-agenda .view-filters{
    background: #f9f5f4;
    padding: 0px;
    margin-top: 50px;
}
.view-agenda .views-exposed-widget label{
    float: left;
    padding: 4px 10px 0 40px;
    color: #009ee2;
    font-size: 14px;

}
.view-agenda .views-exposed-widget .views-widget{
    float: left;

}

.view-agenda .views-exposed-widget .views-widget .form-text,
.view-agenda .views-exposed-widget .views-widget .form-select{
    border-radius: 2px;
    border: #c9c9c9 1px solid;
    font-size: 14px;

}
.view-agenda .views-exposed-form .views-submit-button {
    float: right;
    padding: 0;
}
.view-agenda .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
    background: #009ee2;
    color: #fff;
    border: none;
    padding: 9px 55px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}

.view-agenda .views-row{
    border-bottom: #b1b1b3 1px solid;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.view-agenda .views-field-nothing{
    float: left;
    width: 150px;
    height: 150px;
    background: #009ee2;
    color: #fff;
    font-size: 20px;
    text-transform: none;

    font-family: 'Open Sans', sans-serif;
    margin-right: 20px;
    text-align: center;
    padding-top: 45px;
}
.view-agenda .views-field-nothing span span:first-child{
    font-size: 60px;
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}
.view-agenda .views-field-nothing span .date-display-end{
    font-size: 60px;
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}
.view-agenda .views-field-title{
    float: left;
    width: 800px;
    margin-top: 10px;

}
.view-agenda .views-field-title a{
    background: none;
    color: #009ee2;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.view-agenda .views-field-field-tem-tica{
    float: left;
    width: 800px;
    margin-top: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
    line-height: 20px;
}
.view-agenda .views-field-field-ubicacion{
    float: left;

    margin-top: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
    line-height: 20px;
    margin-right: 40px;
}
.view-agenda .views-field-field-ubicacion .views-label{
    float: left;
    color: #009ee2;
    font-weight: bold;
    margin-right: 5px;
}
.view-agenda .views-field-field-ubicacion .field-content{
    float: left;
}
.view-agenda .views-field-field-hora{
    float: left;

    margin-top: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
    line-height: 20px;
}
.view-agenda .views-field-field-hora .views-label{
    float: left;
    color: #009ee2;
    font-weight: bold;
    margin-right: 5px;
}
.view-agenda .views-field-field-hora .field-content{
    float: left;
}
.view-agenda .views-field-view-node{
    float: right;
    margin-top: 20px;
}
.view-agenda .views-field-view-node a{
    position: relative;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px 0px 15px;
    border-radius: 30px;
    font-size: 14px;
    text-align: left;
    border: #d1d1d1 1px solid;
    font-family: Helvetica;
    color: #009ee2;
    border-color: #fff;
    background-color: #e6f1f3;
}
.view-agenda .views-field-view-node a:hover {
    color: #009ee2;
    /*border: none;*/
    background-color: #ffffff;
    border-color: #e6f1f3;
}

.view-agenda .views-field-view-node a::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #009ee2;
    margin: 0 5px 0 30px;
}

.view-agenda .views-field-view-node a:hover::after {
    color: #009ee2;
}

/******************AGENDA pasados***********************/
.view-agenda-pasada2 .view-header{
    display: block;
    color: #009ee2;
    font-size: 50px;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 70px 0 50px;
}
.view-agenda-pasada2 .view-filters{
    background: #f9f5f4;
    padding: 0px;
    margin-top: 50px;
    display: none;
}
.view-agenda-pasada2 .views-exposed-widget label{
    float: left;
    padding: 4px 10px 0 40px;
    color: #009ee2;
    font-size: 14px;

}
.view-agenda-pasada2 .views-exposed-widget .views-widget{
    float: left;

}

.view-agenda-pasada2 .views-exposed-widget .views-widget .form-text,
.view-agenda-pasada2 .views-exposed-widget .views-widget .form-select{
    border-radius: 2px;
    border: #c9c9c9 1px solid;
    font-size: 14px;

}
.view-agenda-pasada2 .views-exposed-form .views-submit-button {
    float: right;
    padding: 0;
}
.view-agenda-pasada2 .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
    background: #009ee2;
    color: #fff;
    border: none;
    padding: 9px 55px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}

.view-agenda-pasada2 .views-row{
    border-bottom: #b1b1b3 1px solid;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.view-agenda-pasada2 .views-field-nothing{
    float: left;
    width: 150px;
    height: 150px;
    background: #009ee2;
    color: #fff;
    font-size: 20px;
    text-transform: none;

    font-family: 'Open Sans', sans-serif;
    margin-right: 20px;
    text-align: center;
    padding-top: 45px;
}
.view-agenda-pasada2 .views-field-nothing span span:first-child{
    font-size: 60px;
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}
.view-agenda-pasada2 .views-field-nothing span .date-display-end{
    font-size: 60px;
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}
.view-agenda-pasada2 .views-field-title{
    float: left;
    width: 800px;
    margin-top: 10px;

}
.view-agenda-pasada2 .views-field-title a{
    background: none;
    color: #009ee2;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.view-agenda-pasada2 .views-field-field-tem-tica{
    float: left;
    width: 800px;
    margin-top: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
    line-height: 20px;
}
.view-agenda-pasada2 .views-field-field-ubicacion{
    float: left;

    margin-top: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
    line-height: 20px;
    margin-right: 40px;
}
.view-agenda-pasada2 .views-field-field-ubicacion .views-label{
    float: left;
    color: #009ee2;
    font-weight: bold;
    margin-right: 5px;
}
.view-agenda-pasada2 .views-field-field-ubicacion .field-content{
    float: left;
}
.view-agenda-pasada2 .views-field-field-hora{
    float: left;

    margin-top: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #979391;
    line-height: 20px;
}
.view-agenda-pasada2 .views-field-field-hora .views-label{
    float: left;
    color: #009ee2;
    font-weight: bold;
    margin-right: 5px;
}
.view-agenda-pasada2 .views-field-field-hora .field-content{
    float: left;
}
.view-agenda-pasada2 .views-field-view-node{
    float: right;
    margin-top: 20px;
}
.view-agenda-pasada2 .views-field-view-node a{
    position: relative;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px 0px 15px;
    border-radius: 30px;
    font-size: 14px;
    text-align: left;
    border: #d1d1d1 1px solid;
    font-family: Helvetica;
    color: #009ee2;
    border-color: #fff;
    background-color: #e6f1f3;
}
.view-agenda-pasada2 .views-field-view-node a:hover {
    color: #009ee2;
    /*border: none;*/
    background-color: #ffffff;
    border-color: #e6f1f3;
}

.view-agenda-pasada2 .views-field-view-node a::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #009ee2;
    margin: 0 5px 0 30px;
}

.view-agenda-pasada2 .views-field-view-node a:hover::after {
    color: #009ee2;
}

/***********************noticap******************/
.page-noticias .fullwidthbanner-containernoprogram .container {
    top: 50px;
}
.page-noticias .fullwidthbanner-containernoprogram .titolcapsalera {
    width: auto;
    top: 0;
    left: 15px;
    right: 15px;
}
.page-noticias .fullwidthbanner-containernoprogram .titolcapsalera.titolcapasaleranoticap {
    font-size: 30px;
    line-height: 35px;
}
.fullwidthbanner-containernoprogram .titolcapasaleranoticap .fechanoticap{
     font-size: 14px;
     line-height: 20px;
    font-weight: bold;
     font-family: 'Helvetica', sans-serif;
    padding: 10px 0;
 }
.fullwidthbanner-containernoprogram .titolcapasaleranoticap .textnoticap{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    width: 85%;
}

.fullwidthbanner-containernoprogram .titolcapasaleranoticap .linknoticap{
    /*text-align: right;*/
    margin-top: 20px;
}

.fullwidthbanner-containernoprogram .titolcapasaleranoticap .boton-nuevo.semitransparente {
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.fullwidthbanner-containernoprogram .titolcapasaleranoticap .boton-nuevo.semitransparente::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
}
.bignum{
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 120px;
    color: #e8f2f4;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    z-index: 0;
}
.txt-naranja .bignum{
    color: #efe3cd;
}
.bignumcontent h4{
    position: relative;
}
.bignumcontent .divp{
    position: relative;
}
#bloque-4fototexto .titulo {
    text-align: center;
    margin-bottom: 60px;
}

#bloque-4fototexto .titulo h2 {
    font-size: 35px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

#bloque-4fototexto .imagen img {
    width: 100%;
    height: 160px;
}
.galerigrid{
    border: #fff 12px solid;
}

@media (min-width: 768px) {
    .page-noticias .fullwidthbanner-containernoprogram .container {
        display: flex;
    }

    .page-noticias .fullwidthbanner-containernoprogram .titolcapsalera {
        font-size: 46px;
        line-height: 1.2;
        width: 33.33333333%;
        position: relative;
        left: 0;
    }

    .page-noticias .fullwidthbanner-containernoprogram .titolcapasaleranoticap {
        width: 66.66666667%;
    }

    .page-noticias .fullwidthbanner-containernoprogram .titolcapsalera:first-child {
        order: 1;
    }
}

@media (min-width: 1200px) {
    .page-noticias .fullwidthbanner-containernoprogram .titolcapsalera {
        width: 50%;
        font-size: 56px;
    }
}
