body{
	background-color: #0d627a;
	text-align: center;
}

h1{
	color: #ff570c;
}

p{
	color: #f2f7ff;
}

h2{
	color: #ffe867;
}

hr{
	color: #f2f7ff;
}

a{
	text-decoration: underline;
	color: #0DC47A;
}

#dError{
	display: none;
	color: #fd0054;
	font-size: 1.3em;
}

#titulo{
	font-size: 1.2em;
}

#cuerpo{
	resize: none;
}

.seccion{
	border: 2px solid #f2f7ff;
}

article > p{
	text-align: left;
}

#dFavoritas{
	float: left;
	text-align: left;
	border-right: 2px solid white;
	overflow-y: auto;
	width: 48%;
	height: 350px;
}

#dAntiguas{
	float: right;
	text-align: left;
	border-left: 2px solid white;
	overflow-y: auto;
	width: 48%;
	height: 350px;
}

#dAntiguas > article {
	padding-left: 10px;
}

#dBotones{
	clear: both;
}

#sinNAntiguas, #sinNFavoritas{
	padding-left: 10px;
}