body {
	margin-top: 0px;
	background-image: url('images/fondo.gif');
}

td, input, textarea, select {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #004A67;
	margin-top: 0px;
}

h2 {
	font-size: 15px;
	font-weight: bolder;
	color: #004A67;
}

a:link {
	color: #FF7B00;
	text-decoration: underline;
}

a:visited {
	color: #FD9800;
	text-decoration: underline;
}

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

td.header {
	background-image: url('images/delivery-de-flores.gif');
	background-repeat: no-repeat;
}

h1.header {
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 2px;
}

td.menu {
	background-image: url('images/menu.gif');
	background-repeat: no-repeat;
}

table.menu {
	margin-left: 12px;
	margin-top: 6px;
}

	td.itemmenu {
		background-image: url('images/itemmenu.gif');
		background-repeat: no-repeat;
		height: 19px;
		padding-left: 25px;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	td.itemmenu a:link {
		color: #666666;
		text-decoration: none;
	}
	
	td.itemmenu a:visited {
		color: #666666;
		text-decoration: none;
	}
	
	td.itemmenu a:hover {
		color: #555555;
		text-decoration: underline;
		font-weight: bolder;
	}
	
	

td.contenido {
	background-color: #FFFFFF;
	padding-left: 5px;
}

span.aclaracion {
	color: red;
	font-weight: bolder;
}

img.foto {
	margin: 5px;
	border: 2px solid #F7F4ED;
}

span.precio {
	font-weight: bolder;
	font-size: 13px;
}

span.precioviejo {
	text-decoration: line-through;
}

span.oferta {
	font-weight: bolder;
	font-size: 15px;
	color: #004A67;
}

div.divopc {
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	z-index: 500;
}

table.opcionales {
	position: absolute;
	background-color: #FFFFFF; 
	border: 2px solid grey;
	z-index: 1000;
}	

th {
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: bolder;
}

td.otrascategorias {
	background-color: #FFFFFF;
	padding: 5px;
}

td.footer {
	background-image: url('images/footer.gif');
}

	div.footer {
		margin: 10px;
	}

