/*
	by Alexander Morales
	Gominola Creative Media 2009
*/
body {
	background-color:#42473f;
	text-align:center;
}
#wrap {
	width:942px;
	margin:25px auto 0px;
	text-align:left;
	overflow:hidden;
}
/*
	Header.
*/
#header {
	width:942px;
	height:107px;
	background:url(../img/header-bg.gif) #000 no-repeat;
	background-position:497px 26px;
	}
	#header h1 a {
		float:left;
		width:378px;
		height:107px;
		background:url(../img/tradissimo.gif) no-repeat;
		background-position:35px 30px;
		display:block;
		overflow:hidden;
		text-indent:-1000px;
	}
	#header ul {
		float:right;
		width:305px;
		height:35px;
		}
		#header li {
			float:left;
			padding:0px 12px;
			background:url(../img/sep.gif) no-repeat top right;
			}
			#header li.last {
				padding:0px 0px 0px 12px;
				background:none;
			}
		#header li a {
			line-height:35px;
			color:#6a6a6a;
			text-decoration:none;
			}
			#header li a:hover, #header li a.current {
				color:#ec008c;
			}
			#header li.last a:hover {
				color:#6a6a6a;
			}
/*
	Menu.
*/
#menu {
	width:952px;
	height:31px;
	}
	#menu li {
		float:left;
		padding:0px 12px;
		background:url(../img/sep.gif) no-repeat center right;
			}
			#menu li.last {
				padding:0px 0px 0px 12px;
				background:none;
			}
		#menu li a {
			line-height:35px;
			color:#919191;
			text-decoration:none;
			}
			#menu li a:hover, #menu li a.current {
				color:#ec008c;
			}

/*
	Content.
*/
#content {
	clear:both;
}
#main {
	float:left;
	width:761px;
}
div.bt {
/*	#position:relative;*/
	width:113px;
	height:66px;
	overflow:hidden;
	display:block;
	background:url(../img/bt.gif) no-repeat top left;
	}
	div.bt a {
/*		#position: absolute;
		#top: 50%;*/
		width:113px;
		height:66px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		color:#fff;
		font-size:16px;
		text-decoration:none;
	}

/*
	Sidebar
*/
#side {
	float:right;
	width:178px;
	height:auto;
	overflow:hidden;
	background:#292c26;
	}
	#side div {
		padding-bottom:22px;
		background:url(../img/home/side-bg.gif) no-repeat bottom left;
		}
		#side div.last {
			padding-bottom:0px;
			background:none;
		}

	
/*
	Footer.
*/
div.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
#footer {
	clear:both;
	margin:10px 0px;
	padding:20px 0px;
	text-align:center;
	background:#000;
	}
	#footer-menu {
		width:570px;
		height:35px;
		margin:0px auto;
		}
	#footer-menu li {
		float:left;
		padding:0px 12px;
		background:url(../img/sep.gif) no-repeat center right;
			}
			#footer-menu li.last {
				padding:0px 0px 0px 12px;
				background:none;
			}
		#footer-menu li a {
			font-size:14px;
			line-height:35px;
			color:#919191;
			text-decoration:none;
			}
			#footer-menu li a:hover, #footer-menu li a.current {
				color:#ec008c;
			}
	#footer-submenu {
		width:450px;
		height:35px;
		margin:0px auto 20px;
		}
	#footer-submenu li {
		float:left;
		padding:0px 20px 0px 30px;
		}
		#footer-submenu li a {
			font-size:14px;
			line-height:35px;
			color:#383838;
			text-decoration:none;
			}
			#footer-submenu .bt1 {
				background:url(../img/footer1.gif) no-repeat top left;
			}
			#footer-submenu .bt2 {
				background:url(../img/footer2.gif) no-repeat top left;
			}
			#footer-submenu .bt3 {
				background:url(../img/footer3.gif) no-repeat top left;
			}
			#footer-submenu .bt4 {
				background:url(../img/footer4.gif) no-repeat top left;
			}
			#footer-submenu li a:hover, #footer-submenu li a.current {
				color:#ec008c;
			}
	#footer p {
		color:#645e67;
		line-height:32px;
		}
		#footer p a {
			color:#645e67;
			text-decoration:none;
			}
			#footer p a:hover {
				color:#ec008c;
			}
/*
	Home
*/
#home #banner {
	padding:18px;
	background:#000;
	}
	#home #banner #slideshow {
		width:725px;
		height:415px;
		overflow:hidden;
	}
#home #buttons {
	margin-top:3px;
	padding:18px;
	background:#000;
	}
	#home #buttons {
		height:182px;
	}
	#home #buttons li {
		float:left;
		padding-right:5px;
		}
		#home #buttons li.last {
			padding-right:0px;
		}
	#home #buttons li a {
		display:block;
		border:1px solid #919191;
		}
		#home #buttons li a:hover {
			border:1px solid #ec008c;
			}
/*
	Who
*/
#who #holder {
	padding:18px;
	background:#161a16;
	}
	#who #holder div {
		padding:18px 18px 18px 322px;
	}
	#who #holder h2 {
		line-height:30px;
		font-size:24px;
		color:#ec008c;
	}
	#who #holder p {
		padding-bottom:8px;
		line-height:18px;
		color:#fff;
	}
	#who #buttons {
		margin-top:3px;
		padding:18px;
		background:#161a16;
		}
		#who #buttons {
			height:182px;
		}
		#who #buttons li {
			float:left;
			padding-right:5px;
			}
			#who #buttons li.last {
				padding-right:0px;
			}
		#who #buttons li a {
			display:block;
			border:1px solid #919191;
			}
			#who #buttons li a:hover {
				border:1px solid #ec008c;
				}
			#who #buttons li.last a {
				padding-left:16px;
				border:1px solid #161a16;
				}
				#who #buttons li.last a:hover {
					border:1px solid #161a16;
				}
			#buttons .button, #side .button {
				padding-top:20px;
				text-decoration:none;
				text-align:right;
				color:#fff;
				font-size:21px;
				line-height:25px;
				width:150px;
				}
				#side .button {
					text-align:left;
					display:block;
					padding:10px 10px 0px;
					width:auto;
				}
				
/*
	Error.
*/
#error #main {
	background:#000;
	height:672px;
	}
	#error #main h1 {
		padding:18px;
		color:#fff;
		font-size:21px;
	}
	#error #main p {
		padding:18px;
		color:#fff;
	}
	
/*
	Products.
*/
#product-header h2 {	
	padding-left:198px;
	height:44px;
	line-height:44px;
	background:url(../img/arrow.gif) #000 no-repeat;
	background-position:163px 16px;
	color:#fff;
	font-size:24px;
}
#products .product-menu {
	clear:left;
	height:34px;
	line-height:34px;
	background:#f78f1e;
	}
	#products .product-menu ul {
		padding-left:198px;
	}
	#products .product-menu li {
		padding-right:12px;
		float:left;
		}
		#products .product-menu li a {
			text-decoration:none;
			color:#fff;
			font-size:14px;
			font-weight:bold;
			}
			#products .product-menu li a:hover {
				text-decoration:underline;
			}
#products #holder {
	padding-right:40px;
	background:#161a16 no-repeat;
	background-position:42px 155px;
}
#products #column {
	float:right;
	width:520px;
	}
	#products #column h1 {
		height:78px;
		line-height:78px;
		font-size:36px;
		color:#f78f1e;
	
	}
	#products #category p {
		line-height:18px;
		color:#fff;
	}
	#products #category ul {
		margin:10px 0px;
	}
	#products #category li {
		float:left;
		padding-right:12px;
		margin-right:12px;
		background:url(../img/sep.gif) no-repeat center right;
		}
		#products #category li.last {
			margin:0px;
			padding:0px;
			background:none;
			}
		#products #category li a {
			line-height:18px;
			color:#fff;
		}
#products #subcategory {
	float:left;
	width:230px;
	width:204px;
	margin-top:40px;
	overflow:hidden;
	}
	#products #subcategory h2 {
		margin:0px 32px 14px 0px;
		font-size:14px;
		line-height:18px;
		color:#f78f1e;
	}
	#products #subcategory p {
		margin:0px 32px 14px 0px;
		line-height:18px;
		color:#fff;
	}
	#products #subcategory p strong {
		font-size:13px;
	}
#products #list {
	float:left;
	margin-top:40px;
	overflow:hidden;
	background:url(../img/products/list-bg.gif) repeat-y top left;
	padding:0px 13px;
	/*background-position:140px 0px;*/
	}
	#products #list .item {
		margin-bottom:4px;
		padding:9px;
		background:#000;
		}
		#products #list .item p {
			width:272px;
			margin-top:9px;
			line-height:15px;
			font-size:10px;
			color:#fff;
			}
			#products #list .item p strong {
				font-size:10px;
				color:#f78f1e;
			}
			#products #list .item p a {
				line-height:15px;
				font-size:10px;
				color:#fff;
				text-decoration:none;
			}
		#products #list .item p span.new {
			font-size:10px;
			color:#ec008c;
			font-weight:bold;
		}
		#products #list .item a.ficha {
			text-decoration:none;
			background:url(../img/products/file-bg.gif) no-repeat center left;
			padding-left:6px;
		}
	#products #category li a:hover {
		color:#f78f1e;
	}

			

#products .frutalia .product-menu {
	background:#ec008c;
}
#products .frutalia #column h1, #products .frutalia #subcategory h2, #products .frutalia #list .item p strong, #products .frutalia #category li a:hover {
	color:#ec008c;
}

#products .cerealia .product-menu {
	background:#f78f1e;
}
#products .cerealia #column h1, #products .cerealia #subcategory h2, #products .cerealia #list .item p strong, #products .cerealia #category li a:hover {
	color:#f78f1e;
}

#products .vegetalia .product-menu {
	background:#c1d72e;
}
#products .vegetalia #column h1, #products .vegetalia #subcategory h2, #products .vegetalia #list .item p strong, #products .vegetalia #category li a:hover {
	color:#c1d72e;
}

#products .texturalia .product-menu {
	background:#00aeef;
}
#products .texturalia #column h1, #products .texturalia #subcategory h2, #products .texturalia #list .item p strong, #products .texturalia #category li a:hover {
	color:#00aeef;
}

#products .dulzalia .product-menu {
	background:#d2232a;
}
#products .dulzalia #column h1, #products .dulzalia #subcategory h2, #products .dulzalia #list .item p strong, #products .dulzalia #category li a:hover {
	color:#d2232a;
}
			
/*
	Events.
*/
#events-header h2 {	
	padding-left:198px;
	height:44px;
	line-height:44px;
	background:url(../img/arrow.gif) #000 no-repeat;
	background-position:163px 16px;
	color:#fff;
	font-size:24px;
}
#events-holder {
	padding:0px 40px;
	background:#161a16;
	}
	#events-holder li {
		margin-bottom:18px;
		padding-bottom:18px;
		background:url(../img/events/sep.gif) repeat-x bottom;
		}
		#events-holder li.first, #events-holder li.last {
			background:none;
		}
		#events-holder li.last {
			margin-bottom:0px;
		}
	#events-holder .item {
		
	}
	#events-holder .picture {
		float:left;
		width:114px;
		padding-top:30px;
		overflow:hidden;
	}
	#events-holder .post {
		float:right;
		width:540px;
		}
		#events-holder .post h1 {
			height:70px;
			line-height:70px;
			font-size:24px;
			color:#ec008c;
		}
		#events-holder .post .date {
			color:#ec008c;
		}
		#events-holder .post p {
			line-height:18px;
			color:#fff;
		}

#pag {
	height:34px;
	line-height:34px;
	vertical-align:middle;
	background:#000;
	display:block;
	color:#645e67;
	}
	#pag a {
		color:#fff;
		text-decoration:none;
	}
	#events #pag {
		padding-left:182px;
	}
	#news #pag {
		padding-left:4px;
		float:left;
		background:none;
		font-size:11px;
		}
		#news #pag a {
			font-size:11px;
		}


/*
	News.
*/
#news #main {
	background:url(../img/dotted-vertical) #161a16 repeat-y top right;
	background-position:140px 0px;
}
#news-header h2 {	
	padding-left:198px;
	height:44px;
	line-height:44px;
	background:url(../img/arrow.gif) #000 no-repeat;
	background-position:163px 16px;
	color:#fff;
	font-size:24px;
}
#news-pag {
	float:left;
	}
	#news-pag-holder {
		margin:20px 40px 10px 10px;
	}
	#news-pag ul {
		margin-bottom:20px;
	}
	#news-pag li {
		width:114px;
		border-bottom:1px dotted #fff;
		padding-bottom:10px;
	}
	#news-pag li p {
		margin:5px 0px;
		color:#fff;
		background:url(../img/arrow-tiny.gif) no-repeat top left;
		padding-left:10px;
	} 
	#news-pag li a {
		line-height:16px;
		font-size:14px;
		color:#fff;
		text-decoration:none;
		}
		#news-pag li.current p, #news-pag li.current a {
			color:#ec008c;
		}
		#news-pag li a:hover {
			text-decoration:underline;
		}
#news-current {
	float:right;
	width:590px;
	margin:20px 0px;
}
#news-pic {
	padding:10px;
	margin-right:40px;
	background:#000000;
	}
	#news-pic #news-pic-holder {
		float:left;
		width:310px;
		height:208px;
		overflow:hidden;
	}
	#news-pic .bt {
		float:left;
		margin:142px 0px 0px 10px;
	}
	#news-pic h1 {
		clear:both;
		padding:10px 40px 5px 10px;
		color:#ec008c;
		font-size:21px;
		line-height:25px;
	}
#news-text {
	margin:10px 40px 10px 0px;
	color:#fff;
	}
	#news-text p.date, #news-text p a {
		color:#ec008c;
	}
	#news-text p {
		line-height:19px;
	}

/*
	Recepies.
*/
#recepies #main {
	background:url(../img/dotted-vertical) #161a16 repeat-y top right;
	background-position:160px 0px;
}
#recepies-header h2 {	
	padding-left:198px;
	height:44px;
	line-height:44px;
	background:url(../img/arrow.gif) #000 no-repeat;
	background-position:163px 16px;
	color:#fff;
	font-size:24px;
}
#recepies-pag {
	float:left;
	margin:20px 40px 10px 30px;
	}
	#recepies-pag p {
		color:#8f928d;
		font-size:14px;
	}
	#recepies-pag ul {
		margin:20px 0px;
	}
	#recepies-pag li {
		width:114px;
		padding-bottom:0px;
	}
	#recepies-pag li a {
		line-height:26px;
		font-size:20px;
		color:#fff;
		text-decoration:none;
		}
		#recepies-pag li.current a {
			color:#ec008c;
		}
		#recepies-pag li a:hover {
			text-decoration:underline;
		}

#recepies-current {
	float:right;
	width:570px;
	margin:20px 0px;
}



#recepies-current li {
	float:left;
	width:280px;
	padding-bottom:10px;
	}
	#recepies-current li a {
		display:block;
		font-size:18px;
		color:#fff;
		text-decoration:none;
		}
		#recepies-current li a:hover {
			text-decoration:underline;
			}
		#recepies-current li a span {
			font-size:14px;
			font-weight:bold;
			color:#ec008c;
		}



#recepies-video {
	padding:10px;
	margin-right:40px;
	background:#000000;
	}
	#recepies-video #recepies-video-holder {
		float:right;
		width:320px;
		height:265px;
		overflow:hidden;
	}
	#recepies-video h1 {
		color:#fff;
		font-size:21px;
		line-height:25px;
	}
	#recepies-video p.type {
		margin:10px 0px 20px;
		color:#ec008c;
	}
	#recepies-video p {
		line-height:15px;
		font-size:10px;
		color:#fff;
	}
	#recepies-video p a {
		line-height:15px;
		font-size:10px;
		color:#ec008c;
	}
#recepies-text {
	margin:10px 40px 10px 0px;
	}
	#recepies-text p {
		line-height:19px;
		color:#fff;
	}
	#recepies-text table td {
		padding:10px 10px 0px 0px;
	}

/*
	Order.
*/
#order-header h2 {	
	padding-left:198px;
	height:44px;
	line-height:44px;
	background:url(../img/arrow.gif) #000 no-repeat;
	background-position:163px 16px;
	color:#fff;
	font-size:24px;
}
#order-form {
	padding:0px 0px 0px 44px;
}
#order #main {
	background:#161a16;
}
#order-form table {
	width:673px;
	margin-top:20px;
}
#order-form thead td {
	font-size:18px;
	line-height:28px;
	height:28px;
	color:#fff;
}
#order-form th {
	border-top:10px solid #161a16;
}
#order-form #frutalia h2, #order-form #cerealia h2, #order-form #vegetalia h2, #order-form #texturalia h2, #order-form #dulzalia h2, #order-form #saboralia h2 {
	margin:0px 4px;
	font-size:18px;
	line-height:28px;
	height:28px;
	color:#fff;
}
#order-form #frutalia {
	background:#ec008c;
}
#order-form #cerealia {
	background:#f78f1e;
}
#order-form #vegetalia {
	background:#c1d72e;
}
#order-form #texturalia {
	background:#00aeef;
}
#order-form #dulzalia {
	background:#d2232a;
}
#order-form #saboralia {
	background:#f78f1e;
}
#order-form tbody td {
	color:#fff;
	margin-bottom:4px;
	padding-bottom:4px;
	background:url(../img/events/sep.gif) repeat-x bottom;
}
#order-form .title {
	width:250px;
	}
	#order-form .title a {
		display:block;
		line-height:16px;
		background:url(../img/order/camera.gif) no-repeat center left;
		padding:0px 20px 0px 28px;
		/*cursor:pointer;*/
		color:#fff;
		text-decoration:none;
	}
#order-form .quantity {
	text-align:right;
	padding-left:10px;
}
#order-form .format {
	padding:0px 10px;
}
#order-form .price {
	white-space:nowrap;
}
#order-form tbody input {
	width:24px;
	background:#161a16;
	border:1px solid #474847;
	color:#fff;
}
#order p.iva {
	margin:20px 0px;
	padding-left:44px;
	color:#979797;
	font-size:12px;
}
#order div.black {
	margin:30px 40px 30px 0px;
	background:url(../img/bt-black.gif) no-repeat top left;
	float:right;
	}
	#order div.black a {
		cursor:pointer;
	}

#order-name {
	padding:30px 0px 30px 44px;	
}	
#order-name #recepy {
	float:left;
	width:200px;
	}
	#order-name #recepy table {
		width:200px;
	}
	#order-name #recepy th {
		color:#fff;
		font-size:12px;
	}
	#order-name #recepy td {
		color:#e2e2e2;
		line-height:18px;
		vertical-align:top;
		padding:6px 0px;
	}
	#order-name #recepy tr.sep {
		background:url(../img/events/sep.gif) repeat-x top;
		}
	#order-name #recepy p {
		padding:10px 0px 5px 0px;
		background:url(../img/events/sep-white.gif) repeat-x top;
		}
		#order-name #recepy p.no-sep {
			padding:0px;
		}
		#order-name #recepy tr.last {
			background:none;
		}
	#order-name #recepy td.quantity {
		padding-right:10px;
	}
	#order-name #recepy p {
		color:#fff;
		line-height:18px;
	}
	#order-name #recepy span {
		color:#979797;
		font-size:10px;
	}
	
	#order-name #pedido {
		width:480px;
		float:right;
	}
	#pedido #pedido-cliente {
		width:230px;
		float:left;
	}
	#pedido #pedido-fiscales {
		width:230px;
		float:left;
	}
	#pedido h3 {
		color:#fff;
		font-size:12px;
	}
	#pedido p {
		margin:9px 0px;
	}
	#pedido p label {
		color:#979797;
		font-size:12px;
	}
	#pedido p label strong {
		color:#fff;
	}
	#pedido p input {
		border:1px solid #979797;
		background:#000;
		color:#fff;
		width:203px;
	}
	#pedido p textarea {
		border:1px solid #979797;
		background:#000;
		color:#fff;
		width:205px;
	}
	#pedido .checkbox td {
		vertical-align:top;
	}
	#pedido .checkbox td label {
		color:#979797;
		font-size:10px;
		float:left;
		width:180px;
	}
	#pedido #message {
		margin:10px 0px;
		color:#fff;
	}
	#order div.pink {
		margin:30px 40px 30px 0px;
		background:url(../img/bt.gif) no-repeat top left;
		float:right;
		}
		#order div.bt a {
			cursor:pointer;
		}
		
		
#order-mail {
	padding:30px 0px 230px 44px;
}
#order-mail-holder, #pedido .error {
	padding:20px;
	margin:0px 44px 20px 0px;
	background:#ec008c;
	color:#fff;
	line-height:18px;
}
#order-mail-holder p, #order-mail-holder h3, #pedido .error {
	color:#fff;
	font-size:12px
}

/*
	Contact.
*/
#contact #holder {
	padding:18px;
	background:#161a16;
	}
	#contact #holder div.desc {
		padding:18px 18px 18px 342px;
	}
	#contact #holder h2 {
		line-height:30px;
		font-size:24px;
		color:#ec008c;
	}
	#contact #holder p {
		width:220px;
		padding-bottom:8px;
		line-height:18px;
		color:#979797;
		}
		#contact #holder p.legend {
			margin-bottom:180px;
			color:#fff;
		}
		#contact #holder p.address strong {
			color:#ec008c;
		}
		#contact #holder p.address a {
			color:#fff;
		}
	#contact form {
		float:right;
		}
		#contact label strong {
			color:#fff;
		}
		#contact input, #contact textarea {
			border:1px solid #979797;
			background:#000;
			color:#fff;
		}
		#contact input {
			width:194px;
		}
		#contact textarea {
			width:196px;
			height:80px;
		}
	
	#contact #buttons {
		margin-top:3px;
		padding:18px;
		background:#161a16;
		}
		#contact #buttons {
			height:182px;
		}
		#contact #buttons li {
			float:left;
			padding-right:5px;
			}
			#contact #buttons li.last {
				padding-right:0px;
			}
		#contact #buttons li a {
			display:block;
			border:1px solid #919191;
			}
			#contact #buttons li a:hover {
				border:1px solid #ec008c;
				}
			#contact #buttons li.last a {
				border:1px solid #161a16;
				padding-left:16px;
				}
				#contact #buttons li.last a:hover {
					border:1px solid #161a16;
				}
		#contact .error {
			background:#ec008c;
			color:#fff;
			line-height:18px;
			padding:10px 20px;
			margin:0px 0px 20px 0px;
		}