html { background-image: url("bg205.gif"); background-color:black; /* background-repeat: repeat;*. /* background-attachment: fixed;*/ /* background-size: cover;*/ padding-top: 7px; cursor: default; } body { margin-left: auto; margin-right: auto; max-width: 1024px; line-height: 1.0; color: #ddd; } h1, h2, h3, h4 { text-align: center; } h1 { /* color: #ff8900;*/ color: #ff0055; /* text-shadow: 2px 4px #063A1B, 0 0 0px;*/ text-shadow: 2px 4px blue, 0 0 15px; /* background-color: gray;*/ } h2 { font-size: small; color: rgba(214,19,112,1); } a { cursor: default; } a:link { color: cyan; text-decoration: underline double deeppink; background-color: #010000; } a:hover { color: violet; text-decoration: underline double cyan; background-color: black; } a:visited { color: lightgreen; } ul { font-size: large; list-style-image: url(media/orangedot.png); } div.homewrap { /* background-color: rgba(2, 7, 7, 0.8);*/ background-color: rgba(8, 4, 7, 0.8); /* border-radius: 2px;*/ /* border: 1px solid #0b4837;*/ border: 3px double #ff0055; padding: 5px; /* height: 500px;*/ width: 100%; max-width: 1024px; } .barra { background-color: black; } img { border: 1px dotted fuchsia; } .megif { float: right; width: 200px; height: 200px; padding-top: 20px; padding-right: 40px; } .shroomtitle { height: 150px; width: 150px; display: inline-block; float: left; margin: 3px; } div.catlistwrapper { max-width: 1000px; } div.catlist { display: inline-block; vertical-align: top; } .bannerimg { border: unset; filter: unset; width: 240px; height: 60px; } .footer { position: fixed; text-align: center; bottom: 0; width: 1000px; padding-bottom: 10px; } .medida { text-align: right; padding-right: 1em; }