html {position: relative;min-height:100%;}
/*body {padding-bottom:125px;}
footer {position:absolute;width:100%;bottom:0;height:125px;}*/

.mySubMenu {display:none;position:absolute;background-color:#ffd700;z-index:999;margin:8px 0 0 -16px;left:0}
.myOculto {display:none;}
.tachado{text-decoration:line-through; color:#c00;}

.myTag {display:inline-block;margin:3px;white-space:nowrap;}
.myTag.myTag1{font-size: 120%;opacity:0.9;}
.myTag.myTag2{font-size: 140%;opacity:0.8;}
.myTag.myTag3{font-size: 160%;opacity:0.7;}
.myTag.myTag4{font-size: 180%;opacity:0.6;}
.myTag.myTag5{font-size: 200%;opacity:0.5;}
.myTag.myTag6{font-size: 220%;opacity:0.4;}
.myTag.myTag7{font-size: 240%;opacity:0.45;}
.myTag.myTag8{font-size: 260%;opacity:0.35;}
.myTag.myTag9{font-size: 280%;opacity:0.3;}
.myTag.myTag10{font-size: 300%;opacity:0.25;}

/* Home SEO */
.myHomeH1 {
    width:100%;
    background: rgb(112,131,127,0.5);
    padding:0.2em 1em;
    font-size:2.5em;
    margin:0 0 0 0;
    font-weight:bold;
    position:absolute;
    color:#fff;
    text-align:center;
    /*text-shadow:2px 2px #fff;*/
    z-index:1025;
    text-transform:uppercase;
}
.myHomeH2 {font-size:1.9em;text-transform:uppercase;color:#70837f !important;}

/* Responsive */
@media screen and (min-width: 992px) {
	/*body {padding-bottom:60px;}
	footer {height:60px;}*/
}