html {
	margin: 0px;
	padding: 0px;
}

.colombia3 {color: #FF0000}
.colombia2 {color: #000099}
.colombia1 {color: #FF9900}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-align:center;
	margin: 0;
	padding: 0;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #003366;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
}

.contact_foot {
	width: 720px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: center;
	position:absolute;
	left: 50%;
	margin-left: -360px;
}

#casco {
	margin:0 auto;
	text-align:left;
	width:720px;
	margin-top: 15%;
}

#casco a:link {
	color: #3C81B9;
	text-decoration: underline;
	font-weight: normal;
	}
	
#casco a:hover {
	color: #3C81B9;
	text-decoration: none;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-color: #3C81B9;
	border-bottom-width: thin;
	}

#casco a:visited {
	color: #3C81B9;
	text-decoration: none;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-color: #3C81B9;
	border-bottom-width: thin;
	}

#header {
	margin: 0;
	background-image: url(../images/index.jpg);
	text-indent: -5000px;
	height: 238px;
	width: 720px;
	background-repeat: no-repeat;
}

#menu1 {
	position: relative;
	top:-177px;
}

#menu1 li {
	float:left;
}

#menu1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.7em;
	text-decoration: none;
	border: 0;
}

#menu1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999900;
	text-decoration: underline;
	font-weight: normal;
	border: 0;	
}

#menu1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	border: 0;	
}

#binfo {
	position:relative;
	width:63px;
	display: block;
	text-align: center;
	left: 330px;	
}

#binfo a {
	display: block;
	margin: 0; padding:0;
	padding-top:55px;
	width:100%;
	overflow:visible;
   background: url(../images/btn_info.gif) top left no-repeat;
}

#binfo a:hover{
	background-position: -63px 0;
}

#bportfolio{
	position:relative;
	width:63px;
	display: block;
	text-align: center;
	left: 375px;
}

#bportfolio a {
	clear:none;
	display: block;
	margin: 0; padding:0;
	padding-top:55px;
	width:100%;
	overflow:visible;
   background: url(../images/btn_portfolio.gif) top left no-repeat;
}


#bportfolio a:hover {
	background-position: -63px 0;
}

#bcontact{
	position:relative;
	width:63px;
	display: block;
	text-align: center;
	left: 420px;
}

#bcontact a {
	display: block;
	margin: 0; padding:0;
	padding-top:55px;
	width:100%;
	overflow:visible;
   background: url(../images/btn_contact.gif) top left no-repeat;
}

#bcontact a:hover {
	background-position: -63px 0;
}