#CloudComparativo
{
	position:absolute;
	background-image:url('images/cloud_back.png');
	background-repeat:no-repeat;
	width:1024px;
	height:916px;
	
	padding-top:220px;
	padding-left:220px;
	
	font-family:Verdana;

}
#CloudComparativo .menu
{
	font-size:17px;
}
#CloudComparativo .menu .item
{
	cursor:pointer;
	
	float:left;
	margin-right:6px;
	
	background-image:url('images/m_center.png');
	background-repeat:repeat-x;	


	
	height:36px;	
}

#CloudComparativo .menu .item .ItemLeft
{
	background-image:url('images/m_left.png');
	background-repeat:no-repeat;	
	height:36px;
}

#CloudComparativo .menu .item .ItemRight
{
	background-image:url('images/m_right.png');
	background-repeat:no-repeat;	
	background-position:right;
	height:36px;
	
	padding-left:15px;
	padding-right:15px;
}


#CloudComparativo .menu .itemAct
{
	float:left;
	margin-right:6px;
	
	background-image:url('images/mact_center.png');
	background-repeat:repeat-x;	


	
	height:36px;	
}

#CloudComparativo .menu .itemAct .ItemLeft
{
	background-image:url('images/mact_left.png');
	background-repeat:no-repeat;	
	height:36px;
}

#CloudComparativo .menu .itemAct .ItemRight
{
	background-image:url('images/mact_right.png');
	background-repeat:no-repeat;	
	background-position:right;
	height:36px;
	
	padding-left:15px;
	padding-right:15px;

}
#CloudComparativo .menu .text
{
	padding-top:6px;
}
#CloudComparativo .CloudContent
{
	background-image:url('images/cloud_gradient1.png');
	background-repeat:repeat-x;	
	width:798px;
	height:273px;
}

#CloudComparativo .logo
{
	width:305px;
	height:58px;
	border:none;
}



#CloudComparativo .CloudContentBottom
{
	width:798px;
}

#CloudComparativo .CloudContentBottom  .Left
{
	background-image:url('images/b_left.png');
	background-repeat:no-repeat;	
	height:19px;
	
}

#CloudComparativo .CloudContentBottom  .Center
{
	background-image:url('images/b_center.png');
	background-repeat:repeat-x;	

	height:19px;
}

#CloudComparativo .CloudContentBottom  .Right
{
	background-image:url('images/b_right.png');
	background-repeat:no-repeat;	
	background-position:right;
	height:19px;
		
}

#CloudContent_3 table
{
	width:100%;
}


#CloudContent_3 table td
{
	paddig:3px;
}

#CloudContent_3 table .colored
{
	background-color:#cce2f0;
}

#black_cover{
	position:absolute; 
	width:100%; 
	height:100%;
	
	top:0;  
	z-index:200;  
	
	background-color:#000;-moz-opacity:80;opacity:0.8;filter: alpha(opacity = 80); 
	display:none;
}

