/* CSS Document */

/*Main*/
body{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-attachment:fixed
}

a { text-decoration:underline; color:#0000ff}
a:hover { text-decoration:none; color:#FF6600}
a:visited { text-decoration: underline }

.textorojob{ color:#FF0000; font-weight:bold}

#bgtable{ margin:auto; background-image:url(images/bgtable.gif); width:970px }

/*main*/
#main{ border:1px solid #7e7e7e}

/*header*/
#header{
	
	}
	#header #hdlogo{
	float: left;
	width: 200px;
	
	padding-bottom:10px;
	padding-top:10px
	
	}
		
	#header #hdbanner {
	float: left;
	}
		
	#header #hdmenu {
	background-image: url(images/hdmenubackground.gif);
	height: 28px;
	width: 800px;
	float: left;
	}
	#header #hdsubmenu {
		height: 22px;
		background-color: #d7d7d7;
		clear: both;
		padding-left: 270px;
		font-size: 11px;
		color: #1B5F50;
		text-align: center;
		padding-top: auto;
	}	
	
	#header #langs{
	float:right;
	background-color: #FFCC00;
	width: 125px;
	height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	}
	
		#header #hdsubmenu a{ color:#1B5F50}
		#header #hdsubmenu a:hover{ color:#FF6600}
		

/*Sidebar*/

#sidebar {
	background-color:#f1f1f1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
}
	#sidebar h3{
	background-color:#BC1010;
	width:140px;
	padding-left:20px;
	margin-right:20px;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 0px;
	background-image: url(images/roworange.gif);
	background-repeat: no-repeat;
}
#sidebar #peruinfo{ padding:5px}	
#sidebar #peruinfo ul{ margin-top:10px}	
	
#sidebar ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
	list-style-image: url(images/chacana.gif);
	}
#sidebar li {
	margin-bottom: 5px;
}

	

/*Content*/
#content { background-color:#FFFFFF}
#content img{ border:1px solid #33CCFF; }

#content ol{ margin:0px 0px 10px 15px; padding:0px; list-style-type:none;  }

#content ul{ margin:0px 0px 10px 15px; padding:0px; }
	#content ul li{ margin:0px 0px 10px 0px; }
#content h1{
	background-color:#fdf4d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/content-h1icon.jpg);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #006633;
}

#content h2{
	background-color:#e5b786;
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #433629;
	clear:both
}

#content h3{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color:#CC9900;
}


#content p{
	text-align: justify; 
}

#content #contact{ float:right}
#content #contact img{
	border:0px solid #FFFFFF;
}

#content #links{ padding:5px; margin-bottom:10px; background-color:#ECF4FF}
#content .contact { margin:0px 0px 10px 0px; text-align:right; background-color:#ECF4FF} 

#content .contact img{
	border:0px solid #FFFFFF;
}


/*adspace*/
#adspace{
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F5F5F5;
}

#adspace h3{
	text-align:center;
	background-color:#F8E7AB
}

/* Footer */

#footer{ 
background-color:#CCCCCC;
}

#footer #foorights {
	
	margin: 0px;
	padding: 5px;
	text-align: center;
	width: 100%;
	
}
#footer #fooinfo {
	text-align: center;
	font-weight: bold;
	width: 100%;
	
}

#footer #fooinfo a{
	
	
}


#footer #foopatrocinados {
	color: #666666;
	margin-bottom: 0px;	
	text-align: center;
	width: 100%;
	
}
#footer #foopatrocinados a {
	color:#666666
}
#footer #foopatrocinados a:hover{
	color:#FF0000;
}

