/*FRAME VIDEO*/
.fr_vdo{
	width:70%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-top:1%;
	margin-bottom:1%;
	position: relative;
	}
	
	
.fr_foto{
	width:95%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-top:1%;
	margin-bottom:1%;
	position: relative;
	}
	
/*SEPARADOR*/
.b-example-divider {
   height: 3rem;
   background-color: rgba(0, 0, 0, .1);
   border: solid rgba(0, 0, 0, .15);
   border-width: 1px 0;
   box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
     }