@charset "UTF-8";
/* CSS Document */

/*  *****general style*****  */
div, h1, h2, h3, p, a, ul, li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}
#wholepage {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F7B53E;
}
@font-face {
	font-family:"Humanist";
	src: url(fonts/HUM777L.eot);
	src: url(fonts/HUM777L.TTF) ; format('truetype');

}

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: lighter;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: lighter;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: lighter;
}

/*  *****topbar style*****  */
#topbar {
	background-color: #000000;
	height: 35px;
	width: 555px;
	float: right;
}
#topbar a {
	color: #FFFFFF;
	float: right;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 10px;
	text-decoration: none;
}
#topbar img {
	border: 1px solid #CCCCCC;
}
#headerimage {
	float: right;
	clear: both;
}

/*  ******logo style*****  */
#logo {
	background-image: url(images/logo.gif);
	height: 140px;
	width: 240px;
	text-align: center;
	background-repeat: no-repeat;
	padding-left: 5px;
}
#logo h1 {
	font-size: 20px;
	padding-top: 50px;
	padding-left: 90px;
	font-family: Humanist;
}
#logo p {
	padding-left: 90px;
	font-size: 10px;
	font-family: Humanist;
}

/*  *****global navegation style*****  */
#globalnavegation ul {
	list-style: none;
	width: 245px;
	height: 192px;
	background-color: #666666;
	padding-top: 8px;
}
#globalnavegation ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}
#globalnavegation ul a:hover {
	color: #33AB6A;
	text-decoration: none;
	background-color: #333333;
	}
#globalnavegation ul li {
	float: left;
	position: relative;
	width: 245px;
}
#globalnavegation ul li ul {
	list-style: none;
	position: absolute;
	left: 245px;
	top: -25px;
	display: none;
	padding-top: 0px;
	width: 0px;
	height: 0px;
}
#globalnavegation ul li ul a {
	padding: 5px;
	color: #FFFFFF;
	background-color: #333333;
	width: 220px;
	font-size: 13px;
}

#globalnavegation ul li:hover ul { display: block; }

#programas a:link#programasButton, #programas a:visited#programasButton,
#fundacion a:link#fundacionButton, #fundacion a:visited#fundacionButton,
#apoyenos a:link#apoyenosButton, #apoyenos a:visited#apoyenosButton,
#autosostenible a:link#autosostenibleButton, #autosostenible a:visited#autosostenibleButton,
#logros a:link#logrosButton, #logros a:visited#logrosButton,
#padrinos a:link#padrinosButton, #padrinos a:visited#padrinosButton,
#amigos a:link#amigosButton, #amigos a:visited#amigosButton
	{
	background-color: #333333;
	}
	
/*   *****column 1 style****   */
#col1  {
	width: 225px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#col1 input {
	margin-bottom: 4px;
}

/* ****column 2 style****  */	
#col2  {
	width: 555px;
	margin-left: 245px;
	padding-bottom:60px;
	background-color: #DDDDDD;
}
#col2  h1  {
	background-color: #000000;
	color:#FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#col2 h2 {
	margin-left: 20px;
}
#col2 p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 18px;
}
#col2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left:20px;
	margin-right: 20px;
}
#col2 li {
	list-style-position: inside;
	margin-bottom: 10px;
	line-height: 18px;
}
#col2 a {
	color: #000000;
	text-decoration: underline;
}
#col2 p.cambiopagina {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#col2 p.cambiopagina a {
	color: #333333;
	font-size: 10px;
}
.negrita {
	font-weight: bold;
}
/* ******footer style*****   */
#footer p
  {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
#col2  img  {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -10px;
}
#col1 #swf {
	margin-left: -10px;
	margin-top: -10px;
}
.cushycms {
}
