/* ------------------------------------------------------- 
	BASICS
-------------------------------------------------------- */ 

* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
}

h1 {
	color: #58585a;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 90%;
	margin-bottom: 6px;
}

h2 {
	color: #58585a;
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 5px;
	line-height: 90%;
	padding-bottom: 4px;
}

p {
	color: #58585a;
	font-weight: normal;
}

a { 
    outline:0; 
}


a:link, a:visited {
	text-decoration: none;
	/*color: #58585a;*/	
}

a:hover {
	color: #FFF;
}

.link_titulo_pdf {
	font-size: 0.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #77757d;
}

.link_items_pdf {
	font-size: xx-small;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #77757d;
}

.link_marcas_pdf {
	font-size: 0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	color: #93939a;
}

.link_contacto {
	color: #58585a;
}
a.link_contacto {

	text-decoration: underline;
}

.imagen_item {
	margin-top: 10px;	
}

.marcas {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	line-height: 115%;
}

.marcas2 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	line-height: 122%;
	margin-top: 10px;
}

.contacto {
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	line-height: 115%;
	color: #58585a;
	margin-bottom: 22px;
}

.gris_claro {
	color: #93939a;
}

.gris_claro a:hover {
	background-color: #F00;	
}

#clear {	
	clear: both;	
}

img{
	border:none;
}

/* ------------------------------------------------------- 
	LAYOUT
-------------------------------------------------------- */  

#wrapper {
	margin: 0 auto;
	width: 733px;
}

#header {
	width: 733px;
	height: 72px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	width: 80px;
	height: 54px;
	float:left;
	padding-top: 10px;
	padding-left: 5px;
}

#main_nav {
	height: 54px;
	float:right;
	padding-top: 6px;
	padding-left: 5px;
	text-align: right;
	width: 640px;
}

#content {
	width: 733px;
	margin: 0px;
	padding: 0px;
}

#content_productos {
	width: 735px;
	margin: 0px;
	padding: 0px;
}

#content_marcas {
	width: 669px;
	height: 460px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 28px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #D2CCE4;
}

#content_producto {
	width: 669px;
	height: 428px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 28px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #D2CCE4;
}

#foto {
	float: left;
	height: 398px;
	width: 241px;	
}

#texto {
	float: left;
	margin-left: 30px;
	width: 380px;
}

#content_contacto {
	width: 669px;
	height: 500px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 28px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #D2CCE4;
}

#footer {
	width: 755px;
	height: 96px;
	margin: 0;
	padding: 0px;
	/*border: 1px solid #00F;*/
}

#boton {
	float: left;
	width: 115px;
	height: 73px;
	margin-top: 6px;
	margin-right: 4px;
	margin-left: 4px;
	/*border: 1px solid #F00;*/
}

/* Botón export products -------------------- */

#boton_export_products {
	display: block;
	width: 115px;
	height: 73px;
	background-image: url(../img/export_products_boton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boton_export_products:hover { 
  background-position: 0 -73px;
}

#boton_export_products span {
  display: none;
}

/* Botón vinos nacionales -------------------- */

#boton_vinos_nacionales {
	display: block;
	width: 115px;
	height: 73px;
	background-image: url(../img/vinos_nacionales_boton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boton_vinos_nacionales:hover { 
  background-position: 0 -73px;
}

#boton_vinos_nacionales span {
  display: none;
}

/* Botón vinos importacion -------------------- */

#boton_vinos_importacion {
	display: block;
	width: 115px;
	height: 73px;
	background-image: url(../img/vinos_importacion_boton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boton_vinos_importacion:hover { 
  background-position: 0 -73px;
}

#boton_vinos_importacion span {
  display: none;
}

/* Botón productos dulces -------------------- */

#boton_productos_dulces {
	display: block;
	width: 115px;
	height: 73px;
	background-image: url(../img/productos_dulces_boton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boton_productos_dulces:hover { 
  background-position: 0 -73px;
}

#boton_productos_dulces span {
  display: none;
}

/* Botón productos salados -------------------- */

#boton_productos_salados {
	display: block;
	width: 115px;
	height: 73px;
	background-image: url(../img/productos_salados_boton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boton_productos_salados:hover { 
  background-position: 0 -73px;
}

#boton_productos_salados span {
  display: none;
}

/* Botón seleccion navidad -------------------- */

#boton_seleccion_navidad {
	display: block;
	width: 115px;
	height: 73px;
	background-image: url(../img/seleccion_navidad_boton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boton_seleccion_navidad:hover { 
  background-position: 0 -73px;
}

#boton_seleccion_navidad span {
  display: none;
}


#item {
	float: left;
	width: 135px;
	height: 455px;
	margin-right: 2px;
	background-color: #d2cde5;
	margin-left: 4px;
	padding-left: 6px;
}

/* ------------------------------------------------------- 
	Navegación Principal
-------------------------------------------------------- */ 

ul#navlist {
	white-space: nowrap;
	margin-right: 0px;
	padding-right: 0px;
	font-size: 80%;
	line-height: 110%;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 21px;
	float: right;
	text-align: left;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #58585a;
}

#navlist a:hover {
	color: #d2cde5;
}

#activo {
	color: #d2cde5;
}

body#export a#exportNav,
body#nacionales a#nacionalesNav,
body#importacion a#importacionNav,
body#dulces a#dulcesNav,
body#salados a#saladosNav,
body#navidad a#navidadNav,
body#contacto a#contactoNav {
	color: #d2cde5;
}




/* ------------------------------------------------------- 
	Navegación Items
-------------------------------------------------------- */ 
ul#navitems {
	margin-right: 0px;
	padding-right: 0px;
	font-size: 0.75em;
	padding-top: 6px;
	line-height: 1.3em;
}

#navitems li {
	list-style-type: none;
	color: #58585a;
	padding-bottom: 2px;
}


#navitems a:link, #navitems a:visited {
	text-decoration: none;
	color: #58585a;
}

#navitems a:hover {
	color: #FFF;
}

