/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#333;
	margin:0;
	padding:0;
}

a {
	color: #006699;

}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color:#eee;
}

h1 {
	font-size:16px;
	line-height:19px;
	margin:0px 0px 10px 0px;
	padding:0;
}
h1.bici {
	color:#999999;
	margin:0px 0px 1px 0px;
}

p {
	margin:0px 0px 10px 0px;
}

#header-bici {
	width:100%;
	height:110px;
	background-image:url(/images/bici_banner.jpg);
	background-repeat:repeat-x;
}
#header-sub-bici {
	width:900px;
	margin-right:auto;
	margin-left:auto;	
}
#body-bici {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	}
#body-bici .cols {
/*
	background-color:#CCCCCC;
*/
	width:900px;
	clear:both;
}
#body-bici .colthird {
	display:inline;
	float:left;
	width:300px;
}

#body-bici .colthird .container {
	width:280px;
	margin:5px;
}
#body-bici .colthird .container p {
	text-align:justify;

}


.smaller {
	font-size:0.9em;
}