  
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  background-image: url(fondo2.jpg);
  background-repeat: repeat-x repeat-y;
  background-size: 8%;
}

.logo_inicio {
  height: 77px;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */ 
.navbar {
  margin-bottom: 50px;
  border-radius: 0;
}

/* Remove the jumbotron's default bottom margin */ 
.jumbotron {
  margin-bottom: 0;
}

.panel {
  border: 1px solid #afafaf;
}

.panel-heading {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.panel-1>.panel-heading {
  color: #ffed00;
  background-color: #194198;
}

.panel-2>.panel-heading {
  color: #194198;
  background-color: #ffed00;
}

.panel-3>.panel-heading {
  color: #194198;
  background-color: #81c460;
}

footer {
  background-color: #fff;
  border-top-width: 1px;
  border-top-color: #b9b9b9;
  border-top-style: solid;
  padding: 12px;
}

form {
  padding: 12px;
}

input {
  border: 2px solid #afafaf;
  border-radius: 4px;
  padding-left: 5px;
  width: 77px;
}

input[type=checkbox] {
  width: 30px;
}

input:focus {
  background-color: #badff2;
}

.blocked {
  background-color: #f5f5f5;
  font-style: italic;
  color: #194198;
}

#tabla2 {
  border-spacing: 20px;
  border-collapse: collapse;
}

select {
  border: 2px solid #afafaf;
  border-radius: 4px;
  padding-left: 5px;
  width: 170px;
}

#supports32 {
  border: 2px solid #afafaf;
  border-radius: 4px;
  padding-left: 5px;
  /*width: 124px;*/
  width: 100%;
}

#supports65 {
  border: 2px solid #afafaf;
  border-radius: 4px;
  padding-left: 5px;
  width: 165px;
}

td {
  padding-top: 10px;
  padding-left: 2px;
}

td input[type=checkbox] {
  padding: 0px 0px 0px 0px;
  margin: 100;
}

.tdTable2 {
  padding-right: 20px;
}
}

.tdTitle {
  padding-right: 12px;
}

.formTitle {
 font-weight: bold;
}

.justifyText {
  text-align: justify;
}

.button {
  padding-left: 1px;
  padding-right: 1px;
  width: 90px;
}

#result1, #result2, #result2a, #result2b, #result2c, #result3, #resultLCA {
  font-weight: bold;
}

#fraseErrorGlobal {
  font-weight: bold;
  color: red;
}

.logo {
  height: 50px;
}

.firma {
  padding-top: 24px;
  padding-bottom: 12px;
}

.strikethrough {
  text-decoration: line-through;
  color: #a3a39c;
}

.greyfilter {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /*opacity: 0.5;*/
}

.infoMessageInvisible {
  display: none;
}

.infoMessage {
  text-align: justify;
  color: #a0a0a0;
  font-size: 85%;
}

#image_table {
  opacity: 0.7;
  width: 55%;
}

.glyphicon {
  opacity: 0.75;
  font-size: 87%;
}
