body {
	margin: 0px;
	padding: 16px 0px 16px;
	background-color: #FFE8C4;
	background-image: url(../images/bg.gif);
	}

body, table, p, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

form {
	padding: 0px;
	margin: 0px;
	}

/* ----- TABLA MAIN ----- */

#tm {
	border: 1px solid #273371;
	}

/* -- celda superior -- */
#tm .cell_top {
	background-image: url(../images/bg_top.gif);
	font-size: 0px;
	line-height: 0px;
	}
#tm .cell_top p {
	margin: 0px;
	padding: 0px;
	}

/* -- celda izquierda -- */
#tm .cell_left {
	background-color: #EFF0F4;
	padding: 0px 17px;
	}
#tm .cell_left a:link,
#tm .cell_left a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #636B98;
	}
#tm .cell_left a:hover,
#tm .cell_left a:active {
	color: #DF5400;
	text-decoration: underline;
	}
.cell_left .lead_free {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	}

/* -- celda derecha (contenido) -- */
.cell_right {
	padding: 0px 36px;
	color: #273371;
	text-align: justify;
	line-height: 1.4em;
	margin: 0px;
	}

.texto p {
	padding: 4px 0px;
	margin: 0px;
	line-height: 1.35em;
	}

.texto a:link,
.texto a:visited {
	text-decoration: none;
	color: #DF5400;
	}
.texto a:hover,
.texto a:active {
	text-decoration: underline;
	}

	/* imagen de titulo de categoria */
	.cell_right .tit_cat {
		text-align: left;
		padding: 0px;
		margin: 0px;
		}
	/* Objetos de <form> */
	.cell_right input,
	.cell_right select,
	.cell_right textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #273371;
		}

/* ----- DEL SHOPPING CART ----- */

#sh_crt {
	background-color: #FFF9A1;
	padding: 6px 0px 8px;
	text-align: right;
	color: #273371;
	letter-spacing: -1px;
	margin: 0px -36px 20px;
	font-size: 12px;
	line-height: normal;
	}
	
#sh_crt a:link,
#sh_crt a:visited,
#sh_crt a:hover,
#sh_crt a:active {
	color: #CC0000;
	font-weight: bold;
	}

/* -- how to order -- */
#sh_crt .hto {
	 display: inline;
	 background-color:#993300;
	 margin: -6px 0px -8px 10px;
	 padding: 6px 10px 8px;
	 background-color: #CC0000;
	 }
	 
#sh_crt .hto a:link,
#sh_crt .hto a:visited,
#sh_crt .hto a:hover,
#sh_crt .hto a:active {
	color: #FFFFFF;
	font-weight: bold;
	}


/* ----- SEPARADOR BOTTOM ----- */

.separador {
	height: 17px;
	background-image: url(../images/separadr.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 16px 0px;
	}

/* ----- MENU PIE DE PAGINA ----- */

.menu_pie {
	text-align: center;
	color: #636B98;
	font-size: 11px;
	margin-top: -6px;
	padding-bottom: 12px;
	}
.menu_pie a:link,
.menu_pie a:visited {
	color: #636B98;
	text-decoration: none;
	}
.menu_pie a:hover,
.menu_pie a:active {
	color: #273371;
	text-decoration: underline;
	}

.error {
	background-color:#FFFFCC !important;
	color:#CC0000 !important;
	}
