body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:13px;
	background: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

@font-face{
	font-family:Rockwell, Verdana, Arial;
	src:(font/rock.ttf);
}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:1024px;
	margin:0 auto;
	padding:0px;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0 0 0px 0;
	width:290px;
	margin-bottom: 1px;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:"Rockwell", Verdana, Arial;
	font-size:14px;
	height:22px;
	overflow:hidden;
	padding:3px 10px 0;
	position:relative;
	width:260px;
	font-weight: bold;
}



li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}



li.button a span{
	/* This span acts as the right part of the section's background */
	height:25px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}
li.button a.distri{
	color:#FFFFFF;
	background: url(../img/distribuidora.png);
}
li.button a.distri span{
	background: url(../img/distribuidora.png);
}
li.button  a.clientes{
	color:#FFFFFF;
	background: url(../img/clientes.png);
}
li.button  a.clientes   span{
	background: url(../img/clientes.png);

}
li.button   a.contacto{
	color:#FFFFFF;
	background: url(../img/contacto.png);
}
li.button   a.contacto   span{
	background: url(../img/contacto.png);

}
li.button  a.catalogo{
	color:#FFFFFF;
	background: url(../img/catalogo.png);
}
li.button  a.catalogo  span{
	background: url(../img/catalogo.png);

}
li.button a.team{
	color:#FFFFFF;
	background: url(../img/team.png);
}
li.button a.team span{
	background: url(../img/team.png);

}
li.button a.calendario{
	color:#FFFFFF;
	background: url(../img/calendario.png);
}
li.button a.calendario span{
	background: url(../img/calendario.png);

}
li.button a.exhibiciones{
	color:#FFFFFF;
	background: url(../img/exhibiciones.png);
}
li.button a.exhibiciones span{
	background: url(../img/exhibiciones.png);

}
li.button a.bikepark{
	color:#FFFFFF;
	background: url(../img/bikepark.png);
}
li.button a.bikepark span{
	background: url(../img/bikepark.png);

}
li.button a.media{
	color:#FFFFFF;
	background: url(../img/media.png);
}
li.button a.media span{
	background: url(../img/media.png);

}

/* The hover effects */

li.button a:hover{
	background-position:bottom left;
}
li.button a:hover span{
	background-position:bottom right;
}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:995px;
}



.dropdown li{
	color:#FFFFFF;
	margin:5px 0;
	padding:10px 10px 10px;
	background-color: #000000;
	height: 305px;
	
}








/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	right:0;
	text-align:left;
	text-transform:uppercase;
	top:15px;
	margin-left: 460px;
}

.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:0;
	text-align:left;
	width:1024px;
	position:relative;
	height: auto;
}

a:link {
	color:#4080d6;
	text-decoration:none;
}


a:hover{
	color: #FFFFFF;

}

p{
	/* The tut info on the bottom of the page */
	padding:10px;
	text-align:left;
	margin-left: 450px;
}

ul.miniatura li img {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
ul.miniatura  li  img:hover {
	border-style: solid;
	border-color: #4080d6;
	border-width: 1px;
}
