body {
	margin :  0px;
	padding:  0px;
	background-image   : url(../images/bgBody.gif);
	background-position: center;
	background-repeat  : repeat-y;
	background-color   : #FFFFFF;
}
img {
	border :  0px;
}
.clear {
	clear: both;
}



/*
 * Header
 */
#header {
	position: relative;
	width : 978px;
	height: 125px;
	margin :   0px auto;
	background-image: url(../images/bgHeader.gif);
	border-bottom: 2px solid #FFFFFF;
}
#logo {
	position: absolute;
	top  : 42px;
	left : 15px;
	z-index: 10;
}
#headerbanner {
	position: absolute;
	top  : 27px;
	right: 10px;
	z-index: 10;
}
#contactar {
	position: absolute;
	top  :  0px;
	right:  0px;
	padding:  8px 25px  0px  0px;
	color: #FFFFFF;
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/icoContactar.gif) top right no-repeat;
}



/*
 * Menu
 */
#menu {
	position: absolute;
	top : 100px;
	left:   0px;
	width : 978px;
	height: 25px;
	background: #7F7FCC;
}
#menu img {
	float: left;
	display: block;
	position: relative;
}
#menu img.br {
	border-right :  2px solid #FFFFFF;
}
#menu img.bb {
	border-left  :  2px solid #FFFFFF;
	border-right :  2px solid #FFFFFF;
}
#menu a {
	float: left;
	display: block;
	position: relative;
	width : 75px;
	height: 25px;
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu a.mr {
	margin:  0px  4px  0px  0px;
}
#menu a:hover span {
	background: #000099;
}
#menu span {
	display: block;
	position: absolute;
	top  :  0px;
	width : 75px;
	height: 20px;
	padding-top:  5px;
	color: #FFFFFF;
	text-align : center;
	background: #9F9FD9;
}
#menu #opt01sel span {
	background-color: #009900;
}
#menu #opt02sel span {
	background-color: #009900;
}



/*
 * Location
 */
#loc {
	position: relative;
	width : 948px;
	margin :  0px auto;
	padding:  3px 15px;
	color: #000099;
	font-family: Arial;
	font-size  : 11px;
	border-bottom: 2px solid #FFFFFF;
	background-color: #BFD9BF;
}
#loc a {
	color: #000099;
}



/*
 * Content
 */
#content {
	position: relative;
	width :  938px;
	margin :  0px auto;
	padding:  0px 19px 10px 19px;
	background: #F0F0F0;
	border: 1px solid #F0F0F0;
}
#content h1 {
	position: relative;
	margin : 12px  0px 12px  0px;
	color: #000099;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 18px;
	z-index: 10;
}
#content h2 {
	position: relative;
	margin : 18px  0px -6px  0px;
	color: #000099;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 16px;
	z-index: 10;
}
#content p {
	margin :  6px  0px  6px  0px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
}
#content p a {
	color: #000099;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}



/*
 * Footer
 */
#footer {
	position: relative;
	width :  978px;
	margin :   0px auto;
	border-top   : 2px solid #FFFFFF;
	background-color: #6060BF;
}
#footer p {
	position: relative;
	margin :  0px;
	padding:  3px  0px;
	color: #FFFFFF;
	font-family: Arial;
	font-size  : 11px;
	text-align : center;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}