/**************** ESTILOS GLOBALES SECUNDARIAS ****************/
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
#navegacion {
    clear: both;
    color: #467fb6;
    margin: 20px 0 35px 0;
}
#navegacion li {
    display: inline;
    margin-right: 10px;
    color: #333333;
}
#navegacion li:after {
    content: '>';
    padding-left: 5px;
}
#navegacion a {
    color: #467fb6;
}
#navegacion li:after {
    content: " / ";
    padding-left: 5px;
}
#navegacion li:last-child:after {
    content: "";
}
#navegacion a:hover {
    color: #000;
}
span.boton-top {
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
}
span.boton-top,
span.boton-top:hover {
    background-color: #E62527;
    color: #fff;
    border: 0;
}


/**************** HEADER PAGINAS SECUNDARIAS ****************/
.navbar-header button:nth-of-type(1){
    margin-left: 10px;
    border: none;
}
@media (min-width: 768px) {
    .navbar-default .navbar-right > button {
        margin-top: -1px;
    }
}
.navbar-default .navbar-right > button,
.navbar-header button:nth-of-type(2) {
    background-color: #E62527;
    color: #fff;
    border: 1px solid #E62527;
}
.navbar-header button:nth-of-type(2):hover,
.navbar-default .navbar-right > button:hover {
    background-color: rgba(230, 37, 39, .5);
}
.navbar-right {
    margin-top: -40px;
}
input.busqueda:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input.busqueda::-moz-placeholder {
    color: #999;
    opacity: 1;
}
input.busqueda:-ms-input-placeholder {
    color: #999;
}
input.busqueda::-webkit-input-placeholder {
    color: #999;
}
input.busqueda::-ms-expand {
    background-color: transparent;
    border: 0;
}
input.busqueda[disabled],
input.busqueda[readonly],
fieldset[disabled] .input.busqueda {
    background-color: #eee;
    opacity: 1;
}
input.busqueda[disabled],
fieldset[disabled] input.busqueda {
    cursor: not-allowed;
}
input.busqueda {
    width: 180px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.navbar-brand:hover {
    opacity: .5;
}
.navbar-default .navbar-right > button.btn:hover {
    opacity: .5;
    color: #fff;
    border: 1px solid #E62527;
    background-color: #E62527;
}
.navbar-brand {
    margin-top: 5px;
}
span#bloqueUsuario li {
    display: inline-block;
    margin-right: 20px;
}
span#bloqueUsuario li:nth-child(1) {
    margin-top: 30px;
}
@media (min-width: 993px) and (max-width: 1199px) {
    /*.navbar-nav li:nth-of-type(5) {*/
    /*    margin-top: 10px;*/
    /*}*/
    li a.btnCerrarSesion {
        display: none;
    }
    div.cerrarSesionTablet {
        display: block;
        margin-top: -35px;
        margin-right: 15px;
    }
}
@media (min-width: 1200px) {
    /*.navbar-nav li:nth-of-type(4)  {*/
    /*    margin-left: 20px;*/
    /*}*/
    /*.navbar-nav li:nth-of-type(5) {*/
    /*    margin-top: 10px;*/
    /*}*/
    div.cerrarSesionTablet {
        display: none;
    }
}
@media (min-width: 1600px) {
    /*.navbar-nav li:nth-of-type(4)  {*/
    /*    margin-left: 20px;*/
    /*}*/
    /*.navbar-nav li:nth-of-type(5) {*/
    /*    margin-top: 10px;*/
    /*}*/
    div.cerrarSesionTablet {
        display: none;
    }
}
@media (max-width: 767px) {
    input.busqueda {
        width: 200px;
        margin-top: 50px;
    }
    button.btnFZ {
        margin-left: 205px;
        margin-top: -67px;
    }
    .navbar-default .navbar-right {
        float: right;
    }
    .btnCerrarSesion {
        width: 50px;
    }
    div.cerrarSesionTablet {
        display: none;
    }
    /*.navbar-nav li:nth-of-type(5) {*/
    /*    margin-left: 15px;*/
    /*}*/
}
@media (min-width: 768px) {
    input.busqueda,
    button.btnFZ {
        float: right;
    }
    input.busqueda {
        margin-right: 5px;
    }
}


/**************** MEDIA QUERIES *****************/
@media (min-width: 320px) and (max-width: 767px) {
    .navbar-default .navbar-right input.form-control {
        margin-top: 50px;
        float: right;
    }
    .navbar-default .navbar-right {
        border: none;
    }
    .navbar-default .navbar-nav {
        padding: 10px;
    }
    .panel {text-align: center;}
    h1.contacto,
    h2.tituloCentros, p.contacto,
    .listaWebs > p {
        text-align: center;
    }
    .enlaces {
        text-align: center;
    }
    div.separacion {
        margin-bottom: 20px;
    }
    .formulario_Centros p,
    .formulario_contactar p {
        text-align: center;
    }
    h1.tituloRSS {
        text-align: center;
    }
    .seccion_tags li {
        text-align: center;
        margin: 20px 0 20px 0;
    }
    input.btnRecomendarAmigo {
        width: 95%;
        float: left;
        margin-left: 15px;
    }
    .recuadro ul li {
        margin: 20px 0 20px 0;
    }
    h2.titulo {
        margin-top: 60px;
    }
    h2.sectores {
        text-align: left;
    }
    div.botones-menu {
        margin-top: 20px;
    }
    div.tabla_solicitudes {
        margin-top: 30px;
    }
}
@media (min-width: 320px) and (max-width: 567px) {
    a.btn-datosPersonales,
    a.btn-historial,
    a.btn-boletinTipo,
    a.btn-provincias,
    a.btn-temasBoletin,
    a.btn-tramitarBaja,
    a.btn-introducirFecha {
        margin: 15px 0;
        width: 100%;
    }
    .btn-enviarBoletinesTipo {
        float: left;
        margin-left: 10px;
    }
    div.tabla_solicitudes tr.titulo_columnas td:nth-of-type(3),
    div.tabla_solicitudes tr.fila_impar td:nth-of-type(3),
    div.tabla_solicitudes tr.fila_par td:nth-of-type(3) {
        display: none;
    }
    div.tabla_solicitudes {
        margin-top: 30px;
    }
}
@media (min-width: 320px) and (max-width: 442px) {
    a.btn-volverMenu {
        float: right;
    }
}
@media (min-width: 443px) {
    a.btn-volverMenu {
        float: left;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    ul.columna {
        float: right;
    }
    .seccion_tags ul li {
        display: inline-block;
        margin-right: 100px;
    }
    .recuadro ul li {
        margin: 20px 0 20px 0;
    }
    div.listadoEmpresas ul li {
        text-align: center;
    }
    a.btn-datosPersonales,
    a.btn-historial,
    a.btn-boletinTipo,
    a.btn-provincias,
    a.btn-temasBoletin,
    a.btn-tramitarBaja,
    a.btn-introducirFecha {
        margin: 15px 0;
        width: 100%;
    }
    .btn-enviarBoletinesTipo {
        float: right;
    }
    div.tabla_solicitudes {
        margin-top: 30px;
    }
}
@media (min-width: 400px) and (max-width: 668px) {
    ul.columna {
        float: right;
    }
    .seccion_tags li {
        text-align: center;
        margin: 20px 0 20px 0;
    }
    .recuadro ul li {
        margin: 20px 0 20px 0;
    }
    div.listadoEmpresas ul li {
        text-align: center;
    }
    .btn-enviarBoletinesTipo {
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-right input.form-control, input.busqueda {
        width: 100px;
    }
    ul.mover_menu {
        margin-left: 70px;
    }
    .panel p {
        text-align: center;
    }
    div.separacion {
        margin-bottom: 20px;
    }
    p.contacto {
        text-align: center;
    }
    h2.tituloCentros,
    h2.tituloCentros,
    h1.contacto {
        text-align: center;
    }
    a.password {
        margin-left: 200px;
    }
    div.columnaTablet {
        margin-top: 5px;
    }
    .seccion_tags ul li {
        display: inline-block;
        margin: 20px 150px 50px 0;
    }
    div.titulo_seccion_noticias span > a {
        float: right;
        margin-top: -28px;
    }
    input.btnRecomendarAmigo {
        float: right;
    }
    .recuadro ul li {
        margin: 20px 0 20px 0;
    }
    a.btn-datosPersonales,
    a.btn-historial {
        margin-top: -20px;
    }
    a.btn-boletinTipo,
    a.btn-provincias,
    a.btn-temasBoletin {
        margin-top: -40px;
    }
    a.btn-provincias {
        margin-top: -1px;
    }
    a.btn-tramitarBaja {
        margin-top: -30px;
    }
    h2.sectores {
        text-align: center;
    }
    div.botones-menu {
        margin-top: 20px;
    }
    .btn-enviarBoletinesTipo {
        float: right;
    }
    div.tabla_solicitudes {
        margin-top: 30px;
    }
    li.listaSolicitudes li {
        width: 60%;
    }
    a.btn-volverMenu {
        float: left;
    }
    li a.btnCerrarSesion {
        display: none;
    }
    div.cerrarSesionTablet {
        display: block;
        margin-top: -35px;
        margin-right: 15px;
    }
}
@media (min-width: 993px) {
    .panel {margin-top: 25px;}
    div.columnaTablet {
        margin-top: 1px;
    }
    .navbar-default .navbar-right input.form-control {
        width: 280px;
    }
    .seccion_tags ul li {
        display: inline-block;
        margin: 20px 150px 0 0;
    }
    div.titulo_seccion_noticias span > a {
        float: right;
        margin-top: -28px;
    }
    input.btnRecomendarAmigo {
        float: right;
    }
    a.btn-datosPersonales,
    a.btn-historial {
        margin-top: -20px;
    }
    a.btn-boletinTipo,
    a.btn-provincias,
    a.btn-temasBoletin {
        margin-top: -40px;
    }
    a.btn-provincias {
        margin-top: -1px;
    }
    a.btn-tramitarBaja {
        margin-top: -30px;
    }
    .btn-enviarBoletinesTipo {
        float: right;
    }
    li.listaSolicitudes li {
        width: 60%;
    }
    a.btn-volverMenu {
        float: left;
    }
}
@media (min-width: 1200px) {
    .navbar-default .navbar-right input.form-control {
        width: 300px;
    }
    .panel {
        margin-top: 25px;
    }
    div.titulo_seccion_noticias span > a {
        float: right;
        margin-top: -28px;
    }
    input.btnRecomendarAmigo {
        float: right;
    }
    .btn-enviarBoletinesTipo {
        float: right;
    }
    li.listaSolicitudes li {
        width: 60%;
    }
    a.btn-volverMenu {
        float: left;
    }
}


/**************** ESTILOS PARA CONTACTAR ****************/
h1.contacto {
    font-weight: bold;
    color: #E62527;
    font-size: 30px;
}
.formulario li {margin-bottom: 10px;}
form {margin-top: 20px;}
input[type=submit].contactarGM {
    background-color: #E62527;
    color: #fff;
    border: 0;
    float: right;
    margin-top: 2px;
}
input[type=submit].contactarGM:hover {
    background-color: rgba(230, 37, 39, .6);
    color: #fff;
}
textarea.form-control {
    height: 150px;
}
.columnaIzquierda {
    margin-top: 30px;
}
.listaWebs p, .listaWebs a {
    font-weight: bold;
    color: #46578C;
}
.listaWebs ul {
    margin-left: -40px;
}
.listaWebs li {
    border: 1px solid #777;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
}
.listaWebs li p {
    margin-top: 10px;
}
.listaWebs li img {
    margin-bottom: 10px;
}
.listaWebs a:hover {
    text-decoration: none;
}
input[type=submit].btnContactar {
    background-color: #E62527;
    color: #fff;
    border: 0;
    float: right;
    margin-bottom: 10px;
}
input[type=submit].btnContactar:hover {
    opacity: .5;
}
p.errorFormContactar {
    color: #E62527;
    font-weight: bold;
    padding: 2px 2px 2px 5px;
    border: 1px solid #E62527;
    background-color: #fff;
}
span.campoObligatorioContactar {
    color: #E62527;
    font-weight: bold;
}
ul li, li {
    list-style-type: none;
}
.formulario_contactar li {
    margin-top: 15px;
}


/**************** ESTILOS PARA CONFIDENCIALIDAD ****************/
h1#tituloConf {
    font-weight: bold;
    color: #E62527;
    font-size: 30px;
}


/**************** ESTILOS PARA PANEL-CENTROS ****************/
a[href^="tel:"],
a[href^="tel:"]:hover {
    color: #000;
    text-decoration: none;
}
.enlaces a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}
.formulario_Centros p.text-left {
    font-weight: bold;
    margin-top: 20px;
}
input[type=submit].btnEnviarTarifas {
    width: 200px;
    margin-top: 20px;
}
form.login {
    margin-top: -5px;
}
.login label {
    text-align: center;
}
input[type=submit].btnLogin {
    margin-bottom: -50px;
    margin-top: 10px;
}
form.btnLogin {
    margin-bottom: 10px;
}
p a.password {
    margin-left: 10px;
    font-weight: bold;
    color: #46578C;
}
h2.tituloCentros {
    color: #E62527;
    font-weight: bold;
    margin-bottom: 20px;
}
p.titulos {
    color: #E62527;
    font-weight: bold;
    /*background-color: #fff;*/
    padding: 5px;
    border: 1px solid #E62527;
    text-align: center;
    border-radius: 4px;
}
.panel-default {
    margin-top: -1px;
    margin-bottom: 30px;
}
.enlacesCheckbox {
    font-weight: bold;
    color: #46578C;
}
input[type=submit].btnEnviarTarifas {
    margin-bottom: 20px;
}
.formLogin input[type=submit] {
    margin-bottom: 0;
    width: 100px;
}
input[type=submit].btnEnviarTarifas
{
    background-color: #28a745;
    color: #fff;
    border: 0;
    float: right;
    margin-top: 20px;
}
.formLogin input[type=submit]{
    background-color: #E62527;
    color: #fff;
    border: 0;
    float: right;
    margin-top: 20px;
}
input[type=submit].btnEnviarTarifas:hover
{
    background-color: #1a6f2e;
    color: #fff;
}
.formLogin input[type=submit]:hover {
    background-color: rgba(230, 37, 39, .6);
    color: #fff;
}
div.aviso_falta {
    color: #E62527;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #E62527;
    padding-left: 5px;
}
.formInfo input {
    margin-bottom: 10px;
}
div#promo_cruzada ul {
    margin-left: -40px;
}
div#promo_cruzada ul li {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}
div.loginCentros {
    margin-top: 30px;
}
div.margen {
    margin-top: 20px;
}


/**************** ESTILOS PARA REGISTRO DE USUARIOS ****************/
.formRegistro form input,
.formRegistro form select {
    margin-bottom: 10px;
}
span.texto_rojo {
    font-weight: bold;
    color: #E62527;
}
.formRegistro form input[type=submit] {
    background-color: #E62527;
    border: 0;
    color: #fff;
    float: right;
}
.formRegistro form input[type=submit]:hover {
    opacity: .5;
    color: #fff;
}
div#avisos {
    margin-top: 20px;
}
p.camposObligatorios {
    color: #E62527;
    font-size: 1.2em;
    font-weight: bold;
}
p.parrafoConfidencialidad {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.errores li {
    color: #E62527;
    font-weight: bold;
    list-style-type: none;
}
p.formErroneo {
    text-transform: uppercase;
    font-weight: bold;
}
.enviar_pass {
    border: 0;
    background-color: #E62527;
    color: #fff;
    margin-top: -10px;
    float: right;
}
@media (max-width: 991px) {
    div.segundaColumna {
        margin-top: 50px;
    }
}


/**************** ESTILOS PARA NOTICIAS RSS ****************/
ul.nav-tabs {
    margin-top: 20px;
}
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover {
    color: #E62527;
    font-weight: bold;
}
ul.nav-tabs li a:hover {
    background-color: #ffcccc;
    border: 1px solid #ffcccc;
}
ul.nav-tabs li.active {
    border: 0;
}
ul.nav-tabs li a {
    color: #000;
}
h3.tituloRSS {
    color: #E62527;
    font-weight: bold;
    border: 1px solid #E62527;
    background-color: #fff;
    padding: 5px;
    margin-top: 50px;
    border-radius: 4px;
}
div.seccion_tags {
    margin-top: 50px;
}
div.seccion_tags a {
    color: #000;
}
.seccionEnlacesTags h4,
.seccion_tags h3 {
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    color: #E62527;
    border: 1px solid #E62527;
    padding: 5px;
    border-radius: 4px;
}
.seccionEnlacesTags h4 {
    margin-top: 50px;
}
.seccionEnlacesTags a {
    color: #000;
}


/**************** ESTILOS PARA NOTICIAS ****************/
h1#tituloNoticias {
    color: #E62527;
    font-weight: bold;
    margin: 30px 0 30px 0;
    font-size: 30px;
}
li.mas,
li.menos {
    text-align: center;
    cursor: pointer;
}
div.tituloSeccion {
    font-weight: bold;
    font-size: 1.2em;
    color: #E62527;
    margin-top: -10px;
    padding: 5px;
    border: 1px solid #E62527;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 30px 0;
    text-align: center;
}
div#publicidad {
    margin: -10px 0 10px 0;
}
div.noticiasBloque {
    margin-bottom: 40px;
}
div.becas,
div.ranking {
    font-size: 1.2em;
    font-weight: bold;
}
li.mas,
li.menos {
    text-align: center;
    color: #E62527;
}

a.enlacesTags,
a.enlacesNoticias {
    color: #000;
}
a.leerMas {
    font-weight: bold;
}
.listado_enlaces li {
    margin-bottom: 25px;
}
div#publicidad {
    text-align: center;
    margin-bottom: 30px;
}
h2.tituloNoticia {
    font-size: 1.3em;
    margin-top: -1px;
}
section > div.row {
    margin-bottom: 10px;
}
div.listado_enlaces ul {
    margin-bottom: 30px;
}
div.col-md-6 > section {
    margin-bottom: 30px;
}
li.no_visible {
    display:none;
}
li.visible,
li.visible-principal {
    display: inline-table;
}
li a.enlacesTags {
    padding: 5px;
    background-color: #eee;
    border-radius: 20px;
    color: #666;
    font-weight: bold;
}
li a.enlacesTags:hover {
    color: #E62527;
    text-decoration: none;
}
div.tags ul li,
nav.fecha ul li {
    margin-bottom: 15px;
}
nav.fecha ul li {
    display: inline-table;
}
ul.tagsMeses {
    padding-top: 20px;
}
ul.tagsMeses li a.enlacesTags {
    border-bottom: 2px solid #E62527;
    border-radius: 20px;
}
div.comunidad div.texto_noticia {
    margin-bottom: 20px;
}
.visible {
    display: block;
}
.no_visible {
    display: none;
}
div.seccionReportajes div.cabecera img {
    width: 100%;
    height: auto;
}
div.noticiasBloque article {
    margin-bottom: 15px;
}
img.destacada,
div.comunidad img {
    margin-bottom: 20px;
}
div.separacion {
    margin-top: 40px;
}
div.noticiasBloque article {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}
.btnbus{
    background-color: #e62527;
    border: 0;
    color: white;
    height: 33px;
}
.formbus{
    margin-top: -30px;
}
#lupafuera{
    float: left;
}
#textobus{
    color: black;
    float: left;
    height: 35px;
    width: 200px;
    margin-right: 3px;
}
h2.titulo_buscando {
    margin-left: -15px;
}
h2.titulo_buscando, h3.tituloNoticia, p.parrafoNoticiaBusqueda {
    color: #000;
}
p.encontradas {
    color: #000;
}
a.paginadorNoticias {
    padding-right: 10px;
    font-size: 1.2em;
    color: #E62527;
}
b.colorNumero {
    color: #467fb6;
}


/**************** ESTILOS PARA NOTICIAS FECHA ****************/
h1.noticiasFecha {
    color: #E62527;
    text-align: center;
    font-size: 28px;
    margin: 50px 0 40px 0;
}
ul.noticiasFecha li a {
    color: #000;
}


/**************** ESTILOS PARA NOTICIAS DETALLE ****************/
#menu_secciones {
    margin: 15px 0 50px 0;
}
h1.tituloDetalle {
    color: #E62527;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px;
}
div#redactor {
    margin-bottom: 35px;
}
input.no_visible {
    display: none;
}
input.suscripcion {
    width: 60%;
}
button.suscripcion {
    border: 0;
    background-color: #E62527;
    color: #fff;
    margin-top: -33px;
    float: right;
}
span.info {
    border: 0;
    background-color: #E62527;
    color: #fff;
    margin-top: 10px;
}
button.suscripcion:hover,
span.info:hover,
button.suscripcion:active,
span.info:active {
    background-color: #E62527;
    opacity: .5;
    color: #fff;
}
div.error {
    color: #E62527;
    font-weight: bold;
}
h2.tituloEvento {
    font-size: 1em;
    font-weight: bold;
    color: #000;
}
div.columna_datos li {
    color: #666;
    margin-bottom: 15px;
}
div.cabecera {
    margin-bottom: 10px;
}
li > a {
    color: #000;
}
.mas,
.menos {
    font-weight: bold;
    color: #5275B7;
}
li.no_visible {
    display:none;
}
div.visible > p {
    font-weight: bold;
}
a.noticiasTags {
    margin-right: 10px;
    color: #E62527;
    font-weight: normal;
}
a.noticiasTags:nth-of-type(1) {
    margin-left: 10px;
}
div.seccionFichas ul {
    margin-left: -40px;
}
div#tags {
    margin: 50px 0 20px 0;
    font-weight: bold;
    padding-left: 15px;
}
p.entradilla {
    font-weight: bold;
    margin: 30px 0 10px 0;
}
div#formulario_comentario {
    margin-top: 30px;
}
@media (max-width: 992px) {
    div#formulario_comentario {
        margin-bottom: 60px;
    }
}
label#opinion {
    font-size: 1.4em;
}
div#formulario_comentario textarea,
div#formulario_comentario input {
    margin-bottom: 10px;
}
div#formulario_comentario input[type=submit] {
    background-color: #E62527;
    border: 0;
    color: #fff;
    float: right;
}
footer {
    margin-top: 40px;
}
nav#menuNoticias ul li {
    margin-bottom: 5px;
    list-style-type: square;
}
div#listado_comentarios span.nombre {
    color: #E62527;
    font-weight: bold;
}
img.imagenNoticiaDetalle {
    float: left;
    margin-right: 10px;
}
div.lugarNoticia {
    background: rgba(0, 0, 0, 0) url("/imagenes-web/lugar_gris.png") no-repeat scroll left top;
}
div.precioNoticia {
    background: rgba(0, 0, 0, 0) url("/imagenes-web/precio_gris.png") no-repeat scroll left top;
}
span.precioNoticia,
span.modalidadNoticia {
    color: #7b7b7b;
    display: block;
    padding: 4px 0 8px 25px;
}


/**************** ESTILOS PARA NOTICIAS TAGS ****************/
h1.tituloNoticiasTags {
    color: #E62527;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 30px;
}
div.lateralTag h4 {
    color: #E62527;
    font-weight: bold;
    text-align: center;
}
div.lateralTag li a {
    color: #000;
}
aside#columnaCursos ul {
    margin-left: -30px;
}
aside#columnaCursos ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
aside#columnaCursos li:nth-last-child(1) {
    border-bottom: none;
}
article {
    margin-top: 10px;
}
div#zona_noticia_detalle h2 a {
    color: #E62527;
    font-size: 1em;
    margin-top: 30px;
}
div#tags {
    font-size: 1.0em;
}
div#tags span {
    font-weight: normal;
    padding-left: 5px;
}
p.entradilla {
    margin: -10px 0 20px 0;
}
div#texto_noticia {
    text-align: justify;
}
div#tags span {
    margin-right: 10px;
}
aside.tags h4 {
    text-align: center;
    color: #E62527;
    font-weight: bold;
}
aside.tags ul.lista_tags li {
    margin-bottom: 5px;
}
aside.tags ul.lista_tags {
    margin-left: -30px;
}
.rrssMM div {
    margin-left: 0 !important;
}
.rrssMM {
    display: flex;
    justify-content: center;
}

/**************** ESTILOS PARA CURSOS ****************/
h1.tituloCursos {
    color: #E62527;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}
div.robapaginas {
    margin: 30px 15px 0 0;
}
div.banner_publicidad iframe {
    border: none;
}


/**************** ESTILOS PARA BECAS ****************/
div.titulo_seccion_noticias span > a {
    color: #E62527;
}
div.titulo_seccion_noticias h4 {
    font-weight: bold;
    color: #E62527;
}
div.panel-body h4 {
    font-weight: bold;
    color: #E62527;
}
div.panel-body h5 {
    font-weight: bold;
}
div.seccion_noticias ul li {
    margin-bottom: 15px;
}
div.becasMM h2 {
    color: #E62527;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #E62527;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}
div.becasMM ul {
    margin-top: 25px;
}
div.becas li {

}
div.becasMM li > a {
    color: #000;
}
div.becasMM li > p {
    text-align: justify;
    margin-left: 20px;
}
div.becasMM ul li {
    margin-bottom: 40px;
}
div.becasMM li strong > a {
    color: #E62527;
}
#contenido ul li ul.comunidades {
    margin: 20px 0 0 0;
}

#contenido ul li ul.comunidades li {
    width: 27%;
    display: inline-block;
    padding-left: 30px;
    margin: 0;
}

div.becasMM ul li ul.comunidades li a {
    color: #848484;
    line-height: 0;
    text-decoration: none;
}


/**************** ESTILOS PARA PAGINA DE ERROR ****************/
div.mensaje_error h3 {
    color: #E62527;
}
div.mensaje_error a {
    font-weight: bold;
}


/**************** ESTILOS PARA POP-UP RECOMENDAR AMIGO ****************/
div#seccion_errores_amigos ul li {
    color: #E62527;
    font-weight: bold;
}
div#formularioRecomendar input {
    margin-bottom: 20px;
}
input.btnRecomendarAmigo {
    background-color: #E62527;
    color: #fff;
    margin-right: 15px;
}
p#parrafo_boletin {
    text-align: center;
    margin-top: 70px;
}
h1#tituloRecomienda {
    color: #E62527;
    text-align: center;
}
p#parrafoRecomienda,
div#capa_cerrar {
    text-align: center;
}
p#parrafoExito {
    font-weight: bold;
    color: #00AA00;
}
div.primerBloque {
    margin-bottom: 20px;
}


/**************** ESTILOS PARA MAPA WEB ****************/
h2.tituloMapa {
    color: #E62527;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 30px;
}
p.temas {
    color: #E62527;
    font-weight: bold;
    font-size: 1.2em;
}
.listaMapa {
    margin-top: 10px;
}
p.materia {
    font-weight: bold;
    padding-top: 10px;
}
.materia a {
    color: #000;
}
li.enlaceMapa a {
    color: #000;
    padding-left: 20px;
}


/**************** ESTILOS PARA AVISO LEGAL ****************/
h1.tituloLegal {
    margin: 40px 0 40px 0;
    font-weight: bold;
    color: #E62527;
    font-size: 30px;
}
h5.avisosLegal {
    font-weight: bold;
}


/**************** ESTILOS PARA COPYLEFT ****************/
h1.tituloCopyleft {
    margin: 40px 0 40px 0;
    font-weight: bold;
    color: #E62527;
    font-size: 30px;
}


/**************** ESTILOS PARA CLIENTES ****************/
h1#tituloClientes {
    color: #E62527;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
div.listadoEmpresas ul li {
    margin-bottom: 5px;
}


/**************** ESTILOS PARA QUIENES SOMOS ****************/
h1.tituloContacto {
    margin: 40px 0 40px 0;
    font-weight: bold;
    color: #E62527;
    font-size: 30px;
}
span.elementos {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #E62527;
    font-weight: bold;
    border-radius: 4px;
    display: block;
}
span.desc {
    margin-bottom: 15px;
    display: block;
}
div.otrasWebs {
    margin-top: 20px;
}
div.otrasWebs span.elementos {
    text-align: center;
}


/**************** ESTILOS PARA TARIFAS ****************/
h3.subtitulosTarifas {
    color: #5275B7;
}
div.contenidoTarifas {
    margin-top: -10px;
}
table.tarifas {
    margin-bottom: 20px;
}
table.tarifas td,
table.tarifas th {
    padding: 5px;
}
.filaTarifas {
    background-color: #eee;
}
.recuadrosAzulestarifas{
    background-color: #fff;
    border: 1px solid #E62527;
    color: #E62527;
    font-size: 15px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.recuadrosAmarillostarifas{
    color: #5275B7;
    font-size: 13.2px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.cuerpoTarifas .btn-default{
    background-color: #E62527;
    color: #fff;
    border: 0;
}
.cuerpoTarifas .btn-default:hover{
    opacity: 0.5;
}
li strong.precio{
    color: #AA000D;
    text-align: left;
}
.subrayado{
    text-decoration: underline;
}
p#descOferta {
    margin-bottom: 25px;
}
p#descTarifas {
    margin: 20px 0 20px 0;
}
h3.tituloPubli {
    margin: 40px 0 20px 0;
}
p#descPubli {
    margin-bottom: 20px;
}
p.modPubli {
    margin-bottom: 20px;
}
.bajarPrecios {
    margin-bottom: 20px;
}
div#patrocinio, div#colaboraciones, div#formatosPubli {
    margin-bottom: 40px;
}
span.patrocinio {
    color: #5275B7;
    margin-right: 10px;
    font-weight: bold;
}


/**************** ESTILOS PARA ENLACES ÚTILES ****************/
h1.tituloEnlacesUtiles {
    color: #E62527;
}
.cuerpoTarifas {
    margin-top: 30px;
}
.cuerpoTarifas img{
    margin: 0 auto;
}
.cuerpoTarifas img:hover{
    opacity: 0.5;
}
.tituloEnlacesTarifas{
    border: 1px solid #E62527;
    background-color: #fff;
    color: #E62527;
    padding: 10px;
    border-radius: 4px;
}


/**************** ESTILOS PARA INICIO CENTROS (CENTROS CON CURSOS) ****************/
.recuadroscentros{
    border: 1px solid #E62527;
    border-radius: 4px;
    margin-top: 10px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.tituloCentros{
    color: #235290;
}
div.centroDetalle {
    padding: 5px;
}
ul.lista-centros li.par {
    background-color: #eee;
}


/**************** ESTILOS PARA INICIO LANDING (CURSOS Y MASTERS...) ****************/
.cursosMastersPatrocinadoresFotos{
    margin-top: 10px;
    text-align: center;
}
li h2 > a {
    font-size: 18px;
    margin-bottom: -10px;
}
div.listado_cursos_patrocinados {
    margin-top: 30px;
}
h1#tituloInicioLanding {
    font-size: 28px;
    color: #E62527;
    font-weight: bold;
}
ul.listadoTemasProvincia li {
    width: 78%;
}
div#tablaTemas, div.listadoPatrocinadoresFotos {
    margin: 15px 0;
}
div.listado_simple_cursos {
    margin-top: 60px;
}


/**************** ESTILOS PARA USUARIOS ACCESO ****************/
.listaWebs p, .listaWebs a {
    font-weight: bold;
    color: #46578C;
}
.listaWebs li {
    border: 1px solid #777;
    margin-bottom: 10px;
}
.listaWebs li p {
    margin-top: 10px;
}
.listaWebs li img {
    margin-bottom: 10px;
}
.listaWebs a:hover {
    text-decoration: none;
}
.listaWebs {
    margin-top: 35px;
}
.registrate {
    border: 1px solid #777;
    text-align: center;
    height: 40px;
    border-radius: 4px;
}
.panelUsuarioAcceso {
    margin-top: 15px;
}
.nuevoRegistroUsuario{
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 40px;
}
a.btnRegistro {
    width: 40%;
    color: #E62527;
    border: 1px solid #E62527;
    transition: .5s;
}
a.btnRegistro:hover {
    background-color: #E62527;
    color: #fff;
    transition: .5s;
    border: 1px solid #E62527;
}
.nuevoRegistroUsuario > .nuevoUsuario p {
    margin-top: 50px;
}
.nuevoRegistroUsuario li {
    list-style-type: none;
}
.nuevoRegistroUsuario input {
    margin-bottom: 10px;
}
.nuevoRegistroUsuario li:nth-of-type(3) {
    margin-top: 10px;
    margin-bottom: 20px;
}
div.usuario_acceso {
    border: 1px solid #ccc;
    border-radius: 4px;
}
span.error {
    font-weight: bold;
    color: #E62527;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #E62527;
}
.panelUsuarioAcceso > div.panel-body h2 {
    margin-top: -10px;
    font-size: 1.4em;
    font-weight: bold;
}
@media (max-width: 330px){
    .nuevoUsuario h4{
        font-size: 15px;
    }
}
h2.contacto {
    font-weight: bold;
    color: #5275B7;
}
.formulario li {
    margin-bottom: 10px;
}
form {
    margin-top: 20px;
}
input[type=submit].btnAccesoUsuario {
    background-color: #E62527;
    color: #fff;
    border: 0;
    float: right;
    margin-top: 10px;
}
input[type=submit]:hover {
    background-color: #E62527;
    opacity: 0.6;
    color: #fff;
}
.cuerpo{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: -20px;
}
.breadcrumb{
    background-color: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
}
.breadcrumb li a{
    text-decoration: underline;
}
.cuerpo h1 strong{
    color: #5275B7;
}
.cuerpo h1{
    margin-bottom: 20px;
}
.cuerpo .parrafoAzul{
    color: #337ABB;
    margin-top: 10px;
}
.cuerpo p{
    font-size: 15px;
}
.parrafosazules{
    margin-bottom: 20px;
}
.parrafosazules p a{
    color: #1753C2;
}
.inclumpimiento{
    margin-bottom: 50px;
}
.inclumpimiento a{
    color: #1753C2;
}
.elementos ul li{
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #E62527;
    border: 1px solid #E62527;
    font-weight: bold;
    font-weight: bolder;
}
.contenido ul li{
    margin-bottom: 13px;
    margin-top: 10px;
    text-align: left;
    font-size: 13.5px;
}
@media (min-width: 992px) and (max-width: 1200px){
    .contenido ul li{
        margin-top: 17px;
    }
    .contenido ul li:nth-of-type(1){
        margin-top: 10px;
    }
    .contenido ul li:nth-of-type(3){
        margin-top: 12px;
    }
    .contenido ul li:nth-of-type(5){
        margin-top: -1px;
    }
    .contenido ul li:nth-of-type(6){
        margin-top: -1px;
    }
    .elementos ul li:nth-of-type(2){
        margin-top: 15px;
    }
    .elementos ul li:nth-of-type(4){
        margin-top: 34px;
    }
    .elementos ul li:nth-of-type(8){
        margin-top: 14px;
    }
    .elementos ul li:nth-of-type(9){
        margin-top: 28px;
    }
}
.bajarContenido{
    margin-bottom: 25px !important;
}
.recuadro .dato{
    background-color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
    white-space: normal;
    color: #E62527;
    border: 1px solid #E62527;
}
.litadoAviso li{
    margin-bottom: 10px;
}
.cuerpo img{
    margin: 0 auto;
}
.cuerpo img:hover{
    opacity: 0.7;
}
.tituloEnlaces{
    border: 1px solid #5275B7;
    background-color: #E0E7F1;
    color: #5275B7;
    padding: 10px;
}


/**************** ESTILOS PARA USUARIOS MENU ****************/
h1#tituloZona {
    color: #E62527;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #E62527;
    border-radius: 4px;
    padding: 5px;
    margin-top: 25px;
}
h2.titulo {
    color: #E62527;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
}
li.texto_negrita {
    font-weight: bold;
}
span.texto_negrita {
    font-weight: normal;
}
a.btn-datosPersonales,
a.btn-historial,
a.btn-temasBoletin,
a.btn-boletinTipo,
a.btn-provincias,
a.btn-tramitarBaja,
a.btn-introducirFecha {
    background-color: #fff;
    color: #E62527;
    border: 1px solid #E62527;
}
a.btn-datosPersonales:hover,
a.btn-historial:hover,
a.btn-temasBoletin:hover,
a.btn-boletinTipo:hover,
a.btn-provincias:hover,
a.btn-tramitarBaja:hover,
a.btn-introducirFecha:hover {
    background-color: #E62527;
    color: #fff;
    border: 1px solid #E62527;
}
a.btnCerrarSesion {
    background-color: #E62527;
    border: 1px solid #E62527;
    color: #fff !important;
}
a.btnCerrarSesion:hover {
    background-color: #E62527 !important;
    border: 1px solid #E62527 !important;
    color: #fff !important;
    opacity: .5 !important;
}
span.texto_verde {
    color: #00AA00;
}
span.texto_rojo {
    color: #E62527;
}


/*************** ESTILOS PARA USUARIOS REGISTRO COMPLETADO ***************/
div.panelRegistrado h3 > a {
    color: #000;
}
div.panelRegistrado h3 > a:hover {
    text-decoration: none;
}
div.panelRegistrado h3 {
    text-align: center;
}
h1#registrado {
    color: #E62527;
    text-align: center;
    margin-bottom: 20px;
}
span.correo {
    font-weight: bold;
}
a.enlaceRegistro {
    color: #E62527;
    font-weight: bold;
}


/*************** ESTILOS PARA USUARIOS MODIFICAR ***************/
h1#tituloModificarDatos {
    color: #E62527;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}
div.formModificar label {
    margin-top: 10px;
}
div.formModificar h2 {
    font-size: 16px;
    font-weight: bold;
    color: #E62527;
    text-align: center;
}
span.obligatorio {
    color: #E62527;
}
p.check {
    margin-top: 10px;
    text-align: center;
}
input.btn-actualizarDatos,
a.btn-volverMenu {
    color: #fff;
    background-color: #E62527;
    border: 1px solid #E62527;
    margin-top: 10px;
}
input.btn-actualizarDatos:hover,
a.btn-volverMenu:hover {
    color: #fff;
    background-color: #E62527;
    border: 1px solid #E62527;
    opacity: .5;
}
input.btn-actualizarDatos {
    float: right;
}
input.check {
    width: 20px;
}
p#flagModificar {
    color: #00AA00;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #00AA00;
    padding: 10px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
p.no-solicitudes {
    color: #E62527;
    font-weight: bold;
    text-align: center;
}


/*************** ESTILOS PARA USUARIOS BOLETIN FECHA ***************/
h1#tituloDesactivarBoletin {
    color: #E62527;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}
div.panelFecha {
    margin-top: 50px;
    margin-bottom: 50px;
}
div.fechaInfo {
    padding: 20px;
}
div.descripcion_fecha {
    margin-bottom: 20px;
}
div.descripcion_fecha input {
    margin-top: 20px;
}
div.panelFecha p,
div.texto_centrado {
    text-align: center;
}
span.fechaSuspendido {
    font-weight: bold;
}


/*************** ESTILOS PARA USUARIOS BOLETIN ***************/
h1#tituloUsuarioBoletin {
    color: #E62527;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
p#descripcion {
    text-align: center;
}
h2.sectores {
    color: #E62527;
    font-weight: bold;
    font-size: 18px;
}
div.botones-menu {
    margin-top: 20px;
}
a.marcar {
    margin-right: 40px;
    text-align: center;
    font-weight: bold;
}


/*************** ESTILOS PARA USUARIOS BOLETIN TIPO ***************/
div.titulo_zona h1 {
    color: #E62527;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
div.descripcion_zona p {
    text-align: center;
}
div.formularioBoletines {
    margin-top: 25px;
}
table.tabla_temas {
    text-align: center;
    margin: 0 auto;
}
table.tabla_temas span {
    font-weight: bold;
    color: #E62527;
}
ul.tipos_boletines {
    margin-top: 15px;
    margin-bottom: 15px;
}
div.bajaBoletin {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-enviarBoletinesTipo,
.btn-enviarBoletinesTipo:hover {
    background-color: #E62527;
    color: #fff;
    border: 1px solid #E62527;
    margin-top: 10px;
}
.btn-enviarBoletinesTipo:hover {
    opacity: .5;
}
div.flag_cambios {
    color: #00AA00;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #00AA00;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    clear: both;
}
div.flag_error {
    color: #E62527;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #E62527;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    clear: both;
}


/*************** ESTILOS PARA USUARIOS PROVINCIAS ***************/
p#descProvincias {
    text-align: justify;
    margin-top: 15px;
}
h3.pais {
    text-align: center;
    font-size: 22px;
}


/**************** ESTILOS PARA USUARIOS BOLETIN BAJA ****************/
div#correo_electronico {
    font-weight: bold;
    text-align: center;
}
div.formulario_boletin .btn {
    color: #fff;
    background-color:  #E62527;
    border: 1px solid #E62527;
}
div.formulario_boletin input.btn {
    margin-top: 10px;
    margin-left: 10px;
}
div.enlaces_envio {
    margin-top: 50px;
    margin-bottom: 50px;
}
div.formulario_boletin p {
    clear: both;
}


/**************** ESTILOS PARA USUARIOS HISTORIAL ****************/
input.btnSolicitudes {
    background-color: #E62527;
    border: 1px solid #E62527;
    color: #fff;
    float: right;
}
input.btnSolicitudes:hover {
    border: 1px solid #E62527;
}
ul.consultaSolicitudes p {
    text-align: center;
    color: #E62527;
}
ul.consultaSolicitudes li {
    margin-bottom: 10px;
}
ul#solicitudes li {
    display: inline;
    font-weight: bold;
}
div.tabla_solicitudes td {
    width: 20%;
}
div.tabla_solicitudes tr.titulo_columnas {
    font-weight: bold;
    text-align: center;
}
tr.titulo_columnas td {
    padding-bottom: 10px;
}
div.tabla_solicitudes tr.fila_par,
div.tabla_solicitudes tr.fila_impar {
    text-align: center;
}
div.tabla_solicitudes tr.fila_impar {
    background-color: #eee;
}
div.tabla_solicitudes tr.fila_impar td,
div.tabla_solicitudes tr.fila_par td {
    padding: 5px;
}


/**************** ESTILOS PARA WEB LANDING ****************/
h1#tituloLanding {
    color: #E62527;
    margin-bottom: 30px;
    text-align: center;
}
div.textoLanding h2 {
    font-weight: bold;
    font-size: 18px;
}
div.textoLanding h2 > a {
    color: #E62527;
}


/**************** ESTILOS PARA NO CURSO ****************/
h1.nocurso {
    color: #E62527;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
p.nocurso {
    font-size: 20px;
    text-align: center;
}
div.contenedor_temas h3 a {
    float: left;
    font-size: 15px;
    margin-left: 5px;
}


/*************** ESTILOS PARA CURSO SOLICITAR ***************/
a.btnCursoSolicitar {
    background-color: #67ae55;
    border: 1px solid #67ae55;
    color: #fff;
    font-weight: bold;
}
a.btnCursoSolicitar:hover {
    background-color: #67ae55;
    border: 1px solid #67ae55;
    opacity: .5;
    color: #fff;
    text-decoration: none;
}
input.btnPdf {
    background-color: #E62527;
    border: 1px solid #E62527;
    color: #fff;
}
input.btnPdf:hover {
    background-color: #E62527;
    border: 1px solid #E62527;
    opacity: .5;
    color: #fff;
}
h3.tituloCompartir {
    margin-bottom: 20px;
}
div.modulos_redes_sociales div {
    display: block;
}
a.btn-ContBusqueda {
    color: #337ab7;
    float: right;
    margin-right: 165px;
}
a.btn-ContBusqueda:hover {
    color: #337ab7;
    text-decoration: underline;
}
span.texto_negrita {
    font-weight: bold;
}
@media (min-width: 320px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 30px;
    }
}
@media (min-width: 400px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 60px;
    }
}
@media (min-width: 520px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 100px;
    }
}
@media (min-width: 768px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 150px;
    }
    /*div#rrss .IN-widget {
        float: right;
        margin-right: 60px;
        margin-top: -25px;
    }*/
}
@media (min-width: 841px) and (max-width: 900px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 150px;
    }
    /*div#rrss .IN-widget {
        float: right;
        margin-right: 60px;
        margin-top: -25px;
    }*/
}
@media (min-width: 901px) and (max-width: 991px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 150px;
    }
    /*div#rrss .IN-widget {
        float: right;
        margin-right: 60px;
        margin-top: -25px;
    }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 240px;
    }
    /*div#rrss .IN-widget {
        float: right;
        margin-right: 110px;
        margin-top: -25px;
    }*/
}
@media (min-width: 1200px) {
    div#rrss div#destacar_redes_sociales {
        margin-left: 340px;
    }
    /*div#rrss .IN-widget {
        float: right;
        margin-right: 170px;
        margin-top: -25px;
    }*/
}


/**************** ESTILOS PARA RECLAMACION ****************/
h1.reclamacion {
    text-align: center;
    font-size: 24px;
    color: #E62527;
}
h3.h3rec {
    font-size: 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}
div#bloqueDatosReclamacion .col-md-6 {
    margin-bottom: 50px;
}
td.azulRec {
    padding-left: 20px;
}
input[type=submit].enviar_reclamacion {
    float: right;
    margin-top: 5px;
    border: 1px solid #E62527;
    background-color: #E62527;
    color: #fff;
}
form#reclamacion label {
    font-weight: normal;
}
form#reclamacion li span {
    font-weight: bold;
}
div.tituloReclamacion {
    float: left;
}
@media (max-width: 991px) {
    div#bloqueDatosReclamacion img {
        margin-bottom: 10px;
        margin-left: 40%;
    }
}


/**************** ESTILOS PARA FICHA CENTRO ****************/
div#ficha_centro {
    margin-bottom: 30px;
}
div#ficha_centro h1 {
    font-size: 20px;
}
div.enlace_centro {
    margin-bottom: 40px;
}
span.titulo_medio {
    text-align: center;
    color: #999;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}
table.tabla_centros_datos td.etiqueta_datos {
    font-weight: bold;
}
table.tabla_centros_datos td.texto_derecha {
    padding-left: 20px;
}
@media (max-width: 991px) {
    div#capa_mapa {
        margin-top: 20px;
    }
}


/*************** ESTILOS BECAS FINANCIACION ***************/
div.becasMM ul li div.logo_entidad a {
    margin-left: 15px;
}


/*************** FOOTER ***************/
.bajo {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
}
.bajo li a {
    color: #999;
}
.bordeDerecho {
    border-right: 1px solid #B5CFFF;
    font-size: 12px;
    text-align: left;
}
.redesSociales {
    margin-top: 40px;
    font-size: 12px;
    color: #999;
    text-align: left;
}
.redesSociales p {
    margin-top: -20px;
}
ul.fotos li {
    margin-top: -30px;
}
ul.fotos li a {
    margin-left: 10px;
}
.bajo .contenedorFooter1 ul li {
    margin-top: 20px;
}
@media(max-width: 767px){
    .contenedorFooter1 .fotos{
        margin-top: 5px;
    }
    .bajo .fotos li {
        margin-bottom: 30px;
    }
    #bordeDerechoQuitar {
        border-right: none;
    }
}
#grupoFormacion {
    margin-top: 15px;
    color: lightslategrey;
}
.contenedorFooter1 {
    border-bottom: 1px solid #b5cfff;
}
.contenedorFooter1 a:hover {
    color: #466FAC;
}
.contenedorFooter2 img {
    width: 70px;
    height: 30px;
    margin-bottom: 20px;
}
.final {
    font-size: 12px;
    padding-top: 10px;
}
ul.fotos li img {
    margin-right: 8px;
}


/**************** IMAGEN CENTRO_ID 5563 ****************/
img#imagen5563 {
    width: 90%;
}
@media (min-width: 992px) {
    img#imagen5563 {
        margin-top: 75px;
    }
}

/* Actualizacion Bootstrap 4.4.6*/

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 50px;
}
    
.navbar-default .navbar-nav > li > a {
    color: #777;
}
    
.dropdown-toggle.nav-link {
    color: #777;
}
    
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
    
.bloqueUsuarioCabecera .btn.btn-default.btnCerrarSesion {
    margin: 0;
}
    
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #E62527;
}
    
a.links {
    color: #E62527;
}
    
@media (max-width: 767px) {
    input.busqueda {
        width: 200px;
        margin-top: 0 !important;
        margin-right: 25px;
    }
}
/*
.logobootstrapnavbar {
    poner 150px cuando se termine lo del aniversario
    max-width: 200px;

}
*/

.bloquedestacado {
    background-color: #e7e7e7;
}