/*	-------------------------------------------------------------------------

*	ESTRUTURA ================================================================->

*/
	html,body {
		/* FONTE */
		font-family: 		Arial, Tahoma, Verdana, sans-serif;
		font-size: 			13px;
		color:				#193051;
		/* DOCUMENTO */
		margin-left: 		0px;
		margin-top: 		0px;
		margin-right: 		0px;
		margin-bottom:	 	0px;
		height:				100%;
	  	background: 		url("comps_opis/back_pagina.jpg") repeat-y center;
	}

	

	.banner_cima{
		background: 		url("comps_opis/fatia_back_banner_cima.jpg") repeat-x 0 20px;
		height:				180px;
		width:				100%;
		position:			relative;
		top:				-30px;
		z-index:			0;
	}



	.botao_cadastre{
		background: 		url("comps_opis/topButton.gif") repeat-y top;
		background-repeat: 	no-repeat;
	/*	position:			absolute;*/
		float:				right;
		color:				#FFF;
		font-size:			18px;
		font-weight:		bold;
		letter-spacing:		1px;
		padding-top:		15px;
	/*	left:				69%; */
		height:				59px;
		width:				185px;
		cursor:				pointer;
	}

	

	.topForm{
		background: 		url("comps_opis/topButton.gif") repeat-y top;
		background-repeat: 	no-repeat;
		/*position:			absolute; */
		height:				69px;
		width:				185px;
		z-index:			1;	
		font-weight:		bold;
		float:				right;
		font-size:			12px;
		color:				#FFFFFF;
	}

	#topo{
		padding-right:		15px;
		width:				779px;
		height:				100px;
		background:			#FFF;
	    margin-left:		auto;
   		margin-right: 		auto;
	}

	

	.logo_banner{
		background: 		url("comps_opis/logo.gif") repeat-y top left;
		background-repeat: 	no-repeat;
		/*position:			absolute; */
		top:				11px;
		float:				left;
		left:				-3%;
		height:				67px;
		width:				300px;
	}

	#menuVertical{
		width:				160px;
		float:				left;
		top:				100px;
		padding-top:			10px;
		background:			url("comps_opis/bot_menuc.jpg") no-repeat left top;
	}
	



	#body{
		position:			relative;
		top:				-25px;
		width:				777px;
		margin-left:		auto;
		margin-right:		auto;
	}
	
	
	
	#rodape{
		width:				100%;
		/*bottom:				0px;*/
		/*position:			absolute;*/
		background:			url("comps_opis/back_rodape.gif");
		height:				55px;
		float:				left;
		color:				#FFF;
	}
	
	#conteudo{
		width:				600px;
		float:				left;
	}
	
	#rodapeRight{
		float:				right;
		text-align:			right;
	}
	
	#rodapeLeft{
		float:				left;
	}
	
	#conteudoRodape{
		width:				770px;
	    margin-left:		auto;
   		margin-right: 		auto;		
		padding-top:		10px;
	}
/*	------------------------------------------------------------------------

*	OBJETOS PADRÃO ==========================================================->

*/	

	img{
		border:				0px;
	}

	a{
		text-decoration: 	none;
		color:				#0000AA;
		font-weight:		bold;
	}

	a:HOVER{
		text-decoration: 	underline;
		color:				#0000FF;
		font-weight:		bold;		
	}

	table{
		border:				0px;
	}	



/*	-------------------------------------------------------------------------

*	OBJETOS DA PÁGINA ========================================================->

*/
	.screensaver{
		top:				0;
		left:				0;
		width:				100%;			
		vertical-align:		middle;
		height:				100%;
		background:			#000000;
		z-index:			2;
		filter:				alpha(opacity=50);
		opacity:			.50;	
		position:			absolute;
	}


	.site_menu{
		font-size:			11px; 
		font-family: 		tahoma;
		color:				#909090;
		cursor:				pointer;
		font-weight:		bold;
		text-decoration:	#000000;
	}	

	.site_menu:HOVER{
		background:			url("comps_opis/bot_menuh.jpg") repeat-y top;
		color:				#385CA5;
		text-decoration:	none;
		font-size:			11px; 
	}	



	.caixa_texto{
		color:				#000055;
		width:				184px;
		height:				100px;
		border:				0px;
		padding-top:		5px;
		padding-left:		5px;
		padding-right:		2px;
		height:				100%;	
	}

	.titulo_branco_1{
		font-weight:		bold;
		font-size:			12px;
		color:				#FFFFFF;
		font-family: 		Arial, Tahoma, Verdana, sans-serif;
	}


	.linkmenu{
		text-decoration: 	none;
		color:				#606060;
		font-weight:		bold;
	}
	.linkmenu:HOVER{
		text-decoration: 	none;
		color:				#000000;
		font-weight:		bold;
	}

	
