/* CSS Document */
/* Dohms Comunicação */
/* Michel Dohms  <>  michel@dohms.com.br */
/* DWEB */


/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\       	  BASIC elements    		    /\/\/\/\/\/\/\/\/\/\/\  */
/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */

body, html  {
	width: 100%;
	height: auto;
	background : url(imagens/background_interna.jpg) repeat-y top center #E3E4E8;
	padding: 0px;
	margin: 0px;
}

ul, li{
	margin: 0; padding: 0; list-style: none;
}

/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\        		  specific DIVS    		    /\/\/\/\/\/\/\/\/\/\/\  */
/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */

#corpo {
	width: 702px;
	min-height: 576px;
	_height: 576px;
	margin: 0 auto;
	position: relative;
	background: url(imgs/coluna_esquerda_bck.jpg) repeat-y  white;
	padding: 0 0 0 75px; 
}

#corpo.interna {
	height: 548px;
}

#cabeca {
	width: 777px;
	height: 46px ;
	padding-top: 133px;
	margin-left: -75px;
	text-align: right;
	background: url(imgs/coluna_esquerda.jpg) no-repeat;
	position:relative;
}

#cabeca ul{
	display: none;
}

#cabeca #link_home{
		position:absolute;
		width: 250px;
		height: 80px;
		/*border: 1px solid green;*/
		top:40px;
		left:80px;
}

#menu{
	float: left;
	width: 133px;
	height: 300px;
	padding-top: 1px;
	position: relative;
	margin: 0 0 0 6px;
	display: inline;
	text-align: center;
		/* border: 1px solid red; */
}


#menu ul{
	display: none;
}

#menu #menu_chamada{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 133px;
	height: 48px;
}

#principal {
	float: right;
	background: #DEDEDE;
	width: 537px;
	height: 305px;
	margin: 0px 13px 0 0;
	display: inline;
	overflow: auto;
}

#conteudo {
	float: right;
	background: #DEDEDE;
	width: 507px;
	height: 285px;
	margin: 0px 13px 0 0;
	display: inline;
	padding:20px;
	overflow: auto;
}

#principal.interna {
	height: 354px;
}

#menu_produtos{
	padding-top:1px;
	padding-left:6px;
	position: absolute;
	width: 133px;
	height: 219px;
	z-index:3;
		 /*border: 1px solid red; */
}

#menu_institu{
	position: absolute;
	width: 440px;
	height: 18px;
	margin: 25px 0 0 6px;
	display: inline;
	top: 130px;
	left: 220px;
	z-index:3;
		 /*border: 1px solid red; */
}

#principal_produtos{
	position:relative;
	width:702px;
	height:407px;
	z-index:1;
		/* border: 1px solid blue; */
}

#barra_not_home{
	width: 530px;
	height: 53px;
	background: url(imgs/barra_not_home.jpg) no-repeat;
	margin-top: 15px;
	padding: 10px 20px 0 152px;
	/* border: 1px solid red; */
}
			#barra_not_home li{
				font:  11px/11px Verdana, san-serif;
				color: #72706F;
				height: 13px;
			}
			#barra_not_home li span{
				font: bold  10px/11px Verdana, san-serif;
				color: #C63E1B;
			}

#rodape{
		width: 777px;
		height: 3px;
		background: url(imgs/detalhe_rodape.jpg) repeat-y;
		margin: 0 auto;
		font-size: 1px;
		/* border: 1px solid green; */
}
	
	.portugues{
		width: 70px;
		height: 13px;
		_height: 9px;
		right: 20px;
		top: 42px;
		position: absolute;
/*		border: 1px solid green;
*/	}
	.ingles{
		width: 70px;
		height: 13px;
		_height: 13px;
		right: 20px;
		top: 60px;
		position: absolute;
		z-index:2;
/*		border: 1px solid green;
	*/}	
	
	.espanhol{
	width: 70px;
	height: 13px;
	_height: 13px;
	right: 20px;
	top: 76px;
	position: absolute;
	z-index:2;
/*	border: 1px solid green;
*/}

/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\        	  TEXT classes     		   /\/\/\/\/\/\/\/\/\/\/\/\  */
/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */

.padrao, .padrao a:link, .padrao a:visited{
	font:  11px Verdana, san-serif;
	color: #72706F;
	text-decoration: none;
}

.padrao a:hover{
	text-decoration: underline;
}

.tituto{
	font: bold  11px Verdana, san-serif;
	color: #C63E1B;
}
/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\        	  Another Stuff    		   /\/\/\/\/\/\/\/\/\/\/\/\  */
/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */

.clear{
	clear: both;
}




