.fondo {
	background-color: #f5f3e5;
}

body {
	 background:#aaa !important;
}

#contenido {
	max-width: 1236px !important;
	padding: 0px;
	margin: 15px auto;
	overflow: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
   -moz-box-shadow: 1px 3px 6px #585656 ;
   -webkit-box-shadow: 1px 3px 6px #585656;
    box-shadow: 1px 3px 6px #585656;
}

#bigicon {
	font-size: 10em;
	margin-left: 50px;
	color: #249FD4;
}


.links {

	text-align: center;
}

.links a {
	margin: 0 25px;
	color: #ccc;
	text-decoration: none;
	font-size: 34px;
	font-weight: bold;
	text-shadow: 0px 2px 3px #fff;
}

.links a:hover {
	color: #337ab7;
}

.source {
	width: 350px;
	margin: 0 auto;
	background: #eee;
	color: #666;
	font-weight: bold;
	display: block;
	white-space: pre;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset #ccc 0px 0px 6px 0px;
	-moz-box-shadow: inset #ccc 0px 0px 6px 0px;
	box-shadow: inset #ccc 0px 0px 6px 0px;
}