@charset "utf-8";
/*-----basic styling-----*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url(images/BKGDpaper.jpg);
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:85%;
	margin-top: 20px;
}

#wrapper {
	position:relative;
	width:800px;
	margin: 0 auto;
	text-align:left;
}

#clear {
	clear:both;
}
ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

/*-- position container elements --*/
#header {
	position:relative;
	height:150px;
}

#sidebar {
	width:240px;
	float: left;
	height: 300px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #C96;
	
}

#content {
	width:500px;
	float: left;
	background-color: #FFF;
	margin-left: 27px;
	height: 304px;
	line-height: 23px;
	background-image: url(images/pix-3imagesWhite.jpg);
}	
#content p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 0.9em;
}
table tr td h3 {
	color: #750400;
	font-size: 1.3em;
}
/*-----  jQueryScroll CSS for the Sections div tag   -----*/
#sections{
	position:relative;
	overflow:hidden;
	background-color:white;
	width:519px;
	height:304px;
	float: right;
	padding-top: 0px;
	background-image: url(images/pix-3imagesWhite.jpg);
	text-align: left;
}
	
	#sections ul{
		width:4270px;
	}
	
		#sections li{
	float:left;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
	width:502px;
	font-size:95%;
	line-height:1.4em;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
			}
			
			#sections h2{
	color:#993333;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 10pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

/*-----   footer begin     -----*/
#footer table tr td p a {
	text-decoration: none;
	font-size: 1.2em;
	color: #060;
}



#content img {
	padding: 0px;
}


#footer {
	font-size: 0.8em;
	padding-top: 20px;
	color: #FFF;
	background-image: url(images/Footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/*----- main navigation style -----*/
#sidebar ul {
	margin:0;
	list-style-type: none;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
}
#sidebar ul li a {
	color: #750400;
	text-decoration: none;
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}
#sidebar ul li a:hover {
	color: #750400;
	text-decoration: none;
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
#sidebar ul li {
	padding-top: 15px;
}


#footer table tr td {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 20px;
}
.menustyle {
	padding-left: 25px;
}
#text {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #text p img {
	margin: 10px;
	border: 1px solid #000;
}
.tiempo {
	color: #900;
}
