body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:visited a:link a:hover a:active{
	color:#666666;
	text-decoration:underline;
	}

.oneColElsCtr #container {
	width: 540px;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	margin: 130px 0 0 0;
	width: 540px;
	height: auto;
	padding: 0 0;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent p{
	margin-top:15px;
	font: 9pt Helvetica, sans -serif;
	color: #727272;
	line-height: 13pt;
	width:525px;
}

#mainContent a{
	color: #666666;
	text-decoration:underline;}
	
#mainContent a:hover{
	color: #999999;}

#mainContent .oleoducto{
	margin-top:15px;
	font: 10pt Helvetica, sans -serif;
	font-weight:700;
	line-height: 13pt;
	float:left;
	width:250px;
	text-align:left;	
}

#mainContent .black{
	color:#000000;
	text-decoration:none;

}

#mainContent .download{
	margin-top:15px;
	font: 8pt Helvetica, sans -serif;
	color: #8C8C8C;
	line-height: 13pt;
	float:right;
	width:250px;
	text-align:right;
	margin-right:15px;	
}



#mainContent img{
	float: left;
	margin-right:13px;
	margin-bottom:10px;
	}
	
#mainContent .kimun{
	margin:0 0 0 0;
	font: 10pt Helvetica, sans -serif;
	font-weight:700;
	width:200px;
	text-align:left;
	color:#000000;	
}
	
#mainContent .kimunsub{
	margin:0 0 0 0;
	font: 11pt Helvetica, sans -serif;
	font-weight:100;
	width:200px;
	text-align:left;
	color:#000000;	
}	
