body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#000000;
}

#header{
height: 103px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
background: #000000;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background: #000000;
}

#menu{
font-family:Consolas, Arial;
float: left;
width: 195px; /*Width of left column*/
margin-left: -760px; /*Set left margin to -(MainContainerWidth)*/
background: #999999;
}

#menu a {
	color:#000000;
	padding: 0px 4px 0px 0px;
	font-weight:bold;	 
}
#menu a:link, a:visited, a:hover {
	text-decoration: none;
}

#menu a:hover {
	color: #996600;	
	text-decoration: none;
}


.capitulo{
color:#ffffff;
font-family:Consolas, Arial;
float: left;
}

.capitulo a {
	color:#ffffff;
	font-size:12px;	 
	text-decoration: none;
	margin:20px;
	
}
.capitulo a:visited {
	text-decoration: none;
}

.capitulo a:hover {
	color: #996600;	
	text-decoration: none;
	font-weight:bold;
}





#footer{
color:#666666;
background:#000000;
font-size:9px;
font-family:Arial;
text-align: center;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.estilo1 {color: #FFFFFF}

