/* Topo */

.topo td
{
	background-color:#fffe03;
}

.topo #superior_esquerda
{
	background-color: #999999;
	height: 10px;
}

.topo #superior_direita
{
	background-color: #999999;
	height: 10px;
}

.topo #lateral_direita
{
	background-image:url(../img/ienh/linha_vdireita.gif);
	background-repeat:repeat-y;
	background-color:#fffe03;
	background-position:right;
	width:10px;
}

.topo #lateral_esquerda
{
	background-image:url(../img/ienh/linha_vesquerda.gif);
	background-repeat:repeat-y;
	background-color:#fffe03;
	width: 10px;
}

.topo #superior
{
	background-image:url(../img/ienh/linha_topo_ienh.gif);
	background-repeat:repeat-x;
}

.topo #logo
{
	background-image: url(../img/ienh/logo_ienh.gif);
	background-repeat: no-repeat;
	height:80px;
	width: 215px;
	float: left;
}

.topo #canto_esquerdo
{
	background-image: url(../img/ienh/le_ienh.gif);
	background-repeat: no-repeat;
	height:1px;
	width: 10px;
	float: left;
}

.topo #canto_direito
{
	background-image: url(../img/ienh/ld_ienh.gif);
	background-repeat: no-repeat;
	height:1px;
	width: 10px;
	float: right;
}

/*************************************************************************************/

