body {
  background-image: url("Fondo_Inicio_Audios.png");
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.body2 {
	/*background: #466368;
	background: linear-gradient(to right bottom, #648880, #293f50);*/
	/*background: #648880;
  	background: linear-gradient(to right, #f6f1d3, #648880, #293f50);*/
	background: #808080;
        background: linear-gradient(to right, #D3D3D3, #808080, #778899);
}

.form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form input {
  width: 90%;
  height: 30px;
  margin: 0.5rem;
}

.form button {
  padding: 0.5em 1em;
  border: none;
  background: rgb(100, 200, 255);
  cursor: pointer;
}

.padre-table {
  display: table;
  height:600px;
  width: 100%;
}

.padre-table > div{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.contenido {
   padding: 05px;
   border: 5px solid #CDCDCD;
   background-color: #CDCDCD;
   opacity: .7;
}

img {
    max-width: 25px;
    max-height: 32.5px;
}

.padre-table  table {
  text-align: left;
  width: 66%;
  margin: 0 auto;
}
.padre-table table > td {
  text-align: left;
  align: left;
  line-height: 90px;
}
/*ul {
    list-style: none;
    list-style-position: inside;
    padding-left: 0;
}

li {
  margin-left: 0;
  padding-left: 0;
}*/
