diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 28ab9c33b2a629ab6dbf8fb75e10221087d034d3..71850fcef02c0c9b6b716493705388a96ec35731 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -305,7 +305,7 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; }
 /* Alto Contraste*/
 .contraste{
 	background-color: black !important;
-	color: white !important;
+	color: white;
 	a{
 		color: yellow;
 	}
@@ -327,18 +327,38 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; }
 	#subject-highlight{
 		background-color: black !important;
 	}
+	.field{
+		input{
+			color: black !important;
+		}
+	}
+	.actions{
+		input{
+			color: black !important;
+		}
+	}
 }
 .menu-bar-contrast{
 	background-color: black !important;
 	border-top: 2px solid white;
 	border-bottom: 2px solid white;
 	li{
+		color: white !important;
 		a{
 			color:white !important;
 		}
 		a:hover{
 			background-color: #1E1E1E !important;
 		}
+		a:active{
+			background-color: #1E1E1E !important;
+		}
+		a:focus{
+			background-color: #1E1E1E !important;
+		}
+		.caret{
+			border-top:7px white solid;
+		}
 	}
 	.divider{
 		background-color: white;