body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*z-index: 2;*/
}

#fs
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	visibility: hidden;
}

#topbar
{
	background-color: #FF9933;
	color: #ffffff;
	height: 80px;
	width: 100%;
	z-index: 3;
}

#topbar #main_logo
{
	position: absolute;
	left: 80;
	top: 0;
	z-index: 4;
}

#topbar #toplinks_container
{
	position: absolute;
	left: 90;
	top: 63;
	font-size: 10px;
	z-index: 4;
	
}

#topbar #toplinks_container a, #topbar #toplinks_container a:VISITED, #linkbar #mainlinks_container a, #linkbar #mainlinks_container a:VISITED
{
	color: #ffffff;
	text-decoration: none;
}

#topbar #toplinks_container a:HOVER, #linkbar #mainlinks_container a:HOVER
{
	text-decoration: underline;
}

#topbar #slogan
{
	position: absolute;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	top: 18px;
	left: 420px;
	z-index: 4;
	
}

/*
	Link container
*/
#linkbar
{
	background-color: #276482;
	color: #ffffff;
	height: 25px;
	border-bottom: 1px solid #000000;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	z-index: 3;
}

#linkbar #mainlinks_container
{
	padding-left: 80px;
	padding-top: 5px;
	/*float: left;*/
	z-index: 5;
	
}

#buscar_container
{
	position: absolute;
	top: 86px;
	right: 50px;
	font-size: 0.01px;
	z-index: 3;
	width: 170px;
	height: 20px;
	
}

#buscar_container #buscar_field
{
	font-size: 9px;
	width: 80px;
	height: 15px;
	border: 1px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#buscar_container #buscar_button
{
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 1px outset #666666;
}


/*
Main content
*/

#content_container
{
	margin: 50px 20px 50px 80px;
	font-size: 12px;
	z-index: 4;
	
}

#content_container h1
{
	font-size: 22px;
	color: #276482;
}

#content_container h1 .subtitle
{
	font-size: 12px;
	color: #000000;
}

#content_container h2
{
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
	text-decoration: underline;
}

#content_container li
{
	font-size: 12px;
	line-height: 22px;
}

#foot_container
{
	width: 100%;
	border-top: 1px solid #276482;
	padding: 20px 20px 20px 80px;
	font-size: 9px;
}

td.fabricante_cell
{
	padding: 0px 30px 60px 0px;
	font-size: 12px;
}
img.logo
{
	border: 1px solid #666666;
}

#content_container table.cart_table
{
	background-color: #000000;
	width: 300px;
}

#content_container table.cart_table td, #content_container table.cart_table th
{
	font-size: 11px;
	background-color: #ffffff;
	padding: 3px;
	vertical-align: top;
}
/*
Catalog pages
*/
.off
{
	background-color : #ff9933;
	border : 1px ridge;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
	text-align : center;
	vertical-align : middle;
	xwidth : 100%;
	height : 100%;
	xletter-spacing : -1px;
	line-height : 8px;
	cursor : pointer;
}
.on
{
	background-color : #444444;
	border : 1px ridge;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #ffffff;
	text-align : center;
	vertical-align : middle;
	xwidth : 100%;
	height : 100%;
	xletter-spacing : -1px;
	line-height : 8px;
	cursor : pointer;
}
.error
{
	font-weight: bold;
	color: #ff0000;
}