/* CSS Document */


/*################################################ MAIN-CONTENT ##############################################*/	



#content {
	display: table;
	width: 1004px;
	margin: 8px auto 8px auto;
}


#main-content {
	width: 1002px;
	height: 420px;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
}


*:first-child+html #main-content {
	height: 415px;
}


#text {
	float: left;
	width: 630px;
	margin: 0 0 0 250px;
}


#text-content {
	float: left;
	width: 615px;
	padding: 0 15px 0 10px;
	background: url(../es/images/contact-info-back.gif);
}


* html #text-content {
	height: 290px;
}


#text-content p.desc{
	margin: 0px;
}


* html #text {
	margin: 0px 15px 0 130px;
}


#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 100;
	letter-spacing: 2px;
	color: #dad294;
	margin: 0 0 9px 5px;
}


#text p {
	width:97%;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	font-size: 13px;
	font-weight:600;
	color: #595959;
	color: #6E6E6E;
	line-height: 20px;
	text-align: justify;
}


#text p.contact {
	margin: 0 0 0 0;
}


#text a {
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}


#text hr {
	color: #dad294;
	background: #dad294;
	height: 2px;
	width: 630px;
	margin: 15px 0 0 3px;
}


#navigation {
	float: right;
	width: 100px;
	margin: 64px 115px 0 0;
	color: #9a9a9a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
}


* html #navigation {
	margin: 21px 65px 15px 0;	
}


*:first-child+html #navigation {
	margin: 42px 115px 0 0;
}


#navigation a {
	color: #797979;
	text-decoration: none;
	font-weight: 600;
}


