body {
    font-family: 'Raleway', sans-serif !important ; 
    font-size: 16px;
    line-height: 1.42857143;
    color: #3d3d3d !important;
    background-color: #fff;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

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

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
}

body p{
    font-size: 20px;
    line-height: 1.5;
    margin: 0px 0px 25px;
}

/* jota css */

.top {
    background-image: url(img/top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #1D252C;
}

.book {
    background: none;
}

.buscador {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
    margin: 0 auto !important;
    float: none !important;
}

.buscador h1 {
    font-weight: 700;
    font-size: 56px;
    color: #fff;
    line-height: 1.3em;
}

.buscador h1 span {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 400!important;
    display: block;
}

/* The animation code */
@keyframes input_border {
    from {width: 90% ;}
    to {width: 100% ;}
  }

.buscador input {
    border: none;
    background: url(img/search.png) no-repeat 95% center transparent;
    width: 90%;
    padding: 20px;
    color: #ADB5BD;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #ADB5BD;
    margin: 15px 0 50px 0;
    font-size: 32px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}

.buscador input::-webkit-input-placeholder {
    color: #ADB5BD;
}

.buscador input::-moz-placeholder {
    color: #ADB5BD;
}

.buscador input:-moz-placeholder {
    color: #ADB5BD;
}

.buscador input:-ms-input-placeholder {
    color: #ADB5BD;
}

.buscador input:focus {
    outline: none;
    background: url(img/search_activo.png) no-repeat 95% center transparent;
    border-bottom: 2px solid #FFF;
    animation-name: input_border;
    animation-duration: .6s;
    color: #FFF;
    width: 100%;
}

.recuperar_pass input {
    width: 20%;
    padding: 10px;
    color: #2091a6;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 15px 0 40px 0;
    font-size: 18px;
    text-align: center;
}

.cambiar_pass input {
    width: 30%;
    padding: 10px;
    color: #2091a6;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 15px 0 40px 0;
    font-size: 18px;
    text-align: center;
}

.b_avanzado {
    padding-top: 10px !important;
}

.b_avanzado input {
    border: 1px solid #acacac;
    margin-top: 0px !important;
}

.linea {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}

.logosbottom {
    text-align: right;
    margin: 50px 0 0 0;
}

.logosbottom img {
    vertical-align: middle !important;
    max-width: 100%;
    height: auto;
}

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

    .logosbottom {
        text-align: center;
        margin: 20px 0;
    }

    .logosbottom img {
        margin-top: 30px;
    }
}

.info_bottom {
    font-size: 14px;
    line-height: 1.4em;
    color: #828282;
}

.info_bottom a {
    color: #828282;
}

.info_bottom a:hover, .menubottom a:hover, .menubottom_b a:hover {
    color: #2091a6;
    text-decoration: none;
}

.menubottom {
    text-align: right;
}

.menubottom a {
    color: #515151;
    font-size: 13px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 10px;
}

.rsociales {
    text-align: right;
    margin-top: 20px;
}

.rsociales a {
    display: inline-block;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px;
}

a.twitter {
    background-image: url(img/twitter.png);
}

a.flickr {
    background-image: url(img/flickr.png);
}

a.linkedin {
    background-image: url(img/linkedin.png);
}

a.skype {
    background-image: url(img/skype.png);
}

.rsociales a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.bottom_b {
    border-top: 1px solid #dde0ed;
    padding-top: 25px;
    margin-top: 45px;
    font-size: 13px;
    color: #bbc2db;
    line-height: 1.3em;
    font-style: italic;
    position: relative;
    margin-bottom: 30px;
}

.bottom_b span {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.logobottom {
    position: absolute;
    top: 0px;
    left: 50%;
}

.menubottom_b {
    text-align: right;
}

.menubottom_b a {
    color: #bbc2db;
    font-size: 13px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 10px;
    font-style: normal;
}

.inicio{
    margin-top: 50px;
    margin-bottom: 50px;
}

/*.inicio{
	padding-right:295px !important;
	background:url(img/inicio/icon_inicio.png) no-repeat right 50%;
}
*/
h2.titulos {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 30px 0;
    color: #171D23;
    font-size: 45px;
}

h2.titulos span, h3.titulos span {
    color: #5d5d5d;
}

h3.titulos {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 20px 0;
    color: #171D23;
    font-size: 25px;
}

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

    .inicio {
        padding-right: 0px !important;
        background: none;
    }

}

.sabermas {
    text-align: left;
}

.sabermas a {
    font-weight: 700;
    color: #EC173A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sabermas a:hover {
    
    text-decoration: underline;
}

.criterio_ini {
    text-align: center;
    color: #828282;
    font-size: 14px;
    margin-bottom: 20px;
}

.criterio_ini h2 {
    margin-bottom: 8px;
}

.gris {
    background: #f7f7f8;
    padding-top: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    position: relative;
    min-height: 820px;
    z-index: -1;
}

.info_excelencias {
    color: #828282;
    font-size: 14px;
    margin-top: 20px;
}

.info_excelencias_in {
    color: #828282;
    font-size: 14px;
    margin-bottom: 40px;
}

.man_neg {
    z-index: 5;
    position: absolute;
    top: 0px;
    width: 100%;
}

.man_neg2 {
    top: 100px;
    position: absolute;
    z-index: 4;
    width: 100%;
}

.man_neg3 {
    top: 200px;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.man_neg4 {
    top: 300px;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.man_neg5 {
    top: 400px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

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

    .excelencia, .grupoa, .grupob, .grupoc, .grupod {
        display: none;
    }

}

.i_resultados {
    color: #8d8d8d;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}

span.enalceinden,
a.enalceinden {
    color: #2091a6;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted #2091a6;
}

a.enalceinden:hover {
    text-decoration: none;
    border-bottom: 1px solid #2091a6;
}

.tabla_busqueda_cabecera {
    margin-top: 50px;
}

.tabla_busqueda_cabecera th {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
    text-align: center;
}

.tabla_busqueda_cabecera th:first-child {
    text-align: left;
}

.tabla_busqueda_cabecera th.gran {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.color1 {
    color: #000 !important;
}

.color2 {
    color: #e91533 !important;
}

.tabla_busqueda {
    -moz-box-shadow: 0px 0px 6px #e6e6e6;
    -webkit-box-shadow: 0px 0px 6px #e6e6e6;
    box-shadow: 0px 0px 6px #e6e6e6;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabla_busqueda td > a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.tabla_busqueda td {
    font-size: 21px;
    color: #3d3d3d;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    vertical-align: middle;
}

.tabla_busqueda td:first-child {
    text-align: left;
    padding-left: 20px;
}

.issn {
    font-size: 18px !important;
    font-weight: 600;
}

.tabla_busqueda tr:hover {
    cursor: pointer;
    background: #f9f9f9;
}

.tabla_busqueda tr:hover td:first-child {
    color: #2091a6;
}

/*colores criterios clasifiacion*/

.clas_excelencia {
    background: #48b86e;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 32px !important;
}

.clas_a {
    background: #94c584;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 32px !important;
}

.clas_b {
    background: #48b3e1;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 32px !important;
}

.clas_c {
    background: #f46a22;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 32px !important;
}

.clas_d {
    background: #ee3f2e;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 32px !important;
}

.clas_no {
    background: #fff;
    color: #5d5d5d !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 28px !important;
}

.clas_predator {
    background: #14483b;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 28px !important;
}

/* */

@media only screen and (max-width: 800px) {
    .book{
        background: url(img/libros_circ.png) no-repeat right bottom;
    }

    .tabla_busqueda td, .tabla_busqueda_cabecera tr, .tabla_ficha td {
        font-size: 17px !important;
    }
}

.paginacion {
    text-align: center;
}

.tabla_ficha {
    -moz-box-shadow: 0px 0px 6px #e6e6e6;
    -webkit-box-shadow: 0px 0px 6px #e6e6e6;
    box-shadow: 0px 0px 6px #e6e6e6;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabla_ficha {
    margin-top: 40px;
}

.tabla_ficha td {
    font-size: 16px;
    color: #3d3d3d;
    padding: 20px 0;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    vertical-align: middle;
    padding-left: 20px;
}

.tabla_ficha td:first-child {
    text-align: left;
    font-weight: 400;
    font-size: 20px;
}

.tabla_ficha2 {
    -moz-box-shadow: 0px 0px 6px #e6e6e6;
    -webkit-box-shadow: 0px 0px 6px #e6e6e6;
    box-shadow: 0px 0px 6px #e6e6e6;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

#divLupa {
    position: absolute;
    right: 15px;
    width: 80px;
    height: 88px;
    top: 221px;
    z-index: 999;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 535px) {
    #divLupa {
        display: none;
    }
}

#divLupa2 {
    position: absolute;
    right: 15px;
    width: 80px;
    height: 88px;
    top: 75px;
    z-index: 999;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 535px) {
    
    #divLupa2 {
        display: none;
    }
}

.modal-header {
    background: #f7f7f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px !important;
}

.modal-header p, .modal-header h4 {
    font-family: 'Raleway', sans-serif;
    color: #2091a6;
    font-size: 35px;
    font-weight: normal;
}

.modal-header .close {
    margin-top: 8px !important;
    font-size: 25px;
}


#infocirc-sociales .modal-header .close ,
#infocirc-humanidades .modal-header .close {
    margin-top: -2px !important;
}

#texto-ficha-modal-humanidades p,
#texto-ficha-modal-sociales p{
    font-size: 16px;
}
#texto-ficha-modal-humanidades p:last-child,
#texto-ficha-modal-sociales p:last-child{
    margin-bottom: 0;
}

#modalLogin form {
    padding: 40px 0;
    font-family: 'Raleway', sans-serif;
}

#modalLogin .form-group {
    margin-bottom: 20px;
}

#modalLogin input[type=text],
#modalLogin input[type=password] {
    font-size: 22px;
    height: 45px;
    background: #fff;
}

#modalLogin a {
    color: #0092A9;
    text-decoration: underline;
}

#modalLogin a:hover {
    text-decoration: none;
}

.btn-circ {
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
    background-color: #0092A9;
    color: #fff !important;
    padding: 10px !important;

}

.btn-circ:hover {
    background-color: #009ab2;
}

.full-width {
    width: 100%;
}

li.micuenta {
    width: 120px;
}

li.micuenta a {
    background: #fff;
    color: #EC173A;
    border-bottom: none;
    margin-top: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.navbar-nav > li > .dropdown-menu {
    background: #fff;
}

.navbar-nav > li > .dropdown-menu a:hover {
    background: #fff;
    color: #4f91a6;
}

.busqueda_avanzada input {
    border: 1px solid #acacac;
    background: #fff;
    width: 100%;
    padding: 10px;
    display: block;
    color: #868686;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 15px 0 15px 0;
    font-size: 18px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}

.busqueda_avanzada input::-webkit-input-placeholder {
    color: #868686;
}

.busqueda_avanzada input::-moz-placeholder {
    color: #868686;
}

.busqueda_avanzada input:-moz-placeholder {
    color: #868686;
}

.busqueda_avanzada input:-ms-input-placeholder {
    color: #868686;
}

.busqueda_avanzada input:focus {
    outline: none;
}

.SelectStyle {
    width: 100%;
    position: relative;
}

.SelectStyle select {
    border: 1px solid #acacac;
    background: #fff;
    width: 100%;
    padding: 10px;
    display: block;
    color: #868686;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 15px 0 15px 0;
    font-size: 18px;
    -webkit-appearance: none;
}

.SelectStyle option {
    padding: 10px;
}

.SelectStyle:after {
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    position: absolute;
    top: 25px;
    right: 15px;
    pointer-events: none;
    background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.SelectStyle select:focus {
    outline: none;
}
.SelectStyle button {
    width: 100%!important;
}

.filtra_t h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
    text-align: left;
}

.busca_bt {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.busca_bt input[type='submit'] {
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 8px 50px;
    background: #4f91a6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    margin: auto;

}

.busca_bt a:hover {
    text-decoration: none;
    color: #fff;
    background: #515151;
}

.documentos {
    -moz-box-shadow: 0px 0px 6px #e6e6e6;
    -webkit-box-shadow: 0px 0px 6px #e6e6e6;
    box-shadow: 0px 0px 6px #e6e6e6;
    padding: 40px 40px;
    margin: 25px 0;
}

.documentos ul {
    padding: 0px;
    margin: 0px;
}

.documentos li {
    padding-left: 25px;
    list-style: none;
    background: url(img/mi_cuenta/ico_doc.png) no-repeat 0px 5px;
    margin-bottom: 25px;
}

.documentos li a {
    color: #2091a6;
    font-size: 18px;
    text-decoration: underline;
}

.documentos li a:hover {
    color: #2091a6;
    text-decoration: none;
}

.contacto input, .contacto textarea {
    border: 1px solid #acacac;
    background: #fff;
    width: 100%;
    padding: 12px;
    display: block;
    color: #868686;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 15px 0 15px 0;
    font-size: 24px;
    color: #4f91a6;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}

.contacto textarea {
    height: 300px;
}

.contacto input::-webkit-input-placeholder, .contacto textarea::-webkit-input-placeholder {
    color: #868686;
}

.contacto input::-moz-placeholder, .contacto textarea::-moz-placeholder {
    color: #868686;
}

.contacto input:-moz-placeholder, .contacto textarea:-moz-placeholder {
    color: #868686;
}

.contacto input:-ms-input-placeholder, .contacto textarea:-ms-input-placeholder {
    color: #868686;
}

.contacto input:focus, .contacto input:hover, .contacto textarea:focus, .contacto textarea:hover {
    outline: none;
    border: 1px solid #4f91a6;
}

.acepta {
    font-size: 16px;
    text-align: center;
}

.acepta a {
    color: #4f91a6;
    text-decoration: underline;
}

.acepta a:hover {
    color: #4f91a6;
    text-decoration: none;
}

@media only screen and (max-width: 1169px) {
    .menuLogeado {
        display: none;
    }
}

#cerrarSesion a {
    color: #EC173A;
    font-weight: bold;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
}

#cerrarSesion {
    margin-top: -5px;
    margin-bottom: -5px;
}

.descargarresultados {
    text-align: center;
    padding: 18px 0;
}

.descargarresultados a {
    color: #2091a6;
    text-decoration: none;
    padding-bottom: 2px;
    padding-left: 20px;
    border-bottom: 1px dotted #2091a6;
    background: url(img/mi_cuenta/ico_doc.png) no-repeat 0px 4px;
}

.descargarresultados a:hover {
    color: #2091a6;
    text-decoration: none;
    border-bottom: 1px solid #2091a6;
}

.webservice {
    margin-top: 30px;
}

.webservice input {
    margin-bottom: 5px;
}

.ob_url {
    text-align: center;

    -moz-box-shadow: 0px 0px 6px #e6e6e6;
    -webkit-box-shadow: 0px 0px 6px #e6e6e6;
    box-shadow: 0px 0px 6px #e6e6e6;
    font-size: 20px;
    color: #a3a3a3;
    padding: 16px 0;
}

.copiarurl {
    text-align: center;
    margin-top: 10px;
}

.copiarurl a {
    color: #2091a6;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted #2091a6;
}

.copiarurl a:hover {
    color: #2091a6;
    text-decoration: none;
    border-bottom: 1px solid #2091a6;
}

div.que_es_circ ul,
ul.list_quienes {
    padding-left: 20px;
}

div.que_es_circ ul li,
ul.list_quienes li {
    color: #141414;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none;
    background: url(img/check.png) no-repeat 0 5px;
}

.product {
    padding: 20px;
    background: #f6f6f6;
    margin-top: 25px;
    display: block;
}

.c1 {
    color: #01B96A;
}

.c2 {
    color: #7BC681;
}

.c3 {
    color: #01B5E4;
}

.c4 {
    color: #FF6A12;
}

.c5 {
    color: #FF3D29;
}

.beta {
    background: url(img/beta.png) no-repeat right top;
    width: 77px;
    height: 45px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: none;
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav > li {
        margin-left: 1.8em !important;
    }
}

.cd-overlay.is-visible {
    z-index: 9;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #2091a6 !important;
    color: #fff !important;
}

.jotafaqs a {
    color: #3d3d3d !important;
}

.acepta input {
    display: inline-block;
    width: initial;
}

@media (max-width: 767px) {
    .buscador h1 {
        font-size: 32px;
    }

    .buscador h1 span{
        font-size: 24px;
    }

    .buscador input {
        font-size: 22px;
    }

    .sabermas {
        text-align: left;
    }

    .man_neg, .man_neg2, .man_neg3, .man_neg4, .man_neg5 {
        position: inherit;
        top: 0px;
    }
}

.gestores li {
    list-style: disc;
    margin-left: 20px;
    font-weight: 600;
}

.gestores li i {
    font-style: italic;
    display: block;
    color: rgba(157, 157, 157, 1.00);
    font-weight: 400;
    margin-bottom: 10px;
}

.appcirc {
    text-align: center;
    margin-top: 25px;
}

.descarga {
    margin-top: 20px;
    font-size: 15px;
    color: #979797;
    text-align: center;
}

.descarga img {
    margin-top: 8px;
}

.descarga img:hover {
    opacity: 0.8;
}

.a_novedades {
    text-align: center;
    margin-top: -12px;
}

.a_novedades a {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #2091a6;
    background: #fff;
    text-align: center;
    padding: 8px 40px;
    border: 2px solid #2091a6;
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
}

.a_novedades a:hover {
    background: #2091a6;
    text-decoration: none;
    color: #fff;
}

.ban_app_inicio {
    text-align: center;
    padding-top: 50px;
}

.logoinves {
    text-align: center;
    padding: 20px 0;
    border: 1px solid #D7D7D7;
    min-height: 119px;
}

.graph {
    text-align: right;
}

.revistas_numero {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
    color: #bbc2db;
    font-style: italic;
}

@media (max-width: 767px) {
    .revistas_numero {
        margin-left: 0px;
    }

    .menubottom {
        text-align: left;
    }

    .menubottom a {
        margin-top: 20px;
        margin-left: 10px;
    }

    .menubottom a:first-child {
        margin-left: 0px;
    }
}

.dproductos li {
    list-style: disc;
    margin-left: 20px;
    color: rgba(157, 157, 157, 1.00);
    font-weight: 400;
    margin-bottom: 15px;
}

.dproductos li strong {
    font-weight: 600;
    color: rgba(69, 69, 69, 1.00);
    display: block;
}

.dproductos.novedades li strong {
    color: #0090B2;
}

a.contratar {
    display: inline-block;
    background: #2091a6;
    color: #fff;
    padding: 7px 20px 7px 65px;
    margin: 20px 0;
    position: relative;
}

a.contratar img {
    position: absolute;
    top: -15px;
    left: 6px;
    border: 2px solid #2091a6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.contratar:hover img {
    border: 2px solid #505050;
}

a.contratar:hover {
    background: #505050;
    text-decoration: none;
    color: #fff;
}

.lupa_top{
    /*right: -2em;*/
    top: 13px;
}

.scroll_text {
    overflow-y:scroll;
    overflow-x:hidden;
    height: 200px;
}

.masinfo{
	position: relative;
}
.masinfo > a{
	position: absolute;
	font-size: 13px;
	top: 8px;
	right: 8px;
	color: #fff;
}
.masinfo > a:hover{
	color: #fff;
	opacity: 0.6;
}

.popover-content {
    color: #000;
}

span.anio_circ{
    vertical-align: super !important;
    font-size: small !important;
    display: inline !important;
}
.cd-primary-nav span.anio_circ {
    vertical-align: baseline !important;
    top: -5px;
    position: relative;
}
.modal-title.modal-title-info{
	font-size: 19px;
}