/* css Zen Garden submission 127 - 'Vivacity', by Soso, http://soso.2037.org/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Soso */
/* Added: Oct. 21st, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/******************************
	General page elements
******************************/
	html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: 'Trebuchet MS', Verdana, 'Times New Roman', Times, serif;
		font-size: 10pt;
		color: #000;
		letter-spacing: 0px;
	}
	html {
	}

	h1, h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #003366;
	border: 0px 0px 0px 0px;

	}

	
	a:link, a:visited {
		color: #fff;
		text-decoration: none;
		letter-spacing: 0px
	}
	a:hover {
		background-color: #336799;
		letter-spacing: 0px
	}
	a:focus, a:active {
		background-color: #999 !important;
		color: #fff !important;
	}
	abbr, acronym {
		cursor: help;
	}
/*****************
	Page body
******************/
		
	.tituloprincipal	
	{
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	padding-left: 10px;
	}
	
	#container {
		background: #fff url('bg_container.png') bottom right no-repeat;
		position: absolute;
		left: 10%;
		width: 778px;
		min-height: 100%;
		padding: 5px;
		min-width: 778px;
		border-left: 2px solid #BA41C3;
		border-right: 2px solid #F386FB;
		padding-bottom: 150px;
		}
		.Estilo1 {
	color: #003366;
	padding-right: 5px;
	text-align: right;
		}
	
	#pageHeader {
		margin: 0 auto;
	}
		
	#pageHeader h1 span, h2 span {
		display: none;
	}
	#quickSummary {
		width: 190px;
		float: right;
		padding: 5px;
		min-width: 200px;
		margin-top: 15px;
	}
	div > #quickSummary {
		margin: 0;
	}
	#quickSummary p {
		letter-spacing: 2px;
		color: #999;
		text-align: center;
	}
	#quickSummary .p1 {
		background: url('bg_quickSummary.png') bottom right no-repeat;
		min-height: 125px;
	}
	#preamble {
		background: url('bg_preamble.png') bottom center no-repeat;
		padding: 5px;
		min-height: 270px;
		margin-top: 15px;
	}
	div > #preamble {
		margin-top: 0;
	}
	#preamble h3 span {
		display: none;
	}
	#preamble h3 {
		width: 500px;
		height: 40px;
		background: url('road_to_enlightenment.png') top left no-repeat;
	}
	#explanation h3 span {
		display: none;
	}
	#explanation h3 {
		width: 500px;
		height: 40px;
		background: url('what_is_this_about.png') top left no-repeat;
	}
	#supportingText {
		margin-top: -10px;
		float: left;
		width: 570px;
	}
	div > #supportingText {
		margin-top:  -26px;
	}
	#explanation {
		background: url('bg_explanation.png') top right no-repeat;
	}
	#participation {
		background: url('bg_participation.png') bottom left no-repeat;
	}
	#participation h3 span {
		display: none;
	}
	#participation h3 {
		width: 500px;
		height: 40px;
		background: url('participation.png') top left no-repeat;
	}
	#benefits { 
		background: url('bg_benefits.png') bottom right no-repeat;
	}
	#benefits h3 span {
		display: none;
	}
	#benefits h3 {
		width: 500px;
		height: 40px;
		background: url('benefits.png') top left no-repeat;
	}
	#requirements {
		background: url('bg_requirements.png') bottom left no-repeat;
	}
	#requirements h3 span {
		display: none;
	}
	#requirements h3 {
		width: 500px;
		height: 40px;
		background: url('requirements.png') top left no-repeat;
	}
	#footer {
		text-align: right;
		padding-right: 15px;
	}
/* ********************************
	Link List 
******************************** */
#linkList{
	position: absolute;
	top: 145px;
	left: 5px;
	width: 150px;
	font-size: 10px;


}
#lselect, #lresources, #larchives {

	border-right: 3px solid #336799;
	border-bottom: 3px solid #336799;
	border-left: 3px solid #336799;

}	
#linkList  a	{
	display: block;
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 4px;
	background: url(../_img/_all/dots.gif) repeat-x;
	color: #333333;
	background-color: #e6ede7;
	font-family: Arial, Helvetica, sans-serif;
}
#linkList a:hover {
	background-color:#003366;
	padding-left: 4px;
	color: #FFCC00;

}
#lselect a {
	text-transform: none;
	font-size: 11px;
}
#lselect ul li a.c {
	display: inline;
	text-transform: none;
}
#lselect li, #larchives li, #lresources li  {
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(dots.gif) repeat-x;
}
