h1 {
border:Outset 6px LightBlue;
background-color:DarkSlateBlue;
text-align:center;
color:Khaki;
}
legend {
font-family:"Century Gothic";
font-weight:700;
Guía # 10: El Modelo de Objetos de Documento
Aplicaciones Prácticas de Software I 8
font-size:11pt;
color:rgb(200,10,50);
}
label {
font-family:"Calisto MT";
font-weight:500;
font-size:10pt;
color:DarkBlue;
}
.contenedor {
width:78%;
margin:auto;
background-image:url(imagenes/lightbluebg.jpg);
}
.contenido {
font-family:Broadway;
font-weight:500;
font-size:14pt;
text-align:center;
}
.primera {
background-color:rgb(155,215,250);
border-width:6px;
border-style:inset;
border-color:rgb(155,215,250);;
color:Navy;
}
.segunda {
background-color:rgb(255,199,225);
border-width:6px;
border-style:outset;
border-color:rgb(255,199,225);
color:FireBrick;
}
.entrada {
background-color:LightGoldenrodYellow;
font-family:"Bitstream Vera Serif";
font-weight:600;
font-size:10pt;
color:Crimson;
}
.apagado {
background-color:SteelBlue;
font-family:"Bitstream Vera Sans";
font-size:10pt;
font-weight:600;
color:Khaki;
border:outset 3px CornflowerBlue;
}
.encendido {
background-color:Blue;
font-family:"Bitstream Vera Sans";
font-size:10pt;
font-weight:600;
color:Gold;
border:outset 3px RoyalBlue;
}
