body
{
	background-image: url("imagenes/background1.png");
	background-size: 100%;
	
	
	background-color: #000;
	font-family: "Helvetica",Arial;
}
#contenido
{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
h1
{
	text-align: center;
	font-size: 40px;
	color: #e44e2d;
}
h2
{
	text-align: center;
	font-size: 30px;
	color: ##FFF;
}
ul
{
	border-radius: 20px;
	background-color: #FEB4A5;
    color: white;
    height:30px;
}

nav ul li
{
	display: inline-block;
	margin-right: 2px;
	color: #1d1d1d;
	cursor: pointer;
	padding: 5px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
nav ul li:hover
{
	background-color: #1d1d1d;
	color: #e44e2d;
	border-radius: 5px;
}
nav ul li a
{
	text-decoration: none;
}

#textoPr1
{
	width: 1000px;
	height: 1020px;
	background-color: rgba(0,0,0,0.95);
	color: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
#textoPrr
{
	width: 600px;
	height: 500px;
	background-color: #1d1d1d;
	color: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
a
{
	color: #e44e2d;
	font-weight: bold;
}
#miCanvas
{
	border: solid;
	position: absolute;
	
	left: 0px;
	bottom: 0px;
}
meter
{
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	color: #e44e2d;
	margin-left: 20px;
	width: 200px;
}
label
{
	display: block;
}
#btSubmit
{
	border: none;
	background-color: #FFF;
	color: #e44e2d;
	padding: 4px;
	margin: 20px;
	cursor: pointer;
}
#calificacion
{
	width: 150px;
	-webkit-appearance:none;
	background-color: #FFF;
	height: 20px;
	border-radius: 5px;
	cursor: pointer;
}
#calificacion::-webkit-slider-thumb
{
	-webkit-appearance:none;
	background-color: #e44e2d;
	border-radius: 10px;
	height: 15px;
	width: 10px;

}
#mediaC
{
	box-sizing: border-box;
}
.particion
{
	display: inline-block;
	width: 45%;
}
audio
{
	width: 200px;
}
video
{

}
p
{
	width: 30%;
}






