/* common */
body {
	background: #f0f0f2;
	color: #222;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.7em;	
	margin: 0;
	padding: 0;
}

#content {
	background: #f0f0f2 url("../images/main/bg.jpg") repeat-x top left;
	width:900px;
}

.imper {
	color: #3870b7;
}
.morteros {
	color: #389645;
}
.selladores {
	color: #5c6474;
}
.aditivos {
	color: #734337;
}
.recubrimientos {
	color: #f6891f;
}

.imper a{
	color: #3870b7;
}
.morteros a{
	color: #389645;
}
.selladores a{
	color: #5c6474;
}
.aditivos a{
	color: #734337;
}
.recubrimientos a{
	color: #f6891f;
}

.bullet_on {
	background-color: #B5BDCA;
	color: #555c6b;
	border: thin solid #FFF;
}

.bullet_off {
	background-color: #d9dde5;
	color: #555c6b;
	border: thin solid #FFF;
}

#bullet a{
	color: #333;
}

#under {
	text-align:left;
	font-size:10px;
	border:thin #C7C7C7 solid;
	margin-top:18px;
	padding-left:5px;
	width:835px;
}

#under a{
	color: #333;
	text-decoration:none;
}

#under a:hover{
	text-decoration:underline;
}

#under th{

}

