

/* Fondo Obscuro*/


body
{background: SteelBlue}

#bandera   
{background-image: url(images/flagwebgif.gif);
 visibility: visible;
 position: absolute;
 top: -3px;
 left: 3px;
 width: 190px;
 height: 260px}

#Tira    
{background-image: url(images/Tira3.gif);
 visibility: visible;
 position: absolute;
 top: 259px;
 left: 10px;
 width: 216px;
 height: 600px}

.p1
{font-family: "Microsoft Sans Serif";
 font-size: 16px}

.p2
{font-family: "Comic Sans MS";
 font-size: 17px}

.p1
 {color: White; background-color: transparent}

.p2
 {color: Yellow; background-color: transparent}




