body{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f85bb+0,4f85bb+100;Blue+3D+%239 */
    background: rgb(79,133,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(79,133,187,1) 0%, rgba(79,133,187,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* IE6-9 */
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
}
/*
input[type='submit'] {
  background-color: #4CAF50;  Green 
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 5px;
  -webkit-transition-duration: 0.4s;  Safari 
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: normal;
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  
}

input[type='submit']:hover {
    background-color: #008CBA;
  color: white;
}*/

.Btn_Submit{
    width: 220px; 
    height: 50px; 
    font-size: 1.5em; 
    background-color: #3C6AFF; 
    color: white;
    border-radius: 15px; 
}

.Btn_Back{
    width: 220px; 
    height: 50px; 
    font-size: 1.5em; 
    background-color: #f44336; 
    color: white;
    border-radius: 15px;
}

.Btn_Continue{
    width: 220px; 
    height: 50px; 
    font-size: 1.5em; 
    background-color: #4CAF50; 
    color: #CCCCCC;
    border-radius: 15px;
}

.nota{
    float: right;
    color: #696969;
    font-style: italic;  
}

#select_all_check{
    font-size: 1em;
    width: 250px;
    height: 33px;
    float: left;
    margin-left: 25px;
}