body
{
  overflow-x: hidden;
}

.marco{
/*border: solid 1px #ddd;*/
overflow: hidden;

}

.logofull{
 background: #333746;  
 text-align: center;
 padding: 5px 0 5px 0; 
}

.btn-default
{
background-color: blue;
}

.red
{background-color: #e32d2d;
color: white;
text-align: center;
font-size: 16px;
padding-top: 14px;
}
.red a
{color: white;}

.blue
{background-color: #3393d1;
color:white;
text-align: center;
font-size: 16px;
padding-top: 14px;
}

.blue a{
  color: white;
}

#tab1 {
  text-align: center;
  overflow: hidden;
}
#tab2 {
  text-align: center;

  overflow: hidden;
}
.col-md-6
{
height: 50px
}

.nav-tabs>li.active>a
{
  background-color: transparent;
  color: white;
}

/*formulario*/
.form-signin {
  max-width: 300px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  font-size: 15px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin select
{
  margin-top: 10px!important;
  margin-bottom:10px;
}

.radio-inline
{
font-size: 13px;
}
