/* layout */
body {background: #606060;}
#container {width: 800px; margin-left: auto; margin-right: auto; background: #eee; padding: 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 10px 10px 5px #333; margin-top: 20px;}
ul {margin: 0; padding: 0;}
.center {text-align: center;}
table {width: 700px; margin-left: auto; margin-right: auto; border: 2px solid #b0e0e6;-webkit-border-radius: 10px; -moz-border-radius: 10px;}
td {padding: 30px; vertical-align: top;}
.museo {font-family: times,georgia,serif; font-size: 24px; padding: 0; margin-top: 0; color: #000; margin-bottom: 50px;}


/* font */
h1 {font-size: 48px; font-family: times,georgia,serif; margin-bottom: 0; color: #000; font-weight: normal; letter-spacing: 1px;}
p {font-size: 18px; line-height: 1.4; font-family: times,georgia,serif; font-weight: normal; margin-top: 0;}
li {list-style: none; width: 200px; font-size: 32px; font-family: times,georgia,serif; font-weight: normal; color: #606060; border: 2px solid #606060; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-bottom: 30px; background: #b0e0e6;}



/* links */
a {display: block; padding: 5px 12px;}
a:link, a:visited {color: #000; text-decoration: none;}
li:hover, li:focus, li:active {background: #fff; border: 2px solid #b0e0e6;}
