/**
* CSS
* 
* @version 1.0
* @author krimental
* @author krimental
*/
* {
	margin: 0;
	padding: 0;
}

body {
	
	color:#000000;
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-size:10px;
	font-family: Verdana, sans-serif;
	text-transform: lowercase;
	
}

body a:hover {
color:#ffffff;
background-color: #FF9966;
text-decoration: none;

}

.trade {
	
	font-size:10px;
	color: #999999;
	font-weight: normal;	
	text-transform: lowercase;
	line-height:11px;
	text-align:left;
}

.year {
	
	font-size:10px;
	color: #000000;
	font-weight: normal;	
	text-transform: lowercase;
	line-height:11px;
	text-align:left;
}

.cuerpo {
	
	font-size:10px;
	color: #FF9966;
	font-weight: normal;	
	text-transform: uppercase;
	line-height:11px;
	text-align:left;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
text-decoration: none; 
color: #999999;
text-transform: uppercase;
font-weight: normal;

}
a:active { text-decoration: none; 
font-weight: normal;}


a:visited { text-decoration: none; color: #666;
text-transform: uppercase; 
font-weight: normal;}


a:hover { text-decoration: underline;
font-weight: normal; }




a img { border: none; }

#menu {
    width: 145px;
    overflow: auto;
    top: 30px;
    bottom: 0px;
	left: 20px;
    position: fixed;
    height: 90%;
	background-color: #ffffff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
	font-size:16px;
    height: 100%;
    margin: 180px 0 0 180px;
    top: 0;
	font-weight: normal;
}

.container {
    padding: 5px 5px 25px 5px;
	font-size:10px;
	color: #000000;
	font-weight: bold;	
	text-transform: lowercase;
	line-height:15px;
	text-align:left
}


#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
