/*estilo 1 con valor de 0,0,0,3*/
body header h1{
background-color:#FC9801;
margin:100px;
text-align:center;
color: yellow;
font-family:Berlin Sans FB;
}
/*Estilo 2 con valor de 0,0,0,2 */
body h1{
width:400px;
high:100px;
align-text:center;
background: white;
color:green;
font-family:castellar;
font-size:40px;
}
/*Estilo 3 con valor de 0,1,1,1 */
#caja .cabecera h1{
background-color: yellow;
color: green;
text-align: center;
font-family:arial;
font-size:80px;
}