@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:200|Roboto+Slab:300');
body {
background-color:rgb(255, 255, 255); 
font-family: 'Roboto Slab', serif;
}



/* Form Module */
.form-module {
     
  position: relative;
background-color:rgb(255, 255, 255);
  max-width: 900px;
  width: 100%;
  border-top: 5px solid #B22222;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  margin: 9px auto;
}
 
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #F8981C ;
  width: 100%;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: block;
  padding: 15px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 10px;
  color: #B22222;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  line-height: 1;
}

.form-module h3 {
  margin: 0 0 10px;
  color: #444;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  line-height: 1;
}
.form-module input {
  width: 70%;
  background-color: rgb(255, 255, 255);
  height: 35px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
	font-size: 17px;
	line-height: 24.285 px;
  padding: 2px 15px 2px 15px;
	border-color:rgb(169, 169, 169);
	border-width:1px;
	border-style:solid;
	color: rgb(51, 51, 51);
	margin-bottom: 9px;
}

.form-module select {
    width: 70%;
  background-color: rgb(255, 255, 255);
  height: 35px;
  font-weight: bold;
  font-family: 'Ek Mukta', sans-serif;
	font-size: 17px;
	line-height: 24.285 px;
  padding: 0px 3px 0px 3px;
	border-color:rgb(169, 169, 169);
	border-width:1px;
	border-style:solid;
	color: rgb(81, 81, 81);
	margin-bottom: 9px;
}


.form-module textarea {
  width: 70%;
  background-color: rgb(255, 255, 255);
  height: 35px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
	font-size: 17px;
	line-height: 24.285 px;
  padding: 2px 15px 2px 15px;
	border-color:rgb(169, 169, 169);
	border-width:1px;
	border-style:solid;
	color: rgb(51, 51, 51);
	margin-bottom: 9px;
}


.form-module button {
  cursor: pointer;
 background-color: rgb(237, 28, 36);
  border-width:0px;
	border-style:none;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
	font-size: 16px;
  line-height: 22.8571px;
   padding: 10px 35px 10px 35px;
}

.form-module button:hover {
  opacity: .6;
  
}

.form-module option{
  font-weight: 200;
  font-family: 'Ek Mukta', sans-serif;
	font-size: 17px;
	line-height: 24.285 px;
  padding: 0px 3px 0px 3px;
	border-color:rgb(169, 169, 169);
	border-width:1px;
	border-style:solid;
	color: rgb(81, 81, 81);
	margin-bottom: 9px;
}

/*=== 9. Misc === */
.logo {
  padding: 15px 0;
  font-size: 25px;
  color: #aaaaaa;
  font-weight: bold;
}

.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
  margin-right: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}

.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}
.over {
  display: inline-flex;
  max-width: 100%;
  overflow: auto;
}

.msj_buscar{
	text-align:center;
	color: rgb(237, 28, 36);
	font-size:800;
}