/*-- INDICE DE PRODUCTOS ----------------*/

#blox 	{width: 960px; height: 200px; position: relative; overflow: hidden; margin:0;}
	.blox_content {width: 240px; height: 100px; background: #fff; position: absolute; cursor:pointer}
		#box_1	{top: 0; left: 0;}
		#box_2	{top: 0; left: 240px;}
		#box_3	{top: 0; left: 480px;}
		#box_4	{top: 0; left: 720px;}
		#box_5	{top: 100px; left: 0;}
		#box_6	{top: 100px; left: 240px;}
		#box_7	{top: 100px; left: 480px;}
		#box_8	{top: 100px; left: 720px;}
	.blox_box	{width: 240px; height: 100px; }
	.blox_close	{display:block; margin:0px; float:right; padding:0 20px; font-size:75%; background:url(../images/icons/cerrar.png) left no-repeat; color:#414854}
	.blox_mas	{margin: 0px; bottom:5px; padding:0 20px; background:url(../images/icons/masinfo.png) left no-repeat; color:#ff5a00}
			
.bloxcontent {padding:20px; font-size:75%; }
.bloxcontent p {width:650px}

#blox h3 {font-size:160%; color:#ff5a00; font-weight:normal; padding-bottom:0; margin-bottom:0;}


#promohome { margin:0; padding:0; float:right;}

.nomargin { margin:0; padding:0}

