/* CSS Document */
body {
	text-align:center;
	margin: 5px auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background: url(header/background.jpg) repeat fixed;
	}
	
div#header {
		width: 850px;
		height:150px;
		background: url(header/title_header.jpg) no-repeat;
		margin: 0 auto;
		text-align: left;
		border-bottom: 3px solid #000066;
		}
		
div#site_description {
	font-size:16px;
	font-weight:bold;
	padding:8px;
	}
	
div#wrapper {
	text-align: left;	
	width:850px;
	margin: 0 auto;
	background:#ffffff;
	filter: alpha (opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border:3px solid #000066;
	}

	div#main_content {
		width: 640px;
		float: left;
		}
		
	div#footer_maincontent {
		width: 640px;
		clear: both;
		}
		
	div#main {
		padding-left: 10px;
		padding-top: 10px;
		width:400px;
		text-align: left;
		float: right;
		}
		
	div#sidebar {
		padding-left: 10px;
		padding-top: 10px;
		text-align: left;
		width: 200px;
		float: left;
		}
	
	div#sidebar_right {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		width: 180px;
		float: right;
		}
		
	div.clear_general {
		clear: both;
		width: 580px;
		}
		
		div.list_exchange {
			padding-left: 13px;
			}
		
		div.list_exchange a:link {
			text-decoration: underline;
			color:#000066;
			}
			
		div.list_exchange a:hover {
			text-decoration: overline;
			color: #0066FF;
			}
			
		div.list_exchange a:visited {
			text-decoration: none;
			color:#0000FF;
			}
	
	div.post_published {
		padding: 5px;
		border: 5px solid #006699;
		background: #d7f2ff;
		}
		
	div.post_published a:link{
		text-decoration: none;
		}
		
	div.post_published a:hover{
		text-decoration: underline;
		}
	
	div#footer {
		clear: both;
		height: 30px;
		width:850px;
		background:white;
		}

.Estilo13 {color: #0000FF}
			
/* Spans */
span.text_exchange {
	font-size:16px;
	font-weight: bold;
	padding-left: 5px;
	}

/* for the galleries */

.thumb_div {
	float:left;
	width:200px;
	height:190px;
	padding:5px;
	}

.banner_gallery { 
	float:left; 
	width: 755px; 
	height:150px; 
	margin-top: 5px; 
	margin-bottom:5px; 
	display:block;
	}
	
#wrapper_gallery {
	background:#ffffff;
	filter: alpha (opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border:3px solid black;
	width:850px; 
	margin: 10px auto;
	}
	