html {
        /* diego: 9-8-2005 important: new layout change, override window scrollbars */
        /* this is IE propietary */
        overflow: hidden;
}
body {
	/* espacio */
	margin: 0;
	/* typo */
/*	font-family: "Arial Narrow", Geneva, Arial, Helvetica, sans-serif;*/
        /* diego: 9-8-2005 important: new layout change, override window scrollbars */
        /*overflow: hidden;*/
}
h1, h2, h3, h4, h5, h6 {
        /* espacio */
	margin-top: 0;
	margin-bottom: 7px;
	/* typo */
	font-family: Geneva, Verdana, Arial, sans-serif;
	color: #848284; /*#006699;*/
	font-weight: normal;
        /* color */
        /*border: none; 
        border-bottom: 1px #006699 dotted;*/
}

h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
form input {
	/* color */
	border: 1px gray solid;
	background-color: white;
	vertical-align: middle;
	/* typo */
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: black; /*#006400;*/
}
form label {
	vertical-align: middle;
	/* typo */
	font-size: 11px;
}

/* disable for radio, checkboxes, etc*/
form input.override {
   /* espacio */
	vertical-align: middle;
	/* color */
	border: none;
	background-color: transparent;
}

form select {
   /* espacio */
	vertical-align: middle;
	/* color */
	border: 1px gray solid;
	background-color: white;
	/* typo */
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
        letter-spacing: 0;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	color: black;
	text-transform: none;
}

form textarea {
	/* color */
	border: 1px gray solid;
	background-color: white;	
}

/* root container */
#root {
	/* espacio */
	position: relative;
	width: 100%;
	/*margin-left: auto;
	margin-right: auto;*/
	/* color */
	background-color: white;
}

/* layout-only block elements */

/* end home only */

#content #contentSpaceLeft {
	/* espacio */
	position: absolute;
	left: 0;
	width: 3%;
	height: 409px; /* original 409 */
	float: left;
	clear: left;
	/* color */
	/*background-image:  url(/system/modules/net.colaborativa.website.opencms/resources/images/common/components/content-view-background-sides.gif);*/
}

#content #contentSpaceRight {
	/* espacio */
	position: absolute;
	top: 0;
	right: 0;
	width: 1%; /*3%;*/
	height: 409px; /* original 409 */
	float: left;
	clear: right;
	/* color */
	/*background-image:  url(/system/modules/net.colaborativa.website.opencms/resources/images/common/components/content-view-background-sides.gif);*/
}

/* custom horizontal rule */
.separate {
	/* espacio */
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	/* pseudo-espacio */
	font-size: 0;
}
#separateTopContent {
	/* espacio */
	position: relative;
	width: 100%;
	height: 1px;
	margin: 2px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	/* pseudo-espacio */
	font-size: 0;	
}
#separateBottom {
	/* espacio */
	position: relative;
	width: 100%;
	height: 1px;
	margin: 0;
	/* pseudo-espacio */
	font-size: 0;	
}
.separate .leftMargin {
   /* espacio */
	position: relative;
	width: 4%;
	height: 1px;
	float: left;
	/* color*/
	/*background-image:  url(/system/modules/net.colaborativa.website.opencms/resources/images/common/components/horizontal-line.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
.separate .contentHorizontalRule {
   /* espacio */
	position: absolute;
	left: 3%;
	right: 3%;
	width: 94%;
	height: 1px;
	clear: none;
	/* pseudo-espacio */
	font-size: 0;
   /* color*/
	/*background-image:  url(/system/modules/net.colaborativa.website.opencms/resources/images/common/components/horizontal-line-background.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
.separate .rightMargin {
   /* espacio */
	position: absolute;
	right: 0;
	width: 3%;
	height: 1px;
	clear: right;
	/* pseudo-espacio */
	font-size: 0;
	/* pseudo-color */ 
	/*background-image:  url(/system/modules/net.colaborativa.website.opencms/resources/images/common/components/horizontal-line.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
/* image */
.separate .contentHorizontalLine .horizontalLine {
	position: relative;
	right: 0;
	width: auto;
	height: 1px;
}

/* end layout-only block elements */