﻿body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 2.3em;
    margin:2em;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	
}

/*Features table------------------------------------------------------------*/
.tabla-reactivos{
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	color: #666666;
	font-size:1.1em;
}

.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;
	padding-left:20px;
	padding-right:20px;
}
.tabla-reactivos tbody td:first-child{
	
  
}
.tabla-reactivos tr:nth-child(even){
	background-color: #f8f8f8;
	border-bottom:2px solid white;
}
.tabla-reactivos tr:nth-child(odd)
{
	background-color: #eaeaea;
	border-bottom:2px solid white;
}
/*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
}
.RetroBien
{
	font-style: italic;
	color: green;
	display:none;
}
.RetroMal
{
	font-style: italic;
	color: red;
	display:none;
}
.tabla-reactivos td.preguntaOpciones{
	width: 10%;
	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: #b1b1b1;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 15px !important;
}
.headings-int {
    font-family: 'Open Sans', sans-serif;
    color: #6c6b82;
    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;

}
@media (min-width:900px){
  .icono {

  
    display: none;
}

@media only screen and (max-width: 480px) {
body{
	font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	color: #777;
	font-size: 90%;
}
}
