@charset "UTF-8";
/*-------- main styling sheet --------*/
* {
	margin: 0;
	padding: 0;
	}
body {
	margin-top: 4px;
	background-color: #663366;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 912px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	background: url(../_images/Web_dibujos/wrapper_bgrd.gif) repeat-y;
	}
#clear {
	margin: 0;
	padding: 0;
	clear: both;
	}
/*-------- header styles --------*/
#header {
	background: url(../_images/Web_dibujos/wrapper_bgrd.gif) repeat-y;
	width: 912px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	position: relative;
	height: 150px;
	padding-left: 0px;
	margin-bottom: 30px;
/*	border: 1px #000000 solid;*/
}
#header h1 {
	margin-left: -9000px;
}
#header img {
	margin-left: 6px;
}
#header a #webtitle {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 610px;
	height: 100px;
	border: 0;
/*	border: 1px #000000 solid;*/
	margin-left: 6px;
	}
#header #logoimg {
	position: absolute;
	top: 0;
	right: 6px;
	width: 125px;
	height: 148px;
	background: url(../_images/Web_dibujos/logo.gif) no-repeat top left;
	}
/*-- main navigation style --*/
#header ul {
	margin: 0;
	padding-left: 0px;
	position: absolute;
	left: 0;
	bottom: -13px;
	list-style: none;
	}
#header ul li {
	float: left;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	}
#header ul a {
	float: left;
	display: block;
	}

/*-------- content styles --------*/
p {
	margin-bottom: 15px;
	text-align: inherit;
	line-height: 1.4em;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 14px;
	color: #000000;
	}
p a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
p a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}
h2 {
	margin: 0px 0px 0px 10px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1.8em;
	color: #832A8D;
	border-bottom: 3px solid #FF9999;
	padding-bottom: 3px;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #D5B9E0;
	}
/*-------- footer styles --------*/
#footer {
	background: #663366;
	}
#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font: 1em "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
	}
#footer a {
	letter-spacing: 0.1em;
	}