/*
  Cinza anterior = # 2 9 2 9 2 9
*/

html, body{
    height: 100%;
    background-color: black;
    /*background-image: url('../img/fundoGeral.png');*/
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: white;
}

li{
    list-style: circle;
    list-style-position: inside;
    margin-left: 25px;
}

h1{
    font-size: 18px;
    font-weight: bold;
}

h2{
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
}

h3{
    font-size: 18px;
}

.textoDescricao{
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 15px;
}

.h4{
    font-size: 12px;
    line-height: 18px;
}

A{
    color: orange;
}

#contentor{
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    height: 100%;
}

#paginaEntrada{
    position: absolute;
    background-color: #292929;
    width: 800px;
    height: 600px;
    top: 50%;
    margin-top: -300px;
    background-image: url('../img/fundoCentral.png');
}

.logoEntrada{
    position: absolute;
    left: 13px;
    top: 97px;
    z-index: 1;
}

.manchaAtelier{
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -125px;
    left: 50%;
    margin-left: -200px;
    z-index: 2;
}

.copyrightEntrada{
    position: absolute;
    font-size: 12px;
    top: 100%;
    right: 10px;
    padding-bottom: 50px;
}


#contentorMenu{
    position: relative;
    background-color: #292929;
    width: 800px;
    color: white;
}

.logoRestantes{
    position: absolute;
    left: 13px;
    top: 20px;
    z-index: 1;
}

.clearLogo{
    clear: both;
    height: 165px;
}

#siteModelismo{
    position: absolute;
    top: 5px;
    left: 100%;
    margin-top: 20px;
    margin-left: -220px;
}

#menuSite{
    text-align: center;
}

#menuSite UL{
    list-style: none;
    margin-left: 100px;
}

#menuSite LI{
    list-style: none;
    float: left;
    clear: none;
    border: 1px outset gray;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 120px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    background-color: #EB6C00;
}

#menuSite A{
    text-decoration: none;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

/*.menuSiteItem{
    float: left;
    margin-right: 5px;
}*/

.clearMenu{
    clear: both;
    height: 45px;
}

.paginasRestantes{
    position: relative;
    background-color: #292929;
    width: 800px;
    color: white;
    padding-bottom: 25px;
}

.largura600Preto{
    position: relative;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: black;
    padding: 15px;
}


.oleo{
    background-image: url('../img/tuboOleo.png');
    background-repeat: no-repeat;
    background-position: 100% 90%;
}

.titulo{
    position: relative;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    padding: 15px;
    color: orange;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.subtitulo{
    position: relative;
    color: orange;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    background-image: url('../images/fundoLegenda.jpg');
    height: 26px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 5px;
}

.texto{
    padding-top: 15px;
    font-size: 14px;
}

.avatars{
    width: 100px;
    float: left;
    text-align: center;
    height: 95px;
}

.avatars img{
    width: 95px;
    height: 95px;
    opacity: 0.7;
}

#biografia{
    position: relative;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: black;
    padding: 15px;
}

.biografiaFoto{
    float: left;
}

.biografiaNome{
    font-size: 16px;
    font-weight: bold;
    margin-left: 105px;
    padding-bottom: 10px;
}

.biografiaOutros{
    font-size: 14px;
    font-weight: bold;
    margin-left: 105px;
    padding-bottom: 10px;
}


.obras{
    border: 1px solid silver;
    width: 140px;
    height: 105px;
    float: left;
    clear: none;
    margin-right: 8px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.obras img{
    opacity: 0.7;
}

#corte{
    width: 605px;
    height: 480px;
    overflow: hidden;
}

#slider{
    position: relative;
    width: 1400px;
    height: 450px;
    background-color: #2A3B42;
}

#mapaGoogle{
    border: 1px solid gray;
    height: 450px;
    width: 600px;
}

#mapaGoogleContentor{
    height: 450px;
    width: 600px;
    float: left;
    clear: none;
    margin-right: 10px;
}


#formcontactos{
    border: 1px solid gray;
    height: 450px;
    width: 600px;
    float: left;
    clear: none;

}

.morada{
    padding-top: 25px;
    font-weight: bold;

}

.tabContactos{
    float: left;
    clear: none;
    border: 1px solid gray;
    padding: 15px;
    width: 150px;
    font-weight: bold;
    margin-right: 5px;
    background-color: #EB6C00;
}

.tabContactos a{
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.toolbox{
    border: 1px solid gray;
    width: 70px;
    float: right;
    clear: none;
    height: 70px;
    text-align: center;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    background-color: #2A3B42;
    cursor: pointer;
}

.toolbox img{
    padding-bottom: 5px;
}

.toolbox A{
    text-decoration: none;
}

#contactoAmigo{
    position: relative;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: black;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #2A3B42;
    border: 1px solid gray;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.formAmigo{
    float: right;
    border: 1px inset black;
    clear: both;
    width: 450px;
    margin-top: 20px;
    padding: 10px;
    line-height: 25px;
    background-color: #E9E8E8;
}

.formAmigo label{
    float: left;
    width: 150px;
    font-weight: bold;
    color: black;
}

.formAmigo input{
    width: 280px;
    float: right;
    margin-right: 10px;
}

.formAmigo textarea{
    width: 280px;
    height: 50px;
}

#fecharJanela{
    float: right;
    clear: none;
    margin-right: 5px;
    cursor: pointer;
}

.formContactoAmigo{
    background-image: url('/img/kblogger128x128.png');
    background-repeat: no-repeat;
    background-position: 0 15px;
    padding-left: 140px;
    height: 220px;
    overflow: auto;
}

.formContacto{
    float: right;
    border: 1px inset black;
    clear: both;
    width: 450px;
    margin-top: 50px;
    margin-right: 75px;
    padding: 10px;
    line-height: 25px;
    background-color: #E9E8E8;
}

.formContacto label{
    float: left;
    width: 150px;
    font-weight: bold;
    color: black;
}

.formContacto input{
    width: 280px;
    float: right;
    margin-right: 10px;
}

.formContacto textarea{
    width: 280px;
    height: 150px;
}

.legendaContactos{
    padding-top: 15px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 75px;
}

.table {
 width: 100%;
 height: 250px;
}

.table .th {
 float: left;
 font-weight: bold;
 background-color: #292929;
 border: 1px solid Gray;
 font-size: 12px;
 width: 90px;
 text-align: center;
 margin-left: 7px;
 padding-top: 3px;
 padding-bottom: 3px;
}

.table .tr {
 clear: both;
}

.table .td {
 float: left;
 border: 1px solid Gray;
 font-size: 12px;
 width: 90px;
 height: 50px;
 line-height: 16px;
 text-align: center;
 margin-left: 7px;
 margin-top: 2px;
 padding-top: 3px;
 padding-bottom: 3px;
}

.manhaTarde{
    clear: both;
    height: 20px;
}

.adultos{
    background-color: green;
}

.dos13aos18{
    background-color: orange;
    color: black;
}

.dos4aos7{
	background-color: cyan;
    color: black;
}

.dos8aos12{
	background-color: yellow;
    color: black;
}

.livres{
    background-color: black;
    opacity: 0.7;
}

.erros{
    background-color: maroon;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

#newsletter{
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -169px;
    top: -70px;
    width: 338px;
    height: 64px;
    border: 1px solid black;
    background-image: url('/img/newsletter.png');
    text-align: center;
}

#newsletter DIV{
    padding-top: 20px;
}

#newsletter A{
    font-weight: bold;
    text-decoration: none;
}


#veuPublicitario{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 5000;
    opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: .75; /* FF lt 1.5, Netscape */
    display: none;
}

#quadroPublicitario{
    position: absolute;
    z-index: 15000;
    width: 500px;
    height: 630px;
    left: 50%;
    margin-left: -250px;
    top: 25px;
    background-color: #F2BD13;
    border: 1px solid silver;
    display: none;
}

#tituloPublicitario{
    background-color: black;
    border-bottom: 1px solid silver;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 8px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

#veu{
	position: absolute;
	background-color: #1a1a1a;
	top: 0px;
	left: 0px;
	z-index: 5000;
}

#caixaInfo{
	border: 10px solid silver;
	position: fixed;
	width: 450px;
	top: 50px;
	background-color: white;
}

.caixaInfoTitulo{
	text-align: right;
	background-color: black;
	padding: 10px;
}

.caixaInfoTitulo a{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.caixaInfoSubtitulo{
	padding: 5px;
	color: black;
	font-weight: bold;
}

.caixaInfoTexto{
	color: black;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
}

.caixaInfoCampoTitulo{
	padding: 5px;
	color: black;
	font-size: 14px;
	border-bottom: 1px solid #404040;
}


.caixaInfoCampoInput{
	padding: 5px;
}

.caixaInfoCampoInput input[type="text"]{
	width: 95%;
}

.caixaInfoCampoInput textarea{
	width: 95%;
	height: 80px;
}


#caixaInfoResposta{
	padding: 5px;
	color: black;
	font-size: 14px;
	border-bottom: 1px solid #404040;
}

