/* ESTILOS DEL CARRUSEL DE OFERTAS */

.widget {width:330px;height: 150px; margin-top:5px}

.widget a.previous{	float:left; display:block; margin-top:0px; width:20px; text-align:right;}
.widget a.next	  { float:right;display:block; margin-top:0px; width:20px; text-align:left;}

.widget_style { text-align:left;margin-left:30px; padding:0px; z-index:999;}
.widget_style ul { margin:0; padding:0;}
.widget_style li { /*este es el elemento */
	height:120px; width:270px;
	list-style:none; margin:2px 0 0 0;
	padding:0;
	border:1px solid #698448;
	background-image:url(../../media/images/basics/carrusel/fondo1.jpg);
	text-align:center;
}
.widget_style li a  {display:block; color:#000000; width:270px;
					 margin:0px; padding:0; border:none; cursor: pointer;
					 text-decoration:none; color:#77156D;}
.widget_style li a:hover {display:block; height:120px;
					 background-image:url(../../media/images/basics/carrusel/fondo2.jpg);
					 background-repeat:repeat-x; 
					 text-decoration:none;}


.widget_style  .txt { float:right; background-color:#6633FF; width:270px; }
.widget_style  .titulo_carrusel { /*text-transform:uppercase;*/color:#ffffff; margin:2px; padding:1px; 
								  font-size:1.7em;	font-family:"Corbel", Arial, Helvetica, sans-serif;	font-style: italic;	
								  text-align:center;}
.widget_style  .texto_carrusel  { color:#000000; margin:3px; display:block;}
.widget_style  .precio 	 { display:block;text-align:center; padding-top:15px;margin:-1px 70px 0 70px; 
					 		font:bold 20px/22px Verdana, Arial, Helvetica, sans-serif; color:#5c2624; 
					 		background-image: url(../../media/images/basics/carrusel/estrella.png); 
							background-repeat:no-repeat;
							height:35px;}
							
/* PARA LA VERSION PEQUE */

.widget_peque {width:220px;height: 126px; margin:0 2px 0 2px;background-color:ff0000; }

.widget_peque a.previous{	float:left; display:block; margin-top:0px; width:5px; text-align:right;}
.widget_peque a.next	  { float:right;display:block; margin-top:0px; width:5px; text-align:left;}

.widget_style_peque { text-align:left;margin-left:10px; padding:0px; z-index:999;}
.widget_style_peque ul { margin:0; padding:0;}
.widget_style_peque li { /*este es el elemento */
	height:118px; width:195px;
	list-style:none; margin:10px 0 0 0;
	padding:0;
	border:1px solid #698448;
	background-image:url(../../media/images/basics/carrusel/fondo1.jpg);
 	text-align:center;
}
.widget_style_peque li a  {display:block; color:#000000; width:200px;
					 margin:0px; padding:0; border:none; cursor: pointer;
					 text-decoration:none; color:#77156D;}
.widget_style_peque li a:hover {display:block; height:118px;
					 background-image:url(../../media/images/basics/carrusel/fondo2.jpg);
					 background-repeat:repeat-x; 
					 text-decoration:none;}

.widget_style_peque  .titulo_carrusel {color:#ffffff; margin:2px; padding:-10px 0 0 0; line-height:-10px;
								  	   font-size:1.1em;	font-family:"Corbel", Arial, Helvetica, sans-serif;	
								 	   font-style: italic; text-align:center;}
.widget_style_peque  .texto_carrusel  { color:#000000; margin:3px; display:block; font-size:0.7em;	}
.widget_style_peque  .precio 	 {  display:block;text-align:center; padding-top:15px;margin:-1px 30px 0 30px; 
									font:bold 20px/22px Verdana, Arial, Helvetica, sans-serif; color:#5c2624; 
									background-image: url(../../media/images/basics/carrusel/estrella.png); 
									background-repeat:no-repeat; height:35px;}							