﻿@media only screen and (min-width:1025px){div.desktop{display:block}div.mobile{display:none}}@media only screen and (max-width:1024px){div.desktop{display:none}div.mobile{display:block}}.span3 span {position: absolute;width:200px;height: 120px;margin: 0 0 0 100px;line-height:20px;text-align:center;transform:translateY(-100%);animation: span3 15s linear infinite;}@keyframes span3 {100% {transform: translateY(-100%);}0% {transform:translateY(100%);}}.container {width:100%;margin:0 auto;display:grid;grid-gap:5px;grid-template-columns: 225px auto auto;grid-template-rows: 70px auto 70px;grid-template-areas:'header header header' 'aside main main' 'footer footer footer'}header {grid-area:header;}
aside {grid-area:aside; background-color:yellow; padding:3px;}
@media only screen and (min-width: 1025px) {main{margin-top:0;margin-bottom:0;margin-right:10%;margin-left:50px;}}
@media only screen and (max-width: 1024px) {main{margin-top:0;margin-bottom:0;margin-right:0;margin-left:10px;}}
footer {grid-area:footer;}body{font-family: Arial, sans-serif;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;}a {color: blue;}
a:link {color: blue;}h1 {color:blue;font-family: Ariel,"Times New Roman",serif;font-size:1.6em;font-weight:bold;}h2 { color: blue;font-family: Ariel,"Times New Roman",serif;font-size:1.4em;font-weight: bold;}p {font-family:Ariel,"Times New Roman",serif;font-size:1.2em;}p.ban {background-image: url("Theme2.gif");background-repeat: no-repeat;border:0px;color: black;font-size:1.2em;font-weight: bold;height:57px;line-height: 300%;margin:0;padding:0 0 0 20px;text-align: center;width:595px;}p.banM {text-align: left; padding: 0px 0px 0px 23px; border:0px; margin:0px; color: black; font-size:1.0em; font-weight:bold; line-height:300%; background-image: url("Theme4.gif"); height:57px; width:323px; background-repeat:no-repeat;}p.BTexto {margin:5px 30px; font-size:1.2em; font-family:Verdana;font-style:italic;font-weight:bold;color:blue;}
table {table-layout:fixed;}table.lblue {width:100%; background-color:#ADD8E6;border-spacing:0px;}td.H14 {width:14%;}td.H60s {width:56%;}td.H26 {width:26%;}td.Menu {height:40px;}td.Foot {height:65px;}div.footBlue{position:fixed;left:0px;bottom:0px;height:60px;width:100%;background:navy;color:white;text-align:center;padding:10px;}div.footBlue a{color:#FFFF80;}.innertube{margin:10px;margin-top:0;}img.left{float:left;margin:5px}img.right{float:right;margin:5px}
