/* CSS Document */
body {
	margin: 0;
	padding:0;	
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}

#topnav {
	position:absolute;
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	background-color:#b1aa01;
	width:915px;
	height:56px;
	z-index:4;
	left: 0;
	top: 0;
	visibility: visible;
}

#home {
	position:absolute;
	width:64px;
	height:29px;
	z-index:8;
	left: 115px;
	top: 27px;
}

#topnav ul {
	margin-top:27px;
	margin-left:330px;
	height:25px;
	list-style:none;
}

#topnav ul li a {
	display:inline;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	float:left;
	padding: 0 20px 0 20px;
}

#topnav ul li a.current {
	text-decoration:none;
	color:#000;
}

#topnav ul li a:hover {
	text-decoration:none;
	color:#000;
}

#sidepic {
	position:absolute;
	background-image:url(images/bg_img1.jpg);
	background-position:top left;
	background-repeat:no;
	background-color:#F6F8F9;
	width:260px;
	height:649px;
	z-index:5;
	top: 55px;
	left:0px;
}

#content {
	position:absolute;
	background-image:url(images/bg_hor.jpg);
	background-repeat:repeat-x;
	width:651px;
	height:649px;
	z-index:3;
	left: 260px;
	top: 55px;
	border-left: 1px solid #e2d084;
}

#gradient {
	position:absolute;
	background-image:url(images/bg_vert.jpg);
	background-repeat:no;
	width:508px;
	height:37px;
	z-index:6;
	left: 260px;
	top: 208px;
	visibility: visible;
}

#logo {
	position:absolute;
	background-image:url(images/leyes_logo.png);
	background-repeat:no;
	width:323px;
	height:44px;
	z-index:7;
	left: 385px;
	top: 107px;
	visibility: visible;
}

#text {
	position:relative;
	margin-top:190px;
	margin-left:125px;
	width:390px;
	height: auto;	
}

#text p {
	font-size:71%;
	text-align:justify;
}

#text li {
	font-size:71%;
	text-align:left;
	list-style: circle;
	padding-left:20px;
}

#text a {
	color:#000;
	text-decoration: underline;
}

#text a:hover {
	font-weight:bold;
}

