body{
	margin:0;
	padding:0;

	font-family:arial;
	font-size:13px;
	color:#373737;
}

.tit {
	font-size:22px;
}

.link_blanc{color:#fff;}
.link_blanc:hover{text-decoration:underline;}

.link{color:#373737;}
.link:hover{text-decoration:underline;}

a{text-decoration:none;}
a:hover{text-decoration:underline;}

.petit{
	font-size:9px;
	text-transform:uppercase;
	font-family:sans-serif;
	color:#666666;
}

tr.att{
	background:#d4ffde;
	height:35px;
	font-weight:bold;
}

#percomarca{
	width:100%;
}

#fila{
	padding:5px;
	background:#f5fff7;
	border-bottom:1px dashed #7a7b7a;
}

#filax{
	padding:5px;
	background:#f5fff7;
	border-bottom:1px dashed #7a7b7a;
}

#filax:hover{
	background:#D4FFDE;
}

#fila:hover{
	background:#D4FFDE;
}

td.ad{
	background:#fff;
}

td.ad:hover{
	background:#fff7dd;
}

.noborder{	border:0; font-family:arial; font-size:13px; color:#373737; width:200px; }

textarea{ font-family:arial; font-size:12px; }

h1{ font-size:26px;}
h1,h2,h3,h4{ color:#525252;}

#oferta{

	width:100%;
	background:#fff;
	padding:10px;
	color:#5f5f5f;
}

.b {color:#373737;}

#highlight{

	background:#fef2ce;
	width:100%;
	border-bottom:2px solid #fbe39c;
	padding:10px;

	background-image:url('../img/destacada.gif');
	background-repeat:no-repeat;
	background-position:right;

	margin-top:5px;

}

#highlight h3{ color:#ecc247; }