@charset "utf-8";
/* CSS Document */


#meio {
			position:absolute;
			margin:0px;
			top:0px;
    background-color: rgba(255,255,255,0.3);
	text-align:center;
	font-size:15px;
	width:90%;
	margin-left:5%;
	float:center;
	border:double  #000 3px;
	border-radius:25px;
	moz-border-radius:25px;
	webkit-border-radius:25px;
		}
		
						
		#testo {
    background-color: rgba(255,255,255,0.3);
	width:55%;
	margin-left:25%;
	float:center;
	border:double  #000 3px;
	border-radius:15px;
	moz-border-radius:15px;
	webkit-border-radius:15px;
	position:fixed;
	bottom:0px;
	text-align:center;
}			
			

			#web{
			position:inherit;
			width:90%;
			margin-left:5%;
			top:50%;
            background-color: rgba(255,255,255,0.3);
			text-align:center;
	        border:double  #000 3px;
			border-radius:5px;
			moz-border-radius:5px;
			webkit-border-radius:5x;
			}
			
			#borda{
            width:90%;
	    	margin-left:5%;
            background-color: rgba(255,255,255,0.3);
			text-align:center;
	        border:double #CF3 3px;
			border-radius:15px;
			moz-border-radius:15px;
			webkit-border-radius:15px;
			}
			
			
			#borda2{
            width:50%;
	    	margin-left:25%;
            background-color: rgba(255,255,255,0.3);
			text-align:center;
	        border:groove #0FF 3px;
			border-radius:5px;
			moz-border-radius:5px;
			webkit-border-radius:5px;
			font-size:20px;
			}
			
			
			.whatsapp {
    position: fixed;
    top: 82%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
}






