/*
Thank you for downloading this template, this CSS document can be customised as you see fit.
If you need any help please contact me.

Thanks 

Dave
ukthoughts.co.uk
*/
body {
	background: #eee url(bg1-2.jpg) repeat-y 50%;/*50%*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 0 auto;
	width: 840px; /*680*/
	
	
}
#page {
	float: left;
	
	width: 840px;/*500*/
	text-align: justify;
PADDING-right: -5px;

}
/*
Nuevos
*/
#page3 {
	float: left;
	width: 840px;/*240*/
	text-align: justify;
	border-left:  solid #999999 1px;
PADDING-LEFT: 5px;
}

/*
Fin nuevos
*/

#sidebar {
	float: right;
	color: #98A1B2;
	width: 500px;/*170*/
}
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	background: #333 url(footer.gif);
	width: 840px;/*730*/
	clear: both;
	text-align: center;
}
#footer p { padding: 0; }

/* Headers */
h1#header {
	width: 840px;/*730*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(header8-verano.jpg);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	margin-bottom: 1px;
	text-align: center;
}
h1#header_b1 {
	width: 840px;/*730*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(up_a08_b1.jpg);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	margin-bottom: 1px;
	text-align: center;
}
h1#header_b2 {
	width: 840px;/*730*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(up_a08_b2.jpg);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	margin-bottom: 1px;
	text-align: center;
}
h1#header_b3 {
	width: 840px;/*730*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(up_a08_b3.jpg);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	margin-bottom: 1px;
	text-align: center;
}
html>body { margin-bottom: 0px; }
#page h2 {
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#page3 h2 {
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#sidebar h3 {
	font-weight: normal;
	font-size: 150%;
	color: #777;
	margin-bottom: -5px;
}

/* Links */
#wrap a:link, #wrap a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom: 0px solid #003366;
}
#wrap a:hover {
	text-decoration: none;
	color: #CC3300;
	border-bottom: 0px solid #CC3300;
}
#header a, #header a:hover {
	color: #fff;
	text-decoration: none;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}
p.info {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #aaa;
}
.hide { display: none; }

/* Lists */
li { list-style: square; }
#sidebar ul { padding: 3px 0px 3px 10px; }
html>body #sidebar ul { padding: 3px 0px 3px 30px; }
#bits li {
	padding-bottom: 5px;
}
#bits li:hover {
	color: #666;
}

/* Navigation (Thanks SimpleBits) */
div#navcontainer {
	width: 840px;/*730*/
	margin: 0 auto;
	background: #eee url(fd_Menu08.gif) repeat-x 100%;
	//background-color: #98A1B2;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
}
div#navcontainer ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white ;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#navcontainer ul li {
	display: inline;
	margin-left: -5px;/*-3*/
}
div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: /*#c3c3c3*/white;
	text-decoration: none;
	border-right: 1px solid #fff;
	
}
div#navcontainer ul li a:hover {
	/*background-color: #c3c3c3;*/
	color: #FF9900; 
	
	
}
#active a { border-left: 1px solid #fff; }
