/* css Viajes Económicos newsletter */

/* basic elements */
.normal {
      font-size: 11pt;
      font-weight: normal;
        }
.italic {
      font-style: italic;
        }
body { 
      font-family: sans-serif;
      color: #000000; 
      background-color: #fff;
      background-image: url(/images/wldbg1.jpg);
      background-attachment: fixed; 
      margin-top: 10px; 
      margin-left: 15px;
	}
div {
      font-size: 1em;
      font-weight: normal; 
    } 
h1 {
      font-size: 1.5em;
      font-weight: bold;
   }
h2 {
      font-size: 1.3em;
      font-weight: bold;
   }
.isolate {
      margin-bottom: 2em;
         }
.title {
      margin-bottom: 2em;
       }
.special {
      margin-bottom: 2em;
      font-style: italic;
         }
.blue {
      color: #0000ff;
        }
.article {
      margin-left: 100px;
      border-style: ridge;
      border-color: blue;
      border-width: thin;
      padding: 1em;
      margin-bottom: 0.5em
         }
.artbody {
      margin-bottom: 1em;
         }
.artleadin {
      margin-bottom: 0em;
           }
.artlink {
      margin-bottom: 0em;
         }
.intro_ads {
      margin-bottom: 2em;
           }