html,body {
  	/*
   min-height:100%;
   height:		auto !important;
   */
/* necesario para las sub-alturas */
}

* {
	margin:0;
	padding:0;
}

html {
}

body {
	margin:0;
	padding:0;
	overflow-x: hidden;
	/* Para evitar el feo scroll horizontal de explorer 7 */
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/fondo.jpg);
	background-repeat:repeat-y;
	background-position: center;
}

body, div, p {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   color:#666;
}

p {
	margin-bottom:15px;
	text-align:justify;
}


a {
    color:#f17d00;
	text-decoration:underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#f17d00;
	margin-bottom:5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#a32d0f;
	margin-bottom:5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a32d0f;
	margin-bottom:5px;
}


#layout {
	position:relative;
	
	height:	auto !important;
	min-height: 100%;
	height:	100%;
	
/* necesario para el posicionamiento */
	margin:0 auto;
/* lo centramos, aunque no funciona para explorer 5 */
	width:640px;
	/*height:auto !important;*/
/* para los navegadores de verdad */
	/*height:100%;*/
/* Para que explorer lo interprete como alto mínimo */
	/*min-height:100%;*/
/* para los navegadores de verdad  */
	background:#fff;
	padding: 0 70px 0 70px;
	overflow:		hidden;
}

#contenedor_idioma {
	height:100%;
}

#idioma {
	width: 255px;
	height:340px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -127px; 
	/* Half the width of the DIV tag which is 127 pixels */
	margin-top: -160px; 
	/* Half the height of the DIV tag which is also 160 pixels */

}

#menu_idiomas {
}

#menu_idiomas ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu_idiomas li {
	float: left;
	margin: 0;
}

#cabecera {
   color: #fff;
   text-align:center;
   margin-bottom:0px;
}

#cabecera #logo {
}

img{
	border:0;
}

#menu {
	margin-top: 10px;	
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0;
	width: 106px; 
	position: relative;	
}

#menu #largo {
	width: 150px !important; 
}

#contenido {
   padding-bottom: 50px;
/* Este padding debe ser igual a la altura del footer */
   margin-left: 0px;
   margin-top:45px;
   overflow: hidden;
/* 150px del ancho del lateral
    más 20px del padding del mismo */
/*   background: #eeeAA0; */
}

#slide_flash {
	margin-bottom:15px;
	height:300px;
	overflow:	hidden;
	width:		640px;
}

#pie {
   position:absolute;
   width:640px;
/* 750px del ancho del layout menos 20px del padding */
   height: 30px;
   color: #fff;
   bottom:0;
/* lo encajamos al fondo de todo */
}

#pie p {
	text-align:right;
	font-size:11px;
}


/* ******************* VARIEDADES ********************* */

#divVariedades {
	height:auto;
	width:100%;
	padding:	3px;
}

.cajaFlotanteVariedades{
/*	border:1px solid #5B958F; */
	margin-right: 66px;
}

.tipo {
	margin-bottom: 	20px;
	float: 				left;
	display: 			block; 
	width:				108px;
	text-decoration: 	none;
	text-transform: 	uppercase;
	height:				130px;
}

.tipo img {
	margin-bottom: 		5px;
}

.tipo:hover img {
	/*outline:			3px solid orange;*/
	opacity:			.5;
}
 
.cajaFlotanteVariedades p {
   text-align: center;
}
.margenHorizontal {
	clear: both;
	position:relative;
}

/* ******************* TE INVITAMOS ********************* */

#divInvitamos {
	padding:		2px 0 0 2px; 	
}

.cajaFlotanteInvitamos {	
	float:			left !important;
	display:			block !important;
	margin-bottom:			15px;
	margin-right:		15px;
}

.cajaFlotanteInvitamos a {
	cursor:pointer;	
}


.cajaFlotanteInvitamos:hover img {
	outline:2px solid #f17d00;
}


/* ******************* PEDIDOS ********************* */
.ayuda {
	color:#666666;
}

form li {
	margin-bottom:5px;
}

ul li {
	margin-left:0px;
	list-style-type:none;
}
.columna_izq {
	float:left;
	display:inline;
	position:relative;
}


.form_botones {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
	position:relative;
	cursor:pointer;
	color:#FFFFFF;
	border: 1px solid #f17d00;
	background-color:#f17d00;
	float: right;
	text-align:center;
	margin: 0 2px;
}

.height_test {
	height:24px;
}

.disable_options {
	color:#bbb;
}

.enable_options {
	color:#f17d00;
}


body.doPedido #pie {
	display: 		none;
}