.tabla {
       padding: 2px;
       -moz-column-count: 2;
       -moz-column-gap: 1px;
       -webkit-column-count: 2;
       -webkit-column-gap: 1px;
       column-count: 2;
       column-gap: 1px;
}

.etiqueta {
  float:left;
  background: #E2E2E2;
  font-weight: 700;
  margin: 0 auto;
  width: 40%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.texto {
  float:right;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  width: 60%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

.foto {
  background: #fff;
  color: #ddd;
  font-size: 30px;
  margin: 0 auto;
  width: 120px;
  height: 140px;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

span.foto {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
}


div.blueTable {
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableCell1, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 4px 7px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
   text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 4px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTableCell1 {
    background: #AAAAAA;
    font-weight:700;
    color: #ffffff;
}


.titulo {
    font-weight:700;
    font-size: 20px;
    text-align:center;

}

.subtitulo {
    font-weight:600;
    font-size: 15px;
    text-align:center;

}

div.tablaMaterias {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.divTable.tablaMaterias .divTableCell, .divTable.tablaMaterias .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 4px 7px;
}
.divTable.tablaMaterias .divTableBody .divTableCell {
  font-size: 12px;
}

.divTable.tablaMaterias .divTableRow:nth-child(even) {
  background: #F9F9F9;
}
.divTable.tablaMaterias .divTableHeading {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 2px solid #444444;
}
.divTable.tablaMaterias .divTableHeading .divTableHead {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.tablaMaterias .tableFootStyle {
  font-size: 14px;
}
.tablaMaterias .tableFootStyle .links {
   text-align: right;
}
.tablaMaterias .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.tablaMaterias.outerTableFooter {
  border-top: none;
}
.tablaMaterias.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

h4 {
   font-family: inherit;
}

.links {
     text-align: center;
}

.num {
     width: 5%;
}

.desc {
     width: 70%;
}

.det1 {
     width: 15%;
}

.det2 {
     width: 10%;
}

.desc50 {
     width: 50%;
}

.desc40 {
     width: 40%;
}
.desc20 {
     width: 20%;
}

a.list-group-item {
 background-color: #F6FDFF;
 color: #000000;
}

.noleido {
 background-color: #F6FDFF;         
}

.guia {
      text-align: center;
      font-size: 15px;
}

.caja {
   font-family: Tahoma;
   font-size: 25px;
}

a.attach:link {
   text-decoration:none;
   color: blue;
}

a.attach:visited {
   color: blue;
}

a.attach:hover {
   color: blue;
   font-weight: bold;
}

a.attach:active {
   color: blue;
   font-weight: bold;      
}

.paso {
      font-size: 30px;
      background-color: #DDF1E2;
      border-radius: 15px;
      text-align: center;
      color: #358291;
}

.paso-o {
      font-size: 30px;
      background-color: #EDF8EF;
      color: white;
      border-radius: 15px;
      text-align: center;
}

.alerta {
      color: #D61717 ;
   font-weight: bold;
}

.detallepaso {
      font-size: 13px;
/*      background-color: #DDF1E2;
      border-radius: 15px; */
      text-align: center;
      color: #358291;
}

.contenido {
      font-size: 15px;
      background-color: #F8F8F8;
      border-radius: 15px;
      color: #3C7691;
}

.pcont {
       margin-left: 20px;
       margin-right: 20px;
       padding-top: 20px;
       padding-bottom: 20px;
}

.ptit {
       margin-left: 0px;
       margin-right: 0px;
       padding-top: 10px;
       padding-bottom: 10px;
       background-color: #5D95C6;
       border-radius: 15px;
      color: #FFFFFF;
}

.ptit1 {
       margin-left: 0px;
       margin-right: 0px;
       padding-top: 10px;
       padding-bottom: 10px;
       background-color: #F2B967;
       border-radius: 15px;
      color: #FFFFFF;
}

.pcur {
       margin-left: 5px;
       margin-right: 5px;
       padding-top: 5px;
       padding-bottom: 5px;
       background-color: #81C4FF;
       border-radius: 10px;
      color: #000000;
}


.contenido2 {
      font-size: 15px;
      background-color: #EBF5FF;
      border-radius: 15px;
      color: #3D7A97;
}

.contenido3 {
      font-size: 15px;
      background-color: #FFFDF3;
      border-radius: 15px;
      color: #4384A2;
}

.ptit4 {
       margin-left: 0px;
       margin-right: 0px;
       padding-top: 10px;
       padding-bottom: 10px;
       background-color: #47B460;
       border-radius: 15px;
      color: #FFFFFF;
}

.contenido4 {
      font-size: 15px;
      background-color: #DDF1E2;
      border-radius: 15px;
      color: #27693F;
}

.logo {
       margin-left: 20px;
       margin-right: 20px;
       padding-top: 20px;
       padding-bottom: 20px;
       text-align: center;
}

.preg {
       margin-left: 20px;
       margin-right: 20px;
}

.resp {
       margin-left: 20px;
       margin-right: 20px;
}


.alert-danger{
  position: inherit;
  width: 100%;
}

.alert-success{
  position: inherit;
  width: 100%;
}