@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	overflow: auto;
}
.categoria {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #4F671D;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 15px;
}
.categoria:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 15px;
}

.opciones_generales {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1D7DB8;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 15px;
}
.pie{
	height: 32px; /* misma altura que el margen inferior de la envoltura */
	background-image: url(images/index_24.jpg);
	background-repeat:  repeat-x;
	background-position: center center;
	bottom: 0px;
}

.envoltura {
	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%; /* el margen es la altura del pie en negativo */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -32px;
	margin-left: auto;
	padding-top: 52px;

}
#head {
	
		top:expression(body.scrollTop + 0 + "px");
	
	position:absolute;
    top:expression(body.scrollTop + 0 + "px");
	border:0px solid red;
	height: 52px;
	width: 100%;

	top: 0px;
	right: 0px;

	
}

html>body #head { 
  position:fixed; 
} 

div#objeto {
  position: absolute;
  left: expression( document.body.scrollLeft + 'px' );
  top: expression( document.body.scrollTop + 'px' );
  width:100%;
  height:52px;
}
body > div#objeto {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:52px;
}

.ultimas_ofertas {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #5A8A10;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 70px;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E851A;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.btnes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0066FF;
	background-position: center center;
	height: 20px;
	width: 100px;
	border: 1px solid #FFFFFF;
}
.txt_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}
.btn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC00;
	background-position: center center;
	height: 20px;
	width: 100px;
	border: 1px solid #FFFFFF;
}
.btn3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF6600;
	background-position: center center;
	height: 20px;
	width: 100px;
	border: 1px solid #FFFFFF;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.btn4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	background-position: center center;
	height: 20px;
	width: 100px;
	border: 1px solid #FFFFFF;
}
.btn5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	background-position: center center;
	height: 20px;
	width: 250px;
	border: 1px solid #FFFFFF;
}
.txt_menues {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}
.txt_menues:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
.txt_menues2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
.txt_menues2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
#hidepage
{
	position: absolute;
	bottom:0px;
	left:-2px;
	top:0px;
	width: 100%;
	background-image: url(images/bgload.png);
	height: 100%;
	padding-top: 300px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
