/* CSS Document */

/* FONTS 
font-family: 'Museo300'; [+]
font-family: 'Museo500';

Tamanhos:
12
14 [+]
18
24

Cores:
Branco: #FFFFFF
Cinza Menu: #636363
Cinza: #606060 (+)
Azul Claro: #6496d0
Cinza: #545454
Preto: #000000
Azul Estranho: #9a94f6
Roxo: #a700cb
Rosa: #ff0084
Verde: #a0c200
Laranja: #ffcc00

*/

@font-face { font-family:'Museo300'; src:url('/fonts/museo300-regular-webfont.eot'); src:url('/fonts/museo300-regular-webfont.eot?iefix') format('eot'), url('/fonts/museo300-regular-webfont.woff') format('woff'), url('/fonts/museo300-regular-webfont.ttf') format('truetype'), url('/fonts/museo300-regular-webfont.svg#webfontphbnrEkD') format('svg'); font-weight:normal; font-style:normal; }
@font-face { font-family:'Museo500'; src:url('/fonts/museo500-regular-webfont.eot');	src:url('/fonts/museo500-regular-webfont.eot?iefix') format('eot'),	url('/fonts/museo500-regular-webfont.woff') format('woff'), url('/fonts/museo500-regular-webfont.ttf') format('truetype'), url('/fonts/museo500-regular-webfont.svg#webfont3T3iKsko') format('svg'); font-weight:normal; font-style:normal; }

/* GERAL */
input:focus, textarea:focus, select:focus { outline:#6496d0; }
input, textarea, select { font-family: 'Museo300'; color:#606060; font-size:12px; }
a { border:none; text-decoration:none; color:#383838;	}
a:hover { border:none; text-decoration:none; color:#606060; }
a:active, a:visited { border:none; text-decoration:none; color:#606060; }
a img { border:none; text-decoration:none; }
img  { border:none;	}
.imgBg { overflow:hidden; text-indent:-9999px; }
.siteConteudo { width:1200px; margin:0px auto; position:relative; }
.siteInternas { margin-top:45px; padding-bottom:100px; }
.brMobile { display:block; }
h2 { font-size:24px; margin-top:0; margin-bottom:20px; font-family: 'Museo500'; font-weight:normal; }
h3 { font-size:14px; margin-top:0; margin-bottom:20px; font-family: 'Museo500'; font-weight:normal; }
body { font-family: 'Museo300'; font-size:14px; color: #606060; margin: 0px; overflow:auto !important;  background-color:#EDEDED; background-image:url(/imagens/background.png); background-repeat:no-repeat; background-position:top center; }
/* FIM GERAL */
/* TOPO */
header { width:100%; min-width:1200px; height:125px; border-bottom:6px solid #6496D0; }
#topo { width:1200px; margin:0 auto; height:125px; }
#topo h1 { width:351px; height:89px; background-image:url(/imagens/topoLogo.png); margin:14px 0 0 12px; float:left; }
#topoLogin { width:300px; height:72px; float:left; margin:14px 0 0 537px; }
#topoLogin span img { margin-left:5px; }
#topoLogin label { width:127px; float:left; margin:5px 9px 0 0; }
#topoLogin label input { width:126px; height:23px; background:#FFF; border-bottom:none; border-right:none; border-top:1px solid #B3B3B3; border-left:1px solid #B3B3B3; text-indent:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#topoLogin button { padding:0; margin:7px 0 0; float:left; cursor:pointer; border:none; background:#6496D0; color:#FFF; text-align:center; width:27px; height:24px; line-height:23px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#topoMenu { width:775px; float:left; margin:0 0 0 62px; list-style:none; padding:0; }
#menuMobile { display:none; }
#topoMenu li { padding:0; margin:0 0 0 40px; float:left; }
#topoMenu li a { color:#636363; font-family: 'Museo500'; }
#topoMenu li:nth-child(1) a:hover { color:#9a94f6; }
#topoMenu li:nth-child(2) a:hover { color:#a700cb; }
#topoMenu li:nth-child(3) a:hover { color:#ff0084; }
#topoMenu li:nth-child(4) a:hover { color:#6496d0; }
#topoMenu li:nth-child(5) a:hover { color:#a0c200; }
#topoMenu li:nth-child(6) a:hover { color:#ffcc00; }
/* FIM TOPO */
/* RODAPE */
footer { width:100%; min-width:1200px; height:228px; background-color:#6496D0; border-top:9px solid #EDEDED; color:#FFFFFF; }
#rodape { width:1200px; height:228px; margin:0 auto; }
#rodapeLogo { margin:17px 255px 0 0; float:left; }
#rodapeMenu { width:694px; height:28px; float:left; list-style:none; margin:38px 0 40px 0; padding:0; }
#rodapeMenu li { float:left; padding:0; margin:0; margin:0 10px; }
#rodapeMenu li a { color:#FFFFFF; font-size:16px; }
#rodapeFrase { width:320px; height:82px; float:left; margin:40px 186px 0 0; font-size:24px; font-family:'Museo500'; font-style:italic; }
#rodapeIcons { width:694px; height:104px; float:left; margin:18px 0 0 0; font-size:18px; }
#rodapeIcons img { vertical-align:middle; margin-right:15px; }
#rodapeIcons span { display:inline-block; margin-right:45px; }
#rodapeDireitos { width:100%; min-width:1200px; height:34px; font-size:12px; background-color:#333333; line-height:34px; color:#FFFFFF; position:relative; }
#rodapeZoom { width:85px; height:30px; position:absolute; right:0; background-image:url(/imagens/rodapeZoom.png); background-position:bottom center; background-repeat:no-repeat; top:2px; }
#rodapeZoom:hover { background-position:top center; }
/* FIM RODAPE */

@media screen and (max-width: 500px) {
	/* GERAL */
	.siteConteudo { width:320px; }
	.siteInternas { margin-top:25px; padding-bottom:50px; }
	.brMobile { display:none; }
	body { font-size:14px;  background-color:#EDEDED; background-image:none; }
	/* FIM GERAL */	
	/* TOPO */
	header { min-width:320px; height:125px; border-bottom:3px solid #6496D0; }
	#topo { width:320px; height:125px; position:relative; }
	#topo h1 { width:210px; height:53px; margin:7px 0 0 7px; background-size:210px 53px; }
	#topoLogin { position:absolute; float:none; margin:75px 10px 0; font-size:12px; }
	#topoLogin label input { width:119px; height:15px; }
	#topoLogin button { height:18px; line-height:18px; }
	#menuMobile { display:block; position:absolute; margin:30px 0 0 280px; width:40px; height:33px; background-image:url(/imagens/topoMenuMobile.png); background-repeat:no-repeat; background-position:top; }
	#topoMenu { display:none; position:absolute; width:300px; float:left; margin:70px 0 0; padding:10px; z-index:999999; background-color:#EDEDED; border:1px solid #B3B3B3; }
	#topoMenu li { padding:10px 0; margin:0; float:none; }
	#topoMenu li a { color:#636363; font-family: 'Museo500'; }
	#topoMenu li:nth-child(1) { border-bottom:1px dotted #FF0084; }
	#topoMenu li:nth-child(2) { border-bottom:1px dotted #a700cb; }
	#topoMenu li:nth-child(3) { border-bottom:1px dotted #ff0084; }
	#topoMenu li:nth-child(4) { border-bottom:1px dotted #6496d0; }
	#topoMenu li:nth-child(5) { border-bottom:1px dotted #a0c200; }
	#topoMenu li:nth-child(6) { border-bottom:1px dotted #ffcc00; }
	/* FIM TOPO */
	/* RODAPE */
	footer { min-width:320px; height:155px; border-top:5px solid #EDEDED; }
	#rodape { width:320px; height:140px; }
	#rodapeLogo { display:none; }
	#rodapeMenu { display:none; }
	#rodapeFrase { height:40px; float:none; margin:15px 0 0 0; font-size:18px; }
	#rodapeIcons { width:320px; height:80px; float:none; margin:15px 0 0 0; font-size:16px; }
	#rodapeIcons img { vertical-align:top; margin-right:15px; margin-bottom:15px; width:30px; }	
	#rodapeIcons span { display:inline-block; margin-right:70px; margin-top:10px; margin-left:-10px; }
	#rodapeDireitos { min-width:320px; height:20px; font-size:8px; line-height:20px; }
	#rodapeZoom { width:42px; height:15px; background-size:100% 200%; right:10px; top:-22px; }
	#rodapeZoom:hover { background-position:top center; }
	/* FIM RODAPE */
}
