* {
	margin: 0 ;
	padding: 0;
}


body {
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#333333;
	/* LO SIGUIENTE ELIMINA EL SCROL HORIZONTAL QUE APARECIA EN MOZILA SOLAMENTE*/
	overflow-x:hidden;
	/*overflow : hidden; */
	overflow : -moz-scrollbars-vertical;
	background-color: #fff;	
	}

/* anula los bullet  
ul { list-style: none; }*/

/* marco de todo el contenido  */
#wrapper {
	margin: 160px auto auto auto;
	padding: 0px;
	width: 772px;
	background-color:#FFF;
	/*height:100%;*/
}


/*BOTONERA*---------------------------------------------------------------------------------------------------------------------------/
/*BOTONERA*---------------------------------------------------------------------------------------------------------------------------/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 6px solid #000000; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 180px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #000000; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #999999; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}




a[href^="http:"] {
  background: url(../img/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.andybudd.com"], a[href^="http://andybudd.com"]  {
  background-image: none;
  padding-right: 0;
}

a[href^="mailto:"] {
  background: url(../img/email2.png) no-repeat right top;
  padding-right: 15px;
}

a[href^="aim:"] {
  background: url(../img/im.png) no-repeat right top;
  padding-right: 15px;
}


/* css rollover
================================== */
 
 a#botones {
	/*display: block;
	width: 210px;*/
	height: 22px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	text-indent: 10px;
	 background-color: #ccc;
	/*background-image: url(img/button.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:2px;
}
 
 a#botones:hover {
 background: #369 url(img/button-over.jpg) no-repeat left top;
 color: #fff;
}
ul {
	list-style-type: disc;
	margin-left:30px;
}


.titleTop{
	position:relative;
	z-index:1;
	background-image:url(img/ligne.jpg);
	background-repeat:no-repeat;
	background-position:5px 45px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:40px;
	letter-spacing:-5px;
	overflow:hidden;
	height:46px;
}
