/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/*-----------------------*/
/*ESTILOS CATÁLOGO*/
/*-----------------------*/
body {
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	background: #401202;
	color: #FFF;
}

#cuerpo {
	width: 100%;
	height: 575px;
	background: url(../img/fondo.jpg) center -75px repeat-x;
}

/*CABEZA*/
#cabeza {
	position: relative;
	width: 960px;
	height: 130px;
	margin: 0 auto;
	background: url(../img/head.png) no-repeat;
}

	#cabeza h1 a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#cabeza h1 a span, #cabeza p {
		display: none;
	}

#cab-colombia {
	position: absolute;
	left: 5px;
	width: 105px;
	height: 125px;
}

#cab-exito {
	position: absolute;
	left: 820px;
	top: 36px;
	width: 135px;
	height: 40px;
}

/*PORTADA*/
#portada {
	width: 700px;
	height: 312px;
	margin: 40px auto 0 auto;
	background: url(../img/portada.png) no-repeat;
}

	#portada div {
		display: none;
	}
	
	#portada a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/btcatalogo.png) 0 -50px no-repeat;
	}
	
	#portada a:hover {
		background-position: 151px 242px;
	}
	
	#portada a span {
		display: none;
	}

/*CARRUSEL*/
#listado{
	width: 960px;
	margin: 0 auto;
	visibility: hidden;
}

#listado li img {
	width: 99px;
	height: 126px;
}

#listado li a img.vinon {
	margin-left: -99px;
	margin-top: -126px;
}

/*TOOLTIP*/
#tooltip {
	display: none;
	position: absolute;
	z-index: 100;
	padding: 5px;
	border: 1px solid #E74008;
	font: 9px Arial, Helvetica, sans-serif;
	background: #340E02;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*JCAROUSEL*/
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 99px;
    height: 130px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*PRODUCTOS*/
#productos {
	width: 880px;
	height: 280px;
	margin: 5px auto 0 auto;
	padding: 10px;
	background: #EEE8DC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#inicio {
	background: url(../img/inicio.png) center no-repeat;
}

	#inicio p {
		display: none;
	}

div.producto {
	width: 880px;
	height: 280px;
	overflow: hidden;
	background: #EEE8DC;
	color: #666;
}

	div.producto img.foto {
		float: left;
		display: inline;
		width: 580px;
		height: 280px;
		border-right: 1px dotted #603108;
	}

div.info {
	float: right;
	display: inline;
	width: 295px;
}

	div.info h3 {
		margin-bottom: 5px;
		border-bottom: 1px dotted #330C00;
		font-weight: normal;
		font-size:  15px;
		color: #330C00;
	}
	
	div.info p {
		font-size: 11px;
		color: #666;
	}
	
	div.info h4 {
		margin: 10px 0;
		padding: 4px 0 4px 16px;
		font-weight: normal;
		font-size: 11px;
		background: #603108 url(../img/down.gif) no-repeat 4px center;
		color: #FFF;
	}
	
	div.info ol, div.info ul {
		margin: 0 0 0 10px;
	}
	
		div.info li a {
			width: 246px;
			display: block;
			border-bottom: 1px solid #E1D6C1;
			padding: 6px 0 6px 24px;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: 4px 6px;
			color: #340E02;
		}
		
		div.info li a:hover {
		 background-color: #FFFFFF/*#F9D5B8*/;
		}
		
		
li.n a { background-image: url(../img/n.png); }
li.n1 a { background-image: url(../img/n1.png); }
li.n2 a { background-image: url(../img/n2.png); }
li.n3 a { background-image: url(../img/n3.png); }
li.n4 a { background-image: url(../img/n4.png); }
li.n5 a { background-image: url(../img/n5.png); }	

/*PIE*/
#pie_ext {
	width: 100%;
	background: url(../img/bgbot.png) repeat-x;
}

#pie {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

	#pie a {
		color: #FFF;
		text-decoration: none;
	}
	
	#pie a:hover {
		color: #FC0;
	}