/* CSS Document */

body {
	background-color: #2b3542;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Georgia;
	font-size: 10px;
	color: #7287A5;
}


/* DIVS GERAIS  */


#geral {
background-color: #2b3542;
border: 0px solid blue;
position: relative;
width: 1000px;
height: 600px;
margin: auto; 
top: 0px;
z-index: 1;
}

#lucila  {
border: 0px red solid;
text-align: left;
	position: absolute;
	width: 490px;
	height: 73px;
	left: 0px;
	top: 0px;
	z-index: 40;
}

#menu1 {
border: 0px orange solid;
	position: absolute;
	width: 283px;
	text-align: right;
	left: 0px;
	top: 73px;
	z-index: 45;
}

#menu2 {
	border: 0px yellow solid;
	position: absolute;
	width: 284px;
	text-align: left;
	left: 20px;
	top: 225px;
	z-index: 20;
font-size: 1.1em;
line-height: 15px;
font-style:italic;
font-weight: bold;
letter-spacing: 0.2em;
color: #546883;
}
/*
#menuslyde {
border: 0px blue solid;
	position: absolute;
	width: 340px;
	text-align: left;
	left: 20px;
	top: 305px;
	z-index: 20;
	font-size: 1.2em;
line-height: 1.4em;
font-style:italic;
font-weight: bold;
letter-spacing: 0.2em;
color: #546883;

}
*/
#imagens {
	background-color: #2b3542;
	border: 0px solid black;
	position: absolute;
	width: 615px;
	height: 600px;
	left: 310px;
	top: 80px;
	text-align: left;
	z-index: 30;

}

#menuinterno {
	border: 0px solid red;
	position: absolute;
	top: 155px;
	left: 0 px;
	width: 230px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #546883;
	}

#abertura {
border: 0px solid green;
	position: absolute;
	width: 380px;
	height: auto;
	left: 0px;
	top: 400px;
	z-index: 40;
	font-size: 1.15em;
	line-height: 1.6em;
	font-style: italic;
	color: #79899D;
}

#imgesq  {
border: 0px solid green;
width: 340px;
text-align: right;
height: 172px;
}






/* estilos texto  */

p {
font-size: 1.2em;
margin: 0px 0px 8px 0px;
}



h1 {
font-size: 1.6em;
line-height: 1.3em;
font-style: normal;
font-weight: normal;
margin: 0px 0px 8px 0px;
letter-spacing: 1px;
color: #546883;
}

h2{
font-size: 1.4em;
margin: 0px;
line-height: 2em;
color: #ABB7C9;
}

/*  menu 1 */
h3{
font-size: 1.5em;
margin: 0px;
line-height: 1.25em;
font-style:italic;
font-weight: bold;
letter-spacing: 0.2em;
}

/*  menu 2  */
h4 {
font-size: 1.0em;
margin: 10px 0px 0px 0px;
}

h5 {
margin: 0px 0px 3px 0px;
font-size: 10px;
font-style: italic;
font-weight: bold;
letter-spacing: 1px;
color: #455469;
}

.english {
font-size: 1.25em;
line-height: 3em;
font-style:italic;
font-weight: bold;
letter-spacing: 0.2em;
color: #546883;
}


.copyright  {
font-size: 9px;
letter-spacing: 0em;
color: #546883;
}

.citacao {
margin: 30px 0px 0px 70px;
font-style: normal;
text-indent: -5px;
}

.destaque  {
color: #91A0b9;
}


/*  LINKS   */

a:link {
color: #617694;
text-decoration: none;
}

a:visited {
color: #546883;
text-decoration: none;
}

a:hover {
color: #91A0b9;
text-decoration: none;
}

/* LISTAS */

ul {
list-style-type: none;  
margin: 0px; /*remove o recuo IE e Opera*/ 
padding: 0px; /*remove o recuo Mozilla e NN*/
line-height: 1.3em;
}

#menuinterno ul {
line-height: 1.5em;
}


li {
list-style-type: none;
list-style-image: none;
}

a {
color: #617694;
text-decoration: none;
}


a:hover {
color: #91A0b9;
}

 
.selecao {
color: #91A0b9;
}

.detalhes {
font-style: normal;
font-size: 1em;
line-height: 1.3em;
}

.assina {
margin: 10px 0px 4px 0px;
font-style: normal;
font-weight: bold;
}

/* formulario */

form {
line-height: 1.6em;
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
	
label {
font-size: 10px;
font-style: italic;
font-weight: bold;
letter-spacing: 1px;
color: #455469;
}

input {
border: 0px;
color: #000000;
font-size: 1.1em;
line-height: 1.9em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
padding: 2px;
background-color: #415065;
}

textarea {
border: 0px;
background-color: #415065;
color: #000000;
padding: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
font-style: italic;
}

.bots {
color: #455469;
border: dashed 0px #999999;
font-size: 1.1em;
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-style: italic;
font-weight: bold;
background-color: #2b3542;

}


