@charset "utf-8";
.panelSites{
	background-color:#000;
	position:relative;
	float:right;
	height:100%;
	width:520px;
	filter:alpha(opacity=60);
	moz-opacity:.60;
	opacity:.60;
	overflow:auto;
}
.logoStudio {
	position:absolute;
	float:left;
	background:url(../images/logostudio.png) no-repeat;
	margin-top:1%;
	margin-left:1%;
	width:308px;
	height:190px;
	z-index:10;
}
.polStudio {
	position:relative;
	background:url(../images/polstudio.png) no-repeat;
	margin-top:10%;
	width:280px;
	height:480px;
}
.textStudio {
	position:relative;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#FFF;
	width:500px;
}
.textMade {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 14px;	
	color:#FFF;
	margin-right:15px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	width:500px;	
}
.logoMade {
	position:absolute;
	float:left;
	background:url(../images/logomade.png) no-repeat;
	margin-top:2%;
	margin-left:2%;		
	width:308px;
	height:190px;
	z-index:10;	
}
.polMade {
	position:relative;
	background:url(../images/polmade.png) no-repeat;
	margin-top:10%;
	width:280px;
	height:480px;
	z-index:2;}
.textCasa {
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;	
	color:#FFF; 
	margin-right:15px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	width:500px;	
}
.logoCasa {
	position:absolute;
	float:left;
	background:url(../images/logocasa.png) no-repeat;
	margin-top:2%;
	margin-left:2%;	
	width:308px;
	height:190px;
	z-index:10;	
}
.polCasa {
	position:relative;
	background:url(../images/polcasa.png) no-repeat;
	margin-top:10%;
	width:280px;
	height:480px;
}
