/**
 * PORTAL HUNTING WINNERS 2010
 * 
 * @since Version 1.0
 * @author MindSet Films Dev Team
 * @copyright Copyright (c) 2k10, Ometz Group.
 */

/**
 * blc-topo.css

 * 
 * @author João Paulo Fricks
 * @description Arquivo de estilos de blocos do topo.
 */

/*********************************
 *  BLOCOS TOPO HOME OPERACIONAL HW *
 *********************************/

.blc-topo-1, .blc-topo-2, .blc-topo-3 
{
	display:inline;
	float:left;
	height:210px;
	margin:0 0 12px;
	position:relative;
	width:305px;
}

.blc-topo-2, .blc-topo-3 
{
	margin-left: 25px;
}

.img-blc-topo-1, .img-blc-topo-2, .img-blc-topo-3 
{
	width: 305px;
	height: 186px;
}

.legenda-blc-topo-1, .legenda-blc-topo-2, .legenda-blc-topo-3 
{
	display: inline;
	list-style: none;
	position: absolute;
	width: 305px;
	height: 60px;
	background-color: #152631;
	z-index: 100;
	/*top: 147px;
	top: 147px;*/
	bottom: 0px;
	_bottom: 49px;
	/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	float: left;
}

.link-blc-topo-1, .link-blc-topo-2, .link-blc-topo-3 
{
	float: left;
	margin: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	background-color: #699028;
	padding:2px 5px;
	text-transform:uppercase;
	font-weight: normal;
	margin:7px;
}

.label-blc-topo-1, .label-blc-topo-2, .label-blc-topo-3 
{
	float: left;
	width: 295px;
	margin: 0px 0px 0px 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}

.label-blc-topo-1 a, .label-blc-topo-2 a, .label-blc-topo-3 a
{
	color: #ffffff;
	text-decoration: none;	
} 

.label-blc-topo-1 a:hover, .label-blc-topo-2 a:hover, .label-blc-topo-3 a:hover
{
	text-decoration: underline;	
}

