@charset "utf-8";
body {
	font: 90% "Trebuchet MS", sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {border:none;}
* {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12;
}
a {
	color: #737373;
	text-decoration:underline;

	}
a:hover {
	color: #999900;
}
h1 {
	font-size:200%;
	color:#737373;
}
h2 {
	font-size:170%;
	color:#999900;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom:10px;
	padding-top: 12px;
}
h3 {
	font-size:150%;
	color:#999900;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

.onecol #container{
	width: 760px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.onecol #header {
/*	float:left;*/
	margin:20px 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logo {
	width:230;
	float:left;
	}
#logo a {
	color:#fff;
}
#menu {
	float:right;
	}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	}
#menu a {
	float: left;
	height: 40px;
	padding: 20px 15px 0;
	background: url(img/asiagelmenu.gif) no-repeat;
	font-size: 100%;
	color:#737373;
	text-decoration:none;
}
#menu a:hover {
	color:#999900;
	text-decoration:underline;
}
.onecol #mainContent {
	margin:0;
	padding:0;
}
#destacado {
	float:left;
	width:760px;
	background:#F0F2CC;
}
#animacion {
	float:left;
	width:205px;
}
#texto {
	width:515px;
	float:right;
	font-size:small;
	padding: 0px 20px 20px;
}
#corte{clear:both;}

#productos {
	font-size:small;
}
#productos p {
	margin-top:10px;
	margin-bottom: 20px;
}
#productos h1 {
	font-size:170%;
	font-weight:normal;
	color:#999900;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-top:15px;
	margin-bottom:5px;
}
#producto1 {
	float: left;
	width: 20%;
}
#producto2 {
	float: left;
	width: 18%;
	left: 2%;
	position: relative;
}
#producto3 {
	float: left;
	width: 18%;
	left: 4%;
	position: relative;
}
#producto4 {
	float: left;
	width: 18%;
	left: 6%;
	position: relative;
}
#producto5 {
	float: left;
	width: 18%;
	left: 8%;
	position: relative;
}
#marcas {
	font-size:small;
	padding-left: 12px;
	}
#marcas p{
	padding-bottom: 15px;
}
#marca1 {
	float: left;
	width:26%;
	position: relative;
}
#marca2 {
	float: left;
	width:14%;
	left: 1%;
	position: relative;
	padding-top:20px;
	padding-left:8px;
}
#marca3 {
	float: left;
	width:14%;
	left: 2%;
	position: relative;
	padding-top:20px;
	padding-left:8px;
}
#marca4 {
	float: left;
	width:22%;
	left: 3%;
	position: relative;
	padding-top:20px;
	padding-left:8px;	
}
#marca5 {
	float: left;
	width:14%;
	left: 3%;
	position: relative;
	padding-top:20px;
	
}
#subscribe {
	float:left;
	position:relative;
	top:-150px;
	width:400px;
}
#subscribehome {
	float:left;
	width:760px;
}
.footer {
	float:left;
	width:760px;
	font-size:small;
	color:#999900;
	padding-top: 10px;
	padding-bottom: 40px;
}
.footer p {
text-align:center;
}
/* CSS Document */
