/* ---------------- RESETEA ESTILOS ----------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,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;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ---------------- FIN RESETEO ----------------- */

/* ---------------- GENERAL ---------------- */
* {
	font-family: "Trebuchet MS", Georgia, Times, serif;
}
body, html {
	color: #FFFFFFF;
	min-height: 100%;
	height: 100%;
	background-color: #f8f6f0;
}
/* ---------------- ENLACES -------------- */
a.e0:link, a.e0:visited, a.e0:active {
	color: #996600;
	text-decoration: none;
}
a.e0:hover {
	color: #BB7E00;
	text-decoration: underline;
}
a.e1:link, a.e1:visited, a.e1:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.e1:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a.e2:link, a.e2:visited, a.e2:active {
	color: #0000FF;
	text-decoration: underline;
}
a.e2:hover {
	color: #7979FF;
	text-decoration: underline;
}
a.e3:link, a.e3:visited, a.e3:active {
	color: #0000FF;
	text-decoration: none;
}
a.e3:hover {
	color: #CC0000;
	text-decoration: none;
}
/* ---------------- CAJAS ------------------ */
#principal {
	height: 100%;
	min-height: 100%;
	position:relative;
}
#pie {
	height: auto;
	width: 100%;
	position:relative;
	color: #BDAC71;
	text-align: center;
	clear: both;
	float: left;
	font-size: 12px;
	margin-top: 20px;
}
#contenedor {
	width: 800px;
	margin-left: 10px;
}
.margen10 {
	margin: 10px;
}
#cabecera {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 97px;
}
#colizq {
	width: 240px;
	height: 100%;
	min-height: 100%;
	clear: none;
	float: left;
	position: relative;
}
#coldch {
	width: 540px;
	height: 100%;
	min-height: 100%;
	float: right;
	clear: none;
	padding: 10px;
	position: relative;
}
.identificador {
	background-color: #99FF33;
	border: 1px solid #468C00;
	text-align: center;
	width: 200px;
}
.error {
	background-color: #FFF2F2;
	border: 1px solid #CC0000;
	text-align: center;
	width: auto;
	color: #CC0000;
	margin: 10px;
	padding: 5px;
	height: auto;
}
.cuenta {
	background-color: #99FF33;
	border: 1px solid #468C00;
	text-align: center;
	width: 320px;
}
.cajadetalle {
	padding: 10px;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	border: 1px solid #FF9900;
	margin-top: 10px;
}
.localizacion {
	padding: 10px;
	height: auto;
	width: 165px;
	margin-bottom: 10px;
	border: 1px solid #FF9900;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF5E8;
	color: #996600;
}
/* ---------------- TEXTOS ------------------ */
.p1 {
	font-size: 12px;
}
.p2 {
	font-size: 14px;
	text-align: justify;
}
.p3 {
	text-align: justify;
}
h1 {
	font-size: 24px;
	color: #BC301D;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: #BC301D;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	color: #BC301D;
}
.boton {
	font-size: 14px;
	height: 20px;
	width: 228px;
	background-image: url(images/boton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	color: #996600;
}
.titulo1 {
	height: 25px;
	color: #CC6600;
	font-size: 18px;
	font-style: normal;
	margin-top: 10px;
}
.negrita {
	font-weight: bold;
}
/* --------------------- TABLAS -------------------- */
.tablacontacto {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 14px;
}
.tablacontacto td{
	padding: 3px;
}
.tablaproductos {
	border-collapse:collapse;
	border-spacing:0;
}
.tablaproductos td{
	padding: 2px;
	text-align: center;
}
.fond1{
	background-color: #F8F6F0;
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}
.tablacarro {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 12px;
	border: 1px solid #dfd5c4;
}
.tablacarro td{
	text-align: right;
	border: 1px solid #dfd5c4;
	padding: 2px;
}
.titcarro {
	background-color: #ede5d9;
	font-weight: bold;
}
.rojocarro {
	background-color: #bc301d;
}
.centrocarro {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.verdecarro {
	background-color: #009900;
}
.finalizarcarro {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.tablaform {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 12px;
	border: 1px solid #dfd5c4;
}
.tdform1{
	background-color: #ede5d9;
	text-align: right;
	padding: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfd5c4;
}
.tdform2{
	background-color: #ede5d9;
	text-align: left;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfd5c4;
}
/* -------------------- FORMULARIOS ------------------ */
.f0 {
	font-size: 10px;
	vertical-align:middle;
}
.f1 {
	background-color: #FFFFFF;
	border: 1px solid #C8B799;
	font-size: 12px;
}
.bf1 {
	background-color: #6D5B3A;
	border: 1px solid #C8B799;
	font-size: 12px;
	color: #FFFFFF;
}
/* --------------------- IMAGENES ----------------------- */
.imagenizq {
	margin: 5px;
	clear: none;
	float: left;
}
.imagendch {
	margin: 5px;
	clear: none;
	float: right;
}
.imagenproducto {
	float: left;
	height: 265px;
}
.carrito {
	vertical-align:middle;
}
.papelera {
	vertical-align:middle;
	margin-right: 10px;
}
/* ---------------- LISTAS ----------------- */
ul {
	list-style-position: inside;
	list-style-type: square;
	font-size: 12px;
	padding: 0px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
