#cabecera {
	background-image: url(../Images/Cabeceras/encabezadoFriendsLink.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
}
#botonera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B2C27;
	text-align: center;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#contenido {
	background-image: url(../Images/links/fondo.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #663333;
}
#titulo {
	background-image: url(../Images/links/friends.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 120px;
}
#tituloothers {
	background-image: url(../Images/links/others.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 120px;
}
#others {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0066;
	float: right;
	width: 150px;
	font-size: 20px;
}
#espacio {
	float: right;
	width: 150px;
}


#friends {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663333;
	float: left;
	width: 190px;
	margin-left: 30px;
}
