/**
 * $Id: main.css,v 1.1 2004/11/22 13:20:42 nelson Exp $
 * 
 * Propiedades generales, fuentes, tamaños.
 * 
 * @media			all
 * @ua			
 * @level				1
 * @name			main.css
 * @version		$Revision: 1.1 $
 * @since			$Date: 2004/11/22 13:20:42 $
 * @author		Nelson Rodríguez-Peña <nelson@webstudio.cl>
 *					Herbert Spencer <herbert.spencer@gmail.com>
**/

@import url("layout.css");
@import url("color.css");


body {
	font-family: "Trebuchet MS", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(img/page_back.gif);
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 1.5em;
	margin: 0.3em 0 0.1em 0;
}

h2 {
	font-size: 1.3em;
	margin: 0.3em 0 0.1em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: bold; 
}

#pageHeader p.logo img {
	border: 0;
}

#mainContent {
	line-height: 1.5em;
}

artSummaryLink {
	text-decoration: none;
}

