#titulo{
	font-size: 1rem;
}


@media all and (min-width: 350px) and (max-width: 765px)
{
  #trasmision{
    max-width: 300px; 
    max-height: 300px;
  }
  #tituloT{
    font-size: 25px !important;
  }
}

@media all and (min-width: 285px) and (max-width: 350px)
{
  #trasmision{
    max-width: 240px; 
    max-height: 240px;
  }
  #tituloT{
    font-size: 20px !important;
  }
}

@media (max-width: 284px)
{
  #tituloT{
    font-size: 15px !important;
  }
  #trasmision{
    max-width: 200px; 
  }
}

#menu{
	background-color: #f3198a;
	color:white;
}

#img-menu{
	width: 130px;
}

#bordes{
	background-color: #fcc932;
}

#contenido{
	background-color: white;
}

footer{
  background-color: #031114;
}

span{
	color: #f62b91;
	font-weight: bold;
}

body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.gallery {
-webkit-column-count: 3;
-moz-column-count: 4;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}


.enlace:hover{
  color:#f62b91;
}

.enlaceF{
  color:blue;
}

.enlace:active {
  color:#f62b91;
}

.myButton {
  background-color:#44c767;
  border-radius:20px;
  border:1px solid #18ab29;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  padding:10px 20px;
  text-decoration:none;
  text-shadow:0px 1px 0px #25d365;
}
.myButton:hover {
  background-color:#5cbf2a;
}
.myButton:active {
  position:relative;
  top:1px;
}

.btn{
  width: 220px;
}
