/* Warren Post, New Media Copán 
   webmaster ~at~ camaracopan ~dot~ com */

@import url(main.css); 

div.content { 
   margin-right: 130px; 
   } 

h1, h2 { 
   font-size: 100%; 
   font-weight: 600; 
   margin-top: 0.5em; 
   margin-bottom: 0em; 
   margin-right: 0.2em; 
   } 

div.sponsors { 
   position: absolute; 
   top: 150px; 
   right: 0.5em; 
   width: 120px; 
   border: 3px #269389 solid; 
   margin-left: 1em; 
   margin-top: 0.5em;
   margin-bottom: 1em; 
   padding: 0em; 
   }

div.sponsors a:link, 
div.sponsors a:visited, 
div.sponsors a:hover, 
div.sponsors a:active { 
   text-decoration: none; 
   color: inherit; 
   background-color: #269389; 
   margin: 0em; 
   padding: 0em; 
   } 

div.sponsors img { 
   margin: 0em; 
   padding: 0em; 
   border: none; 
   }

div.sponsors p { 
   text-align: center; 
   color: white; 
   background-color: #269389; 
   margin: 0em; 
   padding: 0.5em; 
   overflow: auto; 
   } 

table.novedades { 
   margin-top: 0.5em; 
   margin-right: 1em; 
   margin-bottom: 0.5em; 
   border-collapse: collapse; 
   border: white 1px solid; 
/* Previous line is workaround for MSIE 6.0's lack of support for border: hidden. Thus next line is ignored by MSIE but replaces the previous line in Opera 7.5, 8.5, and Mozilla 1.6 */ 
   border: hidden; 
   table-layout: fixed; 
   } 

td { 
   width: 50%; 
   border: silver 1px solid; 
   padding-left: 0.5em; 
   padding-right: 0.5em; 
   vertical-align: baseline; 
   } 

td p { 
   margin-top: 0.5em; 
   margin-bottom: 0.5em; 
   }

td a {
   white-space: nowrap; 
   } 

/* 
span.newmediacopan { 
   display: inline; 
   } */
