/* ------------------------------------------------------- */
/* --------------------------------------------- AK - 2009 */
/* ------------------------------------------------------- */
/* html, body */

html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	background-color: #200611;

	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	
	color: #460712;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}

/* ------------------------------------------------------- */
/* clear, onfocus='blur()' */

img { border: 0 none; }
a { outline: none; }
a img { outline: none; }
input { outline: none; }

/* ------------------------------------------------------- */
/* wrap div's contents */

#contener {
	margin: 0 auto;
	width: 838px;
	height: 100%;
}

#site {
	float: left;
	width: 838px;
	min-height: 100%;
	
	background-image: url('../img/bg-site.png');
	background-repeat: repeat-y;
}

#page {
	float: left;
	width: 838px;
	background-image: url('../img/bg-page.jpg');
	background-repeat: no-repeat;
	background-position: 19px top;
}

#siteTop {
	float: left;
	width: 838px;
	height: 24px;
	
	margin-top: 24px;
}

#header {
	float: left;
	width: 838px;
	height: 227px;
}

.content {
	margin-left: 35px;
	
	float: left;
	width: 769px;
	background-image: url('../img/bg-content.jpg');
	background-repeat: repeat-y;
}

.text {
	padding: 0px 60px 0px 145px;
}

.contentBreak {
	margin-left: 35px;
	float: left;
	
	width: 769px;
	height: 38px;	
	
	background-image: url('../img/content-break.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#siteTitle {
	position: absolute;
	
	padding-left: 40px;
	
	font-size: 10px;
	color: #e0b086;
}

#siteMenu {
	position: absolute;
	margin-left: 591px;
	
	font-size: 10px;
	text-align: right;
}

#headerLogo {
	position: absolute;
	margin: 55px 0px 0px 555px;
	
	width: 250px;
	height: 86px;
}


#menu {
	position: absolute;
	margin: 169px 0px 0px 220px;
}

.btnMenu {
	float: left;
	height: 48px;
	padding: 16px 0px 0px 0px;
}

.btnF {
	float: left;
	width: 50px;
	height: 48px;
	
	background-repeat: no-repeat;
	background-position: left top;
}

#mapaGoogle {
	float: left;
	width: 564px;
	height: 300px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #460712;
}

#footer {
	float: left;
	width: 838px;
	height: 40px;
	padding-top: 10px;
	
	color: #2a2a2a;
	font-size: 11px;
}


#footerAuthor {
	float: left;
	padding-left: 35px;
}

#footerRights {
	float: right;
	padding-right: 34px;
}

#footerRights:hover {
	color: #737373;
}

.menuFirmy {
	float: left;
	width: 564px;
	padding: 10px 0px 20px 0px;
}

.descFirma {
	display: none;
}

.clearSpace {
	float: left;
	width: 564px;
	height: 45px;
}

/*------------------------------------------------------- */
/* texts */

.text {
	line-height: 20px;
}

.text p {
	margin: 0;
	padding: 2px 0px 10px 0px;
}

.text h1 {
	font-size: 22px;
}


hr {
	border: 0 none;
	color: #373737;
	background-color: #373737;
	height: 1px;
}

.menuFirmy h3 {
	cursor: pointer;
	display: block;
	padding: 5px 5px 5px 15px;
	margin: 0;
	
	color: #208641;
	font-size: 14px;
}

.descFirma p {
	padding: 5px 5px 5px 15px;
	margin: 0;
}

.menuFirmy h3:hover, .menuFirmyOn {
	color: #fff;
	background-color: #208641;
}



/*------------------------------------------------------- */
/* list ul ol li */

ul {
	list-style-type: square;
}

/*------------------------------------------------------- */
/* links */

#headerLogo a {
	width: 100%;
	height: 100%;
	display: block;
}

#siteMenu a { padding-left: 15px; padding-right: 15px; text-decoration: none; }
#siteMenu a:link { color: #ba6b50; text-decoration: none; }
#siteMenu a:visited {	color: #ba6b50; text-decoration: none; }
#siteMenu a:hover {	color: #e0b086; text-decoration: none; }
#siteMenu a:active { color: #e0b086; text-decoration: none; }

#footer a, #footer a:link { color: #2a2a2a; text-decoration: none; }
#footer a:visited {	color: #2a2a2a; text-decoration: none; }
#footer a:hover {	color: #208641; text-decoration: none; }
#footer a:active { color: #208641; text-decoration: none; }


a:link { color: #208641; text-decoration: none; }
a:active { color: #208641; text-decoration: none; }
a:visited { color: #208641; text-decoration: none; }
a:hover { color: #208641; text-decoration: underline; }

