/* CSS Document */
.page {
	background: #FFFFFF;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #acb050;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #666600;
	scrollbar-arrow-color: #666600;
}

/*
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
.container {
	margin: 100px 0px 0px auto;
	width: 800px;
	height:430px;
	}
.left {
	border-right-color: #67806B;
	border-right-style: solid;
	border-right-width: thin;
	float: left;
	font-size: 1.1em;
	width: 130px;
	height:400px;
	margin: 0 0 0 0px;
	}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 345px;
	height:400px;
	font-size: 10px; 
	line-height: 14px;
	padding-top: 0px;
	padding-right: 15px;
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 0px;
	text-align: justify;
	}
.icons {
	float: left;
	padding-top: 0px;
	width: 20px;
	margin-right: 2px;
	line-height: 10px;
	}
.text2 {
	float: left;
	width: 295px;
	margin-left: 0px;
	margin-right: 0px;
	}
.image {
	float: left;
	}

.bk {
	float: left;
	width: 125px;
	height: 400px;
	}
.logo {
	float: left;
	width: 150px;
	border-bottom-color: #67806B;
	border-bottom-style: solid;
	border-bottom-width: thin;
	}
	
#menu {
	margin: 0px 0px 0px 0px;
	height: 150px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width:145px;
	border-bottom-color: #67806B;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 0px 0px 0px 0px;
}
#menu ul {
	padding: 10px 0px 0px 10px;
	margin: 0;
	line-height: 13px;
}
#menu li {
	color: #ffffff;
	list-style: none;
	margin: 0;
	
}
#menu a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 0px;
	width: 100%;
	
}
#menu a:hover {
	border-left: 1px solid #003300;
	color: #009933;
	font-weight: bold;	
}
#menu ul a#current {
	border-left: 4px solid #990f1 ;
	color: #fff;
	background: #990f1f;
}

#submenu {
	margin: 0px 0px 0px 0px;
	height: 100px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width:100%;
	border-bottom-color: #67806B;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 0px 0px 0px 0px;
}
#submenu ul {
	padding: 15px 0px 0px 0px;
	margin: 0;
	line-height: 10px;
}
#submenu li {
	color: #ffffff;
	list-style: none;
	margin: 0;
	
}
#submenu a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 0px;
	width: 150px;
	
}
#submenu a:hover {
	border-left: 0px solid #009933;
	color: #009933;
}
#submenu ul a#current {
	border-left: 4px solid #ddd9d2;
	color: #fff;
	background: #990f1f;
}


.contacto {
	float: left;
	font: 8px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;	
	color:#000000;
	text-align:center;
	line-height: 10px;
	padding-top: 5px;
	margin-left: 10px;
	}