body { 
	font-family: sans-serif;
	background-color: black;
	font-size: 18px;
	text-align: center;
	color: #BAB0A0;
}

.textolargo {
	text-align: left;
	font-size: 17px;
}


hr {
	color: #BFBFBF;
   background-color: #BFBFBF;
   height: 1px;
   width: 80%;
   border: 0;
   margin: 0 auto;
   text-align: center;
}

a {
	color: #FF9A00;
	text-decoration:none;
}

a:visited { 
	color: #8E5F16;
	text-decoration:none;
	}

a:hover { 
	color: #AF6F15;
	background-color: #333333;
	text-decoration: none;
	}

a:active { 
	color: #333333;
	text-decoration:none;
	}

img.centrada {
	display: block;  
   margin-left: auto;  
   margin-right: auto; 
}

img.ladoD {
  position: relative;
  float: right;
  right: 8em;

}

img.ladoI {
  position: relative;
  float: left;
  left: 8em;
}

img.ladoDb {
  position: relative;
  float: right;
  right: 4em;

}

img.ladoIb {
  position: relative;
  float: left;
  left: 4em;
}

.titulo {
	font-size: 20;
	color: #BAB0A0;
	}	
.titulo2 {
	color: #FF9A00;
	font-size: 18px ;
	text-align: left;
}
	
.centradoD {
	font-family: sans-serif;
	font-size: 6px;
	text-align: right;
}
	
.banner {
	background-color: #E2A32E;
	color: black;
	margin-right: 15px;
	margin-left: 15px;
}

.chiquita {
	font-size: 6; 
	}

.comandos {
	font-size: 16px;
	background-color: #636563;
        text-align: left;
        color: #E7E5A6;
}
