@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.gif) repeat-x top #53297d;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

h1 {
	border:none;
	padding:0px;
	margin:0px;
}

h2 {
	border:none;
	padding:0px;
	margin:0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color: #000000;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size:22px;
	color: #000000;
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:0px;
	padding-bottom:0px;
}


p, #table {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	line-height:20px;
}

li{
	list-style:circle;
/*	list-style-image:url(images/bullet.jpg);
	.list-style-image:url(images/bullet_ie.jpg);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
}

a:link, a:visited {
	color:#336600;
}

a:hover {
	color:#003300;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

#wrapper {
	width:766px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	border-bottom:1px solid #333333;
	background-color:#92A484;
}

#header {
	float:left;
	height:159px;
}

#column_left {
	float:left;
	background:url(../images/buttoms.jpg);
	width:169px;
	padding-left:55px;
	height:316px;
	padding-top:125px;
}

#column_left a:link, #column_left a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#294729;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#column_left a:hover, .select {
	color:#162616!important;
	text-decoration:none;
}

.line {
	border:none;
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
}

#column_right {
	width:542px;
	float:right;
	background:#92a484 url(../images/shadow_right.gif) repeat-y right;
	margin-bottom:-1000px;
	padding-bottom:1000px;
}

#title {
	float:left;
	width:536px;
	height:61px;
}

#content {
	float:left;
	width:456px;
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
	background:url(../images/bg_content.gif) repeat-y;
/*	min-height:308px;*/
    height: auto!important; /* para los browsers buenos */
    height: 308px; /* para IE5+ */
    min-height: 308px; /* para los browsers buenos */
}

#buttom_content {
	float:left;
	height:38px;
	width:536px;
	background:url(../images/buttom_content.jpg);
}

#table {
	margin-top:5px;
	margin-bottom:20px;
}

#table td {
	border-bottom:1px solid #999999;
	padding-top:5px;
	padding-bottom:5px;
}

.price {
	font-weight:bold;
}

#footer {
	width:100%;
	height:26px;
	padding-top:5px;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#294729;
}

#footer a:link, #footer a:visited {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#294729;
	text-decoration:none;
}