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;
}
.text-bordo {
	font-size: 14px;
	color: #C46713;
	font-family: Tahoma, Verdana, Arial;
		}
.text-azul {
	font-size: 14px;
	color: #008ED2;
	font-family: Tahoma, Verdana, Arial;
}	
.style1 {
	color: #0099FF;
	font-weight: bold;
	font-size:14px;
}
.style17 {font-size: 16px; color: #0066CC; font-weight: bold; }
.style19 {font-size: 24px; color: #0066CC; font-weight: bold; }
.mifecha {
   background-color: #999;
   padding: 3px;
   width: 110px;
   text-align: center;
   font-family:verdana, arial;
   font-size: 12pt;
}
.mifecha .ano{
   background-color: #339;
   padding: 2px;
   font-size: 100%;
   margin-bottom: 3px;
   color: #fff;
   letter-spacing: 3px;
   font-weight: bold;
}
.mifecha .dia{
   background-color: #99f;
   font-size: 300%;
   padding: 5px 8px;
   margin-bottom: 3px;
   font-weight: bold;
}
.mifecha .mes{
   background-color: #339;
   font-size: 80%;
   padding: 2px;
   color: #fff;
   font-weight: bold;
}
/* Mensajes de ayuda */
#mensajesAyuda {
	width:400px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	color:#000000; 
/*	text-align:center; */
}
#ayudaTitulo {
	background-color:#0000FF; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto {
	vertical-align:middle;
	padding:2px;
	background-color:LightGoldenrodYellow;
}
