body {
	padding: 0;
	margin: 13px 0 64px;
	background-color: #ffffff;
	background-image: url('/img/body-bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main {
	display: block;
	margin: 0 auto;
	width: 778px;
	background-color: #ffffff;
	background-image: url('/img/main-bg.gif');
	background-position: left;
	background-repeat: repeat-y;
	border: 1px solid #c0c0c0;
	border-left: none;
	border-right: none;
	position: relative;
}

div.clearer {
	clear: both;
}

#header {
	color: #4e4e4e;
	background-color: #fff;
}

h1 {
	display: block;
	width: 203px;
	height: 52px;
	padding: 0;
	margin: 18px 0 1px 16px;
	background-image: url('/img/h1-bg3.jpg');
}

h1 a {
	display: block;
	width: 203px;
	height: 52px;
}

h1.interior {
	width: 229px;
	height: 79px;
	margin: 0;
	background-image: url('/img/h1-int-bg3.gif');
}

h1.interior a {
	width: 229px;
	height: 79px;
}

h1 span {
	display: none;
}

.nodisplay {
	display: none;
}

#intitle {
	display: block;
	height: 94px;
	margin: -14px 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

#intitle h2 {
	display: block;
	float: left;
	padding: 48px 0 0;
	margin: 0;
	color: #cacaca;
	font-weight: normal;
	font-size: 12px;
}

#intitle h2 span {
	display: block;
	color: #66ccff;
	font-size: 24px;
	margin-top: -6px;
	font-weight: lighter;
}

#intitle img {
	display: block;
	float: left;
}

#logos {
	display: block;
	float: left;
}

#marcas {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
}

#footer #marcas {
	width: 500px;
	margin: 26px 0;
}

#footer #marcas li {
	float: left;
	text-align: left;
	margin: 0 22px 0 0;
	width:102px;
}

#footer #marcas li.da {
	margin-top: -8px;
}

#marcas li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

#marcas li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 31px;
	background-position: right center;
	background-repeat: no-repeat;
}

#marcas li a img {
	padding: 2px 0 0 0;
	border: none;
}

#marcas li span {
	display: none;
}

#direccion {
	display: block;
	clear: both;
	text-align: center;
}

#footer #direccion {
	text-align: left;
	color: #777;
	padding: 24px 0 18px;
}

#footer #direccion br {
	display: none;
}

#caluga-header {
	display: block;
	float: left;
	margin: 0 16px 1px 26px;
}

#sidebar {
	float: left;
	width: 230px;
}

#searchform {
	display: block;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	padding: 0;
}

#searchform label, #searchform input.submit {
	display: none;
}

#q {
	display: block;
	margin: 9px auto 10px;
	padding: 6px 22px;
	width: 159px;
	border: none;
	font-size: 11px;
}

input[type=search]#q {
	display: block;
	margin: 11px auto 5px;
	padding: 0;
	width: 197px;
}

#q.blurred {
	background-image: url('/img/q-bg.gif');
}

#q.focused {
	background-image: url('/img/q-bg-act.gif');
}

#resultsDiv {
	position: absolute;
	margin: -25px 0 0;
	z-index: 4500;
}

#searchshadow {
	position: absolute;
	top: 25px;
	left: -19px;
	z-index: 3999;
}

#searchshadow img {
	display: block;
	border: none;
}

#searchresults {
	display: block;
	width: 366px;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url('/img/searchresults-bg.gif');
	background-position: left top;
	background-repeat: repeat-y;
	border: 1px solid #e1e1e1;
	z-index: 4000;
	opacity: 0.95;
	margin: 0;
	padding: 0;
	list-style: none;
}

#searchresults li {
	display: block;
	width: 144px;
	padding: 1px 0 7px 0;
	margin: 4px 0 0 0;
	text-align: right;
	color: #4d4d4d;
}

#searchresults li span {
	display: none;
	color: #fff;
}

#searchresults li a:hover {
	color: #fff;
}

/*

#searchresults li.over {
	color: #fff;
}

*/

#searchresults li span {
	cursor: default;
}

#searchresults li ul {
	display: block;
	float: none;
	list-style: none;
	margin: -14px 0 0 0;
	padding: 0 0 0 152px;
	width: 214px;
}

#searchresults li ul li {
	display: block;
	height: 18px;
	width: auto;
	padding: 0 0 0 152px;
	margin: 0 0 0 -152px;
	text-align: left;
	float: none;
	background-image: none;
}

#searchresults li ul li a {
	display: block;
	width: 214px;
	height: 15px;
	overflow: hidden;
	padding: 1px 0 2px 152px;
	margin: 0 0 0 -152px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	cursor: default;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: none;
}
#searchresults li ul li a img {
	vertical-align: middle;
	border: none;
	padding: 0 5px 2px;
	margin: 0;
	width: 16px;
	height: 16px;
}

#searchresults li.mejor ul li.first a {
	background-image: url('/img/searchresults-bg-mejor.gif');
}

#searchresults li.productos ul li.first a {
	background-image: url('/img/searchresults-bg-productos.gif');
}

#searchresults li.preguntas ul li.first a {
	background-image: url('/img/searchresults-bg-preguntas.gif');
}

#searchresults li.categorias ul li.first a {
	background-image: url('/img/searchresults-bg-categorias.gif');
}


#searchresults li ul li a:hover {
	background-image: url('/img/searchresults-selected-bg.gif');
	background-repeat: repeat;
	background-color: #3875d7;
}

#searchresults li.mejor ul li.first a:hover {
	background-image: url('/img/searchresults-bg-mejor-over.png');
}

#searchresults li.productos ul li.first a:hover {
	background-image: url('/img/searchresults-bg-productos-over.png');
}

#searchresults li.preguntas ul li.first a:hover {
	background-image: url('/img/searchresults-bg-preguntas-over.png');
}

#searchresults li.categorias ul li.first a:hover {
	background-image: url('/img/searchresults-bg-categorias-over.png');
}

#sidebar h2 {
	font-weight: normal;
	color: #676767;
	font-size: 20px;
	padding: 0 0 0 24px;
	margin: 5px 0 10px 17px;
	background-image: url('/img/sidebar-h2-bg.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#categorias {
	display: block;
	margin: 0;
	padding: 0 0 128px;
	list-style: none;
	position: relative;
	left: 10px;
}

#categorias li {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 64px;
}

#categorias li a.menu {
	display: block;
	width: 110px;
	height: 62px;
	padding: 2px 110px 0 0;
	background-image: none;
	text-decoration: none;
	color: #444444;
	text-align: center;
}

#categorias li a.menu:hover, #categorias li:hover, #categorias li.over {
	background-image: url('/img/menu-categoria-bg.gif');
}

#categorias li a.menu img {
	display: block;
	width: 48px;
	height: 44px;
	margin: 0 auto;
}

#categorias li ul {
	display: none;
	position: absolute;
	right: 10px;
	z-index: 2;
	border: 1px solid #c0c0c0;
	list-style: none;
	margin: -55px 0 0 0;
	padding: 4px 0;
	background-color: #ffffff;
}

#categorias li:hover ul, #categorias li.over ul {
	display: block;
}

#categorias li ul li {
	display: block;
	width: auto;
	height: auto;
}

#categorias li ul li a {
	display: block;
	height: auto;
	padding: 4px 24px 4px 12px;
	background-image: url('/img/submenu-bg.gif');
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #444444;
	text-align: left;
}

#categorias li ul li a:hover {
	background-color: #ffffff;
	background-image: none;
	padding: 4px 12px 4px 24px;
	background-image: url('/img/submenu-hover-bg.gif');
}

#central {
	float: left;
	width: 524px;
	margin: 0 12px 12px;
	position: relative;

}

#secciones {
	display: block;
	position: relative;
	top: -2px;
	padding: 0 3px;
	margin: 0;
	height: 36px;
	list-style: none;
	background-image: url('/img/secciones-bg.gif');
	background-repeat: repeat-x;
}

#secciones li {
	display: block;
	float: left;
	width: 74px;
}

#secciones li a {
	display: block;
	width: 74px;
	height: 24px;
	padding-top: 12px;
	text-align: center;
	font-size: 12px;
	color: #0c0c0c;
	text-decoration: none;
}

#secciones li a:hover {
	background-image: url('/img/secciones-hover-bg.png');
	text-decoration: none;
}

#calugashome {
	display: block;
	margin: 10px 0 12px;
	padding: 0;
	list-style: none;
	height: 111px;
}

#calugashome li {
	display: block;
	float: left;
	width: 166px;
	height: 111px;
	margin-left: 13px;
	margin-top: 10px;
}

#calugashome li:first-child, #calugashome li.first {
	margin-left: 0;
}

#bannerinfo {
	display: block;
	height: 119px;
	background-image: url('/img/bannerinfo-bg.png');
	margin: 0 0 12px;
	color: #333333;
}

#bannerinfo_from_db {
	display: block;
	height: 119px;
	margin: 30px 0 12px 0;
	color: #333333;
}

#bannerinfo .titulo {
	display: block;
	float: left;
	width: 166px;
	text-align: center;
}

#bannerinfo .titulo img {
	display: block;
	margin: 8px auto 0;
}

#bannerinfo .titulo h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

#bannerinfo .contenido {
	display: block;
	float: left;
	width: 348px;
	padding: 0 10px 0 0;
}
#bannerinfo .contenido  a {
	color:#000000;
	text-decoration: none;
}

div.clearer {
	clear: both;
}

#subcat {
	display: block;
	margin: 7px 0 0;
	height: 23px;
	background-color: #676767;
	position: relative;
}

#subcat ul {
	display: block;
	width: 524px;
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
}

#subcat ul li {
	display: block;
	width: 50%;
	float: left;
}

#subcat ul li a {
	display: block;
	width: 18px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
}

#subcat ul li.prev a {
	background-image: url('/img/subcat-nav-prev.gif');
}

#subcat ul li.next a {
	background-image: url('/img/subcat-nav-next.gif');
	float: right;
}

#subcat ul li a span {
	display: none;
}

#subcat h3 {
	display: block;
	position: absolute;
	width: 524px;
	text-align: center;
	padding: 2px 0 0;
	margin: 0;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}

#listby {
	display: block;
	text-align: right;
	margin: 5px 3px;
	padding: 0;
}

#listby label {
	color: #929292;
}

#listby select {
	font-size: 9px;
}

#listby input.submit {
	display: none;
}

div.pager {
	background-color: #eeeeee;
	padding: 3px;
	font-size: 10px;
	overflow: hidden;
}

div.pager ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.pager ul.pages {
	text-align: right;
	float: right;
}

div.pager ul li {
	display: block;
	float: left;
	border-right: 1px solid #000000;
	padding: 0 4px;
	margin: 2px 0;
}

div.pager ul li.last, div.pager ul li:last-child {
	border-right: none;
}

div.pager ul li.current {
	font-weight: bold;
}

div.pager ul li a {
	text-decoration: none;
	color: #3366cc;
}

div.pager ul li a:hover {
	text-decoration: underline;
	color: #00e;
}

#prodlist {
	background-color: #eeeeee;
	margin: 2px 0;
	padding: 7px 4px 3px;

}

#prodlist div.prod {
	display: block;
	float: left;
	width: 152px;
	height: 267px;
	overflow: hidden;
	position: relative;
	margin: 0 3px 11px;
	padding: 7px;
	background-image: url('/img/prodlist-prod-bg.gif');		
	background-position: top center;
}

div.prod h4 {
	height:24px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#central div.prod h4 a {
	color:#176E99;
	text-decoration: none;

}

div.prod dl.precios {
	margin: 11px 0 5px;
}

div.prod dl dt, div.prod dl dd {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 10px;
}

div.prod dl dt {
	width: 65px;
}

div.prod dl dd {
	width: 85px;
	font-weight: bold;
}

#central div.prod dl a {
	text-decoration: none;
	color: #000;

}

br {
	clear: both;
}

div.descProducto {
	font-size:10px;
	height: 50px;
	overflow: hidden;
	margin:5px 0 0 0; 
	text-align:justify;
}

#central div.descProducto a {
	color: #7E7C7C;
	text-decoration: none;
	
}

div.prod img.flecha {
	border: none;
	padding: 0 0 0 136px;
}

div.prod div.imagenProducto {
	display: block;
	height: 122px;
	width: 152px;
}

div.prod div.imagenProducto a {
	display: table-cell;
	height: 122px;
	width: 152px;
	vertical-align: middle;
}

div.prod div.imagenProducto a img {
	display: block;
	border: none;
	margin: 0 auto;
}

#producto {
	padding: 9px 6px;
}

#producto a.back {
	display: block;
	background-image: url('/img/flecha-back.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0 3px 18px;
	color: #909495;
	text-decoration: none;
	font-size: 10px;
}

#producto h2 {
	margin: 10px 0 0;
	padding: 0;
	color: #0882aa;
}

#producto h3 {
	font-size: 12px;
	color: #333;
	margin: 6px 0 0;
}

#producto div.imagenProducto {
	display: block;
	float: left;
	margin: 0 10px;
	height: 220px;
	width: 220px;
}

#producto div.imagenProducto div {
	display: table-cell;
	height: 220px;
	vertical-align: middle;
}

#producto div.imagenProducto img {
	display: block;
	margin: 0 auto;
	border: none;
}

#producto div.detallesCompra {
	display: block;
	float: left;
	width: 272px;
	padding: 30px 0 0;
}

#producto div.detallesCompra form {
	display: block;
	width: 192px;
	margin: 0 auto;
	padding: 0;
	background-image: url('/img/sidebox-top.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#producto div.detallesCompra form fieldset {
	display: block;
	width: 186px;
	padding: 3px;
	margin: 0;
	border: none;
	background-image: url('/img/sidebox-bottom.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#producto div.detallesCompra form fieldset legend {
	display: block;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #0099cc;
	margin: auto;
	padding: 6px 0;
	width: 100%;
}

#producto div.detallesCompra form fieldset dl {
	margin: 0;
	padding: 0;
}

#producto div.detallesCompra form fieldset dd, #producto div.detallesCompra form fieldset dt, #producto div.detallesCompra form fieldset label {
	display: block;
	float: left;
	width: 83px;
	margin: 2px;
	background-color: #eee;
	padding: 3px;
	color: #2d2d2d;
	font-size: 12px;
	height:17px;
}

#producto div.detallesCompra form fieldset dd {
	font-weight: bold;
}

#producto div.detallesCompra form fieldset #cantidad {
	display: block;
	float: left;
	width: 75px;
	margin: 2px;
	color: #2d2d2d;
	font-size: 11px;
	margin-top:auto;
}

#producto #agregar {
	display: block;
	width: 90px;
	height: 21px;
	margin: 0 auto;
	padding: 10px 0;
}

#producto div.descripcion {
	color: #696969;
}

#producto div.descripcion a {
	color: #2359a3;
	text-decoration: none;
}

#producto div.descripcion a:hover {
	text-decoration: underline;
}

h2.bgimg {
	color: #cccccc;
	background-position: left;
	background-repeat: no-repeat;
	padding: 32px 0 8px 102px;
}

#carro h2.bgimg {
	background-image: url('/img/tit-carro.gif');
}

#ingresar h2.bgimg {
	background-image: url('/img/tit-ingresar.gif');
}

#registro h2.bgimg {
	background-image: url('/img/tit-registro.gif');
}

#faq h2.bgimg {
	background-image: url('/img/tit-faq.gif');
}
#servicios h2.bgimg {
	background-image: url('/img/tit-servicios.gif');
}

#ubicacion h2.bgimg {
	background-image: url('/img/tit-ubicacion.gif');
}
#contacto h2.bgimg {
	background-image: url('/img/tit-contacto.gif');
}


#faq ol {
	color: #696969;
}

#faq ol li dl dt {
	font-weight: bold;
	display: block;
}

#faq ol li dl dd {
	display: block;
	margin: 0;
	padding: 0;
}

#servicios ul {
	color: #696969;
}


#central p {
	color: #696969;
	text-align: justify;
}

#central a {
	color: #2359a3;
	text-decoration: none;
}

#central a:hover {
	text-decoration: underline;
}

#sesion {
	float: right;
	right: 0px;
}

#user {
	background-image: url('/img/sesion-user.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 29px;
	height: 27px;
	margin-top: 12px;
}

#user span {
	display: block;
	height: 11px;
	padding: 8px;
	color: #707070;
	text-transform: uppercase;
	background-image: url('/img/sesion-bg.gif');
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
	margin: 0 0 3px 0;

}

#usercerrar {
	padding: 0 0 0 0px;
	height: 15px;
	margin-top: 3px;
	color: #707070;
}


#usercerrar a{
	color: #707070;
	text-decoration: none;
}

#usercerrar a:hover{
	text-decoration: none;
}



#detallecarro {
	border-collapse: separate;
	/*border-spacing: 4px;*/
	width: 515px;
	background-image: url('/img/tablacarro-top.gif');
	background-repeat: no-repeat;
	background-position: center top;


}

#detallecarro thead th {
	text-align: left;
	font-weight: normal;
	color: #09c;
	font-size: 11px;
	white-space: nowrap;
	margin: 0;
	padding: 4px 8px 0 2px;
	vertical-align: text-bottom;
}

#detallecarro thead th.large {
	font-size: 13px;
}

#detallecarro tbody tr {
}

#detallecarro tbody td {
	border: 1px solid #eee;
	padding: 4px;
	color: #2f2f2f;
}

#detallecarro tbody td.bold {
	font-weight: bold;
}

#detallecarro tbody td a {
	display: block;
	color: #2f2f2f;
	text-decoration: none;
}

#detallecarro tbody td a:hover {
	color: #2359a3;
	text-decoration: underline;
}

#detallecarro tbody tr.white td {
	background-color: #fff;
}

#detallecarro tbody tr.gray td {
	background-color: #eee;
}

#detallecarro tbody tr td.action {
	border-color: #fff;
	background-color: #fff;
}

#detallecarro tfoot tr td {
	text-align: right;
	color: #f3a63f;
	font-size: 12px;
}

#detallecarro tfoot tr.neto td {
	color: #09c;
}

#detallecarro tfoot tr td.total {
	background-color: #f3a63f;
	color: #fff;
	text-align: left;
	padding: 3px 5px;
	font-size: 11px;
}

#detallecarro tfoot tr.neto td.total {
	background-color: #09c;
}

#tablacarro-bottom {
	display: block;
	margin: 0;
	padding: 0;
	width: 515px;
	height: 6px;
	background-image: url('/img/tablacarro-bottom.gif');
}

 #contacto_formulario form  {
 height:350px;	
}
 #contacto_formulario form label {
	display: block;
	width: 280px;
	float: left;
	color: #09c;
}

#contacto_formulario ul{
	padding: 0px 0 0px 15px;
	color: #09c;
	font-size: 12px;
}

#contacto_formulario form label input {
	display: block;
	width: 250px;
}


#ingresar form label, #registro form label {
	display: block;
	width: 254px;
	float: left;
	color: #09c;
	height: 48px;
	font-weight:bold;
	
}



#recuperar_contrasena form label, #recuperar_contrasena form label {
	display: block;
	width: 150px;
	float: left;
	color: #09c;
	height: 48px;
	font-weight:bold;
	font-size:10px;

	
}

#recuperar_contrasena form fieldset {
	color: #09c;
	overflow: hidden;
	border: none;
	font-size:12px;

}



#registro form label.obligatorio {
	font-weight: bold;
}

#ingresar form label input, #registro form label input, #registro form label select.large {
	display: block;
	width: 240px;
}

#registro form label select {
	display: block;
}

#registro form label span {
	display: block;
}

#registro form label span.fecha select {
	float: left;
}

#registro form fieldset {
	border: none;
	padding: 0 7px 7px;
	margin: 0 0 7px;
	overflow: hidden;
}

#registro form fieldset legend {
	margin: 0;
	padding: 4px 0 6px;
	font-size: 14px;
	font-weight: bold;
	color: #696969;
}

#registro form fieldset label input.rut {
	float: none;
	display: inline;
	width: 80px;
}

#registro form fieldset label input.dig {
	float: none;
	display: inline;
	width: 19px;
}

#datos_empresa {
	background-color: #f4f4f4;
}

div.error {
	display: block;
	margin: 24px;
	background-image: url('/img/error.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 19px;
	font-size: 11px;
	color: #f16f00;
}

#registro_compra form label {
	display: block;
	width: 254px;
	float: left;
	color: #09c;
	height: 48px;
}
#celeste  {

	color: #09c;
	font-size: 14px;
	font-weight: bold;

}
#naranjo  {

	font-weight: normal;
    color: rgb(239, 150, 63);
    font-size: 20px;	

}
#producto_recomendado fieldset{
	margin:10px 0 0 0;
	color: #0099cc;
	border:none;
}

#producto_recomendado p{
	color: #0099cc;
}
#producto_recomendado fieldset legend {
	
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #0099cc;
	margin: auto;
	padding: 0;
	width: 100%;
	
}
#producto_recomendado UL{
	margin: 0 0 0 0;
	color: #696969;
}
#producto_recomendado A{
	margin: 0 0 0 0;
	font-size:10px;
	color: #696969;
}

#compartir{
	font-size: 12px;
	text-align:right;
	margin-right: 80px;
}

#compartir a {
	color: black;
}

#compartir img{
	margin-right: 10px;
}


