/* CSS Bokart */
/* Estilos solo QUE HACEMOS (index) */

#q_hacemos a{
	color: #000000;
	text-decoration: underline;
}
#q_hacemos a:hover{
	color: #333333;
}
#kukuxumusu a{
	color: #666666;
	font-style: italic;
	text-decoration: underline;
}
#kukuxumusu a:hover{
	color: #000000;
}
#kukuxumusu .logo img{
	margin-left: 5px;
	border: 0;
}

/*------- bloques -------*/
.home{
/*	width: 409px;*/
	width: 400px;
}
.ultimos{
/*	width: 152px;*/
	width: 150px;
	padding-right: 3px;
}
/*------- SIMULACION mediante imagenes de fondo de redondeo -------*/
	/*------- top -------*/
	#top .home, #central .home .top{
		font-size: 12px;
		color: #FFFFFF;
		padding-left: 14px;
		padding-right: 14px;
	}
	#top .ultimos{
		font-size: 12px;
		color: #FFFFFF;
		text-align: center;
		background: #FFFFFF url(ultimos_top.gif) no-repeat;
	}
	#top .home, #central .home .top{
		background: #FFFFFF url(home_top.gif) no-repeat;
	}
	#top .ultimos a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#top .ultimos a:hover{
		text-decoration: underline;
	}
	/*------- bottom -------*/
	#bottom .home, #central .home .inferior{
		background: #FFFFFF url(home_bottom.gif) no-repeat;
	}
	#central .home .inferior{
		height: 20px;
	}
	#bottom .ultimos{
		background: #FFFFFF url(ultimos_bottom.gif) no-repeat;
	}
	/*------- central -------*/
	#central .home{
		width: 400px;
		margin-right: 9px;
		background: #FFFFFF url(home_central.gif) repeat-y;
	}
	#central .home p{
		padding: 0 10px 0 10px;
		text-indent: 17px;
	}
	/*------- ultimos -------*/
	#central .ultimos{
		text-align: center;
		background: #FFFFFF url(ultimos_central.gif) repeat-y;
	}
	#central .ultimos img{
		border: 0;
		margin-top: 12px;
	}
