* {
	margin: 0;
	padding: 0
}
body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	color: #000;
	font-size: x-small;
	text-align: center;
	min-width: 780px;
	background: #fff url("../img/main.gif");
	padding: 10px 0 5px 0
}
html>body {
	font-size: small
}
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px
}
hr {
	display: none
}
.end {
	clear: both
}

/* layout */
#main {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	position: relative
}
#head {
	height: 206px;
	background: url("../img/head.gif") no-repeat right top;
	position: relative
}
#content {
	width: 100%;
	padding: 0 5px 10px 5px;
	background: url("../img/bg.gif") repeat-y;
	min-height: 640px;
	_height: 640px;
	/* ie */
	line-height: 1.5
}
#text {
	top: 5px;
	margin: 0 10px 0 170px;
	_margin: 0 0 0 167px;
	/* ie */
	padding: 0 0 15px 0;
	position: relative
}
#tech {
	position: absolute;
	width: 200px;
	height: 201px;
	top: 90px;
	right: 20px;
	background: url("../img/tech.gif") no-repeat
}
#foot {
	height: 55px;
	background: url("../img/foot.gif") no-repeat;
	clear: both;
	position: relative;
	overflow: hidden
}

/* menu */
#menu {
	width: 165px;
	height: 540px;
	_height: 560px;
	float: left;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 20px 0;
	background: url("../img/bg2.gif") no-repeat center bottom;
	overflow: hidden
}
#top {
	background: url("../img/topmenu.gif") no-repeat center top
}
#menu ul {
	margin: 18px 0 0 20px
}
#menu li {
	background: url("../img/menulogo.gif") no-repeat left center;
	margin: 0 0 8px 0;
	list-style: none;
	width: 130px
}
#menu li.act {
	background: url("../img/menulogoa.gif") no-repeat left center;
}
#menu a, #menu li span {
	text-decoration: none;
	display: block;
	margin: 0 0 0 25px;
	padding: 0 10px 0 0;
	font-weight: bold
}
#menu li span {
	color: #bd6d64
}
#menu a:link, #menu a:visited {
	color: #000
}
#menu a:hover {
	color: #bd6d64
}

/* headers */
h1, h1 span {
	width: 418px;
	height: 206px;
	font-size: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 0 0 50px;
	z-index: 1
}
h1 span {
	display: block;
	background: url("../img/h1.gif") no-repeat;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	cursor: hand
}
h2, h2 span {
	width: 60px;
	height: 67px;
	font-size: 80%;
	overflow: hidden;
	left: 5px;
	bottom: 55px;
	position: absolute;
	z-index: 1
}
h2 span {
	top: 0;
	left: 0;
	display: block;
	background: url("../img/h2.gif") no-repeat;
	position: absolute;
	z-index: 2
}
h3 {
	color: #000;
	text-align: right;
	font-size: 130%;
	margin: 0 15px 0 0;
	padding: 5px 35px 5px 0;
	background: url("../img/minilogo.gif") no-repeat right center
}
h4 {
	color: #000;
	font-size: 95%;
	padding: 0 0 0 5px
}

/* par */
#text p span {
	padding: 3px 5px 0 0;
	float: left
}
#text p {
	padding: 0 5px 10px 5px;
	text-align: justify
}
#text p.size {
	min-height: 100px;
	_height: 100px
}
#text p.img {
	margin: 0;
	padding: 0 0 0 5px
}
#text p.right {
	margin: 0 5px 10px 5px;
	border-bottom: 1px dashed #cecece;
	text-align: right
}
strong {
	color: #737373
}
#foot p {
	padding: 16px 0 0 0;
	text-align: center;
	font-size: 80%;
	color: #556877;
	line-height: 1.5
}
address {
	font-style: normal;
	padding: 0 0 15px 5px
}

/* images */
img {
	border: 0
}
img.left {
	margin: 0 5px 0 0;
	float: left
}
p span img {
	border: 1px solid #cecece
}
img.mapa {
	margin: 10px 0 0 15px;
	padding: 20px 30px;
	border: 1px solid #cecece;
	background-color: #e2e2e2
}

/* lists */
#text ul {
	margin: 5px 5px 8px 25px
}
#text li {
	color: #58738c;
	padding: 0 0 5px 0
}
#text ul li {
	list-style: disc;
	margin-left: 10px
}

/* form */
.form {
	padding: 0 5px 0px 5px
}
form {
	width: 380px
}
fieldset {
	border: 0
}
legend {
	padding: 0 0 10px 0;
	font-size: 95%;
	color: #000;
	font-weight: bold
}
form br {
	display: none
}
label {
	display: block;
	cursor: pointer;
	cursor: hand
}
input, textarea {
	border: 1px solid #7f9db9
}
input {
	width: 320px;
	margin-bottom: 5px
}
textarea {
	width: 360px
}
#text form p {
	font-size: 84%;
	padding: 0 0 10px 0;
	margin: 0
}
p.button input {
	margin: 8px auto;
	width: 100px;
	cursor: pointer;
	cursor: hand;
	background: #e2e2e2
}

/* links */
a {
	color: #bd6d64;
	text-decoration: none;
	font-weight: normal
}
a:hover {
	text-decoration: underline;
	color: #bd6d64
}
#foot p a {
	text-decoration: underline;
	color: #3e5160
}
#foot p a:hover {
	color: #8da0af
}