body

{

	background-color:"#fff666";

	font-family:helvetica;

}

#contenido {

	width:100%;

	margin:auto;

	text-align:center;

	}

h1 {

	color:#060;

	}

nav ul li {

	display:inline-block;

	margin-right:0px; /* Distancia entre colores */

	color:"#1d1d1d";

	cursor:pointer;

	

	}

#textoPr {

	width:980px;

	height:250px;

	background-color:#1d1d1d;

	color:#fff;

	margin:auto;

	text-align:justify;

	border-radius:7px;

	padding:12px;

	box-shadow:0px 0px 20px rgba(0,0,0,0.5);

	}

a {

	color:#e4432d;

	font-weight:bold;

	}	

#miCanvas {

	top:10px;

	left:0px;

	background-color:#060;

	text-shadow:#0C0;

	width:100%;

	height: 77px;

	}

meter {

	background-color:#red;

	padding:1px;

	color:#e44e2d;

	width:200px;

	margin-left:20px;

	}



label {

	display:block;

	}

#btnSubmit {

	border:none;

	background-color:#fff;

	color:#e4432d;

	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;

	height:15px;

	width: 10px;

	border-radius:5px;

	cursor:pointer;

	}