body{
    font-size: 17px;
    font-family: 'Roboto', arial;
    text-align: justify;
    color: #444;
    background-color: #eee;
}

a{
    color: #987fb5;
    font-weight: bold;
}

a:hover{
    color: #000;
    font-weight: bold;
}

/* ************************************************************************************* */

.container h1{
    font-family: 'Roboto';
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;   
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 2.2em;
}

.container h2{
    background-color: #987fb5;
    font-family: 'Roboto';
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;   
    margin-top: 0;
    letter-spacing: 1px;
}

.container h3{
    background-color: #987fb5;
    font-family: 'Roboto';
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;   
    margin-top: 0;
    margin-bottom: 30px !important;
    font-size: 1.2em;
    letter-spacing: 1px;
    border-left: 20px solid #000;
}

/*.container h4{
    background-color: #987fb5;
    font-family: 'Roboto';    
    color: #fff;
    padding: 5px 10px;
    margin-top: 0;
    font-weight: medium;    
}*/

.container-gris{
    background-color: #eee;
    padding: 30px;
    margin-top: 20px;
}

.container-bco{
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
}

.container-bco h4{
    background-color: #987fb5;
    font-family: 'Roboto';    
    color: #fff;
    padding: 5px 10px;
    margin-top: 0;
    font-weight: medium;    
}


.container-lila{
    background-color: #987fb5;
    padding: 30px;
    margin-top: 20px;
}

.container-negro{
    background-color: #000;
    padding: 30px;
    margin-top: 20px;
}

.container-negro h4{
    font-family: 'Roboto';    
    color: #fff;
    padding: 5px 10px;
    margin-top: 0;
    font-weight: medium;    
}

.info p{
    padding: 10px;
}

/* ************************************************************************************* */

.galeria .foto{
    margin: 2px;
    border: 1px solid #ccc;
}

/* ************************************************************************************* */

.clearfix{
    margin-bottom: 10px;
}

.artistas{
    margin: 0 !important;
    text-align: left;
    margin-bottom: 15px !important;
}

.artistas-nom{
    font-weight: bold;
    color: #987fb5;
    font-size: 1.4em;
}

.artistas-tit{
    font-weight: bold;
    color: #666;
    display: block;
}

.artistas-img{
    padding: 0 !important;
    background-color: #fff;    
}

.artistas-img img{
    border: 1px solid #ccc;
}

.artistas p{
    margin-top: 10px;
}

.artistas-caja{
    /*background-color: #fff;*/   
    padding: 0 40px 10px 10px;
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px dotted #ddd;*/
    /*border-left: 4px solid #ccc;
    margin-left: 5px;*/
}

/* ************************************************************************************* */

.artistas{
  display:flex;
  flex-wrap:wrap;
}

/* ************************************************************************************* */


@media (max-width: 800px) { 

    body{
        text-align: left !important;
    }

    .artistas-caja{
        /*padding: 0 10px 0 10px !important;*/
        margin-bottom: 20px !important;
    }

}


@media (min-width: 1200px) { 

/*    .artistas-caja{
        padding: 0 10px 0 10px !important;
    }*/

}