body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cuerpo h1 {
	font-size: 160%;
	color: #000000;
	font-variant: normal;
	font-weight: bolder;
	text-align: right;
	display: block;
	margin: auto;
}

#cuerpo {
	margin: auto;
	padding: 10px;
	width: 864px;
	min-height: 510px;
	height:auto;
}
#redes {
}

.hacia_derecha {
	font-size: 17px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #2e3436;
	line-height: 24px;
	text-align: right;
}

#foot {
	padding-top: 25px;
	padding-right: 250px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #FF0000;
	font-size: 10px;
	text-align: right;
	background-image: url(../imagenes/foot_fondo.gif);
	background-repeat: repeat-x;
}

#foot a {
	color: #f53502; 
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline
}
#cuerpo #menu ul li {
	display: inline;
	height: 46px;
	width: 153px;
	float: left;
	color: #FFFFFF;
	font-weight: bolder;
	margin-right: 20px;
	font-size:20px;
	line-height:46px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;

}

#cuerpo #menu ul li a{
	display:block;
	background-image: url(../imagenes/botones.gif);
	height: 46px;
	width: 153px;
	color: #FFFFFF;
	font-weight: bolder;
	font-size:20px;
	line-height:46px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin: auto;
}
#cuerpo #menu ul li a:hover{
	color: #FF0000;
	font-weight: bolder;
	font-size:20px;
	line-height:46px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color: #FF0000;
	background-position: 0px bottom;
}
#cuerpo #menu {
	margin: auto;
	height: 40px;
}
.borrar {
	clear: both;
}

#contenido {
	
}

#tags{
	clear: both;
	float: none;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: auto;
	padding-top: 15px;
}


.foto_producto {
	width:150px;
	height:150px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#000000;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

.foto_producto img {
	border:0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-image: url(../imagenes/frame.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.rojo_peque {
	font-size: 80%;
	color: #FF0000;
}


.foto_producto img:hover{
	background:url(../imagenes/zoom.gif) no-repeat 50% 50%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
