@import url("general.css");


#sitio #contenido{
}
#flecha_scroll0{
	display:none;
	position:fixed;
	z-index:10;
	bottom:48px;
	right:0px;
	padding:10px;
	cursor:pointer;
	background-color:#2d2d2d;
	/**/
	transition:background-color 0.4s ease;
	-moz-transition:background-color 0.4s ease;
	-ms-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
}

#flecha_scroll0:hover{
	background-color:rgba(0,0,0,0.1);
	
}


@media screen and (max-width: 910px) {
	#sitio #contenido{
	}
}

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

