@charset "utf-8";
/* CSS Document */


body {
	
	background: #6D889E;
	
	
}


#contenedor {
	width: 819px;
	height:auto;
	background:#FD0004;
	margin: 0 auto;
	border: solid #000000 2px;
	
}

.logo {
	width: 819px;
	height: 546px;
	background: #B3ABA0;
	title: logo amplitud
	
}

.audio {
	width: 819px;
	height: 80px;
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.reproductor {
	width: 819px;
	height: 480px;
	background: #ffffff;
	display: grid;
    place-items: center
	
}

.datos {
	width: 819px;
	height: 190px;
	background: #C8C8C8;
	display: flex;
    flex-direction:column;
    justify-content: space-around;
	
}

.dire {
	width: 799px;
    heigth: 40px;
    margin: 20px;
	
	
	
	
}
.tele {
	width: 799px;
	height: 40px;
	background: #C8C8C8;
	padding-top: 10px;
	padding-left: 10px;
	

	
	
	
}
.progra {
	width: 799px;
	height: 40px;
	background: #C8C8C8;
	padding-left: 10px;
	
	
	
}


.link {

color: #B20000;
font-weight: bold;
padding-left: 10px;

}
.linkn {

color: #000000;
font-weight: bold;
padding-left: 10px;

}


.informacion {
	width: 819px;
	height: 230px;
	background: #000000;	
	display: grid;
	
}

.contenido {
	width: 819px;
	height: 180px;
	background: #FCFCFC;
	place-self: center;
	
}


.texto00{
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size:14px;
font-weight: bold;	
color:#660000;

}
.tex{
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-weight: bold;
font-size:14px;	
color:#000000;
padding-left: 10px; 

}
.txt{
	
color: #B20000;
font-weight: bold;
padding-left: 10px;


}


h1{

font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size: 20px;
font-weight: bold;	
color:#000000;


}

h2{
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size:14px;
font-weight: bold;	
color:#000000;

}



.img {
	
	padding-left: 50px;
	

	
	
	
}

