@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	}
body {
	background:url(../_image/museu-bg.jpg);
	font: 12px/1.42 Helvetica, Arial, Sans-serif;
	color:#222;
	}

a {
	text-decoration:none;
	color:#005DA4;
	outline:none;
	}
a:hover {
	text-decoration:underline;
	}
a:active { 
	position:relative; 
	top:2px;
	}

p {
	margin-bottom:20px;
	}
	
h2 { 
	font:bold 20px Arial;
	color:#333;
	text-shadow: #858585 0px 0px 2px;
	letter-spacing:-1px;
	padding:8px 0 0 0;
	margin-bottom:8px;
	border-top:3px solid #ccc;
	}

h3 { 
	font:normal 15px Arial;
	color:#E30000;
	text-shadow: #858585 0px 0px 2px;
	padding:6px 0;
	margin-bottom:12px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	/* Hack para IE */
	height: 1em\9;
	filter: Shadow(Color=#C0C0C0, Direction=90, Strength=3)\9;
	/* End Hack */
	}

img {
	border:none;
	}

em {
	font:italic 12px Georgia, "Times New Roman", Times, Serif;
	}

/* 
		TEXT
*/
.t-right {
	text-align:right;
	}

.lh32 {
	line-height:32px;
	}

.noborder {
	border:0 !important;
	}
.bordertop {
	border-top:3px solid #e30000;
	}

.mini {
	font-size:7pt;
	color:#727272;
	float:left;
	padding-top:2px;
	}

.lista li {
	background:url(../_image/bullet.gif) no-repeat left 6px;
	padding-left:12px;
	}

.idioma {
	}
.idioma li {
	float:left;
	background:url(../_image/bullet.gif) no-repeat left 7px;
	padding-left:8px;
	margin-right:12px;
	}
.idioma li.active a {
	font-weight:bold !important;
	color:#e30000;
	}	

.ficha li {
	text-align:right;
	border-bottom:1px solid #eee;
	}

.icos {
	clear:both;
	}
.icos li {
	float:left;
	margin-right:8px;
	text-align:center;
	width:48px;
	border:1px solid #ddd;
	padding:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#f5f5f5;
	}

.coluna {
	height:657px;
	border-bottom:3px solid #ccc;
	}

.bt-acesse-360 {
	display:block;
	width:228px;
	height:34px;
	text-indent:-9999px;
	background:url(../_image/acesse-site-do-museu.gif) no-repeat left top;
	margin-bottom:20px;
	}

.bt-leia-livro {
	display:block;
	width:228px;
	height:34px;
	text-indent:-9999px;
	background:url(../_image/leia-livro.gif) no-repeat left top;
	margin-bottom:20px;
	}

#img-anima {
	position:relative;
	height:660px;
	z-index:999;
	}
#img-anima-bg {
	position:absolute;
	top:0;
	left:300px;
	height:660px;
	width:0;
	background:url(../_image/museu-anima-bg.jpg) no-repeat;
	}
#img-legenda {
	position:absolute;
	left:0;
	bottom:0;
	width:940px;
	border-top:1px solid #959595;
	background:#f2f2f2;
	background:rgba(242,242,242,0.66);
	display:none;
		/* Hack pra todas versões do IE */
		background:transparent\9;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AEf2f2f2,endColorstr=#AEf2f2f2)\9;
		zoom:1\9;
		/* End Hack */
	}
#img-legenda p {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow:#858585 0px 0px 1px;
	padding:6px;
	margin:0;
	}
	
/* 
		LOGO + MENU
*/
#container {
	border:0px solid blue;
	margin-top:15px;
	background:white;
	z-index:1; /* Bug IE: Permite o slide da animação */
	}

.head {
	height:112px;
	margin-top:15px;
	border:0px solid red;
	}

.head h1 a {
	float:left;
	width:300px;
	height:72px;
	text-indent:-2000px;
	display:block;
	outline:none;
	background:url(../_image/museu-weg.gif) no-repeat;
	}

.content {}

.rodape {
	color:#999;
	margin-top:20px;
	padding-bottom:15px;
	padding-top:8px;
	border-top:3px solid #00294E;
	}


.red {
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:red;
	}
	
/*
   BOTÕES
*/
.botao, .botao:visited {
	background: #222 url(../_image/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
	.botao:hover { background-color:#111; color:#fff; }
	.botao:active { top:1px; }
	.small.botao, .small.botao:visited { font-size:11px; padding:; }
	.botao, .botao:visited,
	.medium.botao, .medium.botao:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.botao, .large.botao:visited { font-size: 14px; padding: 8px 14px 9px; }
	
	.green.botao, .green.botao:visited { background-color: #91bd09; }
	.green.botao:hover { background-color: #749a02; }
	.blue.botao, .blue.botao:visited { background-color: #2daebf; }
	.blue.botao:hover { background-color: #007d9a; }

	.navy.botao, .navy.botao:visited { background-color:#0D4589; }
	.navy.botao:hover { background-color:#04246F; }



	.red.botao, .red.botao:visited { background-color: #e33100; }
	.red.botao:hover { background-color: #872300; }
	.magenta.botao, .magenta.botao:visited { background-color: #a9014b; }
	.magenta.botao:hover { background-color: #630030; }
	.orange.botao, .orange.botao:visited { background-color: #ff5c00; }
	.orange.botao:hover { background-color: #d45500; }
	.yellow.botao, .yellow.botao:visited { background-color: #ffb515; }
	.yellow.botao:hover	{ background-color: #fc9200; }
