/*Tabla de contenido en minusculas*/
.article-summary .media-body .media-heading{
    text-transform:uppercase!important;
}
/*.article-summary .media-body .media-heading::first-letter{*/
/*    text-transform:uppercase!important;*/
/*}*/

/*footer{*/
/*    text-align:center;*/
/*    background:#ededed;*/
/*    background-image:none!important;*/
/*}*/
/*.ftr-img{*/
/*    background-image:none!important;*/
/*}*/
p{
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 500;
}
/* carousel */
.media-carousel
{
    margin-bottom:0;
    padding:0 40px 30px 40px;
    margin-top: 30px;
    /*background:#ededed;*/
}
/* Previous button  */
.carousel-control {
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px !important;
    height: 40px !important;
    width : 40px !important;
    margin-top: 30px;
}

.media-carousel .carousel-control.left
{
    left: -12px;
}
/* Next button  */
.media-carousel .carousel-control.right
{
    right: -12px !important;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
    background: #333333;
}
.media-carousel img
{
    max-width: 250px;
    max-height: 100px
}
/* End carousel */