body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#000000;
	margin:0px;
}
#wrapper {
	width:950px;
	margin:auto;
	background-image:url(img/fondo.png);
	background-repeat: repeat;
}
#header {
	background-image:url(img/header_bg.png);
	background-repeat:no-repeat;
	height:150px;
}
#menu {
	background-color:#006600;	
	height:25px;
	padding-top:0px;
	text-align:center;
}
#menu a, #footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover, #footer a:hover{
	text-decoration:underline;
}
#contenido { 
	margin: 0 210px;
	padding: 0 5px;
	border-right:0px solid #;
} 

#sidebar1 {
	float: left; 
	width: 200px; 
	background: #;
	padding-left: 1px; 
	
}
#sidebar2 {
	float: right; 
	width: 200px; 
	background: #;
	padding-right: 5px; 
}

#footer {
	height:41px;
	padding-top:2px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(img/barrafooter.jpg);
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006600;
}
a:active {
	color: #000000;
}

h1 {
	color:#33170D;
	font-size:18px;
	margin-top:10px;
	border-bottom:0px solid #;
	padding-bottom:2px;
}
h2 {
	color:#ffffff;
	font-size:14px;
}