


section{
border-top:5px solid #f2f2f2;
text-align:center;
padding:2rem 0}

/* Raio da borda da fotinha*/
.example-image-link{
display:inline-block;
padding:4px;
margin:0 0.0rem 0rem 0.0rem;
background-color:#fff;
line-height:0;
-webkit-transition:background-color 0.1s ease-out;
-moz-transition:background-color 0.1s ease-out;
-o-transition:background-color 0.1s ease-out;
transition:background-color 0.1s ease-out;
-webkit-border-radius:6px;
-moz-border-radius:6px;
-ms-border-radius:6px;
-o-border-radius:6px;
border-radius:6px}

/* cor da borda da fotinha*/
.example-image-link:hover{
background-color:#a7a7a7}

/* Raio da fotinha*/
.example-image{
/* ORIGINAL
width:7rem;
*/
height:60px;
width:60px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px}

.menu-image{
/* ORIGINAL
width:7rem;
*/
/*height:61px; */
/*width:129px; */

	vertical-align:top;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
border-radius:0px}





hr{
border:0;
border-top:2px solid #f2f2f2;
margin:2rem auto;
width:20rem}

