@charset "utf-8";
/* CSS Document */




#contentFrame h2 {
background: url('images/barProductos.jpg') no-repeat;
height: 42px;
text-indent: -9999px;
}

#frameProductos {
background: url('images/frameProductos.jpg') no-repeat;
height: 859px;
margin: auto;
margin-top: 28px;
position: relative;
width: 708px;
}

#frameProductos h3 {
margin-left: 29px;
position: absolute;
top: 75px;
}

#frameProductos ul {
margin-left: 2px;
position: absolute;
top: 120px;
}

#frameProductos li {
background: url('images/frameItem.png') no-repeat;
float: left;
height: 182px;
margin: 2px;
margin-bottom: 10px;
text-indent: -9999px;
position: relative;
width: 170px;
}

#frameProductos li:hover {
background: url('images/frameItem_hover.png') no-repeat;	
}

#frameProductos li img {
position: absolute;
left: 0px;
}


/* de cada producto */

/*
#itemProd {
background: url('images/frameItem.png') no-repeat;
top:4px;
}

#itemPrecio {
background: url('images/prodPrecios.png') no-repeat;
top:0px;
}

*/

#frameItems {
background: url('images/frameProdItems.jpg') no-repeat;
height: 859px;
margin: auto;
margin-top: 28px;
position: relative;
width: 708px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#frameItems h1 {
	font-size:16px;
	font-style:normal;
	font-variant:small-caps;
	font-weight:bold;
	text-indent:10px;
}

#frameItems h4 {
	font-size:14px;
	font-style:normal;
	font-weight: normal;
}

#frameItems h5 {
	font-size:20px;
	font-style:normal;
	text-indent:10px;
}

#frameItems h6 {
	font-size:33px;
	font-style:normal;
	text-indent:10px;
	color:crimson;
}

#frameItems hr {
	width:500px;
	size:3px;
	color:#F09;
	text-align:center;
}

#frameItems table {
	width:708;
	font-style:normal;
	font-weight: normal;
}

#frameItems p {
	margin-left:10px;
}

#promo {
	text-align:right;
	font-weight:bold;
	font-size:12px;
	text-decoration:blink;
	color:#F09;
	display: none;
}

#promo a:hover {
	color:#000;
	text-decoration:none;
}