@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5b6a75;
}
h1 {
	line-height: 140%;
	font-size: 110%;
	text-align:justify;
	font-weight:bold;	
	padding-bottom: 10px;
}
p {
	margin: 10px 0;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	height: auto;
	margin: 0 auto 0 auto;
}
#header {
		height: 38px;
		color: #485c6b;
	}
#menu {
	float: left;
	font-size: 13px;
}

#chromestyle{

color: #485c6b;
margin: 0px 0px 0px 0px;
font-weight: 100;
}

#chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromestyle ul{
width: 100%;
padding: 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

#chromestyle ul li{
display: inline;
height: 100%;
text-align: center;
height:40px;
}

#chromestyle ul li a{
color: #485c6b;
padding: 0 40px 5px 40px;
margin: 0;
width: 15em;
text-decoration: none;
height: 100%;
line-height: 39px;
}

#chromestyle ul li a:hover, .chromestyle ul li { /*script dynamically adds a class of "selected" to the current active menu item*/
color: #485c6b;
border-bottom: 5px solid #FC0; /*THEME CHANGE HERE*/
}

#languages {
	float: right;
	margin: 15px 50px 0 0;
	color: #999999;
	font-size: 60%;
}

#languages a{
	text-decoration:none;
	color: #999999;
}

#languages a:hover{
	text-decoration:none;
	color: #FC0;
}

#filme {
	clear: both;
	text-align: center;
}
	
#content {
	height: auto;
	display: block;
}

#image_left{
	height: auto;
	display: block;
	float: left;
	width: 340px;
	text-align: right;

}

#image_left_espe{
	height: auto;
	display: block;
	float: left;
	width: 340px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
#texto {
	float: right;
	width: 460px;
	margin: 0px 50px 0px 0px;
	line-height: 150%;
	font-size: 70%;
	text-align:left;
}


#titlecontact {
	font-size: 70%;
	text-align:left;
	font-weight:bold;
	margin: 30px 0px 0px 50px;
	color: #000000;	
}
#textocontact {

	text-align:left;
	line-height: 200%;
	font-size: 70%;
	margin: 20px 0px 0px 50px; 	
}	

#textocontact a{
	text-decoration:none;
	color: #5b6a75;
	
}

#form {
	float: right;
	width: 380px;
	margin: 0px 50px;
	line-height: 150%;
	font-size: 70%;
	text-align:left;
	color:#000000;
}

#form_sumit {
	font-size: 100%;
	text-align:right;
	color:#000000;
	margin: 10px 60px 0px 0px;
}

#form_sumit a {
	color:#000000;
}

	
#footer
{
	clear: both;
	width:900px;
	height: 40px;
	font-size: 10px;
	color: #666666;
	padding-top: 40px;
}
	#footer div {
	border-top: 1px solid #FC0;
	padding-top: 5px;
	}
	

.selected {
	color: #FC0;
	padding: 0 40px 5px 40px;
	margin: 0;
	width: 15em;
	text-decoration: none;
	height: 100%;
	line-height: 39px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.linguas {
	text-decoration:none;
	color: #FC0;
}

.formtexto {
	border-color: #000000;
	border: 1px solid;
	width:315px;
}
