@media screen and (max-width: 999px){

	#interior_speedbutton{
		padding-top: 2%;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 2%;
		width: 95%;
		height: 95%;
		
		background-color: #FFF;
		margin: 0;
		position: absolute;

		border: 1px solid #555;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
	
	#item_sb{
		margin: 10px;
		cursor: pointer;
		font-size: 1.2em;
	}
	
	
	#contenedor_busca_speedbutton{
		height: calc(100% - 100px);
		overflow: auto;
	}
	

	
}


@media screen and (min-width: 1000px){
	#interior_speedbutton{
		padding-top: 1%;
		padding-left: 1%;
		padding-right: 1%;
		padding-bottom: 2%;
		
		background-color: #FFF;
		width: 70%;
		top: 10%;
		margin: 0;
		left: 10%;
		position: absolute;
		height: 70%;

		border: 1px solid #555;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}

	#item_sb{
		margin: 10px;
		cursor: pointer;
	}
	
	#contenedor_busca_speedbutton{
		height: calc(100% - 30px - 20px - 30px);
		overflow: auto;
	}
	
	

}




#contenedor_speedbutton{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
	background-color: rgba(50, 50, 50, 0.4);
	/*visibility: hidden;*/
}




#fecharSB{
	text-align: right;
	height: 20px;	
}

#fecharSB > img{
	height: 20px;
	cursor: pointer;
}



#titulo_speedbutton{
	font-family: ProximaCD;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;	
}

#busca_speedbutton{
	height: 40px;	

}

#busca_speedbutton > input{
	width: 100%;
}



#item_sb:hover{
	color: #00F;
}
