﻿body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 2.3em;
    margin:2em;

}

/*Features table------------------------------------------------------------*/
.tabla-reactivos{
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
    /* color: #2a2a2a; */
    min-width: 320px;

    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: justify;
}

.tabla-reactivos td{
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
	text-align: center;
	padding:5px;
	font-weight:300;
	letter-spacing:1px
}

/*Body*/
.tabla-reactivos tbody td{
	text-align: left;
	padding: 5px;
}
.tabla-reactivos tbody td:first-child{
  
}
.tabla-reactivos tr:nth-child(even){
	background-color: #EEE;
}
.tabla-reactivos tr:nth-child(odd)
{
	background-color: #DDD;
}
/*Header*/
.tabla-reactivos1 thead td
{
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px; 
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top: 1px solid #eaeaea; 
	text-align: center;

}

.tabla-reactivos thead td:first-child
{
  border-top: none;
}

/*Footer*/
.tabla-reactivos tfoot td
{
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.tabla-reactivos tfoot td:first-child
{
  border-bottom: none;
}
.tabla-reactivos th {
	background-color: #BBB;
	text-align:center;
	padding-left:10px
}
.retroBien{
    color: rgb(0, 131, 0);
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid rgb(0, 165, 0);
    padding: 6px;
    border-radius: 3px;
	line-height:30px;
}

.retroMal{
    color: rgb(131, 0, 0);
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid rgb(165, 0, 0);
    padding: 6px;
    border-radius: 3px;
	margin: 0 2px;
	line-height:30px;
}
.mostrarRetro{
    display:inline-block;
}

.ocultarRetro{
    display:none;
}
.tabla-reactivos td.preguntaOpciones{
	width: 80px;
	height:4em;
	text-align:center;
	vertical-align:middle;
}
/* CSS Document */
p{
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: justify;
}
.headings {
    font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}
.actividad {
    max-width: 250px;
    background: #00416A;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 15px !important;
}
.headings-int {
    font-family: 'Open Sans', sans-serif;
    color: #00416A;
    letter-spacing: 1px;
    font-size: 2em;
    margin-top: 0;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}
.icono{
	font-size: 6em;
	float: right;
	color: #b1b1b1;
  }
  .sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999; }

    .sweet-alert h2 {
        color: #575757;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-transform: none;
        position: relative;
        margin: 25px 0;
        padding: 0;
        line-height: 40px;
        display: block; }
      .sweet-alert p {
        color: #000000;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        position: relative;
        text-align: inherit;
        float: none;
        margin: 0;
        padding: 0;
        line-height: normal; }
        .sweet-alert .sa-icon.sa-warning {
            border-color: #F8BB86; }

            @-webkit-keyframes pulseWarning {
                0% {
                  border-color: #F8D486; }
                100% {
                  border-color: #F8BB86; } }
              
              @keyframes pulseWarning {
                0% {
                  border-color: #F8D486; }
                100% {
                  border-color: #F8BB86; } }

                  
@-webkit-keyframes pulseWarningIns {
    0% {
      background-color: #F8D486; }
    100% {
      background-color: #F8BB86; } }
  
  @keyframes pulseWarningIns {
    0% {
      background-color: #F8D486; }
    100% {
      background-color: #F8BB86; } }
      .sweet-alert button {
        background-color: #8CD4F5;
        color: white;
        border: none;
        box-shadow: none;
        font-size: 17px;
        font-weight: 500;
        -webkit-border-radius: 4px;
        border-radius: 5px;
        padding: 10px 32px;
        margin: 26px 5px 0 5px;
        cursor: pointer; }
  @media (min-width:900px){
	.icono {
	  display: none;
  }
}