body.path-frontpage .pagina-basica{
  display: none;
}
body.user-logged-in.path-frontpage .pagina-basica{
  display: inline;
}
div.bloque-contenedor{
	padding-right: 0px;
} 
div.bloque-contenedor a.boques{
	background: #fff;
    padding: 10% 0%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
   /* border: 1px solid #a1bee88c */
}

div.bloque-contenedor a.boques:hover{
	background: #9cb6ff52;
    color: #1279c1;
    border-color: #a1bee88c
}

body.user-logged-in.path-frontpage.page-node-type-pagina-basica.has-glyphicons div.row section{
	padding-right: 0px;
}

body.user-logged-in.path-frontpage.page-node-type-pagina-basica.has-glyphicons div.row aside{
	/*padding-left: 0px; */
	padding-left: 3%;
}

.blq_a:before,.blq_b:before,.blq_c:before,.blq_d:before,.blq_e:before,.blq_f:before{
  font-family: fontawesome;
  height: auto;
  width: 14%;
  position: absolute;
  top: 10%;
  left: calc(50% - 7%);
}
.blq_a:before{
  content: url(/sites/default/files/fonts/notes-medical-solid.svg);
}
.blq_b:before{
  content: url(/sites/default/files/fonts/hand-holding-heart-solid.svg);
}
.blq_c:before{
  content: url(/sites/default/files/fonts/bell-solid.svg);
}
.blq_d:before{
  content: url(/sites/default/files/fonts/clock-solid.svg);
}
.blq_e:before{
  content: url(/sites/default/files/fonts/book-solid.svg);
}
.blq_f:before{
  content: url(/sites/default/files/fonts/volume-up-solid.svg);
}