body {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.container-contenido#info h2, .contenedorNoticiasListadas#info h2{
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
}

.container-contenido#info h3 {
    font-size: 18px !important;
    display: block;
}

.container-contenido#info table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.container-contenido#info table>tbody>tr:first-child>td{
    border-top: 0;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    line-height: 1.42857143;
    text-align: left;
    font-weight: bold;
}

.container-contenido#info table>tbody>tr>td{
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}

h4 {
    margin-top: 15px;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

#info {
    width: 100% !important;
    margin-top: 0 !important; 
}

div#info {
    line-height: 1.42857143 !important;
}

.btn-gray {
    background-color: #bbb;
    border-color: #bbb;
    color: white;
}

/* HEADER */
header {
    background-image: url(archivopub.do?ctrl=MCRST8765ZI230246&id=230246);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 1px 1px #D7D7D7 !important;
}

div.titol > div > h1.micro-site-header > a {
    color: #cb023e;
    font-size: 22px;
}

/* LAYOUT */
div.menuAccessibilitat#marcLateralV2 {
    width: 100%;
    margin-right: 0;
}

div.container-contenido {
    width: 100%;
}

/* MENU */
.dropdown-menu>li>a {
    margin: 2px 0 0;
    font-size: 14px;
    min-height: 0;
}

.navbar-nav>li>.dropdown-menu {
    padding: 5px 0;
}

header {
    margin-bottom: 20px;
}

.menuLateral a.navbar-brand {
    font-size: 18px;
    padding: 15px 15px;
}

#menu-horizontal .navbar.navbar-default {
    margin-bottom: 0;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    min-height: 20px;
}

#menu-horizontal .navbar a.menu-link {
    font-size: 14px;
}

#menu-horizontal .navbar li.active a.menu-link {
    color: #cb023e;
    background-color: white;
}

#menu-horizontal .navbar li:hover a.menu-link {
    color: #cb023e;
}


/* COMPONENT */
.micro-elemento.noticias a.image-container:hover {
    opacity: 0.5;
}

.micro-elemento.noticias div.image-canvas {
    font-size: 0;
    line-height:0;
}

.micro-elemento.noticias a.image-container {
    display: inline-block;
    margin: 1px;
}

.image-container > img {
    width: 100%;
    height: 100px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.image-container {
    width: 32.6%;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 580px) {
    .image-container > img {
        height: 150px;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .image-container {
        width: 24.7%;
    }

    #menu-horizontal .navbar a.menu-link {
        min-height: 20px;
        padding: 0 20px;
        line-height: 20px;
        color: #444;
    }

    #menu-horizontal .navbar .navbar-left a.menu-link {
        border-left: 1px solid #ddd;
        font-weight: 600;
    }

    #menu-horizontal .navbar .navbar-left > ul > li:last-child > a.menu-link {
        border-right: 1px solid #ddd;
    }

    #menu-horizontal {
        margin-bottom: 20px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .image-container {
        width: 16.4%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .image-container {
        width: 14.1%;
    }
}

#component-slider .carousel-inner > .item {
    width: 100%;
    max-height: 150px !important;
}

#component-slider .carousel-inner > .item > img {
    width: 100%;
    min-width: 600px;
}

#component-slider .carousel-control {
    width: 10%;
}

#component-slider .carousel-inner {
    width: 100%;
    max-height: 150px !important;
}

#component-slider .carousel-caption {
    bottom: 23px;
    left: 15%;
    right: 15%;
}

#component-slider .carousel-caption > h3 {
    color: white !important;
    font-size: 26px !important;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 0 !important;
    text-align: center;
}

#component-slider {
    margin-right: 3px;
}

/* CARDS */
.card {
    margin-bottom: 10px;
    font-size: 14px;
}

.card-image-holder {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.card-footer {
    background-color: #ddd;
    border-radius: 10px;
    width: 100%;
    padding: 2px 10px;
}

.card-footer > a {
    margin-top: 1px;
}

@media (min-width: 768px) {
    .card {
        height: 350px;
        position: relative;
    }

    .card-footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .card-body {
        height: 210px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.form-control.form-control-fix {
    font-size: 14px;
    height: 34px;
    margin-top: 0;
    padding: 6px 12px;
}
.form-control.form-control-fix {
    font-size: 14px;
    height: 34px;
    margin-top: 0;
    padding: 6px 12px;
}
.btn.btn-default.btn-fix {
    font-size: 14px;
    padding: 6px 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid #CCC;
    margin-top: 0;
}
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#infoNoticia .project-details-image{
    width: 100%; 
    max-height: 350px; 
    overflow: hidden; 
    position: relative;    
}

.media-list-no-image {
    width: 100px;
    background-color: #cb023e;
    line-height: 100px;
    color: white;
}

.media-list-no-image: hover {
    text-decoration: none;
}

/* SOCIAL */
footer #eines .redes-sociales #nuestrosEspacios ul li.facebook a{
    background-image: url(archivopub.do?ctrl=MCRST8765ZI237154&id=237154) !important;
}
footer #eines .redes-sociales #nuestrosEspacios ul li.youtube a{
    background-image: url(archivopub.do?ctrl=MCRST8765ZI237156&id=237156) !important;
}
footer #eines .redes-sociales #nuestrosEspacios ul li.instagram a{
    background-image: url(archivopub.do?ctrl=MCRST8765ZI237155&id=237155) !important;
}