/* Ampliar el navegador al 150% para las capturas de las preguntas */

/* Orden del atributo margin: margin-top margin-right margin-bottom margin-left */

body{
  width: 80%;
  text-align: center;
  margin: 40px 20% 40px 20%;
}

p {
	width: 60%;
	text-align: justify;
}

.formula {
  width: 60%;
	text-align: center;
}

a{text-decoration:none}a:link{color:#000000}a:visited{color:#000000}a:active{color:#000000}

div {
  text-align: center;
}

ol {
	width: 60%;
	text-align: left;
}

ul {
	width: 60%;
	text-align: left;
}

img {
  text-align: center;
}

table {
	text-align: center;
}

table.tabla {
  text-align: center;
  border-collapse: collapse;
  border: 0px;
  table-layout: auto;
  width: 25%;  
}

tr.tabla{
  border: 1px solid black;
}

tr.color{
  border: 1px solid black;
  background-color: #A4A4A4;
}

th.tabla{
  border: 1px solid black;
}

th.color{
  border: 1px solid black;
	background-color: #A4A4A4;
}

td.tabla{
  border: 1px solid black;
}

td.color{
  border: 1px solid black;
  background-color: #E6E6E6;
}

.titulo_boton {
  float:left; 
  padding:5px;  
  background-color:#e6e6e6;
  border-radius: 6px;
  width:85px;
  font-size:18px;
  font-weight:bold;
}

.boton_mostrar {
  font-size:18px;
  line-height:20px;
  color:#000000;
  text-align: center;
}

.titulo_boton2 {
  float:right; 
  padding:5px;  
  background-color:#000000;
  border-radius: 6px;
  width:60px;
  font-size:18px;
  font-weight:bold;
}

.boton_mostrar2 {
  font-size:18px;
  line-height:20px;
  color:#FFFFFF;
  text-align: center;
}
