/*.cuerpo {
	background-image: url(left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}*/

body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
.pie {
	font-size: small;
}


#menu td {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: none;
	background-color: #29416D;
	list-style-position: inside;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
#menu td:hover {
	
/*	background-color: #FFCC00;
	background-image: url(hover.gif);
	background-repeat: no-repeat;*/
	color: #ffffff;
	background: #ffa84c; /* old browsers */

background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* ie */
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.titulo {
	font-family: Impact;
	background-color: #29416D;
}
.texto {
font-family: Arial, Helvetica, sans-serif
}
.nombreyprecio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	width: 100%;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 100%;
}.oferta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(oferfondo.gif);
}

