@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	background-color: #606060;	
}

div.tela {
	background: URL(../lay/fundo-topo.jpg) top repeat-x;
	background-color: #ccc;
	border-bottom: 3px solid #fff;
}

div.copy {
	position: relative;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-family: Tahoma,Arial,Verdana;
	font-size: 11px;
}

#topo {
	position: relative;
	width: 961px;
	height: 134px;
	background: URL(../lay/topo2.jpg) no-repeat;
	text-align: center;
}

#topo #logo {
	position: absolute;
	left:325px;
	top: 15px;
}

#topo #yamato {
	position: absolute; 
	top: 15px;
	right: 59px;
}

#topo #menu {
	position: relative;
	text-align: center;
	top: 83px;
	height: 48px;
	width: 790px;
}

#topo #menu ul {
	list-style: none;
	margin:0;
	padding:0;
}

#topo #menu li  {
	margin:0;
	float: left;
	padding: 15px 0px;
	height: 48px;
	color: #ccc;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
}

#topo #menu a {
	color: #fff;	
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	height: 48px;
	padding: 5px 20px;
}

#topo #menu li.separador {
	margin:0;
	padding:5px 0 0 0 ;
	width: 5px;
}

#topo #menu a:hover {
	background: URL(../lay/fundo-menu.jpg) repeat-x;
	height: 48px;
	position: relative;
}

#topo #menu a.destacado {
	background: URL(../lay/fundo-menu.jpg) repeat-x;
	height: 48px;
	position: relative;
}

#conteudo {
	position: relative;
	width: 961px;
	padding: 0;
	background: URL(../lay/fundo-vertical2.jpg) repeat-y;
}

#conteudo #coluna1 {
	position: relative;
	float: left;
	width: 450px;
	text-align: left;
	left: 38px;
}

#conteudo #coluna1 h1 {
	color: #FF0;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	padding: 5px 0;
	margin: 0;
}

#conteudo #coluna1 h2 {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana;
	padding: 0;
	margin: 0;
}

#conteudo #interno {
	position: relative;
	width: 870px;
	text-align: left;
	color: #FFF;
	font-family: Tahoma,Arial,Verdana;
}

#conteudo #interno h1 {
	color: #FF0;
	margin-left: 15px;
	font-weight: bold;
	font-family: Tahoma,Arial,Verdana;
	font-size: 16px;
}

#conteudo #interno h2 {
	color: #FFF;
	margin-left: 15px;
	font-family: Tahoma,Arial,Verdana;
	font-size: 12px;
	font-weight: normal;
}

#conteudo #interno h3 {
	color: #CCC;
	margin-left: 15px;
	font-family: Tahoma,Arial,Verdana;
	font-size: 11px;
	font-weight: normal;
}

#conteudo #interno a {
	color: #FF0;
	text-decoration: none;
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
}

#conteudo #interno a:hover {
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#conteudo #interno td {
	font-family: Tahoma,Arial,Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
}

.interno {
	padding: 15px;
}

.formulario {
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #666;	
}

.botao {
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #FF0;
	background-color: #575757;
	border: 1px solid #ccc;
	
}

.titulo-interno {
	margin-left: 10px;
}

#box {
	position: relative;
	width: 160px;
	height: 250px;
	float: left;
	text-align: center;
	margin: 7px;
	background: URL(../lay/box-bg.gif) repeat-y;
}

#box td {
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

#box a {
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}

#box a:hover {
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: underline;
}

#box .box-img-top {
	position: absolute;
	top:0;
	left:0;
}

#box .box-img-bottom {
	position: absolute;
	bottom:0;
	left:0;
}