/* CSS Gebram Seguros */


/*DEIXAR O SITE NO TOPO*/
* {
	margin: 0;
	padding: 0;
}

/*ALINHAR O SITE NO CENTRO*/
.centro {
	margin: 0 auto;
	text-align: center;
}

/*FUNDO DO SITE*/
body {
	margin:0;
	background-color:#CFCBDC;
}

/*MENU TOPO SITE*/

.links_topo a{
	font-family:Tahoma; font-size:9px; color:#255D7B; text-decoration:none;
}
.links_topo a:hover{
	font-family:Tahoma; font-size:9px; color:#A3A6BA; text-decoration:none;
}


/*FORMATACAO PARA MENU e LATERAL ESQUERDA e DIREITA*/
.fundo_lateral_esquerda {
	background:url(imagens/fundo_menu.jpg) repeat-y left;
	width:146px;
}

.fundo_lateral_direita {
	background:url(imagens/fundo_lateral_direita.jpg) repeat-y left;
	width:146px;
}

.menu {
	font-family:"Tahoma"; font-size:11px; color:#42708C; margin:2px 0 2px 10px;
}
.menu a{
	font-family:"Tahoma"; font-size:11px; color:#42708C; text-decoration:none;
}
.menu a:hover{
	font-family:"Tahoma"; font-size:11px; color:#A3A6BA;
}

.img_lateral_direita{ 
	margin:0 0 0 10px;
}

/*** FONTES ***/

h1{
	font-family:"Tahoma"; font-size:14px; color:#3A344A; font-weight:bold;
}

h1 a{
	font-family:"Tahoma"; font-size:14px; color:#3A344A; font-weight:bold;
}

/*texto_marrom*/
.texto_marrom {
	font-family:"Tahoma"; font-size:10px; color:#4D485C;
}
.texto_marrom a {
	font-family:"Tahoma"; font-size:10px; color:#4D485C; text-decoration:none;
}
.texto_marrom a:hover {
	font-family:"Tahoma"; font-size:10px; color:#4D485C; text-decoration:underline;
}

/*endereco*/
address {
	font-style: normal; font-family:Tahoma; color:#5F5C6C; font-size:9px;
}

/*propriedades para os inputs, select e textarea*/
.formulario input{
	font-family:Verdana; font-size:11px; color:#000;
	border:1px solid #000;
	width:150px; height:15px;
}

.formulario select{
	font-family:Verdana; font-size:11px; color:#000;
	border:1px solid #000;
	width:150px; height:15px;
}

.formulario textarea{
	font-family:Verdana; font-size:11px; color:#000;
	border:1px solid #000;
	width:150px; height:50px;
}
#scroller,#scroller ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;

}
#scroller li{
	float:right;
	position:relative;
}

.tickercontainer {
margin:0pt;
width:474px;
}
.tickercontainer .mask {
overflow:hidden;
position:relative;
top:3px;
width:474px;
}
ul.newsticker {
left:474px;
position:relative;
}
ul.newsticker li {
margin:0pt;
padding:0pt;
}

/*********/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox2.03.3/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}



.pop{
 font-family:"Tahoma"; font-size:14px; color:#3A344A; font-weight:bold;
}
.pop a{
 font-family:"Tahoma"; font-size:14px; color:#3A344A; font-weight:bold; text-decoration:none;
}
.pop a:hover{
 font-family:"Tahoma"; font-size:14px; color:#3A344A; font-weight:bold; text-decoration:underline;
}

.pop h1{
  font-family: tahoma; font-size:16px; color:#CF4057; font-weight:bold;
  }

/* CF4057*/












