/* CSS Document */
body {
    background: #555555 url(fondo.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width:850px;
	height:auto;
	margin:auto;
}
#header {
	height:1px;
}
#menu {
	height:30px;
}
#main {
	width:850px;
	overflow:hidden;
	height:auto;
}
#column_left {
	width:200px;
	background-color:#5B7444;
	height:300px;
	float:left;
}
#column_right {
	width:600px;
	background-color:#47697E;
	height:300px;
	float:right;
}
#footer {
	height:50px;
}
#titulo {
	font-family: arial black;
	font-size: 18px;
	color:#D30033;
	margin-left:349px;
	}
	#titulo .sombra {
font-size:18px;
text-shadow:-1px 1px 1px #CCCCCC;
}
	#titulo a {
color:#FFFFFF;
}
