@charset "utf-8";
/* CSS Document */
a {margin: 0; padding: 0; border: 0; }

body {background-image: url(../img/shop/background.gif);background-repeat: no-repeat;background-position: center top;margin: 0px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;}

/* contenedor principal, defino tamaño donde discurre la información*/
#contenedor {width: 710px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;text-align: left;}

/* division para situación enlace inicio*/
#home {text-align: right;margin-top: 25px;padding-right: 20px;}
#home a {color: gray;text-decoration: none;font-size: 10px;}

/*declaraciones para definir el menu superior y menu inferior*/
#menusup {margin-left: 40px;margin-top: 5px;}
#menuinf {margin-left: 40px;clear: both;width: 670px;padding-top: 25px;}
#pie {margin-left: 80px;padding-top: 5px;}

p.menub {color: #fe9900;font-size: 13px;font-weight: bold;text-align: center;}
p.menub a {color: #fe9900;font-size: 13px;font-weight: bold;text-decoration: none;}
#pie p.footer {font-size: 9px;}
#pie p.footer a {color: #fe9900;font-size: 9px;text-decoration: none;font-weight: bold;}
/*division para el contenido principal*/			
#contenido {padding-top: 20px;padding-right: 55px;padding-bottom: 20px;padding-left: 115px;}
#contenido h2 {font-size: 13px;font-weight: bold;font-variant: small-caps;color: #fe9900;}
#contenido a {color: #fe9900;font-weight: bold;text-decoration: none;}
#contenido #text {}

/*limpio*/
hr.clearboth {
	visibility: hidden;
	height: 1px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	visibility: hidden;
	height: 1px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*estilos news*/
			div.product {
				/*position: absolute;*/
				/*float:left;*/
				/*width: 480px;*/
				/*height: 120px;*/
				
			}
			a.product {
				/*position: absolute;*/
				/*margin-top: 0;*/
				top: 20px;
				left: 120px;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
				color: black;
			}
			img.product {
				/*position: absolute;*/
				/*float:left;*/
				/*clear:left;*/
				width: 100px;
				height: 100px;
				top: 10px;
				left: 10px;
				border-style: none;
			}
			p.description {
				/*position: absolute;*/
				/*margin-top: 0px;*/
				/*margin-left: 105px;*/
				/*top: 40px;*/
				/*left: 120px;*/
				/* height: 50px;*/
				/* width: 340px;*/
				font-size: 11px;
				text-align: justify;
			}
/*estilos shop*/			
						div.element {
	/* position: absolute;*/
				float:left;
	width: 150px;
	height: 120px;
	padding: 15px;
			}
			img.menu {
				/*position: absolute;*/
				left: 25px;
				border-style: none;
			}
			div.image_legend {
				/*position: absolute;*/
				top: 100px;
				left: 0px;
				width: 150px;
				text-align: center;
			}
			div.image_legend a {
				color: black;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
			}


