body {
	background-image: url(imagenes/bg.gif);
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.texto_general:hover {
	color: #EA0000;
	text-decoration: none;
}	
.texto_botonera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.texto_botonera:hover {
	color: #000000;
	text-decoration: none;
}	
.texto_botonera1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.texto_botonera1:hover {
	color: #EA0000;
	text-decoration: none;

}
.texto_botonera4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.texto_botonera4:hover {
	color: #000000;
	text-decoration: none;

}
.texto_destacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EA0000;
	text-decoration: none;
}
a.texto_destacado:hover {
	color: #666666;
	text-decoration: none;
}
.pie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.pie_pagina:hover {
	color: #666666;
	text-decoration: none;
}
.sub_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.sub_titulo:hover {
	color: #009900;
	text-decoration: none;
	
}
.titulo_oferta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EA0000;
	text-decoration: none;
}
a.titulo_oferta:hover {
	color: #666666;
	text-decoration: none;
	
}
.precio_oferta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.precio_oferta:hover {
	color: #999999;
	text-decoration: none;
}
.precio_anterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: line-through;
}
a.precio_anterior:hover {
	color: #999999;
	text-decoration: line-through;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.titulo:hover {
	color: #666666;
	text-decoration: none;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.titulo2:hover {
	color: #666666;
	text-decoration: none;
	}
.titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titulo3:hover {
	color: #666666;
	text-decoration: none;
}
	
/*  SLIDER *************/
#slider ul{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 250px;
			overflow:hidden;
}

	/* Easy Slider */
	
		#slider ul, #slider li,
		#slider2 ul, #slider2 li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#slider2{margin-top:1em;}
		#slider li, #slider2 li{ 
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			width:545px;
			}	
		#prevBtn, #nextBtn,
		#slider1next, #slider1prev{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-30px;
			top:71px;
			z-index:1000;
			}	
		#nextBtn, #slider1next{ 
			left:696px;
			}														
		#prevBtn a, #nextBtn a,
		#slider1next a, #slider1prev a{  
			display:block;
			position:relative;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a, #slider1next a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}	
			
		/* numeric controls */	
	
		ol#controls{
			margin:1em 0;
			padding:0;
			height:28px;	
			}
		ol#controls li{
			margin:0 10px 0 0; 
			padding:0;
			float:left;
			list-style:none;
			height:28px;
			line-height:28px;
			}
		ol#controls li a{
			float:left;
			height:28px;
			line-height:28px;
			border:1px solid #ccc;
			background:#DAF3F8;
			color:#555;
			padding:0 10px;
			text-decoration:none;
			}
		ol#controls li.current a{
			background:#5DC9E1;
			color:#fff;
			}
		ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
		
	/* // Easy Slider */

