body {
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: 0px 0px;
	background-color: #0D142E;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#wrap {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 3px solid #003;
	background-repeat: no-repeat;
	background-position: left 150px;
	background-color: #FFF;
}
#footer p {
	font-size: 80%;
	padding: 0px;
	margin: 10px;
}

#header {
	float: left;
	height: auto;
	width: 900px;
	background-image: url(imagenes/banner.png);
	background-repeat: no-repeat;
}
#banner {
	float: right;
	height: 75px;
	width: 900px;
	padding-top: 85px;
}
#menu_top {
	float: right;
	height: auto;
	width: 900px;
	background-color: #003;
}

#menu_top a {
	float: left;
	background-position: right;
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu_top a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	float: left;
	height: auto;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 20px;
	text-align: center;
}
#index_text {
	float: left;
	height: auto;
	width: 900px;
}
#index_text p {
	float: left;
	width: 240px;
	height: auto;
	margin-top: 10px;
	margin-right: 330px;
	margin-bottom: 10px;
	margin-left: 330px;
}
.welcome_img {
	float: left;
	width: 600px;
	padding-right: 150px;
	padding-left: 150px;
}
#index_products {
	float: left;
	height: 300px;
	width: 720px;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 30px;
}
#index_products a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 20px;
	float: left;
}


#content {
	float: left;
	width: 900px;
	margin-top: 20px;
}
#menu_left {
	float: left;
	height: auto;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#menu_left a {
	float: left;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 120%;
	color: #333;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	background-image: url(imagenes/textbg.png);
	background-repeat: repeat;
	padding-top: 5px;
	margin-top: 5px;
	width: 170px;
	height: auto;
	padding-left: 10px;
}

#product_text {
	float: left;
	height: auto;
	width: 682px;
	padding: 9px;
	background-image: url(imagenes/textbg.png);
}
.product_item {
	border: 1px solid #333;
	padding: 10px;
	float: left;
	height: auto;
	width: 660px;
	margin-bottom: 5px;
}
.product_item a {
	text-decoration: none;
	color: #000;
}
.product_item a:hover p {
	background-color: #DDE7F0;
}

.product_item h1 {
	font-size: 160%;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	float: left;
	height: auto;
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.product_item p {
	width: 650px;
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
}
.product_item_img_right {
	float: left;
	margin-right: 5px;
}
.listmargin {
	margin-left: 30px;
}
.product_item ul {
	width: 620px;
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	height: auto;
}
.submenu_led {
	font-size: 14px;
	margin-left: 8px;
}
