@charset "utf-8";

/* Titulos */
@import url("titulos.css");


/*-----------------------------------------------------------------------------
Folha de estilos - CRB SPLASH

version:	1.0
Autor:		Plus! Agência Digital
Data:			22-12-2009
Email:		contato@plusagenciadigital.com.br
Website:	http://www.plusagenciadigital.com.br

Revisao-1: dd-mm-aaaa
Alterações: ---  
-----------------------------------------------------------------------------*/


/*==========================================
	GERAL
============================================*/

*, html, body {
	margin: 0;
	padding: 0;
}


html{
	margin:0;
	padding:0;
	background:#840000 url(../../_IMG/layout/bg_geral.png) center top repeat-x;
}


html, body{
	height:100%;
}


body {
	height:100%;
	margin:0;
	padding:0;
	font: 13px/1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color:#fff;
	/* Hack IE */
	*text-align: center;
	voice-family: "\"}\"";
	voice-family:inherit;
}


ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

li, dt, dd {
	margin: 0;
	padding: 0;
}

li *, dt *, dd * {
	margin: 0;
	padding: 0;
}


img,
img a,
img a:hover{
	border: none;
	margin:0;
	padding:0;
}


.clear {
	clear: both;
}


a:link, a:visited, a:hover, a:focus, a:active {
	color: #fff;
}
a:link, a:visited, a:focus, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


address {
	margin:0;
	padding:0;
}


p {
	line-height:1.3em;
	margin:0 0 15px 0;
}

p a{
	text-decoration:none;
}




/*==========================================
	ESTRUTURA
============================================*/

/*--------
	GLOBAL
---------*/
#global {
	width:680px;
	margin:0 auto;
	padding:0;
	position:relative;
}



/*------
	TOPO
-------*/
#topo{
	width:100%;
	height:100px;
	margin:0 auto;
	clear:both;
}


/*------
	LOGO
-------*/
#logo{
	width:165px;
	height:166px;
	margin-left:-82px;
	left:50%;
	position:absolute;
	top:25px;
}

#logo h1{ display:none;}



/*----------
	CONTEUDO
-----------*/
#conteudo {
	width:100%;
	height:410px;
	margin:0 auto;
	padding:75px 0 0 0;
	clear:both;
	position:;
	text-align:left;
}

/* Hack FireFox */
div#conteudo:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}



/*--------
	RODAPE
---------*/
#rodape {
	width:100%; 
	height:50px; 
	margin:0 auto; 
	padding: 0;
	padding-top: 50px;
	color:#fff;
}




/*==========================================
	CONTEUDO
============================================*/

/*--------------
	IMG DESTAQUE
---------------*/
#img_destaque{
	width:498px;
	margin-right:10px;
	border:1px solid #fff;
	float:left;
}

#img_destaque img{
	display:block;
}



/*----------------
	DESTAQUES MINI
-----------------*/
ul#destaques_mini{
	width:170px;
	float:left;
}

ul#destaques_mini li{
	margin-bottom:9px;
	/*Hack IE*/
	*margin-bottom:6px;
	*overflow:hidden;
}

ul#destaques_mini li img{
	border:1px solid #fff;
	display:block;
}



/*-------------------
	BT ENTRAR NO SITE
--------------------*/
#bt_entrar{
	margin-left:-108px;
	left:50%;
	position:absolute;
	top:545px;
}

#bt_entrar a span{
	display:none;
}

#bt_entrar a{
	width:216px;
	height:59px;
	background:url(../../_IMG/layout/bt_entrar.png) 0 0 no-repeat;
	display:block;
}

#bt_entrar a:hover{
	background:url(../../_IMG/layout/bt_entrar.png) 0 -59px no-repeat;
}



/*------------
	LOGOMARCAS
--------------*/
#rodape ul{
	width:100%;
	height:80px;
}

#rodape ul li{
	margin:0 10px;
	display:inline;
}

#rodape ul li img{
	display:inline-block;
}

#rodape ul li a{
	display:inline-block;
}