.itemList{
	
	float:left; 
	width:44%;
	border:0px;
	margin-left:5%;
	height:70px;
	
	
}

.caixa-item{
	
	width:70%;
	height:40px;
	background-color:#E4E4E4;
	padding: 5px;
	text-decoration: none;
		
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	font-size:12px
	
}


.caixa-item:hover 
{
	background-color: #36C;
	color: #FFF;
}

.caixa-item a{
	text-decoration:none;	
		color: #09F;
	font-size: 16px;
	font-weight:bold;

}

.caixa-item a:hover{
	text-decoration:none;	
	color: #FFF;
	font-size: 16px;
	font-weight:bold;

}

@media only screen and (min-width:901px) and (max-width:1200px){
	
	
		.caixa-item{
		
		width:270px;
		height:40px;
		background-color:#E4E4E4;
		padding: 5px;
		text-decoration: none;
			
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px;
		
	}
}

@media only screen and (min-width:768px) and (max-width:900px){

	.caixa-item{
		
		width:250px;
		height:40px;
		background-color:#E4E4E4;
		padding: 5px;
		text-decoration: none;
			
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px;
		
	}
		
}

@media only screen and (min-width:480px) and (max-width:767px)
{
	.caixa-item{
		
		width:300px;
		height:40px;
		background-color:#E4E4E4;
		padding: 5px;
		text-decoration: none;
			
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px;
		
	}
}

@media only screen and (max-width: 479px) and (min-width: 320px)
{

	.caixa-item{
		
		width:200px;
		height:40px;
		background-color:#E4E4E4;
		padding: 5px;
		text-decoration: none;
			
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px;
		
	}
}