﻿/* CSS Document */

body {
	 background: #000000;
	 font-family: Tahoma, Verdana, Arial; 
	 font-size: 12px;
	 color: #000000;
	 line-height:17px;
}


a:link { font-weight: bold; color:#ff0000; text-decoration: underline; }
a:visited { font-weight: bold; color:#cc0000; text-decoration: underline; }
a:hover { font-weight: bold; color:#ff0000; text-decoration: none; }


/* 
---------------------------------------
conteudo
---------------------------------------
*/

#conteiner {
	background: #ffffff;
	
	position: absolute;
	
	top: 0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
	
	background-image:url("../images/back_lateral.gif");
	background-repeat:repeat-y;
	background-position:center left;

	
}

#conteinercapa {
	background: #ffffff;
	
	position: absolute;
	
	top: 0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
}


.topo {
	background: #ffffff url(../images/topo.jpg);
	height:167px;
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px;
	color:#000000;
}
	
.topo a:link { font-weight: bold; color:#000000; text-decoration: none; }
.topo a:visited { font-weight: bold; color:#666666; text-decoration: none; }
.topo a:hover { font-weight: bold; color:#000000; text-decoration: underline; }

.campo {
	border-width: 1px;
	border-style: double; 
	border-color:#999999;
	font-family: Verdana, Arial, Tahoma;
	height:17px;
	width:250px;
}

.menu_horizontal {
	background: #000000;
	width: 994px;
	height:37px;
	margin-top:0px;
}


.menu_solo {
	background: #003367;
	width: 994px;
	height:37px;
	margin-top:-10px;
	
}


.nomedoitem {
	background: #000000 url(../images/back_nomedoitem.jpg);
	width: 994px;
	height:51px;
	margin-top:0px;
}

.nomedoitem a:link { font-weight: bold; color:#000000; text-decoration: none; }
.nomedoitem a:visited { font-weight: bold; color:#666666; text-decoration: none; }
.nomedoitem a:hover { font-weight: bold; color:#000000; text-decoration: underline; }
.nomedoitem a:active { font-weight: bold; color:#000000; text-decoration: underline; }


#menu_lateral {
	float:left;
	width:176px;
	margin:-1px 0px 0px 0px;
	background:#000000;
}


#conteudo {
	width: 750px;
	float:right;
	margin: 18px 10px 0px 0px;
}

#conteudocapa {
	width: 994px;
	margin: 0px 0px 0px 0px;
}	

.txt {
	width: 740px;
	margin: 18px 10px 0px 0px;
}

ul { 
	list-style-image: url(../images/item_02.gif);
	line-height:20px;
}


.subtitulo {
	color: #999999;
	text-align:left;
	text-transform:uppercase;
	font-family: Verdana, Arial, Tahoma; 
	font-weight:bold;
	font-size: 14px;

}

img {
	border:0px;
}

/* 
---------------------------------------
formulario
---------------------------------------
*/


.formulario{
	background:  #F5F3ED;
	font-family: Verdana, Arial, Tahoma;
	color: #000033;
	border-width: 1px;
	border-style:double;
	border-color:#ADB1C2;
}


/* 
---------------------------------------
rodape
---------------------------------------
*/


#rodape {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	text-align:right;
	color:#ffffff;
	font-size: 12px;
	margin-top:50px;
	clear:both;
	background-color:#7bbd4d;
	height:24px;
	
	background: #000000 url(../images/back_rodape.gif);
}

#rodape a:link { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:visited { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:hover { font-weight: bold; color:#ffffff; text-decoration: underline; }
#rodape a:active { font-weight: bold; color:#ffffff; text-decoration: underline; }


#endereco {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	padding-bottom:10px;
	
	background-color:#000000;
	background-repeat: no-repeat;

	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
}

#endereco a:link { font-weight: bold; color:#cccccc; text-decoration: none; }
#endereco a:visited { font-weight: bold; color:#666666; text-decoration: none; }
#endereco a:hover { font-weight: bold; color:#ffffff; text-decoration: underline; }
