/* ********************************************************************************************************************/
/*-------------------------------------------------------------------------------------------*/
/*  COMPENDIO DE CSS BÁSICO PARA USAR EN TEMAS DE WORDPRESS. */ 
/*  CREADO POR www.planetahuevo.es*/ 
/*   Basado en woothemes y Elegant themes shortcodes*/ 
/*  Ãºltima version descargable aquÃ­: www.planetahuevo.es*/ 
/*  A copiar y pegar en el custom.css de cualquier tema. */ 
/**/
/**/
/**/
/**/
/*-------------------------------------------------------------------------------------------*/
/* BLURBS CSS 
/*-------------------------------------------------------------------------------------------*/
/* BLURBS */
.blurb {
        text-align: center;
   
    margin-bottom: 20px
}
.blurb-grey {
         text-align: center;
    border: #e5e5e5;
    padding: 15px;
    border-style: solid;
    background-color: #f7f7f7;
margin-bottom: 20px
}
.blurb-border {
       text-align: center;
    border: #e5e5e5;
    padding: 15px;
    border-style: solid;
margin-bottom: 20px
    
}
.blurb-wrap {
       margin-bottom: 30px
    
}