body{
	padding:0;
	margin:0;

}
.entorno{
	width:100%;
	height:100%;
	background-coloasr:#eeeeee;
   display: flex;
   justify-content: center;
   align-items: center;
}
	.medio{
		padding:10px;
		height:200px;
		width:95%;
		background-color:rgba(255,255,255,1);
   display: flex;
   justify-content: center;
   align-items: center;

-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
	}