html {
	background-image: url(../img/fondo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color: #000000;
	height: 100%;
	width: 100%;
}
body {
	background-image: url(../img/fondo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color: #000000;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #CCCCCC;
	text-align: center;
	padding: 0px 20px 60px;
	line-height: 30px;
	width: 450px;
	font-weight: bold;
}
a:link, a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ccff66;
	text-decoration: none;
}
.nav_td{
	padding-left: 30px;
	padding-right: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	height: 40px;
}
.nav_activo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ccff66;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	height: 40px;
}

#general {

	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;

}	
#nav {
	height: 40px;
	width: 600px;
	position: absolute;
	top: 40px;
	left: 150px;
}
#header {
	margin-top: 20px;
	margin-left: 20px;
}

#main table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
	width: 350px;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	padding-right: 10px;
}
#sinIVA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-transform: uppercase;
	margin-right: 30px;
	float: right;
	margin-bottom: 30px;
	text-align: right;
}
.tabla_td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.vinos_titulo {
	font-weight: 600;
	color: #ccff66;
}

.vinos_subtitulo {

	font-weight: 600;
}

.imagen {
	border: 3px solid #ED1C24;
	text-align: center;
	vertical-align: middle;
}

.precio_verde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.precio_rojo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #ED1C24;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
