/* 
	Author Raúl Ghioldi
	by r-design.com.ar
	for: cookingchia.com
	
*/

/*Incluido para porsonalizar el carrito de compras */
#header_en_cart { /*cabezal para versión en ingles*/
	background-image: url(../img/header_en_cart.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 998px;
	float: left;
}

/*Incluido para porsonalizar el carrito de compras */
#header_es_cart { /*cabezal para versión en español*/
	background-image: url(../img/header_es_cart.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 998px;
	float: left;
}

/*Incluido para porsonalizar el carrito de compras */
#mybody4 { 
	background-image: url(../img/mybody4.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width: 998px;
	height: auto;
	z-index: 20;
	float: left;
	
}
/*Incluido para porsonalizar el carrito de compras */
#envios_cart {
	width: 150px;
	height: 100px;
	position: absolute;
	top: 160px;
	left: 574px;
	z-index: 4;
	color: #FFFFFF;

}

.ventas_cont {
	width: 835px;
	height: auto;
	padding-left: 80px;
	padding-right: 80px;
	float: left;
}

.ventas_item {
	width: 835px;
	height: auto;
	border: #539E5F solid 1px;
	background: url(../img/back_ventas_item.png) repeat-y;
	margin: 2px 0 7px 0;
	float: left;
}

.ventas_item_2 {
	width: 835px;
	height: auto;
	float: left;
}

.ventas_item_left {
	width: 130px;
	padding: 25px;
	float: left;
}

.ventas_item_left_2 {
	background:  url(../img/check-ok2.png) no-repeat #539E5F 8px 4px;
	width: 515px;
	color: #FFF;
	padding: 20px 20px 20px 30px;
	float: left;
}

.ventas_item_left_2 a:link {
	color: #FF9900;
}
.ventas_item_left_2 a:visited {
	color: #FF9900;
}
.ventas_item_left_2 a:hover {
	color: #999999;
}

.ventas-flecha {
	width: 44px;
	height: 38px;
	background: url(../img/flecha.png) no-repeat;
	margin-left: -18px;
	margin-right: -30px;
	float: left;
}

.ventas_item_left_3 {
	width: 435px;
	padding: 25px;
	float: left;
}

.ventas_item_center {
	width: 455px;
	padding-top: 10px;
	float: left;
}

.ventas_item_right {
	width: 170px;
	padding: 15px;
	float: left;
}

.ventas_item_right_2 {
	width: 250px;
	height: auto;	
	margin: 0 0 0 20px;
	text-align: right;
	float: left;
}

/*Español - Variantes*/
.ventas_form_es {
	width: 124px;
	height: 33px;
	background: url(../img/anadir_al_carro.png) no-repeat;
	cursor: pointer;
	border: none;
}

.ventas_form_off_es {
	width: 124px;
	height: 33px;
	background: url(../img/anadir_al_carro_disable.png) no-repeat;
	margin-top: -6px;
	margin-bottom: 10px;
	border: none;
}
/* */

/* Inglés - Variantes */
.ventas_form_en {
	width: 124px;
	height: 33px;
	background: url(../img/add_to_cart.png) no-repeat;
	cursor: pointer;
	border: none;
}

.ventas_form_off_en {
	width: 124px;
	height: 33px;
	background: url(../img/add_to_cart_disable.png) no-repeat;
	margin-top: -10px;
	margin-bottom: 10px;
	border: none;
}
/* */

.ventas_vercarro {
	margin-top: -40px;
	position: relative;
	float: right;
}

.ventas_vercarro_2 {
	float: right;
}

.ventas-search {
	width: 92px;
	height: 22px;
	padding-bottom: 6px;
	background: url(../img/select_zona.png) no-repeat;
	border: none;
	color: #FFF;
	font-size: 11px;
	/*letter-spacing: 0.1em;*/
	text-align: center; 	 
	cursor: pointer;
}
	
.select_1 {
	margin-bottom: 10px;
}

.ventas_p1 {
	width: auto;
	margin-left: 20px;
}

.ventas_p2 {
	width: auto;
	margin-left: 20px;
	font-size: 90%;
}

.ventas_p3 {
	font-size: 90%;
}

.ventas_p4 {	
	font-weight: bold;
	font-size: 150%;
}

.ventas_p5 {
	font-size: 90%;
	margin-top: -20px;
	padding-bottom: 10px;
}

.ventas_p6 {
	width: auto;
	margin-left: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.ventas_zona {
	font-family: Verdana, Geneva, sans-serif; 
	font-size:11px
}

.ventas-oferta {
	width: 137px;
	height: 78px;
	margin-left: -110px;
	margin-top: -20px;
	margin-right: -27px;
	float: left;	
}

.subrayado1 {
	border-bottom: 2px dotted;
}

.mensaje-cont {
	width: 303px;
	height: auto;
	padding-right: 266px;
	padding-left: 266px;
	float: left;	
}

.mensaje-cont-item-1 {
	margin: 10px;
	width: 303px;
	height: auto;
}

.mensaje-cont-item-2 {
	width: 303px;
	height: auto;
	text-align: center;	
}

.back-cart {
	width: auto;
	height: 24px;
	background: url(../img/back.png) no-repeat;
	padding-top: 12px;
	padding-left: 38px;
	margin-top: 6px;
	margin-bottom: 10px;
	float: left;
}

.text-1 {
	font-weight: bold;
	margin-top: 8px;
}

.text-2 {
	font-weight: bold;
	margin-top: 8px;
	margin: 4px 4px 4px 0;
	font-size: 120%;	
}

.text-3 {
	width: auto;
	background: url(../img/back_total.png) repeat-y;
	font-weight: bold;
	padding: 8px 0 8px 8px;
	margin: 4px 4px 4px 0;
	font-size: 110%;
	color: #FFF;
}

.text-3b {
	padding-top: 10px;
	font-size: 80%;	
}

.mens-cod {
	background: url(../img/back_cod.png) no-repeat;
	height: 97px;
	padding: 14px;
	font-weight: bold;
	color: #FFF;
}
.mens-cod-p {
	margin-top: -2px;
	text-align: justify;
}

.mens-cod a:link {
	color: #FF9900;
}
.mens-cod a:visited {
	color: #FF9900;
}
.mens-cod a:hover {
	color: #999999;
}

.mens-error {
	background: #900;
	padding: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #FFF;
}

.mens-error-2 {
	margin-top: 30px;
	background: #900;
	padding: 20px;
	font-weight: bold;
	color: #FFF;
}

.mens-ok {

}

.espaciador {
	width: 998px;
	height: 268px;
	/*background-color: #339;*/
}

.btn-buy {
	width: 127px;
	height: 28px;
	padding-top: 50%;
	/*margin-top: 40%;*/
	margin-bottom: 50%;
	float: right;
	display: block;	
}

.btn-buy-mp {
	width: 127px;
	height: 28px;
	padding-top: -50%;
	/*margin-top: 40%;*/
	margin-bottom: 50%;
	float: right;
	display: block;		
}

.thumb {
	padding: 4px 4px 4px 8px;
}

.tabla-titulo {
	height: 30px;
	background: #539E5F;
	color: #FFF;
	font-weight: bold;	
}



/*	
table.ancho99 {width:700px ;}

td.a1{ 
width: 600px; 
} 
td.a2{ 
width: 600px;
height: 30px;
background-image: url(../img/back_celdas.gif);
background-repeat: repeat-x;
background-position: bottom;
} 
td.a3{ 
width: 600px;
height: 30px;

} 

td.b1{ 
width: 180px;
background-color: #FFFFFF;
background-image: url(../img/back_lista_compras.jpg);
background-repeat: repeat-y;
margin-left: 10px;

padding-top: 10px;
} 
td.b2{ 
width: 250px; 
background-color: #FFFFFF;
}
td.b3{ 
width: 150px;
background-color: #FFFFFF;
text-align: left;

}
td.b4{ 
width: 40px; 
background-color: #FFFFFF;

}
td.b5{ 
width: 10px; 
background-color: #FFFFFF;
}
td.b6{ 
/*width: 10px; */

/*

background-color: #FFFFFF;
}
td.c1 {
background-color: #E6E6E6;
margin-left: 10px;
padding: 10px;
}
td.c2{ background-color: #F6DA98 ;  } 

td.d1{ background-color: #OEBEBA ; width: 50px ; } 
td.d2{ background-color: #OEBEBA ; } 

td.e1{ background-color: white ; width: 150px ; } 
td.e2{ background-color: white ;  } 
td.e3{ background-color: white ; width: 150px ; }

*/
