/* CSS Document */
a:link {
	color: #0000;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color:#000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color:#000;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #8F5444;
}
body {
	text-align: center;
	background-color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
 font-family: 'Calibri';
 font-size: 15px;
}
.fotter {
  text-align: center;
  color: #000;
  text-shadow: #0C0;
  font-weight: bold;

}
.textog {
	text-align:justify;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.boton {
	font-size:10px;
	font-style:italic;
	font-weight:bold;
}
.txtlog {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}
.cmd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.prueba {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#00F;
	text-align:center;
}

.btnDescargar {
  background-color: #009191;
  color: white;
  margin-left: 5%;
  border: 1px solid #009191;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 8px;
   font-weight: bold;
}

.btnDescargar:hover {
  background-color: #91FF91;
  color: #007171;
  font-weight: bold;
}