/* Warren Post, New Media Copán 
   webmaster ~at~ camaracopan ~dot~ com
   
With grateful thanks to Charlie Oriez (1952-2005) for inspiration, web authoring and otherwise. I'll miss you, buddy.
http://www.denverpost.com/obituaries/ci_3021122

*/

body { 
   margin: 0em; 
   padding: 0em; 
   font-family: Verdana, sans-serif; 
   color: black; 
   background-color: white; 
   min-width: 450px; 
   font-size: 90%; 
   } 
 
a:link { 
   } 
 
a:visited { 
   } 
 
a:hover { 
   color: white; 
   background-color: #269389; 
   text-decoration: none;
   } 
 
a:active { 
   text-decoration: none;
   } 

div.masthead { 
   padding: 0em; 
   margin-left: 0.5em; 
   margin-right: 0em;
   margin-top: 0em;
   margin-bottom: 0em;
   background-image: url(logo-bkgnd.png); 
   background-repeat: repeat-x;
   background-position: 0px 110px; 
   } 

div.masthead img {
   border: none;
   }

div.content {
   margin-top: 0em;
   margin-bottom: 1em;
   margin-left: 9em; 
   margin-right: 2em;
   }

h1 { 
   font-size: 150%; 
   font-weight: 900; 
   margin-top: 0.5em; 
   border-bottom: silver 1px solid; 
   } 

h2 {
   font-size: 115%; 
   background-color: #E8E8E8;
   } 

h1 a:hover, 
h2 a:hover {
   color: inherit; 
   background-color: inherit; 
   }

a.validation, 
a.validation:link, 
a.validation:visited, 
a.validation:hover, 
a.validation:active { 
   color: black; 
   background-color: transparent; 
   border: none; 
   } 

img.validation {  
   margin-left: 0.5em; 
   margin-right: 0em; 
   margin-top: 0em; 
   margin-bottom: 0.3em; 
   border: none; 
   }

img.no-border { 
   float: right; 
   margin-left: 0.5em; 
   margin-right: 0em; 
   margin-top: 0em; 
   margin-bottom: 0.3em; 
   border: none; 
   }

img.photo { 
   float: right; 
   margin-left: 1em; 
   margin-right: 0em; 
   margin-top: 0em; 
   margin-bottom: 0.3em; 
   border: 1px black solid; 
   } 

.afiliado-nombre {
   font-weight: bold;
   } 

div.content p, 
div.content li {
   text-align: left; 
   } 

div.content li {
/* For Mozilla 1.6 when a float is present */
   min-width: 100%; 
   } 

a.weatherbug, 
a.weatherbug:link, 
a.weatherbug:visited, 
a.weatherbug:hover, 
a.weatherbug:active { 
   color: black; 
   background-color: transparent; 
   border: none; 
   } 

img.weatherbug { 
   border: none; 
   } 

div.footer { 
   font-size: 80%; 
   border-top: silver 1px solid; 
   clear: both; 
   }
   
div.footer p { 
   margin-top: 0.5em; 
   } 

span.newmediacopan { 
   display: none; 
   } 

div.navigation {
   position: absolute;
   top: 150px;
   margin-left: 0.5em; 
   margin-top: 0.5em;
   width: 8em; 
   background-color: #269389; 
   }

div.navigation ul {
	 list-style: none;
   margin-left: 0em; 
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 1em;
   padding-bottom: 0.25em; 
   }

div.navigation li {
   padding-bottom: 0.75em;
   }

div.navigation a:link { 
   color: white;
   text-decoration: none;
   background-color: transparent;
   } 

div.navigation a:visited { 
   color: white;
   text-decoration: none;
   background-color: transparent;
   } 

div.navigation a:hover, 
div.navigation a:active {
   background-color: white; 
   color: black; 
   text-decoration: none;
   } 
