#radio {
	width: 100%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 5px solid #B40404;
	background-color: #424242;
}

#titulo {
	font-family: 'Titillium Web', sans-serif;
	margin: 0;
	background-color: #B40404;
	padding-bottom: 5px;
	color: white;
	font-size: 20px;
	letter-spacing: 5px;
}

#titulo2 {
	font-size: 16px;
}

#menu {
	position: relative;
	display: inline-block;
	width: 150px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #B40404;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #2C2B30;
	margin-top: 2px;
}
#menu li {
	margin-left: -25px;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 10px;
}
#menu li a {
	font-weight: bold;
	text-decoration: none;
	margin-right: 2px;
	color: white;
	text-shadow: 2px 1px 2px black;
}
#menu li a:hover {
	color: #F7FE2E;
	font-weight: bold;
}
#copy {
	padding-top: 10px;
	paddin-bottom: 5px;
	padding-right: 5px;
	margin-top: 10px;
	width: 100%;
	background-color: black;
	color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#altavoz {
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 70px;
	margin-left: 70px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid black;
	background-color: grey;
	clear:both;
}
#round {
	position: relative;
	display: inline-block;
	width: 195px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #B40404;
	background-color: #585858;
	margin-bottom: 15px;
	float:right;
	margin-left: 20px;
}
#derechos {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

#linkInicio {
	display: block;
    float: left;
    margin-left: 11px;
    width: 26%;
    height: 46px;
}

#display {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	width: 107px;
	background-color: black;
	color: #80FF00;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid grey;
	float: right;
    margin-right: 21px;
}

#wrapper {
	margin: 15px 70px 10px;
}

#contenido {
	float:left;
}

#inicio {
	margin-bottom: 20px;
}

#textopagina {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	font-size: 15px;
	color: white;
	float:left;
	margin-bottom: 20px;
}
#justificar {
	text-align: justify;
}
.resalto1 {
	color: yellow;
	font-size: 18px;
}
.resalto2 {
	font-size: 18px;
}
#texti {
	margin-right: 5px;
}

