/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size: 14px;
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:”;}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn’t inherit in IE */
legend{color:#000;}

body {
	font: 75% Arial, Helvetica, sans-serif;
	background: #FFFAEE url(../image/bg.png) top center repeat-x;
	line-height: 170%;
	color: #444;
	text-align:center;
}


a:hover {
	color : #482D1D;
}

a img, img, img a, a.noborder {
	border: none 0;
}

.clear { 
	clear: both; 
	overflow: hidden; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
	max-height: 0;
}

.red {
	color:#F00;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	}
.menu_1 {
	font-size: inherit;
		color: #FFF;
		text-align:center;
		text-decoration: none;
}
.menu_2 {
	font-size: inherit;
		color: #03F;
		text-align:center;
		text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Typo
-----------------------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #016CB7; 
	line-height: 140%;
	display: block;

}
.p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:18px;
	text-align:center;
	color: #609; 
	line-height: 140%;
	display: block;

}

#content h2 {
	padding-bottom: 5px;
	font-size: 1.8em;
	
}

#sidebar h2, #sidebar h3 {
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	color:#F00;
	font-size:28px;
	letter-spacing: 1px;
	padding-bottom: 15px;
	border: none;
}

h3 {
	padding-top: .5em;
	font-size: 1.5em;
}

p {
	margin-bottom: 1em;

}


/*-----------------------------------------------------------------------------------------------
  Layout
-----------------------------------------------------------------------------------------------*/

#wrap {
	
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#modulo {
	padding:0;
	margin: 0 auto;
	width: 680px;
}

#content {
	padding-top: 10px;
	margin: 0;
	background: #FFF;
}

#main, #footer {
	font-size: 120%;
}

#main {
	background: #FFF;
	width: 760px;
	float: right;
	margin: 0 0 40px 0;
	padding: 50px 20px 0 20px;
	line-height: 170%;
}

#sidebar {
	background:url(../image/proposta_1.png) no-repeat top center;
	width: 265px;
	float: left;
	font-size: 100%;
	padding: 15px 15px 15px 15px;
	color: #930;
	margin-left:10px;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	width: 800px;
	height: 250px;
	position: relative;
}

#header #logo h1 a {
	display: block;
	background: url(../image/logo%20copy.png) ;
	height: 125px;
	width: 800px;
	position: relative;
	top: 15px;
	left: 0;
	text-indent: -9999px;
	border: none;
	z-index:2;
}

#banner {
	position: absolute;
	top: 250px;
	right: 0;
	z-index:1;
}

#flags {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 190px;
	height:50px;
	z-index:20;
}
#flags a {
filter: “alpha(opacity=50)”; /*per Internet Explorer 8*/
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: hand
}

#flags img {
	margin-right: 10px;
}


#flags a img {
	opacity:.50;
	filter:alpha(opacity=50);
	filter:”alpha(opacity=50)”;
}

#menu {
		width:800px;
		font-size: 16px;
		font-weight:bold;
		position:absolute;
		left:50%;
		height:40px;
		margin-left:-770px;
		margin-top:30px;
		padding:0;
		}

#menu ul{ margin:0 auto; padding:0
; list-style:none;
		
}


#menu ul li{float: left;
			margin:0 auto;
			padding:10px;
}
	
	
#menu a{display: block;
	text-align: center;
    color: #930;
	text-decoration:none;}
	
	
#menu a:hover{color: #930;text-decoration: underline;
}


#menu_2 {
		width:800px;
		font-size: 16px;
		font-weight:bold;
		position:absolute;
		left:50%;
		height:40px;
		margin-left:-770px;
		padding:0;
		z-index:20;

		}
#menu_2 ul{
	list-style:none;
		margin:0 auto;
		padding:0;
		
}


#menu_2 ul li{float: left;
			margin:0 auto;
			padding:10px;
}
	
	
#menu_2 a{display: block;
	text-align: center;
    color: #930;
	text-decoration:none;}
	
	
#menu_2 a:hover{color: #930;text-decoration: underline;
}


#footer {
	width:800px;
	height:53px;
	color: #B18161;
	font-size: 95%;
	text-align: center;
	background:  url(../image/bg_foot.png) no-repeat bottom center;
	padding: 0 ;
	margin:0 auto;
	z-index:3;
}

#footer a {
	color: #92512D;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F00;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 10px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
text-align:center;
top: 0;
left: -200px; /*position where enlarged image should offset horizontally */

}
