/* Flash Solo reconoce p, li, body y a, y etiquetas no standard (pj, centrar, ...) las demás són sólo para navegadores html */

* {  font-family: Verdana, Arial;
     color: #DDDDDD;
     font-size: 11px;
     font-style: normal;
     font-weight: normal;
     letter-spacing: 100;
     text-align: justify;
     text-decoration: none;
     text-indent: -40;
     kerning: false;
     leading: 3;
     indent: -40;
     background: #FFFFFF;
     display: indent;
 }

a, a:link { color: #E259E6 }

a:hover { color: #FF0000;
          text-decoration: underline;
       }

a:visited{ color: #DDDDDD; }



.centrar { display: block;  text-align: center;  }
.justificar { display: block; text-align: justify; }
.izquierda { display: block; text-align: left; }
.derecha { display: block; text-align: right; }


em { color: #FF9900;
     font-weight: bold;
     display: inline;
}


li { display: inline;
 /*    leading: -2; */
   }


p {  margin-left: 5px; margin-right: 5px;  color: #DDDDDD;  display: block;  text-align: center; font-style: normal; text-align: justify;}
i { color: #FFFFFF;  display: block;  text-align: center; font-style: italic; }

h1 {
     font-style: normal;
     font-weight: bold;
     font-size: 16px;
     color: #FFFFFF;
	   display: block;
     text-align: center;
     /*text-decoration: underline;*/
}

h2 {
     font-style: normal;
     font-weight: normal;
     font-size: 14px;
     color: #C4C4C4;
     display: block;
     text-align: center;
}