/* Html */
* {outline: none;}
html {position:relative;min-height:100%;}
body {margin-bottom:150px;}
footer {position:absolute;bottom:0;width:100%;}
a:hover {text-decoration:none;}
h2 {font-size:1.2em;}

/* Scroll To Top button */
#scrollToTop {position:fixed;bottom:15px;right:15px;display:none;opacity:0.7;}

/* Clases sueltas */
.my-oculto {display:none;}
.my-img-fondo {background-repeat:no-repeat;background-size:cover;background-position:center center;}
.my-img-fondo img {width:100%;height:auto;}
.my-tachado {text-decoration: line-through;}
.padding-imagenes img {padding:20px;}