html, body {
	margin: 0px;
}
.bg-verde{
	background-color: #056C38 ;
}

.btn-verde{
	background-color: #056C38 !important;
	color: #fff !important;
}

.btn-verde:hover{
	background-color: #218E57 ;
	color: #fff !important;
}

.mayusculas{
	text-transform: uppercase;
}


.header{
	background-color: #F8F9FA ;
	box-shadow:  0 0 20px #666;
}

 .fondoEncuesta{
            background: url('../../assets/imgs/fondo_encuesta.png') no-repeat center center fixed; 
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;    
      } 
