@font-face		{font-family: Delicious; src: url('Delicious-Roman.otf');}
@font-face		{font-family: Delicious; font-weight: bold; src: url('Delicious-Bold.otf');}

body			{background: #000 url('fondo_angela.jpg') top left no-repeat; color: #fff; font-size: 62.5%; font-family: Delicious, Arial, sans-serif; padding: 10% 0; position: relative;}
#contenedor		{margin: 0 10% 0 50%; background: rgba(0,0,0,0.25); -webkit-border-radius: 1em; -moz-border-radius: 1em; padding: 0 1.5em; overflow: hidden;}
h1				{font-weight: bold; font-size: 7.2em; text-shadow: 0px 1px 2px #000;}
img				{display: none;}
/*img				{float: right; width: 50px; height: 50px; -webkit-box-shadow: 0px 1px 2px #000; margin: 1.5em 0 0 1.5em; border: 2px solid #fff;}*/
p, ul			{font-size: 1.8em; text-shadow: 0 1px 1px #000; line-height: 1.5em; margin: 1.5em 0;}
ul				{list-style-type: none; }
a				{color: #FEFD50; text-decoration: none; font-weight: bold;}
a:visited		{color: #FC6;}
a:visited:after	{content: ' ✓'}
a:hover			{color: #6CF;}
#pie			{position: absolute; bottom: 2em; right: 10%;}
#pie p			{margin: 0; font-size: 1.4em;}
.invisible		{display: none;}