﻿

#capa 
{
	position: relative;
	background-image: url(/img/cont_bg.png);
	background-repeat: repeat-x;
}

#destaque 
{
	height: 265px;
	width: 541px;
}

	#destaque .content li
	{
		list-style: none; 
		float: left;
		width: 550px;
		height: 256px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	.marcador
	{		
		position: absolute;
		bottom: 6px;
		left: 6px;
	}

		.marcador li
		{
			list-style: none; 
			float: left;
			margin-right: 3px;
			height: 19px;
			width: 18px;
			background-repeat: no-repeat;
			background-position: top;
		}

		.marcador li a 
		{
			height: 19px;
			width: 18px;
			text-indent: -999px;
			overflow: hidden;
			display: block;	
		}

		#marcador_1 { background-image: url(/img/banner_1.png); }
		#marcador_2 { background-image: url(/img/banner_2.png); }
		#marcador_3 { background-image: url(/img/banner_3.png); }
		#marcador_4 { background-image: url(/img/banner_4.png); }
		.marcador_over { background-position: bottom !important; }





#quem_somos, #noticias, #clientes, #empresas 
{
	background-image: url(/img/titulos/titulo_bg.png);
	background-repeat: repeat-x;
	background-position: left 5px;
}


#quem_somos 
{
	position: absolute;
	width: 210px;
	height: 230px;
	top: 10px;
	left: 550px;

}

#quem_somos div 
{
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 10px;
}

#quem_somos p
{
	margin: 0 0 5px 0;
}
	
#linha_destaque 
{
	background-image: url(/img/cont_ln_vert.png);
	background-repeat: repeat-y;
	width: 1px;
	height: 200px;
	position: absolute;
	top: 45px;
	left: 765px;
}

#noticias 
{
	position: absolute;
	width: 220px;
	height: 250px;
	top: 10px;
	left: 770px;
	overflow: hidden;
}


#noticias div
{
	margin-top: 35px;
	margin-left: 30px;
	margin-right: 18px;
}
		
#noticias  p 
{
	margin-top: 25px;
}

#clientes 
{
	position: absolute;
	width: 440px;
	height: 80px;
	top: 175px;
	left: 550px;

	overflow: hidden;
}


#empresas 
{
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 170px;
}

	#empresas ul 
	{
		position: relative;
		top: 45px;
		height: 140px;
	}

	#empresas ul .inicio 
	{
		background-image: none !important;
	}
	
	#empresas ul .logo_media img
	{
		margin-top: 3px;
		margin-bottom: 3px;
	}

	#empresas ul .logo_pequena img
	{
		margin-top: 3px;
		margin-bottom: 3px;
	}

	#empresas ul li
	{
		list-style: none; 
		float: left;
		height: 140px;
		width: 250px;
		text-align: center;
		background-repeat: no-repeat;
		background-position: left 10px;
		background-image: url(/img/cont_ln_vert_empresas.png);
	}

	#empresas ul li div
	{
		display: block;
		width: 140px;
		font-size: 9px;
		margin: 15px auto;
		cursor: hand;
	}
	#empresas ul li a
	{
		font-size: 9px;
	}
	#empresas ul li a:hover
	{
		text-decoration: none !important;
	}
	
	#empresas ul li img 
	{
		display: block;
		margin: 0 auto;
	}
	
	







