﻿/* CSS Document */

body {
	 background: #ffffff;
	 font-family: Trebuchet MS, Arial, Verdana; 
	 font-size: 14px;
	 color: #353228;
	 line-height:17px;
	 text-align:justify
}


a:link { font-weight: bold; color:#cc3300; text-decoration: underline; }
a:visited { font-weight: bold; color:#990000; text-decoration: underline; }
a:hover { font-weight: bold; color:#cc3300; text-decoration: none; }
a:active { font-weight: bold; color:#cc3300; text-decoration: underline; }


/* 
---------------------------------------
conteudo
---------------------------------------
*/

#conteiner {
	background: #ffffff;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
}

.topo {
	background-image:url("../images/topo.jpg");
	background-repeat:no-repeat;
	height:95px;
	width:994px;
}

.menu {
 	height:26px;
	width:994px;
}

#menu_vertical {
	float:left;
	width:202px;
	margin:35px 0px 0px 0px;
	padding-right:10px;
	text-align:left;
	color:#666666;
	border-right:1px gray dashed;
	border-color:#E1E1D7;

}

#conteudo {
	width: 685px;
	float:right;
	margin: 35px 15px 10px 0px; /* topo, direita, rodapé, esquerda */
	padding-right:20px
	
}	

ul { 
	list-style-image: url(../images/item.gif);
	line-height:20px;
}

ul.lista { 
	list-style-image: url(../images/seta_menu.gif);
	line-height:20px;
	margin-left:15px;
	margin-bottom:50px
}

.subtitulo {
	color: #BA2101;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:5px;
	font-family: Trebuchet MS, Arial, Verdana; 
	font-size: 14px;

}


img {
	border:0px;
}

img.seta {
	float:left;
	position:absolute;
	top:158px;
	left:23%
}


/* 
---------------------------------------
rodape
---------------------------------------
*/


#rodape {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	color:#333333;
	font-size: 12px;
	margin-top:40px;
	clear:both;
	background-color:#ffffff;
	letter-spacing:1px;
	
	height:70px;
}

#rodape a:link { font-weight: bold; color:#000000; text-decoration: none; }
#rodape a:visited { font-weight: bold; color:#666666; text-decoration: none; }
#rodape a:hover { font-weight: bold; color:#000000; text-decoration: underline; }
#rodape a:active { font-weight: bold; color:#000000; text-decoration: underline; }



/* 
---------------------------------------
capa
---------------------------------------
*/


#capa {
    background-image:url('../images/back_capa.jpg');
	background-repeat: no-repeat;
	background-position:center-top;
    width:994px;
	height:250px;
	line-height:18px;

}

.capa1 {
	width:332px;
	height:200px;
	text-align:left;
	padding-top:60px;
	padding-left:20px;
	float:left
}

.capa2 {
	width:322px;
	height:200px;
	text-align:left;
	padding-top:60px;
	padding-left:10px;
	float:left
}

.capa3 {
	width:295px;
	height:200px;
	text-align:left;
	padding-top:60px;
	padding-right:5px;
	float:left
}


