@charset "utf-8";
/* Documento CSS para Loucomotiva */

/* Estilos Gerais */

body {
	background-image: url(background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #000000;
}

img {
	border-style: none;
}

h3 {
	font-size: 16px;
	margin: 16px 0px 16px 0px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

span {
	display: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#caixa {
	top: 0;	
	left: 25%;
	right:25%;
	width: 800px;
	height: 600px;
	position: absolute;
	margin-left: 24px;
	margin-top: 0;
}

/* Menu Superior */

#menu {
	z-index: 1;
	position: fixed;
	display: block;
	top: 0;
	left:25%; 
	right:25%;
	width: 800px;
	height: 128px;
	padding: 0;
	margin: 0;
	margin-left:24px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
  display: block;
  position: absolute;
  outline: none;
}

#menu .logo {
  LEFT:0PX;
  width: 240px;
  height: 128px;
  background: url(menu/logo.gif) no-repeat;
}

#menu .agenda {
  left: 240px;
  width: 141px;
  height: 128px;
  background: url(menu/agenda.gif) no-repeat;
}

#menu .agenda a:hover {
  left: 240px;
  width: 141px;
  height: 128px;
  background: url(menu/agendaHover.gif) no-repeat;
}

#menu .agendaActive {
  left: 240px;
  width: 141px;
  height: 128px;
  background: url(menu/agendaHover.gif) no-repeat;
}

#menu .galeria {
  left: 527px;
  width: 131px;
  height: 128px;
  background: url(menu/galeria.gif) no-repeat;
}

#menu .galeria a:hover {
  width: 131px;
  height: 128px;
  background: url(menu/galeriaHover.gif) no-repeat;
}

#menu .galeriaActive {
  left: 527px;
  width: 131px;
  height: 128px;
  background: url(menu/galeriaHover.gif) no-repeat;
}

#menu .noticias {
  left: 381px;
  width: 146px;
  height: 128px;
  background: url(menu/noticias.gif) no-repeat;
}

#menu .noticias a:hover {
  width: 146px;
  height: 128px;
  background: url(menu/noticiasHover.gif) no-repeat;
}

#menu .noticiasActive {
  left: 381px;
  width: 146px;
  height: 128px;
  background: url(menu/noticiasHover.gif) no-repeat;
}

#menu .historia {
  left: 658px;
  width: 142px;
  height: 128px;
  background: url(menu/historia.gif) no-repeat;
}

#menu .historia a:hover {
  width: 142px;
  height: 128px;
  background: url(menu/historiaHover.gif) no-repeat;
}

#menu .historiaActive {
  left: 658px;
  width: 142px;
  height: 128px;
  background: url(menu/historiaHover.gif) no-repeat;
}

/* --- */

/* Tabela de Selecção de Fotos por Peça */

.espectaculoThumb td {
	height: 284px;
	width: 240px;
	padding: 16px;
	text-align: center;
	background-image: url(photo.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
}

.espectaculoThumb tr {
	height: 316px;
}

#conteudo {
	position: relative;
	display: block;
	top: 140px;
	background-color: #FFFFe8;
	padding: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#conteudo td {
	vertical-align: top;
}

.rebordo {
	position: fixed;
	display: block;
	left:25%;
	right: 25%;
	top: 128px;
	width: 800px;
	height: 12px;
	margin-left:24px;
	background-image: url(rebordo02.gif);
	background-repeat: none;
	z-index: 1;
}

#rodape {
	position: fixed;
	display: block;
	bottom: 0;
	left: 25%;
	right:25%;
	width: 848px;
	height: 48px;
	background-image: url(rodape.gif);
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.tituloAgenda {
	background-image: url("agenda.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.tituloDestaques {
	background-image: url("destaques.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.tituloNoticias {
	background-image: url("noticias.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.tituloGaleria {
	background-image: url("galeria.gif");
	background-repeat: no-repeat;
	height: 48px;
}


.tituloLivro {
	background-image: url("livro.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.tituloHistoria {
	background-image: url("historia.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.tituloContactos {
	background-image: url("contactos.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.tituloLinks {
	background-image: url("links.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.tituloProducoes {
	background-image: url("producoes.gif");
	background-repeat: no-repeat;
	height: 48px;
}

.subTitulo {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

.filete {
	position: relative;
	width: 100%;
	height: 48px;
	background-image: url("filete.gif");
	background-repeat: repeat-x;
	height: 48px;
}

#recorte {
	position: relative;
	display: block;
	margin-top: 128px;
	height: 64px;
	background-image: url("recorte.png");
	background-repeat: no-repeat;
}

