HTML {
  height: 100%;
}
BODY  {
	top : 0;
	left : 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	padding : 0;
	background-image: url(images/fondo.jpg);
	overflow-x : hidden;
	overflow-y : auto;
	scrollbar-3dlight-color:gray;
	scrollbar-arrow-color:gray;
	scrollbar-base-color:darkgray;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:antiquewhite;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:gray;
	scrollbar-track-color:beige;
}

/* Contenido del pie */
.pie,a.pie:link,a.pie:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #CAC5C5;
	text-decoration : none;
	text-align : center;
}
a.pie:hover, a.pie:active{
	color : #FFFACD;
}
.piebold,a.piebold:link,a.piebold:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : White;
	text-decoration : none;
	text-align: center;
}
a.piebold:hover,a.pieboldactive{
	color : #FFFACD;
}

/* Contenido de las paginas */
.full {
	background: url(images/fondo_logo.jpg) fixed bottom right no-repeat;
	height: 100%;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}
.content {
	height: 100%;
	min-height: 100%;
	width: 100%;
	overflow: auto;
}
.prodtitulo
{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-transform : uppercase;
}
.producto
{
	color : #8F9292;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}