<!--
body {
	margin:0;
	text-align:center;
	background-color:#000000;
}

#contenedor{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	height: auto;
	background-image:url("images/fnd_medio.jpg");
	background-color : #000000;
	border: 1px solid #333333;
}
#cabecera{
	width:900px;
	height:250px;
}
#contenido{
	width:900px;

	background-image:url("images/fnd_cabecera.jpg");
	background-repeat:no-repeat;
}
#contenido_downhill{
	width:900px;
	background-image:url(images/fnd_downhillmenu.jpg);
	background-repeat:no-repeat;
}

#contenido_downhill_bikes{
	width:900px;
	background-image:url(images/fnd_downhill_bikes.jpg);
	background-repeat:no-repeat;
}

#contenido_liquid{
	width:900px;
	background-image:url(images/fnd_liquid.jpg);
	background-repeat:no-repeat;
}

#contenido_liquidcombat{
	width:900px;
	background-image:url(images/fnd_combatrafting.jpg);
	background-repeat:no-repeat;
}

#contenido_green{
	width:900px;
	background-image:url(images/fnd_green.jpg);
	background-repeat:no-repeat;
}


#pie{
	width:900px;
	height:151px;
	background-image:url("images/fnd_pie2.jpg");
	background-repeat:no-repeat;
}

.titulo{
color:#000000;
font-size: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-weight:bold;
}

.frase{
color:#000000;
font-size: 13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-weight:bold;
}
.texto{
color:#000000;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
}
-->