h1 {
	color: #FFFFFF;
	padding-bottom:10px;
}

h2 {
	color: #FFFFFF;
	padding-bottom:10px;
}

p {
	font-size:1.05em;
	color:#FFFFFF;
	padding-bottom:8px;
}

#cabecera h1 {
	font:bold 25px/25px Arial,Helvetica,sans-serif;
	padding:100px 35px 15px 590px;
	color:#414141;
}

#cabecera h1 a {
	font:bold 25px/25px Arial,Helvetica,sans-serif;
	color:#739400;
	color:#414141;
	text-decoration:none;
}

#cabecera h1 a:hover {
	text-decoration:underline;
}

#cabecera p {
	font:noemal 13px/20px Arial,Helvetica,sans-serif;
	padding:0px 35px 15px 590px;
	color:#414141;
	text-align:justify;
}

#cabecera p a {
	font-weight:bold;
}

/* Presentacion
----------------------------*/
#presentacion {
	position:absolute;
	top:0px;
	left:0px;
	width:614px;
	height:160px;
	padding:20px 15px;
	border-right:1px solid #FFFFFF;
}

* html #presentacion {
	width:645px;
	w\idth:614px;
}

	#imagenesproductos {
		float:left;
		width:370px;
		height:160px;
		margin-top:8px;
	}
	
	#imagenesproductos li {
		list-style:none;
		float:left;
		margin:0px 8px 8px 0px;
	}
	

	#textopresentacion {
		float:right;
		width:230px;
	}

	#textopresentacion a {
		color:#FFFFFF;
		text-decoration:underline;
	}

	#textopresentacion a:hover {
		text-decoration:underline;
	}
	
	#textopresentacion a#slogan {
		font-weight:bold;
		text-decoration:none;
	}
	
/* Buscador de productos
----------------------------*/
#buscador {
	position:absolute;
	top:0px;
	left:645px;
	width:245px;
	height:160px;
	padding:20px;
}

* html #buscador {
	width:285px;
	w\idth:245px;
}


#buscador p.fila {
	font-size:1em;
	padding-bottom:4px;
	clear:both;
}

#buscador div.fila {
	font-size:1em;
	padding-bottom:4px;
	clear:both;
}

#buscador .datoformulario {
	float:left; 
}

#buscador #precios {
	float:left;
	width:146px;
}

#buscador p#comentarioprecios {
	font-size:8pt;
}

#buscador .datoformulario .etiqueta{
	margin-right:5px;	
}

#buscador .datoformulario#datonumunidades {
	margin-right:12px;
}

#buscador .datoformulario#datopreciominimo {
	margin-right:10px;
}

#buscador .etiqueta {
	display: block;
	float: none;
	clear: none;
	text-align: left;
	margin-right: 10px;	
	color:#FFFFFF;
}

#buscador input.text {
	border:0px;
	margin-right:2px;
}

#buscador label {
	color:#FFFFFF;
}

#buscador input#palabraclave {
	width:240px;
}

#buscador select#categoria {
	width:244px;
}

#buscador input#preciominimo {
	width:45px;
}

#buscador input#preciomaximo {
	width:45px;
}

#buscador select#numunidades {
	width:85px;
	margin-bottom:5px;
}

#buscador input#referencia {
	width:140px;
}

#buscador input.buscar {
	float:right;
	margin-top:5px;
}

/*message
----------------------*/

#seccion  #noteok_container p{
	line-height:150px;
	color:#4B7C1C;
	font-size:16px;
	padding:20px;
	text-align:center;
	text-align:center;
}

#seccion  #notewrong_container p{
	line-height:150px;
	color:#FC6A06;
	font-size:16px;
	padding:20px;
	text-align:center;
	text-align:center;
}

