html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color:#fdfdee;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body * {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0;
	visibility: hidden;
}
/*********************************************







		Link Styles







*********************************************/







a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/*********************************************







		Text Elements







*********************************************/







p, ul, ol, blockquote {
	color: #333;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img {
	border: 0px;
	background: none;
}
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************







		Header Styles







*********************************************/







h1 { /* This style used as title on single posts and pages */
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 { /* This style used as header in the sidebars */
	background: #fff;
	font-size: 16px;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	background-color:#C6E5C8;
	border:1px solid #B2D3B4;
	color:#000000;
	font-size:11px;
	margin:10px 0 10px 6px;
	padding:2px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:222px;
}
h5 { /* This style used for the product price  */
	border-bottom:1px solid #CECECE;
	color:#000000;
	font-size:15px;
	margin:17px 398px 0 8px;
	text-decoration:none;
	text-transform:uppercase;
	width: 33%;
}
h6 { /* This style used for second product price  */
	color:#6E0019;
	font-size:16px;
	padding:5px 0 0 15px;
	text-align:left;
	text-decoration:none;
	width: 33%;
}
/*********************************************







		Container Div







*********************************************/







#container {
	/*	background: #fff;







	border: 1px solid #000;*/







	text-align: left;
	margin: 20px auto;
	width: 790px;
	padding: 0px;
}
#toptag {
	display: block;
	background: #000;
	color: #fff;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
}
/*********************************************







		Header Styles







*********************************************/







#header {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	width: 790px;
	height: 95px;
	display: block;
	position: relative;
	/*background-color: #fafa7f !important;*/
	background: url(http://www.albesapark.com/wp-content/themes/Ecommerce/images/logo-white.jpg) bottom left no-repeat;

}
#header h1, #header h1 a {
	display: block;
	width: 405px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}
#header h2 { /* This style used as header in the sidebars */
	font-size: 18px;
	color: #333;
	background: transparent;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#header p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.headerleft {
	width: 405px;
	float: left;
	margin: 0px;
	padding: 15px;
}
.headerright {
	width: 325px;
	float: right;
	margin: 0px;
	padding: 25px 15px 15px 15px;
	text-align: right;
}
/*********************************************







		Feature







*********************************************/







#feature {
	clear: both;
	border: 0px solid black;
	background: #a60328 url(images/featured-bg.png) repeat-x scroll 0 bottom;
	background-color:#a60328;
	color: #fff;
	padding: 20px;
	display: block;
	position: relative;
	height: 165px;
}
#feature p {
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#feature h2 { /* This style used as header in the sidebars */
	font-size: 23px;
	color: #FFF;
	background: transparent;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}
#feature a {
	color: #fff;
	text-decoration: underline;
}
#feature a:hover {
	text-decoration: none;
}
#feature ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#feature ul li {
	padding: 0px;
}
#feature ul li ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#feature ul li ul li {
	padding: 0px;
	margin: 0px 0px 0px 25px;
	list-style-type: square;
	color: #fff;
}
#feature img {
	border: 0px;
	background: none;
}
#feature .textwidget {
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.featureleft {
	width: 47%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.featureright {
	width: 47%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/*********************************************







		Horizontal Navigaion Styles







*********************************************/
#menu {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	display: block;
	width: 100%;
}
#menu ul {
	margin: 0px;
	padding: 5px 0px;
}
#menu ul li {
float:left;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}
#menu ul li a {
	color: #FFF;
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	display:block;
}
#menu ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #fff;
}
/*********************************************

Home Thumbnails Div

*********************************************/
.thumbnail {
	float: left;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	background: #fff;
	display: inline;
	border: 0px solid #000;
}
.thumbnail p {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	background-color:#f0f0f0;
	border-color:-moz-use-text-color #c1bfc1 #c1bfc1;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	clear:both;
	color:#6E0019;
	font-size:12px;
	font-weight:bold;
	line-height:1.4em;
	margin:0 5px;
	padding:6px;
	text-transform:uppercase;
}
.thumbnail h3 { /* This style used as the post titles on homepage/archive */
	border-bottom:1px solid #6E0019;
	color:#3C3C3C;
	font-size:14px;
	margin:6px;
	padding:0;
	text-decoration:none;
}
.thumbnail h3 a {
	color: #000;
	text-decoration: none;
}
.thumbnail h3 a:hover {
	text-decoration: underline;
}
.thumbnail img {
	margin:0 5px 0;
	border: 0px;
	padding: 0px;
	width: 244px;
	height: 169px;
	float: left;
	border: 1px solid #666;
}
.thumbnail img a {
	border: none;
}
.thumbnail img a:hover {
	border: 0px solid #fff;
}
/*********************************************







		Content Div







*********************************************/







#content {
	background-color:#FFFFFF;
	border-color:black;
	border-style:solid;
	border-width:0 1px;
	display:block;
	float:left;
	margin:0;
	padding:10px;
	width:768px;
}
#content h1 {
	-moz-border-radius:8px;
	background:transparent url(images/titulo-bg.png) repeat scroll 0 0;
	border:1px solid #E0E0E0;
	color:#6E0019;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	margin-bottom:13px;
}
#content .thumbnail  .post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}
#content p {
	padding:7px;
	
}
#content .post p {
	padding:7px;
	width:570px;
	float:right;
}
#content ol, #content ul {
	list-style-image:url(images/bullet-features.png);
}
/*********************************************







		Post Meta Styles







*********************************************/







.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	border-bottom:1px dotted #F2F2F2;
	margin:0 0;
	padding:0 5px 7px;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	color: #333;
	margin: 20px 5px;
	background: #fff;
	width:238px;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}
/*********************************************







		Previous/Next Page Navigation







*********************************************/







.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px;
	float: left;
	text-align: left;
}
.nav-next {
	width: 249px;
	float: right;
	text-align: right;
}
/*********************************************







		Left Sidebar







*********************************************/







#l_sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 200px;
	margin: 0px 0px 15px 0px;
	padding: 0px 20px;
	display: block; /* floats are handled as block elements, this is to fix 







						a margin collapsing bug in IE */
}
#l_sidebar h2 { /* This style used as header in the sidebars */
	background: #000 url(images/sideback-white.gif) top center no-repeat;
	font-size: 13px;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-weight: normal;
}
#l_sidebar p {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul li ul li a {
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
/*********************************************







		Comment Styles







*********************************************/







#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#ithemes-contact-page-name,  #ithemes-contact-page-website,  #ithemes-contact-page-email,  #ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,  #commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
/************************************************







*	Bottom "Sidebars"					     		* 







************************************************/















#bottom {
	width: 790px;
	margin: 0px auto 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	border-top: 1px solid #000;
	clear: both;
}
#bottom p, #bottom .textwidget {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#bottom h2 {
	color: #000000;
	background: #EDEDED;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
}
#bottom h2 a, #bottom h2 a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#hometop h2 a:hover {
	color: #000000;
	text-decoration: none;
}
#bottom img {
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
}
#bottom ul {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bottom ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.bottomleft {
	float: left;
	width: 376px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	overflow: hidden;
}
.bottommiddle {
	/*float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;*/
	display:none;
}
.bottomright {
	float: right;
	width: 376px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}
/*********************************************







		Footer Styles







*********************************************/







#footer {
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	text-align: left;
	width: 780px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#footer ul {
	margin: 0px;
	padding: 5px 0px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}
#footer ul li a {
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
.footerleft {
	width: 45%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.footerright {
	width: 45%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
/*********************************************







		eCommerce Plugin Styles







*********************************************/















table.wpsc_checkout_table {
}
table.wpsc_checkout_table input, table.wpsc_checkout_table textarea, table.wpsc_checkout_table select {
	margin: 12px 0 12px 30px;
	width: 200px;
}
table input, table textarea, table select {
	margin: 12px 0 12px 30px;
	width: 200px;
}
table texarea {
	height: 50px;
}
table.wpsc_checkout_table textarea {
	height: 50px;
}
body table.wpsc_checkout_table tr td input#payment_method_1, body table.wpsc_checkout_table tr td input#payment_method_2 {
	width: 30px;
}
body table.wpsc_checkout_table tr td input#payment_method_1 {
}
strong.cattitles {
	font-size: 16px;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-weight: normal;
	border-bottom: 2px dotted #ccc;
}
a.product_image {
	border: 1px solid #000;
}
div#widgetshoppingcart {
	line-height: 1.4em;
	background: url(images/ecommerce_open.png) right top no-repeat;
	padding-right: 50px;
	padding-bottom: 15px;
	width: 150px;
}
div#widgetshoppingcart table {
	width: 200px;
	margin-top: 15px;
}
div#widgetshoppingcart table tr {
	height: 20px;
}
div#widgetshoppingcart a {
	text-decoration: none;
}
div#widgetshoppingcart a:hover {
	text-decoration: underline;
}
a.additional_description_link {
	text-decoration: none;
}
ul.PeCategories {
	position:relative;
	left: 20px;
}
ul.PeCategories li {
	list-style-type: disc;
}
body div#l_sidebar ul.PeCategories li a {
	color: #000;
	text-decoration: none;
}
body div#l_sidebar ul.PeCategories li a:hover {
	text-decoration: underline;
}
table.productdisplay tr {
	border-bottom: dashed 1px #ccc;
}
/* input.wpsc_buy_button { Large icons for main purchase buttons







	border: none;







	color: #f8ad3a;







	font-weight: bold;







	width: auto;







	display: block;







	padding: 6px;







	width: 210px;







	height: 50px;







	float: right;







	background: url(images/ecommerce_add.png) left top no-repeat #fff;







} */







input.wpsc_buy_button, form#specials_1 input, form#specials_2 input, form#specials_3 input {
	border: none;
	color: #f8ad3a;
	font-weight: bold;
	width: 150px;
	height: 30px;
	background: url(images/ecommerce_add_small.png) left top no-repeat #fff;
	margin: 12px 0 0 0;
}
body table input.wpsc_buy_button:hover {
	cursor: pointer;
}
body table.productcart tr.firstrow td {
	background-color: #fff;
}
a.wpsc_product_title {
	text-decoration: none;
	font-size: 18px;
}
a.wpsc_product_title .special {
}
div.categorydisplay {
	background: url(images/ecommerce_bag.png) right top no-repeat;
}
tr.product_row a {
	display: block;
	background: url(images/ecommerce_delete.png) left top no-repeat;
	width: 50px;
	height: 40px;
	text-indent: -999em;
}
table.productcart input {
	width: 80px;
	text-align: center;
}
span.pricedisplay {
	display: inline;
	color: red;
	font-size: 16px;
}
/*********************************************







		The Obligatory WP Stuff







*********************************************/







.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
	margin-bottom:20px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* ESTILOS PARA LA P�GINA INDEX  */















#content .familia {
	display:inline;
	float:left;
	height:250px;
	margin:10px 28px 10px 31px;
	width:323px;
}
#content .familia img {
	border: 1px solid black;
}
#content .familia p {
	border:1px solid #6d0019;
	font-weight:bold;
	margin-top:5px;
	padding:2px 0;
	text-align:center;
	text-transform:uppercase;
}
#content .familia p:hover {
	border:2px solid #6d0019;
}
#content .familia p a {
	color:#6d0019;
	display: block;
	text-decoration:none;
}
#content .familia p a:hover {
	text-decoration: none;
}
/* ESTILOS PARA LOS PROFUCTOS DESTACADOS DE ARRIBA  */















li#text-4 h2 {
	font-size:23pt;
	line-height:0.9em;
}
li#text-5 div.textwidget {
	margin-right:25px;
	text-align:right;
	padding-bottom: 0;
}
#content p.presentacion {
	clear:both;
	margin:5px 0;
	padding:0 30px;
}
/* ESTILOS PARA EL FORMULARIO */















#searchform #s {
	background: transparent url(images/buscador-bg.png) no-repeat scroll 0 0;
	border:medium none;
	padding:3px 0 5px 12px;
 padding:3px 0 5px 8px !ie;
}
#searchform #sbutt {
	background: transparent url(images/buscador-bg-buttn.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	width: 135px;
	height:24px;
 height:26px !ie7;
 margin-left:-19px !ie7;
	margin-left:-14px;
	width:25px;
}
/* ESTILOS PARA LAS TABLAS DE LA TERRAZA */







#content table {
	width:43%;
	margin: 17px 0;
	padding-left:15px;
}
#content table tr {
}
#content table th {
	background-color:#006600;
	color:white;
	padding-left:6px;
}
#content table td {
	padding-left:6px;
}
#content table td.text-alg {
	text-align: right;
}
/* ESTILOS PARA EL MENÚ DE LOS REMOLQUES */







#content .post #basic-accordian {
	border:1px solid #aeaeae;
	border-bottom:none medium;
	width:180px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#content .post #basic-accordian .accordion_headings {
	padding:5px;
	background:#EBEBEB none repeat scroll 0 0;
	color:#000000;
	border-bottom:1px solid #AEAEAE;
	cursor:pointer;
	font-weight:bold;
}
#content .post #basic-accordian .accordion_headings:hover {
	background:transparent url(images/bg-albesa-menu.png) repeat-x scroll 0 0;
}
#content .post #basic-accordian .accordion_headings a {
	text-decoration:none;
}
#content .post #basic-accordian .accordion_child {
	background:#FEFEFE none repeat scroll 0 0;
}
#content .post #basic-accordian .accordion_child ul {
	list-style:none;
	width:auto;
	margin:0;
	padding:0;
}
#content .post #basic-accordian .accordion_child ul li a {
	display:block;
	padding:5px 10px;
	border-bottom:1px solid #AEAEAE;
	color:#797878;
	text-decoration:none;
}
#content .post #basic-accordian .accordion_child ul li a:hover {
	background:transparent url(images/bg-albesa-menu.png) repeat-x scroll 0 0;
}
#content .post #basic-accordian .header_highlight {
	background:transparent url(images/bg-albesa-menu.png) repeat-x scroll 0 0;
}
ul.col_izq {
width:180px;
/*margin:0px!important;
padding:0px!important;*/
}
h5.col_izq, h6.col_izq{
width:180px;
margin-right:0px;
}
div.imp_inc{
width:180px;
}
div.col_der_prod{
width:492px;
float:right;
}
div.col_izq_prod{
width:248px;
float:left;
}
div.sponsors{
clear:both;
}
div.sponsors2{
float:right;
width:482px;
clear:both;
}
div.col_izq_prod ul, div.col_izq_prod h5, div.col_izq_prod h6{
width:180px!important;
}
form#form1{
width:180px;
margin:0px;
padding:0px 0px 0px 30px;
clear:both;
}
.bot_enviar{
margin:0px auto;
}
h4#h4captcha{
font-size:15px;
border:none;
background:none;
text-transform:none;

}
#capcha{

}