@charset "utf-8";
/* CSS Document */
/* global */

   /* body{ 
		background:#fff url(../images/bg_body.gif) repeat-x;
        font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
        }*/

    /* headings */
       
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#containerVendidos{		
		position:relative;
		text-align:left;
		width:230px;
		background:transparent;			
		overflow:hidden;
		margin:0px 10px 0px 20px;
		}	
	.col{
		float:left;
		display:inline;	
		width:299px;	
		margin-left:36px;
		padding:0 0 1em 0;
		}
	.full{
		clear:both;	
		padding:1em 36px;
		}	
	#footer{
		clear:both;
		background:url(../images/bg_footer.gif) no-repeat 0 100%;
		height:80px;		
		padding:0 36px;
		font-size:12px;
		color:#fff;
		}		

/* //page setup */

/* header */

	#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:203px;
		height:110px;
		top:34px;
		left:36px;
		background:url(../images/bg_logo.gif) no-repeat 0 0;	
		}				

/* // header */

/* content */
				
	.left{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.left img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8;
		border-left:1px solid #e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}				
			
	/* slider */

		#sliderVendidos ul,#sliderVendidos li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#sliderVendidos li{ 
			height:209px;
			!height:209px;
			width:230px;
			overflow:hidden;
			padding:0px;
			margin:0px;
			}	
		#sliderVendidos{ 
			margin:0px;
			padding:0px;
			position:relative;
			width:230px;
			overflow:hidden;
			}
		#prevBtnVendidos, #nextBtnVendidos{ 
			display:block;
			width:15px;
			height:16px;
			position:absolute;
			left:-70px;		
			top:20px;
		
			}	
		#nextBtnVendidos{ 
			left:-30px;		
			top:20px;			
			
			}
		#prevBtnVendidos a {  
			display:block;
			width:15px;
			height:16px;			
			background:url(http://www.agricoladeljalon.com/elementos/flecha_izq.png) no-repeat 0 0;
			overflow:hidden;
			}		
																
		 #nextBtnVendidos a{  
			display:block;
			width:15px;
			height:16px;
			background:url(http://www.agricoladeljalon.com/elementos/flecha_derecha.png) no-repeat 0 0;
			overflow:hidden;
			}	
		
			#prevBtnVendidos a:hover{  
			display:block;
			width:15px;
			height:16px;			
			background:url(http://www.agricoladeljalon.com/elementos/flecha_izq.png) no-repeat 0 0;
			overflow:hidden;
			}	
			#nextBtnVendidos a:hover{  
			display:block;
			width:15px;
			height:16px;
			background:url(http://www.agricoladeljalon.com/elementos/flecha_derecha.png) no-repeat 0 0;
			overflow:hidden;
			}	
		



