/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

@import "_reset.css";


/* Global / Body **************************************************************************/


body {
	background-color: white;
	background-image: url(../images/main_gnd.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: center;
}

a {
	text-decoration: none;
	color: rgb(0, 145,215);
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: left;
}


/* Headers  **************************************************************************/


#mainheader {
	position: relative;
	text-align: left;
	z-index: 5;
	width: 780px;
	height: 202px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	background-image: url(../images/header_backgroundphoto.jpg);
	background-repeat: no-repeat;
	background-color: rgb(165, 170, 180);
}
#mainheader #mainlogo {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 100;
}

#mainheader #header_next {
	position: absolute;
	width: 20px;
	height: 38px;
	bottom: 70px;
	right: 18px;
	z-index: 10;
}

/* Menu Level 1 */
#mainheader #upper_menu {
	position: absolute;
	right: 8px;
	top: 6px;
	z-index: 10;
}
#mainheader #upper_menu a {
	float: right;
	font-size: 10px;
	color: white;
	font-weight: normal;
	background-image: url(../images/icn_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0 12px 0 10px;
}

/* menu level 2 */
#mainheader #main_menu {
	position: absolute;
	bottom: 22px;
	height: 48px;
	z-index: 10;
}
#mainheader #main_menu li {
	float: left;
	height: 48px;
	width: 156px;
	background-image: url(../images/header_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 16px;
}
#mainheader #main_menu li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 11px 0 11px 28px;
}
#mainheader #main_menu li a span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
#mainheader #main_menu li a:hover {
	background-image: url(../images/header_selection.gif);
	background-repeat: repeat-x;
	background-position: 0;
	color: gray;
	text-decoration: none;
}

/* Menu level 3 */
#mainheader #base_menu {
	position: absolute;
	bottom: 0;
	height: 22px;
	width: 780px;
	background-image: url(../images/header_gnd_base.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 10;
}
#mainheader #base_menu ul {
	margin-top: 2px;
}
#mainheader #base_menu li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/header_whiteseparator.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
}
#mainheader #base_menu li a {
	font-size: 10px;
	font-weight: bold;
	color: white;
}

/* Lang Selection */
#mainheader #langselect {
	position: absolute;
	z-index: 90;
	top: -41px;
	left: 210px;
	width: 100px;
	height: 65px;
}
#mainheader #langselect .background {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
#mainheader #langselect .text {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 3px 9px;
}
#mainheader #langselect .text a {
	display: block;
	background-image: url(../images/icn_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 13px;
	padding-bottom: 4px;
	font-size: 10px;
	color: white;
	font-weight: normal;
}
#mainheader #langselect .text a.select {
	background-image: url(../images/icn_arrow_white_vertical.gif);
	margin-top: 7px;
}

/* Footer */
#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
	background-color: white;
	background-image: url(../images/footer_gnd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer a {
	font-weight: normal;
	font-size: 10px;
	color: gray;
}

#footer div.index {
	color: rgb( 98, 99, 99 );
}

#footer div.icons {
	padding-top: 8px;
	padding-bottom: 12px;
}


/* Aside  **************************************************************************/


#aside {
	float: right;
	width: 230px;
}

#aside .block {
	display: block;
	width: 230px;
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 11px;
}

#aside .block h1 {
	display: block;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0px 10px 28px;
	background-image: url(../images/column_header_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

#aside .block h4 {
	font-weight: bold;
}

#aside p, #aside .text {
	margin: 0 10px 10px 28px;
	line-height: 140%;
}

#aside p img.left, #maincolumn .text img.left {
	margin-left: -13px;
}

#aside li {
	background-image: url(../images/header_arrow.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 2px 0 4px 0;
}

/* COLORS */
#aside .gray {
	background-image: url(../images/column_header_gray.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: rgb( 165, 170, 180 );
}

#aside .gray .foot {
	background-image: url(../images/column_footer_gray.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#aside .gray a {
	color: rgb(240,240,255);
}
#aside .gray a:hover {
	color: white;
}


/* MainFrame  **************************************************************************/


#mainframe {
	z-index: 5;
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#mainframe .errormsg {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}


/* mainbody   **************************************************************************/


#mainbody {
	text-align: left;
	width: 520px;
	margin: 0 0 0 10px;
}

#mainbody h1 {
	display: block;
	font-size: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	color: rgb(165,170,180);
	line-height: 110%;
}

#mainbody h1 .subtitle {
	font-size: 22px;
}

#mainbody .separator {
	clear: left;
	background-image: url(../images/main_gnd_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 1px;
	/*margin-top: 14px;*/
	margin-bottom: 14px;
}

#mainbody .linkbox {
	font-size: 11px;
	line-height: 120%;
	margin: 16px 10px 16px 0;
	padding: 1px;
}

#mainbody .linkbox a {
	font-weight: bold;
}

#mainbody .linkbox img {
	float: left;
	margin-right: 5px;
}


/* TEXT modifiers *********************************************************************/


#mainbody .marginright {
	padding-right: 18px;
}
#mainbody .alignright {
	text-align: right;
}
#mainbody div.left, p.left {
	float: left;
}


/* IMG modifiers *********************************************************************/


#mainbody img.left {
	float: left;
	margin-right: 18px;
	margin-bottom: 12px;
}

#mainbody img.right {
	float: right;
	margin-left: 18px;
	margin-bottom: 12px;
}

#mainbody img.border {
	border: 4px solid rgb(165, 170, 180);
}

.preload {
	position: absolute;
	bottom: 1px;
	margin: 0;
	padding: 0;
	/* border: 1px solid red; */
}

.preload img {
	width: 0;
	height: 0;
	border: 0;
}


/* LINK Modifiers  **************************************************************************/


#mainbody a.more {
	font-size: 10px;
	background-image: url(../images/icn_point12.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 12px 0 14px;
}


/* TextBox **************************************************************************/


#mainbody .textbox {
	clear: left;
	margin: 0 0 16px 0;
	line-height: 160%;
}

#mainbody .textbox h2 {
	font-size: 18px;
	margin-bottom: 8px;
	color: gray;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/main_gnd_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainbody .textbox h3 {
	font-size: 14px;
	/*padding-top: 8px;*/
	margin-bottom: 8px;
	color: gray;
}

#mainbody .textbox h4 {
	font-weight: bold;
	margin-bottom: 16px;
	color: gray;
}

#mainbody .textbox p, #mainbody .textbox div.p {
	margin: 0 0 8px 0;
}

/* Unsorted ist */
#mainbody .textbox ul {
	margin-bottom: 16px;
	display: table;
}

#mainbody .textbox ul li {
	font-size: 90%;
	background-image: url(../images/icn_point12.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	margin: 2px 0 4px 15px;
}
/* Sorted list  */
#mainbody .textbox ol {
	margin-bottom: 16px;
	margin-left: 18px;
	padding-left: 15px;
	list-style: lower-alpha;
	list-style-position: outside;
}

#mainbody .textbox ol li {
	font-size: 90%;
	margin: 2px 0 4px 15px;
	padding-left: 5px;
}

/* TextBox 50% */
#mainbody .b50 {
	clear: none;
	float: left;
	font-size: 11px;
	width: 250px;
	display: inline; /* IE Double Margin Fix */
}

#mainbody .b50 h1 {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	background-image: url(../images/main_gnd_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: gray;
}


/* COLOR BOX **************************************************************************/


#mainbody div.colorbox {
	position: relative;
	height: 55px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: rgb(133, 182, 218);
}
#mainbody div.colorbox div {
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}
#mainbody div.colorbox div div {
	height: auto;
	width: auto;
	margin: 15px 0 15px 15px;
}
#mainbody div.colorbox .icn {
	float: left;
	margin: 12px 14px 0 16px;
}
#mainbody div.colorbox .label {
	display: block;
	position: absolute;
	top: 18px;
	left: 64px;
}

/*Colors*/
#mainbody div.colorbox.cyan {
	background-image: url(../images/link_gnd_cyan_right.gif);
	background-color: rgb(133, 182, 218);
	color: white;
}
#mainbody div.colorbox.cyan div {
	background-image: url(../images/link_gnd_cyan_left.gif);
}
#mainbody div.colorbox.cyan a {
	color: white;
}

#mainbody div.colorbox.cyan div div {
	background: none;
}


/* Formularios  **************************************************************************/


#mainframe form {
	margin: 18px 0 18px 0;
}

#mainframe form .formtitle {
	color: white;
	font-weight: bold;
	padding: 8px 8px 8px 20px;
	background-color: rgb(70, 69, 69);
	background-image: url(../images/form_gnd_title.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainframe form .formcell {
	padding: 8px 10px 8px 20px;
	background-color: rgb( 239, 248, 254 );
	background-image: url(../images/main_gnd_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainframe form label {
	display: block;
	margin-bottom: 3px;
}

#mainframe form input {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	width: 90%;
	background-color: rgb( 248, 248, 250 );
	background-image: url(../images/form_gnd.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid silver;
}

#mainframe form select {
	width: 90%;
	background-color: gray;
	color: white;
}

#mainframe form textarea {
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	overflow: auto;
	font-size: 11px;
	width: 90%;
	background-color: rgb( 248, 248, 250 );
	background-image: url(../images/form_gnd.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid silver;
}

#mainframe form button {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-image: url(../images/form_gnd_btn.gif);
	background-color: rgb(2, 145, 211);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid gray;
}

#mainframe form .bad {
	background-color: rgb( 250, 230, 230 );
}

#mainframe form button {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-image: url(../images/form_gnd_btn.gif);
	background-color: rgb(2, 145, 211);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid gray;
}

#mainframe form .submitarea {
	padding: 8px 10px 8px 20px;
	border-top: 2px silver outset;
}

#mainframe form .sending {
	background-image: url(../images/form_gnd_sending.gif);
	background-position: center;
	background-repeat: repeat-x;
	color: gray;
}

#mainframe form .messagearea {
	display: none;
	position: relative;
	width: 455px;
	height: 75px;
	margin-left: 20px;
	background-image: url(../images/form_gnd_message.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#mainframe form .messagearea span {
	display: block;
	padding: 20px 14px 14px 14px;
}
