/***************************************
EStilos página Germania

****************************************/

body{
	font-family: Verdana,Arial,sans-serif;
	color: #2D1B00;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background:#FBFBF7 url(../images/bg.gif) top center repeat-y;

	
}

a:link, a:visited, a:hover {
	color: #1D3B4A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #2D1B00;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#page{
	margin: 0;
	padding:0px 0px;
	border: 1px solid #cccccc;
	width: 766px;

	}

#header{
	margin: 0;
	padding:0px 0px;
	width: 100%;
	position: relative;
	z-index: 13;

	}
	
#naveglobal{
	width:800px;
	height:30px;
	color: #cccccc;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	white-space: normal;
	background-color: #FBFBF7
}
	

#naveglobal img{
 	display: block;
}

#naveglobal a {
	font-size: 90%;
	padding: 2px 6px 2px 6px; 
	
}

#naveglobal a:link, {
	
	text-decoration: none;
}

#naveglobal a:hover {
	text-decoration: none;
	font-weight:600;
	
	}

/*********** #navBar link styles ***********/
#navBar{
	background-color:#FDE4D9;
	font-size: 80%;
	border-right: 1px solid #5F2005;
	border-left: 1px solid #5F2005;
	border-top:1px solid #5F2005;
	/*border-bottom:0px;*/
	width: 158px;
	margin-left:2px;
	
	}
	
#navBar h3{
	padding: 10px 0px 2px 10px;
}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	padding: 4px 0px 4px 20px;
	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: auto;	
	border-bottom: 1px solid #5F2005;
	/*background:url(../images/barra2.gif) 0 no-repeat;*/
}

#navBar a:hover {
	display: block;
	padding: 4px 0px 4px 20px;
	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: auto;
	background-color: #FBC2AA;
	text-decoration:none;
}

#navimg{
	font-size: 1px; 
	height:8px;
	border:none;
	margin-left:2px;
	
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {	
	border-bottom: 1px solid #E2E1CB;
	}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	background-color: #EFEFDE;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 90%;
	border-right: 1px solid #D5D3B2;
	border-left: 5px solid #E2E1CB;
/*	border-top:0px;
	border-bottom:0px;*/
	width: 151px;
	}
	
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}



/*********** #RIGHT COLUMN STYLE ***********************/

#rightside{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding:10px;
	font-size: 90%;
	border-left: 1px solid #D5D3B2;
/*	border-top:0px;
	border-bottom:0px;*/
	width: 140px;
	}


/*********** #content styles ***********/

#siteInfo{
	font-size: 75%;
	color: #1D3B4A;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
		
}

.story{
	clear: both;
	padding: 10px 20px 0px 20px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/*.story img{
float:right;
}*/



/*****************LAYOUT TRES COLUMNAS*****************/


.wrapper {
	width: 800px;               /* total width */
}      

.outer {
	border-left-width: 160px;  /* left column width */
	border-left-color: #FBFBF7;   /* left column colour */
	
	border-right-width: 160px; /* right column width */
	border-right-color: #FBFBF7;  /* right column colour */
	
	background-color: #FBFBF7; /* center column colour */
}

.left {
	width: 160px;              /* left column width */
	margin-left: -160px;       /* _negative_ left column width */
}

.right {
	width: 30px;              /* right column width */
	margin-right: -160px;      /* _negative_ right column width */
}

.wide{
	background-color: #ffffff;
	border-bottom: 1px solid #928E4E;
	margin-bottom:10px; 
	
	
	   /* header and footer colours */
}


/* Main code */

.outer { width: auto; border-left-style: solid ; border-right-style: solid; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12; }

.wide { width: 100%; position: relative; z-index: 13; }

.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 0px solid #928E4E; }
.left {
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; }
