body {
	font: 90% Arial, Helvetica, sans-serif, Verdana;
	background: url(../imagenes/bodyBg.jpg) top center #00BEFF;
	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:#036;
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #F60; */
	text-align: left; /* left this overrides the text-align: center on the body element. */
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: none;
	text-align: left;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 0 5%; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banner {
	position: absolute;
	top: 0px;
	left: 10%;
	background: none; 
}
#buscar {
	position: absolute;
	top: 5px;
	left: 70%;
	background: none; 
	/*padding: 0 10px 0 20px;   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. */
}
#date {
	position: absolute;
	top: 73px;
	left: 750px;
	font-size: 11px;
	background: none;
	z-index:100;
	/*padding: 0 10px 0 20px;   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. */
}
#idioma {
	position: absolute;
	top: 8px;
	left: 45%;
	background: none; 
	/*padding: 0 10px 0 20px;   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. */
}
#idioma a img { border: 0; }
#idioma a:hover img {border: 1px navy solid; }

#mainContent {
	padding: 120px 20px 0 20px; /* antes 120px 20px 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../imagenes/startecLogoBg.gif) no-repeat top center;
	min-height:560px;
	height:auto;
	margin: 0 auto;
}
#texto { 
 	margin:474px 0 0 0;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 75% Arial, Helvetica, sans-serif, Verdana;
	color:#00C;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
#formularioContacto, #procesarFormulario {
	padding: 2% 0 0 2%;
	float:left;
	width:400px;
}
#procesarFormulario a img { border: 0; }
#procesarFormulario a:hover img {border: 1px navy solid; }
#procesarFormulario li {
	font-weight:bold;
}
.espacioArriba {
	padding-top:500px;
}
.paddingArriba {
	padding-top:1%;
	margin: 0 auto;
	width: 950px;
}
.centro {
	text-align:center;
}
.espacioIzq {
	margin:0 0 0 15px;
}
.info_producto {
        position:relative;
        left: 620px;
}