#contenedor{
width:1040px;
margin: auto;
margin-top:5px;
z-index:1;
}
#bajar{
margin-top: 30px;
}
#titulo{
background-color: rgba(229,219,226,0.1);
height:60px;
padding-top:10px;
}

#video{
margin-top:auto;
margin-bottom:auto;
}

#subtitulo{
z-index:0;
margin-top:0px;
background-color: rgba(46,0,45,0.5);
margin-bottom:35px;
height:2px;
}

.LetrasBlancas {
	color: #FFF;
	font-weight: bold;
}
.Negrita {
	font-weight: bold;
}
.Negrita {
	font-weight: bold;
}
.LetrasBlancas {
	color: #FFF;
}

h2.style{
text-align:center;
color: white;
padding:0px;
margin-top:auto;
margin-bottom:auto;
}
h5.style{
text-align:right;
color: white;
padding-right:10px;
}

#nav,#nav ul {
    list-style: none outside none;
    margin-left: 10;
    padding: 0;
}
#nav {   
    clear: both;
    height: 58px;
    padding: 0 0 0 9px;
    position: relative;
    width: 957px;
}
#nav ul {
    background-color: #222;
    border:1px solid #222;
    border-radius: 0 5px 5px 5px;
    border-width: 0 1px 1px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #000000;
    display: block;
    float: left;
    font-weight: normal;
	font-size: 16px;
    height: 0px;
    padding: 10px 10px 0px 10px;
    position: relative;
}

#nav li:hover > a {
    color: #00B4FF;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
    background: none repeat scroll 0 0 rgba(46,0,45,0.0);
	outline: 0 none;
}
#nav li:hover ul.subs {
    left: 0;
    top: 53px;
    width: 180px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul li {
    background: none;
    width: 100%;
}
#nav ul li a {
    float: none;
}
#nav ul li:hover > a {
    background-color: #121212;
    color: #00B4FF;
}
#lavalamp {
    background: url('lavalamp.png') no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 10px;
    position: absolute;
    top: 0px;
    width: 64px;

    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lavalamp:hover {
    -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}
#nav li:nth-of-type(1):hover ~ #lavalamp {
    left: 10px;
}
#nav li:nth-of-type(2):hover ~ #lavalamp {
    left: 75px;
}
#nav li:nth-of-type(3):hover ~ #lavalamp {
    left: 190px;
}
#nav li:nth-of-type(4):hover ~ #lavalamp {
    left: 295px;
}
#nav li:nth-of-type(5):hover ~ #lavalamp {
    left: 365px;
}
#nav li:nth-of-type(6):hover ~ #lavalamp {
    left: 435px;
}
#nav li:nth-of-type(7):hover ~ #lavalamp {
    left: 505px;
}
#nav li:nth-of-type(8):hover ~ #lavalamp {
    left: 565px;
}