body{
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x:auto; 
  font-family: 'Arimo', sans-serif; 
  /*background-color: rgb(227,229,229);*/
   background-image: url('../img/back.jpg');
   background-size: cover;
}
.casilla{
  width: 90%;
  background: red;
  color:white!important;
}
h2{color:white!important;}
*:focus{outline: none;}
.back{
	  position: fixed;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  overflow: auto;
	  background-image: url('../img/back.jpg');
	  background-size: cover;
}
.calendar {
    max-width: 90%;
    margin: 0 auto;
    color:black!important;
  }
.calendar h2{
  color:black!important;
}
.formu{
	margin-top: 10ex;
	margin-left: 10ex;
	padding: 10px;
	background-color: rgba(0,39,118,0.9);
	height: 100%;
	width: 40ex;
	color: white;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.panel{
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #000;
    margin-left: -102%;
    z-index:2;      
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.panel:target{
   padding-top: 70px;
    margin-left: 0%;
    background-color: rgba(0,39,118,0.7);
}
.round-button {
    display:block;
    width:100px;
    height:100px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #C33333;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
    margin: auto;
}
.round-button:hover {
    background: #262626;
}
.calci{width: 50%!important;
    margin: auto;
    margin-top: 10px;
    height: 50px;}
.cal{
  width: 100%;
  height: 50px;
}

.btnn {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #157fbd);
  background-image: -moz-linear-gradient(top, #ffffff, #157fbd);
  background-image: -ms-linear-gradient(top, #ffffff, #157fbd);
  background-image: -o-linear-gradient(top, #ffffff, #157fbd);
  background-image: linear-gradient(to bottom, #ffffff, #157fbd);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 2px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #002576;
  font-size: 40px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

}

.btnn:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  text-decoration: none;
}
.bt{
  background-color: rgba(0,39,118,0.9)!important;
  color: white!important;
}
/*---------------------p1-----------------------------------------*/
.tabla{
  background-color: rgba(255,255,255,0.9);
}

/* Media queries */
@media screen and (max-width: 1200px) {
   .formu{
   	margin-left: 20ex;
   }
   .calci{
    width: 50%!important;
  }

}
 
@media screen and (max-width: 980px) {
.formu{
   	margin-left: 10ex;
   }
   .calci{
    width: 50%!important;
  }
}
 
@media screen and (max-width: 750px) {
    .formu{
   	margin-left: 10ex;
   }
       .calci{
      width: 50%!important;
    }
}
 
@media screen and (max-width: 540px) {
    .formu{
   	margin-left: 2ex;
   }
     .calci{
      width: 100%;
    }
}
 
@media screen and (max-width: 380px) {
    .formu{
   	margin-left: 2ex;
   }
   .calci{
    width: 100%;
  }
}