/** This is the css for the section page.  All manjore sections on the site have their own css pages
	We do this so we can specify the links, backgrounds and default fonts without having to get
	crazy with the naming conventions of the classes.  This way things are generic and the person
	modifying the pages can use the generic tag names and still have the right styles applied
**/

body {
	margin: 0px;
	padding: 0px;
	background: #f3f7fc url(/imagenes/bg01.jpg) repeat-x left top;
	}

/** Generic LINKS */
a {
	font-family: Georgia;
	color: #003366; 
	font-size: 14px;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}
	
/** HEADINGS **/
h1, h2 {
	font-weight: bold;
	color: #003366;
	}

h1 {
	letter-spacing: normal;
	font-size: 28px;
	}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
	}

h2.style1 {
	font-size: 16px;
	color: #B69C82;
	}

h3 {
	font-family: Georgia;
	color: #003366; 
	font-size: 18px;
	}

/** Others **/
p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 160%;
	}
	
b {
	color: #4d627d;
	font-size: 16px;
	}
