/* CSS Document */

/* Global*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,p2,blockquote,table,tr,th,td,embed,object{
	margin:0;
	padding:0;
	border: 0;
}

h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
}

h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #900;
}
fieldset,img,abbr{border:0;}
div { text-align: left; vertical-align: top; }
ins{text-decoration:none;}

html { overflow-x: auto; height:100%;}

body 
{	/*font: 76.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;*/
	font:76% Verdana;
	background-color:#FFFFFF;
	text-align: center;

}
a:link {
  color:#CC3300;
  text-decoration:none;
  }
a:visited {
  color:#FF6666;
  text-decoration:none;
  }
a:hover {
  color:#990000;
  text-decoration:underline;
  }

/* Layout*/

#wrapper
{
	margin: 0 auto 50px auto;
	text-align: left;
	width: 750px; 
	/*background: url(../images/wrapper.jpg) repeat-y 0 0;*/


}

#cabeza{
	width: 750px;
	height: 125px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/header.jpg);

	}
#izquierda {
float:left;
width:425px;
min-height:500px;
padding:0px;
margin:0;
background:url(../images/content.jpg) top left repeat-x;

}

#derecha {
	width:325px;
	float:left;
	padding:0;
	margin:0;
	border:0;
}
#derecha #head {
	width:325px;
	float:left;
	padding:0;
	margin:0;
	border:0;
	background:url(../images/sidebar.jpg) top left repeat-x #eeeeee;
}
#pie{
	float:left;
	width: 750px;
	height: 96px;
	margin: 15px auto 0 auto;
	position: relative;
	background: url(../images/footer.jpg) no-repeat 0 0 #ffffff;
	}

/* Navigation */

#nav a {
	text-indent: -500em;
	background: url(../images/nav.jpg) no-repeat 0 0;
	display: block;
	height: 40px;
	overflow: hidden;
}

#nav form {
  margin:0;
  padding:0;
  float:left;
  border:0;
}

#nav input {
  margin:0;
  padding:0;
  float:left;
  border:0;
}

#nav li { float: left; position: relative; }
	
	/*UP*/
	#nav-home a { background-position: 0 0; width: 75px; }
	#nav-about a { background-position: -75px 0; width: 103px; }
	#nav-history a { background-position: -178px 0; width: 91px; }
	#nav-help a { background-position: -269px 0; width: 125px; }
	#nav-events a { background-position: -394px 0; width: 85px; }
	#nav-contact a { background-position: -479px 0; width: 94px; }
	#nav-donate a { background-position: -573px 0; width: 177px; }
	
	/*DOWN*/
	#nav-home a:hover { background-position: 0 -40px; width: 75px; }
	#nav-about a:hover { background-position: -75px -40px; width: 103px; }
	#nav-history a:hover { background-position: -178px -40px; width: 91px; }
	#nav-help a:hover { background-position: -269px -40px; width: 125px; }
	#nav-events a:hover { background-position: -394px -40px; width: 85px; }
	#nav-contact a:hover { background-position: -479px -40px; width: 94px; }
	#nav-donate a:hover { background-position: -573px -40px; width: 177px; }

ul li {	list-style: none;}

/* format*/

#izquierda h1,h2,blockquote {
	margin: 18px 18px 5px 18px;
	line-height:24px;
	font-size:160%;
	font-weight: bold;
	color: #6c1200;
}
#izquierda p {
	margin: 10px 18px 10px 18px;
	line-height:20px;
	font-size:100%;
	color: #333333;
}
#blockin p {
	margin: 0px 40px 10px 40px;
	
}


#izquierda ul li {
	margin: 0 18px 0 60px;
	list-style:disc;
	line-height: 17px;

}

#izquierda ul {margin: 0 0 15px 0;}

#wrapper h8 {
text-indent:18px;
line-height:28px;
font-size:100%;
color:#CC6600;
font-weight:bold;
margin: 0 18px 0 18px;
}
#pie p {
	margin: 35px 15px 0px 15px;
	text-align:center;
	line-height:20px;
	font-size:90%;
	color: #333333;
}
#derecha p {
margin: 0px 15px 10px 15px;
line-height:16px;
	font-size:85%;
	color: #333333;
}
#head img {
margin: 15px 15px 0px 15px;

}

#foot {
float:left;
margin: 0;
border: 0;
padding: 0;

}

#foot img {
float:left;
margin: 0;
border: 0;
padding: 0;

}

div.feedburnerFeedBlock ul li {
    text-align: left;
	list-style-type:none;
	padding-left: 0 !important;
	text-indent: 0 !important;

}
div.feedburnerFeedBlock ul {
    list-style-type: none;
    text-align: left;
    margin-left: 0;
	padding-left: 0 !important;
	text-indent: 0 !important;

}

div.feedburnerfeedTitle {
	font-family:"Trebuchet MS";
	font-size: x-large;
	color: #C30;
	
}

p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
}
