﻿


/* Box comum */

	.bx2 { 
		width:100%; height:100%;/* padding-bottom:18px; border:1px #c6c6c6 solid;
		background:#fff url('imagem/modulos/menu/bg-meio.jpg') repeat-x scroll left bottom;
		overflow:hidden;*/  position:relative; float:left;
		z-index: 100;
	}
	.bx2 .c-s-e, 
	.bx2 .c-s-d, 
	.bx2 .c-i-d, 
	.bx2 .c-i-e{ 
		position:absolute; width:20px; height:20px; /*display:inline-block;*/  display:none; 
		background-repeat:no-repeat; background-color:transparent;
	}
	
	.bx2 .c-s-e { background-image:url('imagem/modulos/menu/c-s-e.jpg'); background-position:left top; top:-1px; left:-1px; } 
	.bx2 .c-s-d { background-image:url('imagem/modulos/menu/c-s-d.jpg'); background-position:right top; top:-1px; right:-1px; } 
	.bx2 .c-i-d { background-image:url('imagem/modulos/menu/c-i-d.jpg'); background-position:right bottom; bottom:-1px; right:-1px; } 
	.bx2 .c-i-e { background-image:url('imagem/modulos/menu/c-i-e.jpg'); background-position:left bottom; bottom:-1px; left:-1px; }
	
	
		