@charset "utf-8";
/* CSS Document */

.cambiarcolor {
		position: fixed;
		width: 100%;
		background: brown;
		color: white;
		font-weight: bold;
		top: 0;
}