﻿.boxfoto {
    display: inherit;
     margin-top:5px; margin-left:5px; margin-right:5px; margin-bottom:5px;
    
    background: #fff;
    border: 5px solid #fff;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.13);
    box-shadow: 0 0 8px rgba(0,0,0,.13);
    zoom: 1;
}
.boxfoto-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #0C3B6F;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: none;
}
.boxfoto-nome{
	 font-size:12px; margin-left:7px; margin-bottom:0px;
}