@charset "utf-8";
/* Dani de Saro © 2020. All rights reserved. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "GROBOLD";
  src: url("../fuentes/GROBOLD.ttf");
}
@font-face {
  font-family: "angrybirds";
  src: url("../fuentes/angrybirds-regular.ttf");
}
@font-face {
  font-family: "Fontdinerdotcom Sparkly";
  src: url("../fuentes/FontdinerdotcomSparkly.ttf");
}
@font-face {
  font-family: "KGShakeitOff Chunky";
  src: url("../fuentes/KGShakeitOffChunky.ttf");
}
@font-face {
  font-family: "manga ti";
  src: url("../fuentes/mangati.ttf");
}
@font-face {
  font-family: "PokemonSolid";
  src: url("../fuentes/PokemonSolid.ttf");
}
@font-face {
  font-family: "ImpactLabel";
  src: url("../fuentes/ImpactLabel.ttf");
}
@font-face {
  font-family: "IndieFlower";
  src: url("../fuentes/IndieFlower.otf");
}
@font-face {
  font-family: "Hombre";
  src: url("../fuentes/Hombre__.otf");
}
@font-face {
  font-family: "Alfredo";
  src: url("../fuentes/Alfredo_.otf");
}
@font-face {
  font-family: "Axure";
  src: url("../fuentes/AxureHandwriting.otf");
}
@font-face {
  font-family: "baby";
  src: url("../fuentes/babyk___.otf");
}
@font-face {
  font-family: "bobcat";
  src: url("../fuentes/bobcat.otf");
}
@font-face {
  font-family: "forte";
  src: url("../fuentes/FORTE.TTF");
}
@font-face {
  font-family: "Comic Sans MS";
  src: url("../fuentes/comic.ttf");
}
@font-face {
  font-family: "Courier New";
  src: url("../fuentes/cour.ttf");
}
@font-face {
  font-family: "Verdana";
  src: url("../fuentes/Verdana.ttf");
}
html {
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  width: 99%;
  height: 100%;
  outline: 0px solid #ff0000;
  transition-property: background, color;
  transition-duration: 0.5s;
}
.home{
  background-size: 100% 100%;
  background-image: linear-gradient(0deg, #dc0042, #000000);
  color: #00dc9a;
  /*background-position:cover;*/
  background-attachment:fixed;
}
.musica{
  /*background-size: 100% 100%;
  background-image: linear-gradient(0deg, #dc64dc, #000000);*/
  color: #ffffff;
  /*background-position:cover;*/
  background-attachment:fixed;
}
.programacion{
  /*background-size: 100% 100%;
  background-image: linear-gradient(0deg, #00dcdc, #000000);*/
  color: #fff;
  /*background-position:cover;*/
  background-attachment:fixed;
}
._3d{
  /*background-size: 100% 100%;
  background-image: linear-gradient(0deg, #00dcdc, #000000);*/
  color: #fff;
  /*background-position:cover;*/
  background-attachment:fixed;
}
.contacto{
  background-size: 100% 100%;
  background-image: linear-gradient(0deg, #00ffc8, #000000);
  color: #3b013b;
  /*background-position:cover;*/
  background-attachment:fixed;
}
.about{
  background-size: 100% 100%;
  background-image: linear-gradient(0deg, #c800dc, #000000);
  color: #14dc00;
  /*background-position:cover;*/
  background-attachment:fixed;
}
.ayuda{
  background-size: 100% 100%;
  background-image: linear-gradient(0deg, #6600dc, #000000);
  color: #ffffff;
  /*background-position:cover;*/
  background-attachment:fixed;
}
a {
  font-size: 0.9em;
  font-family: "Axure";
  font-weight: bold;
  text-align: center;
  margin: 1px 10px;
}

h1 {
  font-size: 1.4em;
  font-family: "Axure";
  color: #069;
  font-weight: bold;
  padding: 10px;
  background-color: #fff;
  width: 90%;
  padding: 2px;
  border-radius: 0px 10px 20px 10px;
  box-shadow: 1px 1px 2px rgba(0, 120, 200, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
   transition-property: font-size, border, border-radius, box-shadow;
  transition-duration: 1s;
  background: linear-gradient(to bottom, rgba(255,255,255,1.0) 0%,  rgba(255,255,255,1.0) 70%,rgba(255,255,255,0.0) 100%);
}

h2 {
  font-size: 1.3em;
  font-family: "Axure";
  color: #401053;
  font-weight: bold;
  margin: 10px 7px;
  background-color: #fff;
  /*width:1%;*/
  padding: 2px;
  border-radius: 20px 0px 20px 0px;
}

h2.clon {
  font-size: 1.2em;
  font-family: "Axure";
  color: #401053;
  font-weight: bold;
  margin: 3px;
  background-color: #fff;
  width: 100%;
  padding: 2px;
   border-radius: 20px 20px 20px 0px;
  box-shadow: 1px 1px 2px rgba(0, 120, 200, 0.8);
  
}

h2.encabezado-inicial {
  /* width:10%;*/
}

h3 {
  font-size: 1.1em;
  font-family: "Axure";
  color: #401053;
  font-weight: bold;
  margin: 3px;
  background-color: #fff;
  /*width:1%;*/
  padding: 2px;
  border-radius: 20px 0px 20px 0px;
}

h3.articulo {
  font-size: 1.0em;
  font-family: "angrybirds";
  color: #990000;
  font-weight: bold;
  margin: 3px 10px;
  background-color: #fff;
  /*width:1%;*/
  padding: 2px;
   border-radius: 20px 0px 20px 0px;
}

h3.bloque-secciones {
  width: 100%;
}

h4 {
  font-size: 1.0em;
  font-family: "angrybirds";
  color: #005588;
  font-weight: bold;
  margin: 3px;
  background-color: #fff;
  /*width:1%;*/
  padding: 2px;
   border-radius: 20px 0px 20px 0px;
}

h4.articulo {
  font-size: 1.0em;
  font-family: "angrybirds";
  color: #005588;
  font-weight: bold;
  margin: 3px 10px;
  background-color: #fff;
  /*width:1%;*/
  padding: 2px;
  border-radius: 20px 0px 20px 0px;
}

h5 {
  font-size: 0.9em;
  font-family: "Courier New";
  color: #990099;
  font-weight: bold;
  margin: 3px 10px;
  background-color: #fff;
  /*width:1%;*/
  padding: 2px;
  border-radius: 20px 0px 20px 0px;
}

h5.articulo {
  font-size: 0.9em;
  font-family: "Courier New";
  color: #999999;
  font-weight: bold;
  margin: 3px 10px;
  background-color: #fff;
  /*width:1%;*/
  padding: 2px;
  border-radius: 20px 0px 20px 0px;
}

#imagenCarga {
  /*display:none;*/
}

#imgGif1 {
  width: 150px;
}

#imgsvg1 {
  width: 32px;
}

.home #imgGif1 {
  width: 100px;
}
.home #logowcagA {
  display: none;
}
.home #logowcagAA {
  display: none;
}
.home #logocynthia {
  display: none;
}
.home #panelBuscador {
  display: block;
}

.musica #imgGif1 {
  width: 30px;
  margin-left: 1%;
}
.musica #logowcagA {
  display: none;
}
.musica #logowcagAA {
  display: none;
}
.musica #logocynthia {
  display: none;
}
.musica #panelBuscador {
  display: block;
}

.programacion #imgGif1 {
  width: 200px;
}
.programacion #logowcagA {
  display: none;
}
.programacion #logowcagAA {
  display: none;
}
.programacion #logocynthia {
  display: none;
}
.programacion #panelBuscador {
  display: block;
}

.about #imgGif1 {
  width: 130px;
}
.about #txt1 ul {
  font-size: 0.8em;
}
.about #txt1 ul li {
  margin-left: 20px;
  font-weight: bold;
  font-style: italic;
}
.about #logowcagA {
  display: none;
}
.about #logowcagAA {
  display: none;
}
.about #logocynthia {
  display: none;
}
.about #panelBuscador {
  display: block;
}

.contacto #imgGif1 {
  width: 80px;
}
.contacto #logowcagA {
  display: none;
}
.contacto #logowcagAA {
  display: none;
}
.contacto #logocynthia {
  display: none;
}
.contacto #panelBuscador {
  display: block;
}

._3d #imgGif1 {
  width: 340px;
}
._3d #logowcagA {
  display: none;
}
._3d #logowcagAA {
  display: none;
}
._3d #logocynthia {
  display: none;
}
._3d #panelBuscador {
  display: block;
}
.ayuda #imgGif1 {
  width: 340px;
}
.ayuda div span a img#logowcagA {
  display: none;
}
.ayuda div span a img#logowcagAA {
  display: none;
}
.ayuda #logocynthia {
  display: none;
}
.ayuda #panelBuscador {
  display: block;
}
a img {
  border: none;
}

div.img-con-pie {
  outline: 0px red solid;
  display: table;
}
div.img-con-pie img {
  width: 100%;
  height: auto;
  position: relative;
}
div.img-con-pie span {
  display: table-caption;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-family: "IndieFlower";
  font-size: 0.9em;
  text-align: center;
  opacity: 0.7;
  position: relative;
  text-shadow: 0 0 15px red;
  vertical-align: text-bottom;
}
