@charset "utf-8";
/* CSS Document */

body {
width:100%;
height:100%;
background-color:black;
margin:0;
padding:0;
}

img {
display:block;
}


p {
margin:0;
padding:0;
}

#contenedor {
width:1025px;
margin: 0 auto;
overflow:auto;

}

#wrapper {
width:100%;
height:1%;
position:relative;
} 

#texto1 {
float:left;
width:543px;
display:inline;
}

#video {
width:482px;
display:inline;
float:right;
}

#play {
clear:both;
position:absolute;
margin-left:170px;
margin-top:-230px;
}

#play a{
display:block;
width:113px;
height:84px;
background:url(imagenes/play.png) no-repeat top;
}

#play a:hover{
background:url(imagenes/play.png) no-repeat bottom;
}

#texto2 {
clear:both;
display:inline;
width:543px;
float:left;
}

#form {
width:482px;
float:right;
}

#formulario {
position:absolute;
margin-top:-190px;
padding-left:180px;
z-index:10;
}

#formulario #nombre {

margin-bottom:17px;
width:188px;
height:100%;
background:url(imagenes/form-input.jpg) no-repeat;
font-size:24px;
}

#formulario #email {
display:block;
width:188px;
background:url(imagenes/form-input.jpg) no-repeat;
font-size:24px;
height:100%;
}

#formulario #awf_field-13549091 {

margin-bottom:17px;
width:188px;
height:100%;
background:url(imagenes/form-input.jpg) no-repeat;
font-size:24px;
}

#formulario #awf_field-13549092 {
display:block;
width:188px;
background:url(imagenes/form-input.jpg) no-repeat;
font-size:24px;
height:100%;
}

#formulario .enviar {
width:197px;
height:50px;
margin-top:10px;
margin-left:-50px;
}

#footer {
clear:both;
width:1025px;
background:url(imagenes/footer.jpg) no-repeat;
}

/* Alerta sobre el click del botón de play */

#alerta {
width:472px;
height:275px;
display:none;
margin-left:713px;
margin-top:243px;
position:absolute;
z-index:8;
clear:both;
}


.foot {
clear:both;
font-family:arial,verdana,serif;
font-size:12px;
color:#cbff81;
padding-top:40px;
padding-bottom:20px;
text-align:center;
width:720px;
margin-left:150px;
}

/* informacion de contacto */

#info {
margin:0 auto;
width:506px;
padding-bottom:5px;
}
.menu {
list-style:none;
padding-left:60px;
 }
 
 .menu li {
 display:block;
 float:left;
 padding-left:15px;
 }
 
 .menu li span {
 padding-left:15px;
 }
 
 .menu li a {
 font-family:arial,verdana,sans-serif;
 font-size:12px;
 color:#b4b1b1;
 text-decoration:none;
 }
