body
{
    font-family: 'Century Gothic';
    background-color: black;
	width:auto;
	height:auto;
}
.General
{
    width: 100%;
    height: 750px;
    margin: auto;
    box-shadow: 0px 0px 10px 0px rgb(97, 97, 97);
    border-radius: 10px 10px 10px 10px;
}
.Primero{
    background-color: #2E2F3D;
    width: 35%;
    height: 250px;
    float: right;
    margin: auto;
    text-align: center;
    border-radius: 0px 7px 0px 0px;
}
.Primero p
{
    line-height: 150px;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    font-size: 120px;
    margin: 50px auto;
    color: white;
}
.Segundo
{
  position: right;
  background-color: rgb(0, 0, 0);
  width: 65%;
  height: 250px;
  text-align: center;
  border-radius: 7px 0px 0px 0px;
}
.Segundo p{
    line-height: 150px;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    font-size: 50px;
    margin: 45px 40px 0 0;
    color: white;

}

.Video
{
    background-color:black;
    width: 64%;
    height: 350px;
    float: left;
    margin: auto;
    font-size: 50px;
    border-radius: 0px 0px 0px 0px;
	position:absolute;
	bottom: 20%;


}

.Cuarto
{
    background-color: rgb(238, 238, 238);
    height: 225px;
    text-align: center;
}
.Cuarto p
{
    font-size: 95px;
    margin-right: 50px;
    line-height: 30px;
}

.Cuarto2
{
    background-color: rgb(238, 238, 238);
    height: 225px;
    text-align: center;
}
.Cuarto2 p
{
    margin-right: 50px;
    line-height: 30px;
    opacity: 1;
    font-size: 80px;

}
.Marquesina
{
    background-color: #00ACCD;
	position:absolute;
	bottom:3%;
    clear: both;
    height: 50px;
    border-radius: 0px 0px 7px 7px;
}

.ImagenCFA
{
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
    margin-left: 50px
}
.Video2
{
    height: 400px;



}
