body, p, form, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
body 
{
	margin-bottom: 10px;
	background-color: #FAFAF1;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #596A4F;
	line-height: 19px;
	text-align: left;
}

/* inicio header */
#header
{
	width: 100%;
	height: 100px;
	background: url(img/header-bg.jpg) repeat-x;
}
#header .fondo
{
	width: 990px;
	height: 100px;
	background: url(img/header.jpg) no-repeat;
}
#header .left
{
	width: 39.9%;
	float: left;
	padding-top: 25px;
}
#header .right
{
	width: 59.9%;
	float: right;
}
#header .div
{
	margin: 0 20px 0 20px;
}
/* fin header */

/* inicio sub-header */
#sub-header
{
	width: 100%;
	min-height: 100px;
	background-color: #FCFCF8;
}
#sub-header .content
{
	padding-top: 30px;
	text-align: center;
}
#sub-header .txt
{
	font-size: 11px;
	color: #9F9F39;
}
#sub-header a.link:link,#sub-header a.link:active,#sub-header a.link:visited
{
	font-family: Tahoma, Verdana, san-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #9F9F39;
	text-decoration: none;
}
#sub-header a.link:hover
{
	color: #CC3636;
	text-decoration: underline;
}
#sub-header .actual
{
	font-family: Tahoma, Verdana, san-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #C8C67D;
	text-decoration: none;
	cursor: default;
}
/* fin sub-header */

/* inicio top */
#top
{
	width: 100%;
	height: 40px;
	background: url(img/top-bg.jpg) repeat-x;
}
#top .content
{
	padding-top: 6px;
}
#top .txt
{
	font-size: 11px;
	color: #96A688;
}
#top a.link:link,#top a.link:active,#top a.link:visited
{
	font-size: 11px;
	color: #718462;
	text-decoration: none;
}
#top a.link:hover
{
	color: #CC3636;
	text-decoration: underline;
}
/* fin top */

/* inicio main */
#main
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
#main .content
{
	padding: 50px 0 10px 0;
}
#main .left
{
	width: 39.9%;
	float: left;
}
#main .right
{
	width: 59.9%;
	float: right;
}
#main h1
{
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 20px;
	color: #1A2211;
	font-weight: normal;
	margin-bottom: 20px;
}
#main h2
{
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 18px;
	color: #1A2211;
	font-weight: normal;
	margin-bottom: 20px;
}
#main .txt
{
	font-family: Tahoma, Verdana, san-serif;
	font-size: 13px;
	color: #596A4F;
	letter-spacing: 1px;
}
#main .puntos
{
	font-size: 11px;
	color: #596A4F;
	letter-spacing: 4px;
}
#main a.link
{
	font-family: Tahoma, Verdana, san-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 23px;
	color: #C09F62;
	border-bottom: 1px dashed #C09F62;
	text-decoration: none;
}
#main a.link:hover
{
	color: #CC3636;
}
#main .cantidad
{
	font-size: 20px;
	color: #596A4F;
}
#main .precio
{
	width: 148px;
	height: 102px;
	background: url(img/precio-bg.jpg) no-repeat;
}
#main .precio .txt
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 60px;
	line-height: 85px;
	color: #496130;
	text-align: center;
	overflow: visible;
}
#main .precio .centavo
{
	font-size: 20px;
}
/* fin main */

/* inicio bottom */
#bottom
{
	width: 100%;
	height: 81px;
	background: url(img/bottom-bg.jpg) repeat-x;
}
#bottom .content
{
	padding-top: 56px;
}
#bottom a.link:link,#bottom a.link:active,#bottom a.link:visited
{
	font-size: 12px;
	color: #718462;
	text-decoration: none;
}
#bottom a.link:hover
{
	color: #CC3636;
	text-decoration: underline;
}
/* fin bottom */

/* inicio sub-bottom */
#sub-bottom
{
	width: 100%;
}
#sub-bottom .left
{
	width: 59.9%;
	float: left;
}
#sub-bottom .item
{
	width: 33.3%;
	float: left;
}
#sub-bottom h2
{
	font-size: 14px;
	font-weight: normal;
	color: #5C6D52;
	background: url(img/bottom-line.jpg) no-repeat;
	background-position: 0 18px;
}
#sub-bottom h2 a.link:link,#sub-bottom h2 a.link:active,#sub-bottom h2 a.link:visited
{
	font-size: 14px;
	color: #5C6D52;
	text-decoration: none;
}
#sub-bottom h2 a.link:hover
{
	color: #CC3636;
}
#sub-bottom a.link:link,#sub-bottom a.link:active,#sub-bottom a.link:visited
{
	font-size: 12px;
	color: #90A383;
	text-decoration: none;
}
#sub-bottom a.link:hover
{
	color: #CC3636;
	text-decoration: underline;
}
#sub-bottom li
{
	margin-left: -40px;
	list-style-type: none;
}
#sub-bottom .right
{
	width: 39.9%;
	float: right;
}
#sub-bottom .txt 
{
	font-size: 10px;
	color: #90A383;
}
/* fin sub-bottom */

/* inicio generales */
.limit
{
	width: 990px;
	height: 100%;
	margin: auto;
}
.clear
{
	clear: both;
}
.no-link
{
	cursor: default;
}
/* fin generales */

/* inicio formulario */
.input_text
{
	width: 99%;
	border: 1px solid #E0E0DE;
	background-color: #FAFAF2;
	height: 20px;
	color: #596A4F;
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif, Verdana;
}
.textarea
{
	width: 99%;
	height: 100px;
	border: 1px solid #E0E0DE;
	background-color: #FAFAF2;
	color: #596A4F;
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif, Verdana;
	resize: none;
}
.input_button
{
	border: 1px solid #FFF;	
	background-color: #CC3636;
	color: #FAFAF2;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	font-family: Arial, Helvetica, san-serif, Verdana;
}
/* fin formulario */

/* inicio firma */
a#firma:link, a#firma:active, a#firma:visited, a#firma:hover
{
	font-size: 11px;
	letter-spacing: 2px;
	font-family: Arial, sans-serif, Helvetica, Verdana;
	text-decoration: none;	
}
#firma1
{
	color: #F90;
}
#firma2
{
	color: #39C; 
}
#firma3
{
	font-size: 9px;
	color: #999;
}
/* fin firma */