/**
* This is custom stylesheet, type any custom styles
*/

/* For width 400px and larger: */
@media only screen and (min-width: 400px)
{
  body
  { 
        background: url(/images/fondologo.jpg) no-repeat center center fixed;
  }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
}
a:link {
    color: white;
}
a {
    color: white;
}
a:hover {
    color: black;
}
