.catalogo_menu{
	width:825px;
	height:500px;
	margin:auto;
	padding-top:4px;
	line-height:1.7em;
}

.catalogo_menu_2{
	width:824px;
	height:450px;
	margin-top:19px;
	float:right;
	font-size:15px;
}

.catalogo_menu_2 nav{
	float:left;
}

.catalogo_menu_2 nav ul{
	width:824px;
	height:450px;
	margin:0;
	padding:0;
}

.catalogo_menu_2 nav ul li{
	float:left;
	list-style-type:none;
}

.c1{background-image:url(../_mx_img/c1.png); width:206px; height:206px;}
.c2{background-image:url(../_mx_img/c2.png); width:206px; height:206px;}
.c3{background-image:url(../_mx_img/c3.png); width:206px; height:206px;}
.c4{background-image:url(../_mx_img/c4.png); width:206px; height:206px;}
.c5{background-image:url(../_mx_img/c5.png); width:206px; height:206px;}
.c6{background-image:url(../_mx_img/c6.png); width:206px; height:206px;}
.c7{background-image:url(../_mx_img/c7.png); width:206px; height:206px;}
.c8{background-image:url(../_mx_img/c8.png); width:206px; height:206px;}

.catalogo_menu_2 nav ul li a{
	display:table-cell;
	vertical-align:middle;
	width:206px;
	height:206px;
	text-align:center;
}

.catalogo_menu_2 a:link,
.catalogo_menu_2 a:visited{
	background-color:rgba(128, 198, 244, 0.8);
	border-radius:206px;
	font-size:20px;
	color:#FFF;
	text-shadow: 0px 0px 5px #293243;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
}

.catalogo_menu_2 a:hover,
.catalogo_menu_2 a:focus{
	color:#F1F2F2;
	font-size:0px;
	background-color:transparent;
	text-decoration:none;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.safari .catalogo_menu_2 a:hover,
.safari .catalogo_menu_2 a:focus{
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

_:-ms-lang(x), .catalogo_menu_2 a:hover{font-size:20px;}
_:-ms-lang(x), .catalogo_menu_2 a:focus{font-size:20px;}

.catalogo_menu_2 a{
	position:relative;
}

.catalogo_menu_2 a span{
	margin-left:-999em;
	position:absolute;
}

.catalogo_menu_2 a:hover span{
	position:absolute;
	z-index:99;	
	width:70px;
	height:70px;
	border-radius:206px;	
	font-size:20px;
	text-align:center;
	line-height:3.5em;
	color:#FFF;	
	left:-2px;
	bottom:0em;		
	margin-left:0;		
	background-color:rgba(255, 0, 0, 0.8);	
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
}