/* CSS ListAZ */
	
#hard_intro,
#soft_intro,
#sol_intro{
	padding: 5px;
	float: left;
	width: 180px;
	height:: 50px;
	margin: 5px 7px;
	}	
	
/*
#hard_intro .cabecera{
	background: transparent url(/imagenes/H.jpg) center center no-repeat;
	}
	
#soft_intro .cabecera{
	background: transparent url(/imagenes/S.jpg) center center no-repeat;
	}
	
#sol_intro .cabecera{
	background: transparent url(/imagenes/IS.jpg) center center no-repeat;
	}
*/
#hard_intro .cabecera, #soft_intro .cabecera, #sol_intro .cabecera{
	padding: 10px 0;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	}
	
#listados ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#listados ul li{	
	font-size: 10px;
	}

#listados ul li a{
	text-transform: lowercase;
	}
	
#listados ul li a:hover{	
	text-decoration: none;
	text-transform: uppercase;
	}

#hard_intro ul li{
	border-bottom: 1px solid #FFCF83;/*#5AC65A;*/
	}
	
#soft_intro ul li{
	border-bottom: 1px solid #8FCBE5;/*#7DD6F5;*/
	}	

#sol_intro ul li{
	border-bottom: 1px solid #B9D984;
	}	
	
#hard_intro{
	border: 3px solid #F7941D;/*#F99621;/*#5AC65A;*/
	}
	
#soft_intro{
	border: 3px solid #0091AF;/*#7DD6F5;*/	
	}
	
#sol_intro{
	border: 3px solid #28913C;/*#8FC742;/*#F9F964;*/
	}
	
.entries{
	padding: 5px;
	margin: 0;
	text-align: center;
	}
