 							/* Para resetear los estilos de los navegadores */
						  
* {  
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
p {
	font-size: 14px;
}
em {
	font-style: italic;
}

a {
	outline: 0;
}
a.cat {
	outline: 0;
	background-color: #D7EDAC;
}

#leftnav {
	width: 150px;
	font-size: 12px;
	vertical-align: top;
	font-size: 85%;
}
#img_leftnav {
	background-image: url(../../img/fondo_lefnav.jpg);
	width: 160px;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D7EDAC;
}

body {
	margin-right: auto;
	margin-left:auto;
	width: 1024px;
	background-color:#FFF;
}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #346734;
	margin-bottom: 10px;
	margin-top: 15px;
}
#leftnav a {
	/*/*/padding: 3px;
	display: block;
	border: 1px dotted #FFF;
	text-decoration: none;
	line-height: 1em;
	width: 150px; /* */
	font-size: 12px;
}

#leftnav a:link, #leftnav a:visited {
	color: #006600;
}

#leftnav a:hover, #leftnav a:active {
	color: #000000;
	background-color: #D7EDAC;
	border: 1px dotted #D7EDAC;
}

#leftnav ul {
	/*/*/padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; /* */
}

#leftnav li {
	/*/*/margin: 0px 0px 6px 0px; /* */	
}

#current a {
	color: #FFF !important;
	/*/*/background-color: #6C8A5B !important;
	border: 2px dashed #999 !important; /* */
}
 							/* parte del carrito vacio */

#carrito_vacio{
	margin-left: 287px;
	height: 680px;
	width: 450px;
	background-image: url(../../img/mapa_del_sitio/fondo.jpg);
}

												/* lo que sigue de estilos del plaincart*/
#minicart {
	font-size: 10px;	
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #6C8A5B;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #6C8A5B;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
	background-position: center;
	text-align: center;
}