#loginin_favoritos{
	width: 260px; 
	overflow:hidden; 
	position:relative;
}
#loginin_favoritos ul{
	position: relative; 
	padding: 0; 
	margin: 0;
}
#loginin_favoritos li{
	width: 120px; 
	height: 80px;
	float: left; 
	list-style: none; 
	margin: 0 1px;
	padding: 5px;
	text-align:center;
}

#anterior, #siguiente{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}


#anteriora, #siguientea{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}


#anteriorf, #siguientef{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}


#recomendados {
	width:320px; 
	overflow:hidden; 
	position:relative;
}
#recomendados ul{
	position: relative; 
	padding: 0; 
	margin: 0;
}
#recomendados li{
	width: 90px; 
	height: 40px;
	float: left; 
	list-style: none;
	
	/* Cosmetic */
	margin: 0 1px;
	padding: 10px;
	text-align:center;
}


#favoritos_scroll {
	width: 260px;
	overflow:hidden;
	position:relative;
}
#favoritos_scroll ul{
	position: relative; 
	padding: 0; 
	margin: 0;
}
#favoritos_scroll li{
	width: 120px; 
	height: 80px;
	float: left;
	list-style: none; 

	margin: 0 1px;
	padding: 5px;
	text-align:center;
}


#car-boton1 {
background:url(../image/juego_home/nexta.png) no-repeat;
}

#car-boton1 a{
background:url(../image/juego_home/nexta.png) no-repeat;
width:34px;
height:32px;
border:0px;
display: block;
float:left;
}

#car-boton1 a:hover{
background:url(../image/juego_home/next.png) no-repeat;
width:34px;
height:32px;
border:0px;
display: block;
float:left;
}

#car-boton2 {
background:url(../image/juego_home/preva.png) no-repeat;
}

#car-boton2 a{
background:url(../image/juego_home/preva.png) no-repeat;
width:34px;
height:32px;
border:0px;
display: block;
float:left;
}

#car-boton2 a:hover{
background:url(../image/juego_home/prev.png) no-repeat;
}

.carouselRecomendados{
	width:970px;
	height:210px;
}
	

.flechascar{
	width:140px;
	height:110px;
	padding:100px 90px 0 50px;
	float:left;
}

.cuerpocar {
	width:800px;
	float:left;
	padding:20px 0 0 0;
	
}

.cuerpocar ul
{
 background-color:red;
 width:780px;
 list-style: none;
 }
.cuerpocar li
{
 position:relative;
 float:left;
 padding:0 0 0 0;
}


	 
