@font-face {font-family:"NombreFamilia";
 src: url("Archivo.eot?") format("eot"),
 url("Archivo.woff") format("woff"),
 url("/Fuentes de texto/Formato1.ttf") format("truetype"),
 url("Archivo.svg#NombreFamilia")
 format("svg");
 font-weight:normal;
 font-style:normal;
}
h1 {
 font-family:NombreFamilia;
 font-size:180px;
 color: black;
 line-height: 0.7;
 text-align: center;
 font-weight: 200;
}
h2 {
 font-family:NombreFamilia;
 font-size:180px;
 color: black;
 line-height: 0.7;
 text-align: center;
 font-weight: 200;
}
body{
background-color:aqua;
}
#capa1{width:130px;height:20px;background-color:#F8E0E0;float:left;margin-left:10px;} 
#capa2{width:130px;height:20px;background-color:#F8E0E0;float:left;margin-left:10px;}
#capa3{width:500px;height:500px;background-color:#F5A9A9;float:middle;clear:both;margin-left:10px;}