/* index */
#contenedorInterior { overflow: hidden; width: 940px; margin:0 auto; padding: 0px; text-align: left;}
#interior { float: none; width: 100%; margin: 25px 0px 25px 0px; overflow: hidden; }
#interior h2#seccionTitular { margin: 0px 0px 35px 0px; text-align: center; }
#colDerecha { float: right; width: 0px; overflow: hidden; }
/* Fin de los estilos */

.contenedorIndex { width: 100%; overflow: hidden; clear: both; }
	
	#indexIzquierda { float: left; width: 580px; height: 300px; margin: 19px 0px 0px 0px; padding: 0px 0px 0px 0px; }
		div.index6 { background-image: url(../img/index/index2.jpg); background-repeat: no-repeat; }
		div.index5 { background-image: url(../img/index/index3.jpg); background-repeat: no-repeat; }
		div.index3 { background-image: url(../img/index/index4.jpg); background-repeat: no-repeat; }
		div.index4 { background-image: url(../img/index/index1.jpg); background-repeat: no-repeat; }
	
	#indexDerecha { float: right; width: 360px; margin: 0px 0px -9999px 0px; padding: 0px 0px 9999px 0px; }
		#indexDerecha ul#menuCategorias { width: 359px; overflow: hidden; clear: both; }
		#indexDerecha ul#menuCategorias li { border-bottom: 1px solid #dfdbd4; border-left: 1px solid #dfdbd4;}
		#indexDerecha ul#menuCategorias li.tituloCategoriasIndex { display: block; padding: 20px 0px 20px 20px; color: #5a4934; font-family: Georgia, "Times New Roman", Times, serif;  font-size: 1.4em; text-transform:uppercase; }
		#indexDerecha ul#menuCategorias li a { display: block; padding: 18px 0px 17px 20px; color: #5a4934; font-family: Georgia, "Times New Roman", Times, serif;  font-size: 1.4em;  text-decoration: none; }
		#indexDerecha ul#menuCategorias li a:hover { color: #7b7e5c; background-color: #fbf8f0; }
	
	#introIndex { float: left; width: 580px; overflow: hidden; }
		#introIndex img { float: left; margin-right: 20px; vertical-align: top; }
		#introIndex h2 { margin: 0px 0px 15px 0px; color: #ce7c16; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.8em; }
		#introIndex p { margin-right: 20px; color: #84745f; font-size: 1.1em; }
		#introIndex span { display: inline-block; margin-left: 5px; padding: 2px 6px 2px 6px; color: #ffffff; font-size: 1.2em; font-weight: bold; background-color: #ce7c16; }

/* Estilos del bloque de destacados de ofertas */

	#contenedorOfertas { overflow: hidden; clear: both; }
	#contenedorOfertas li { margin: 10px 10px 0px 0px; padding: 10px; border: 1px solid #c8cba9; overflow: hidden; }
	#contenedorOfertas li h3 { padding: 5px 0px 10px 0px; color: #ce7c45; font-size: 1.5em; }
	#contenedorOfertas li div.resumen p { font-size: 1em; }
	#contenedorOfertas li a { display: inline-block; color: #ce7c45; text-decoration: underline; }

/* Fin */

	#documentacion { float: right; width: 282px; padding: 13px 38px 13px 38px; border: 1px solid #c8cba9; background-color: #f4f6e1; overflow: hidden; }
		#documentacion h2 { padding: 0px 0px 13px 0px; margin: 0px 0px 13px 0px; color: #7b7e5c; font-size: 1.3em; text-align: center; border-bottom: 1px solid #7b7e5c; }
		#documentacion ul { width: 100%; overflow: hidden; clear: both; }
			#documentacion ul li { float:left; width:80px; padding-right:10px; text-align:center;}
				#documentacion ul li img { margin: 0px 0px 10px 0px; }
				#documentacion ul li a { display:block; margin:0px; padding:0px; font-size: 1.1em; color: #787b60; text-decoration: underline; }
				#documentacion ul li a:hover { text-decoration:none;}
			/*
			#documentacion ul li a { display: inline-block; margin: 0px 0px 10px 0px; padding: 15px 0px 15px 40px; font-size: 1.1em; color: #787b60; text-decoration: underline; background-image: url(../img/index/hoja.gif); background-repeat: no-repeat; background-position: 0px 5px; }
			#documentacion ul li a:hover { text-decoration:none;}
			*/
