@charset "utf-8";
/* CSS Document */

body {
	background-color: #404040;
	text-align:center;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 12pt;
}

* {
	margin:0;
	padding:0;
}

ul,li {list-style-type:none;}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

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

#content {
    width:900px; 
	margin:0 auto 0 auto;
    text-align:left; 
    clear:both;	
    height:auto;	
}

#menu{
	height:90px;
	padding-bottom:25px;
	background:url(images/linePixel.png);
	background-repeat: no-repeat;
	background-position:bottom;	
	background-color: #4f4f4f;			
}

.header li {float:left;}
.header a {background:url(images/header.png);display:block; text-indent:-9000%;height:90px;}

.bt_home a { width:250px; background-position:0px 0px;}
.bt_concico a { width:130px; background-position:-250px 0px;}
.bt_market a { width:130px; background-position:-380px 0px;}
.bt_database a { width:130px; background-position:-510px 0px;}
.bt_dm a { width:130px;  background-position:-640px 0px;}
.bt_projects a { width:130px;  background-position:-770px 0px;}

.bt_home a:hover {background-position:0px -90px;}
.bt_concico a:hover {background-position:-250px -90px;}
.bt_market a:hover{background-position:-380px -90px;}
.bt_database a:hover {background-position:-510px -90px;}
.bt_dm a:hover {background-position:-640px -90px;}
.bt_projects a:hover {background-position:-770px -90px;}

.bt_home a.active  {background-position:0px -90px;}
.bt_concico a.active  {background-position:-250px -90px;}
.bt_market a.active {background-position:-380px -90px;}
.bt_database a.active {background-position:-510px -90px;}
.bt_dm a.active {background-position:-640px -90px;}
.bt_projects a.active {background-position:-770px -90px;}

#footerBox {
	height:65px;
	clear:both;
	padding-top:25px;
	padding-bottom:10px;
	background:url(images/linePixel.png);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #4f4f4f;	
}

.footer{height:65px;}

.footer li {float:left;}
.footer a {background:url(images/footer.png);display:block; text-indent:-9000%;height:65px;}

.bt_copyright a { width:380px; background-position:0px 0px;}
.bt_contact a { width:130px; background-position:-380px 0px;}
.bt_about a { width:130px; background-position:-510px 0px;}
.bt_news a { width:130px; background-position:-640px 0px;}
.bt_almacen a { width:130px;  background-position:-770px 0px;}

.bt_copyright a:hover {background-position:0px -65px;}
.bt_contact a:hover {background-position:-380px -65px;}
.bt_about a:hover{background-position:-510px -65px;}
.bt_news a:hover {background-position:-640px -65px;}
.bt_almacen a:hover {background-position:-770px -65px;}

.bt_copyright a.active  {background-position:0px -65px;}
.bt_contact a.active  {background-position:-380px -65px;}
.bt_about a.active {background-position:-510px -65px;}
.bt_news a.active {background-position:-640px -65px;}
.bt_almacen a.active {background-position:-770px -65px;}




