/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
#pagina-ejemplo body {
	background-color:red;
}

body .gform_wrapper .gform_body {
    color:black;
}
body .gform_wrapper .gform_body input {
   background-color:white;
}
body #gform_wrapper_2 .gform_footer input[type=submit] {
	background-color:transparent;
	border: solid 1px white;
}

