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


#overlay
	{
		background-color: rgba(0,0,0,0.7);
	}

#overlay .title
	{
		background-color: #006eab;
		color: #fff;
		padding: 10px 20px;
		font-size: 20px;
		line-height: 28px;
	}

#overlay .footer
	{
		background-color: #006eab;
		padding: 10px 20px;
	}

#popup
	{
		background-color: #fff;
	}



body {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  background-color: #171717;
}

/*Aqui empiezan los estilos para el header*/

header {
  width: 100%;
  height: 700px;
  background-image: url(imagenes/back_angel_noblur.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

  header section.head {
    width: 975px;
    margin: 0 auto;
  }

  header section .social {
    padding-top: 10px;
  }

    header section .social a {
      text-decoration: none;
      color: #ccc;
      font-size: 2em;
      padding: 5px;
    }

    header section .social a:hover {
      color: #fff;
    }

  header section .promo {
    margin-top: -20px;
    width: 300px;
    float: left;
    color: #fff;
    /*background: red;*/
    z-index: 1;

  }

    header section .promo h1 {
      position: relative;
      font-weight: 600;
      font-size: 2.7em;
      line-height: 1.2em;

      z-index: 1;
    }

    /*header section .promo span {
      font-style: italic;
    }*/

    header section .promo p {
      padding-top: 30px;
      font-size: 1.55em;
      line-height: 1.7em;
      text-align: left;
    }
    header section p.sencillo {
      padding: 10px;
      font-size: 24px;
      line-height: 42px;
	  height: 42px;
      text-align: left;
	  position: absolute;
	  top: 638px;
	  color: #fff;
	  background-color: RGBA(0, 0, 0, 0.7);
	  width: 890px;
	  margin-left: 10px;
    }

    header section p.sencillo  a.plataforma{
      float: right;
	  margin-left: 10px;
    }

    header section p.sencillo  a{
      color: #ffff88;
	  text-decoration: none;
    }

    header section p.sencillo  a:hover{
      text-decoration: underline;
    }

    header section .promo .boton {
      margin-top: 20px;
      padding: 30px 0 15px 0;
    }

      header section .promo .boton a {
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        color: #fff;
        background-color: #F96500;
        font-size: 1.3em;
        padding: 10px 25px;
      }

      header section .promo .boton a:hover {
        background-color: #ff7a00;
      }

    header section .promo .h6 {
      font-family: 'Open Sans', sans-serif;
      color: #cccccc;
      font-size: .8em;
    }

  header section .guayabers {
    position: absolute;
    margin-top: -30px;
    margin-left: 50px;
    width: 420px;
    float: left;

  }


/*Aqui empiezan los estilos para el main*/

main {
  width: 100%;
  /*background-color: red;*/
}

main .main {
  width: 975px;
  margin: 0 auto;
 }

main .main2 {
  width: 100%;
  height: 340px;
  background-color: #E3E0DE;
  position: relative;
}

.main2 article.bromas {
  width: 975px;
  margin: 0 auto;
}

  .main2 article.bromas h2 {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    padding: 30px 0;
  }

/*Aqui empiezan los estilos para el footer*/

footer {
  width: 100%;
  padding: 20px 0 50px 0;
  position: relative;
  background-color: #000;
}

  footer h3 {
    color: #fff;
    font-size: 11px;
    text-align: center;
	font-family: arial;
	font-weight: 100;
  }
  footer h3 a{
    text-decoration: none;
	color: #ffff66;
  }

  footer h3 a:hover{
    text-decoration: underline;
  }
