/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container {border-left:1px solid #ccc;border-right:1px solid #ccc;box-shadow: 0px 5px 5px 5px #c8c8c8;}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
 
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Form */

.btn {margin:20px 0 20px 0;}
.form-signin {border:1px solid #ccc; padding:20px 10px 10px 10px;min-height:270px;}
input{margin-top:10px;}
.form-header {
background:#db3a2e;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height:30px;
color:#fff;
margin:0;
padding:0;

}

.form-header h4 {font-size:15px;padding-top:5px;}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}
.imagen {
    background-image: url("../images/rispacs.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 300px;
    border:1px solid #ccc;
    padding:10px;
    margin-top:10px;
  }

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
.marketing-header{
    min-height:30px;
    background: -webkit-linear-gradient(#e0e0e0, #f0f0f0); 
    background: -o-linear-gradient(#e0e0e0, #f0f0f0); 
    background: -moz-linear-gradient(#e0e0e0, #f0f0f0); 
    background: linear-gradient(#e0e0e0, #f0f0f0);
    border:1px solid #ccc;
    color: #5b5b5b;
    padding: 2px 0 2px 10px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 968px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 40px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
  
}
@media screen and (max-width: 968px) {
.imagen{display:none;}
.marketing {display:none;}

}
