body{
	font-family:golden;
	background-color:#dda35d;
	margin-left:8%;
	margin-right:8%;
	font-size:14px;
	font-weight:bold;
}
@font-face{
	font-family:golden;
	src: url("../font/GoldenSun.ttf") format("truetype");
}
table{
	margin-right:auto;
	border-collapse:collapse;
	text-align:left;
	border-left:3px solid black;
	width:50px;
}
th{
	height:70px;
	width:70px;
	padding-left:10px;
	padding-right:10px;
}
td{
	padding-left:10px;
	padding-right:10px;
}
#icon{
	max-height:70px;
	max-width:70px;
	background-color:white;
	text-align:left;
	border:3px solid;
}
td > textarea{
	resize:vertical;
	border:3px solid;
}
input{
	border:3px solid;
	font-weight:bold;
	background-color:white;
}
select{
	border:3px solid;
	font-weight:bold;
}
#icon2{
	max-height:14px;
	max-width:14px;
	transform:rotateX(180deg);
	padding-left:15%;
}
ul #twitter{
	list-style-image: url("../img/twitter.png");
}
ul #face{
	list-style-image: url("../img/face.png");
}
ul #insta{
	list-style-image: url("../img/insta.png");
}
a{
	text-decoration:none;
	color:black;
}
#favorito{
	max-height:120px;
	max-width:120px;
	border:3px solid black;
}
#guardar{
	padding: 10px 35px;
	transition:0.4s linear;
}
#guardar:hover{
	border-radius:20px;
}
tr:hover{
	color:red;
}

