/* CSS Document */

body {
     background-color: #000000;
	 background-image: url(botones/fondo_negro.jpg);
     font-family:"Segoe Print", "Comic Sans MS", Arial; 
	 font-weight: bold; 
	 font-size: 16px; 
	 color: #FFFF00; 
}

.nombres {
     font-family: "Segoe Print", "Comic Sans MS", Arial; 
	 font-weight: bold; 
	 font-size: 16px; 
	 color: #FFFFFF; 
}

.resaltado-na {
     font-family: "Segoe Print", "Comic Sans MS", Arial; 
	 font-weight: bold; 
	 font-size: 16px; 
	 color: #FF6600; 
}

.resaltado-az {
     font-family: "Segoe Print", "Comic Sans MS", Arial; 
	 font-weight: bold; 
	 font-size: 16px; 
	 color: #00FFFF; 
}

.resaltado-ve {
     font-family: "Segoe Print", "Comic Sans MS", Arial; 
	 font-weight: bold; 
	 font-size: 16px; 
	 color: #00FF00; 
}

.resaltado-mo {
     font-family: "Segoe Print", "Comic Sans MS", Arial; 
	 font-weight: bold; 
	 font-size: 16px; 
	 color: #FF66FF; 
}

.capital {
     font-family: "Segoe Print", "Comic Sans MS", Arial; 
	 font-weight: bold; 
	 font-size: 24px; 
	 color: #00FFFF; 
}

.titulo-r {
	font-family: "Segoe Print", "Comic Sans MS", Arial;
	font-weight: bold;
	font-size: 24px;
	color: #FF0000;
}

.titulo-v {
    font-family: "Segoe Print", "Comic Sans MS", Arial; 
	font-weight: bold; 
	font-size: 24px; 
	color: #00FF00; 
}

.encabezado-v {
    font-family: "Segoe Script", "Comic Sans MS", Arial; 
	font-weight: bold; 
	font-size: 18px; 
	color: #00FF00; 
}

.copy {
    font-family: "Segoe Print", "Comic Sans MS", Arial;
	font-weight: bold;
	font-size: 14px;
	color: #00FFFF;
}

td  {
    font-family: "Segoe Print", "Comic Sans MS", Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color:#FF99FF; 
}

.tabla-titulo  {
    font-family: "Segoe Print", "Comic Sans MS", Arial; 
	font-weight: bold; 
	font-size: 25px; 
	color:#33FF66; 
}

.tabla-negro {
    font-family:"Comic Sans MS", Courier, Verdana; 
	font-weight: bold; 
	font-size: 16px; 
	color:#000000; 
}

.tabla-azul {
    font-family: "Segoe Script", "Comic Sans MS", Arial; 
	font-weight: bold; 
	font-size: 18px; 
	color:#0000FF; 
}

#inicio {
position: fixed;
top: 50px;
left: 5px;
}

#volver {
position: fixed;
top: 50px;
left: 5px;
}

#sigue {
position: fixed;
top: 90px;
left: 5px;
}

#plantas {
position: fixed;
top: 90px;
left: 5px;
}

#glosario {
position: fixed;
top: 130px;
left: 5px;
}

#navidad {
position: fixed;
top: 50px;
left: 15px;
}