body {
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	margin-top:30px;
}
#contenedor {
	width: 960px;
	margin:0 auto;
	text-align:center;
}
#contenedor p {
	text-align: center;
}
#contenedor #radio {
	text-align: center;
	padding-top: 5px;
	height: 140px;
	background: #00A7CB;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#contenedor #radio a {
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}
#contenedor #radio a:hover {
	text-decoration:underline;
}
#main {
	width: 520px;
	float: left;
	text-align: center;
}

#facebook {
	float: left;
	width: 400px;
	margin-left:40px;
}

#programacion {
	clear:both;
	padding-top:30px;	
}