body {
	background-color: #0A997B;
	
}


#todo {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #055041;
	margin-top: 20px;
	text-align: center;
}
#boton_radio {
	font-size: 14px;
	color: #fff;
	background: #0095D8;
	text-align: center;
	height: 30px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-bottom: 5px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
