@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 --*/
#topMenu {
	margin-right:10px;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}
#topMenu p a {
	color: #000;
	text-decoration: none;
}

#header {
	position:relative;
	height:150px;
}

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

#content {
	width:519px;
	float: left;
	background-color: #FFF;
	margin-left: 27px;
	height: 325px;
	line-height: 23px;
	background-image: url(images/BKGDpaper2.jpg);
	overflow-x: hidden;
	overflow: auto;
}	
#content p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1em;
}
table tr td h3 {
	color: #750400;
	font-size: 1.3em;
}
/*-----  jQueryScroll CSS for the Sections div tag   -----*/
#sections{
	position:relative;
	overflow:auto;
	overflow-x: hidden; 
	background-color:white;
	width:519px;
	height:304px;
	float: right;
	padding-top: 0px;
	background-image: url(images/pix-3imagesWhite.jpg);
	text-align: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
	
	#sections ul{
		width:4270px;
	}
	
		#sections li{
	float:left;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
	width:502px;
	font-size:90%;
	line-height:1.4em;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
			}
			
			#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;
			}
			
#sections2{
	position:relative;
	overflow:auto;
	overflow-x: hidden; 
	background-color:white;
	width:519px;
	height:304px;
	float: right;
	padding-top: 0px;
	text-align: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

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


#content img {
	padding: 0px;
}


#footer {
	font-size: 0.8em;
	padding-top: 20px;
}
/*----- main navigation style -----*/
#sidebar ul {
	margin:0;
	list-style-type: none;
	text-align: right;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 0;
}
#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;
	line-height: 25px;
}
#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: 0px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#wrapper #header p img {
	padding-left: 25px;
}

.menustyle {
	padding-left: 35px;
}
.tiempo {
	color:#900;
}

.title {
	font-size: 1.3em;
	padding-left: 15px;
}
#wrapper #footer table tr td p a {
	margin-right: 10px;
}
#header p a img {
	
	
	
	
	text-decoration: none;
}
