/* include:icons + generic search-form bar / colaborativa logo + slogan */

/* block for icons and simple search form */

/* parent block */
#navAccess {
	/* espacio */
	position: relative;
	margin-top: 15px;
	width: 93%;
	left: 3%;
	right: 3%;
	z-index: 1;
	/*padding-right: 1%;
	padding-left: 1%;*/
	text-align: right;
	vertical-align: bottom;
	/* typo */
	font-family: "Arial Narrow", Arial, "Univers Condensed", Univers, Helvetica, sans-serif;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* layers for icon action description (home, send to a friend, contact) */
#navAccess #homeDesc, #mailDesc, #sendDesc, #glossaryDesc, #aboutDesc {
        font-size: 11px;
        font-weight: normal;
        font-family: Geneva, Verdana, Arial, sans-serif;
        text-transform: none;
        display: inline;
}
/* text for search input text */
#navAccess label {
	/* espacio */
   vertical-align: bottom;
}
/* block container for icons */
#navAccess #navAccessIcons {
	/* espacio */
	position: relative;
	margin-top: 5px;
	vertical-align: bottom;
	margin-right: 5px;
}
/* search form */
/* avoid inline elements on #navAccess to behave as default html block-level 
#navAccess #searchForm {
   /* espacio */
	display: inline;
}*/
#navAccess #searchForm {
   /* espacio */
	display: inline;
}
#navAccess #searchForm form#search {
   /* espacio */
	display: inline;
}

/* parent block for logo + slogan */
#enterprise {
	/* espacio */
	position: relative;
	left: 10px;
	/*right: 3%;*/
	/*margin-top: 28px;
	margin-bottom: 28px;*/	
	width: 178px; /*94%;*/
	height: auto; /*44px;*/
	vertical-align: top;
        text-align: right;        
	z-index: 19; /*2;*/
}
/* inline images containers */
#enterprise #logo {
	/* espacio */
        /* position: must be absolute in order to Netscape 7 to display the logo fully */
	position: absolute;
        top: 0;
	/*left: 10px;*/
	width: 195px;
	height: 44px;
        /* temp: bug netscape 7 muestra logo tapado por espacio en blanco */
        z-index: 200;
        /* idem */
        overflow: visible;
        border-bottom: 1px black solid;
}
#enterprise #slogan {
	/* espacio */
	position: absolute;
	right: 9px;
	width: 187px;
	height: 15px;
	padding-top: 13px;
}

/* end include:icons + generic search-form bar / colaborativa logo + slogan */

/* include: content-addon (currently, shortcuts to news) */

/* parent block (#content is defined in colaborativa-content-generic.css) */
#content #contentAddon {
        /* espacio */
	position: absolute;
	/*width: 700px;*/
	left: 3%;
	right: 3%;
	top: 310px; /* original 310 */
	width: 94%;
	height: 95px;
	float: left;
	clear: none;
	margin-top: 4px;
	/*vertical-align: bottom;*/
	z-index: 7;
	/* color */
	background-image:  url("../images/common/components/content-view-shortcuts-background.gif"/*tpa=http://www.kneobase.com/system/modules/com.kneobase.opencms/resources/images/common/components/content-view-shortcuts-background.gif*/);
}

#content #contentAddon a:link {
        color: #3366ff;
        text-decoration: none;
}
#content #contentAddon a:visited {
        color: #3366ff;
        text-decoration: none;
}
#content #contentAddon a:hover {
        color: #3366ff;
        text-decoration: none;
}
#content #contentAddon a:active {
        color: #3366ff;
        text-decoration: none;
}




/* new news section */
#content #contentAddon #news_1 {
        /* espacio */
	position: absolute;
	left: 0;
        top: 0;
	width: 16.5%;
        height: 89px;
	padding-top: 6px;
	/*margin-left: 2%;*/        
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: top;
	/*z-index: 9;*/
	/* color */
	/*background-image:  url(/system/modules/com.kneobase.opencms/resources/images/common/components/content-view-shortcuts-gray-background.gif);
	background-repeat: repeat;*/
        background-color: #ABBEC9; /* ultimo: gris azulado */ /*#A4CDDD;*/ /*#75B4CC;*/ /*#3E8BA8;*/ /*#0070A6;*/
	/* typo */
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#content #contentAddon #news_2 {
   /* espacio */
	position: absolute;
	left: 40%;
	top: 20px;
	width: 28%;
        height: 69px;
	/*padding-top: 1.5%;*/
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: top;
	z-index: 9;
	background-image:  url("../images/content/background-horizontal-line-sections-addon.gif"/*tpa=http://www.kneobase.com/system/modules/com.kneobase.opencms/resources/images/content/background-horizontal-line-sections-addon.gif*/);
	background-repeat: no-repeat;
	background-position: left top;
        /*background-color: #BCBDBF;*/
	/* typo */
	font-family: Geneva, Verdana, Arial, sans-serif;
}
#content #contentAddon #news_3 {
   /* espacio */
	position: absolute;
	top: 20px;
	left: 70%;
	width: 27.4%;
        height: 69px;
	/*padding-top: 1.5%;*/
        padding-left: 10px;
	text-align: left;
	padding-right: 15px;
	vertical-align: top;
	z-index: 9;
	background-image:  url("../images/content/background-horizontal-line-sections-addon.gif"/*tpa=http://www.kneobase.com/system/modules/com.kneobase.opencms/resources/images/content/background-horizontal-line-sections-addon.gif*/);
	background-repeat: no-repeat;
	background-position: left top;
        /*background-color: #BCBDBF;*/
	/* typo */
	font-family: Geneva, Verdana, Arial, sans-serif;
}

#content #contentAddon .sectionsAddonText {
        margin-top: 9px;
        color: #4D4D4D;
}

.headline {
   /* espacio */
   margin-bottom: 0;
   /* typo */
   letter-spacing: 0;
   font-size: 11px;
   font-weight: bold;
   color: #4D4D4D;
}
.sectionsAddonText {
   /* espacio */
	margin: 1px;
	/* typo */
	font-size: 10px;
	letter-spacing: 0;
}
.newsLink {
    font-size: 9px;
}
/* end include: content-addon (currently, shortcuts to news) */

/* include: copyright and locale links bar */

#enterpriseCopyrightLanguage {
	/* espacio */
	position: absolute;
	/*top: 400px;*/
	/*margin-top: 24px;*/
	margin-bottom: 6px;
	left: 3%;
	right: 3%;
	clear: both;
	width: 94%;
	height: 20px;
	vertical-align: middle;
	z-index: 10;
	/* typo */
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: gray;
}

#enterpriseCopyrightLanguage #copyright {
   position: absolute;
	left: 2px;
	float: left;
}

#enterpriseCopyrightLanguage #language {
	position: absolute;
	clear: right;
	right: 3px;
        font-weight: bold;
}

#enterpriseCopyrightLanguage #language a {
        font-weight: bold;	
}
/* end include: copyright and locale links bar */
