/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */


/* Colors
 * Purple dark: #322B3B
 * Purple medium: #4D4359
 * Purple light: #71697A
 * Orange: #FF8235
 * Highlight: #8553BF
 */



/* Reset, based on Eric Meyer's reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* CSS Helpers */

div.clear {
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -1px;
}
div.clear left {
	clear: left !important;
}
.align-right {
	display: block;
	text-align: right;
}
hr {
	background: gray; 
	color: gray;
	clear: left; 
	float: none; 
	width: 100%; 
	height: 0.1em;
	margin: 0 0 1.4em 0;
	border: none; 
}


/* Body */

body {
	background: #4D4359 url(../images/main_background.jpg) no-repeat top center;
	text-align: center;
	margin: 0;
	color: #212226;
	font-family: Tahoma, Geneva, Verdana;
}

.wrapper {
	clear: both;
	position: relative;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
}
.wrapper.white {
	background: white;
}


/* Header */

#header {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 2;
	font-size: 8.5pt;
}
#header .links {
	padding-bottom: 2px;
}
#header .links a {
	padding-left: 22px;
	color: white;
	background: no-repeat 5px 0;
	text-decoration: none;
}
	#header .links a:hover {
		text-decoration: underline;
	}
#header .links a.home {
	background-image: url(../images/icn_floater_home.gif);
}
#header .links a.contact {
	background-image: url(../images/icn_floater_contact.gif);
}
#header .links a.news {
	background-image: url(../images/icn_floater_news.gif);
}
#header .links a.rss {
	background-image: url(../images/icn_floater_rss.gif);
}
#logo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}


/* Navigation */

#nav {
	display: block;
	padding: 15px;
	padding-top: 25px;
}
#nav li {
	display: inline;
}
#nav img {
	vertical-align: middle;
}

#subnav {
	font-family: Tahoma, Verdana, Geneva;
	font-size: 9pt;
	margin: 0 15px 0 15px;
	color: white;
	background-color: #71697A;
	border-bottom: 4px solid #4D4359;
}
#subnav img {
	display: block;
	border-bottom: 2px solid white;
}
#subnav h2 {
	display: block;
	font-size: 12pt;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	margin-right: 15px;
	text-transform: uppercase;
	background-color: #4D4359;
	float: left;
}
#subnav .links {
	display: block;
	padding: 10px 20px 8px 20px;
}
#subnav .links a {
	color: white;
	text-decoration: none;
}
	#subnav .links a:hover {
		color: white;
		text-decoration: underline;
	}


/* Sidebar */

#sidebar {
	float: right;
	width: 248px;
	font-size: 9pt;
	margin-right: 15px;
	background: url(../images/sidebar_background.gif) repeat-y left;
	font-size: 8.5pt;
}
#sidebar a {
	color: #8553BF;
	font-weight: bold;
}
	#sidebar a:hover{
		color: #FF8235;
	}
#sidebar h4 {
	clear: both;
	display: block;
	margin: 0 15px 10px 15px;
	padding-top: 20px;
}
#sidebar p,
#sidebar .margins,
#sidebar form {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 120%;
}
#sidebar .ending {
	background: url(../images/sidebar_background_end.gif) no-repeat 0 0;
	position: relative;
	height: 25px;
	width: 20px;
}


/* Forms Sidebar */

#sidebar input,
#sidebar textarea {
	font-family: Tahoma, Verdana, Geneva;
	border: 1px solid #4D4359;
	background: url(../images/form_background.gif) repeat-x bottom;
	padding: 2px 4px 2px 4px;
	font-size: 1em;
	width: 208px;
}
#sidebar button {
	background-color: #4D4359;
	color: white;
	float: right;
	border: 0;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	font-size: 1em;
}
#sidebar .msgarea {
	display: block;
	font-weight: bold;
	padding: 3px;
}
#sidebar .captcha {
	text-align: right;
	padding-bottom: 4px;
}
#sidebar .captcha input {
	width: 140px;
}
#sidebar .captcha_area {
	font-weight: bold;
	color: #8553BF;
	padding-right: 8px;
	font-size: 1.1em;
}
#sidebar .captcha_area span {
	padding-top: 4px;
}

/* Content */

#content {
	font-size: 9pt;
	margin: 20px 30px 25px 30px;
	width: 482px;
}
#content div.clear {
	clear: left;
}
#content.fullline {
	width: 730px;
}
#content h3 {
	font-size: 1.3em;
	color: #212226;
	margin: 0 0 10px 0;
	line-height: 130%;
}
#content h3.inverted {
	background: #71697A;
	padding: 5px 8px 5px 8px;
	color: white;
}
#content h4 {
	color: #212226;
	margin: 10px 0 10px 0;
	line-height: 130%;
}
#content p {
	line-height: 140%;
	margin-bottom: 10px;
}
#content .box {
	line-height: 140%;
	margin: 20px;
	padding: 20px;
	text-align: justify;
	background: #4D4359 url(../images/main_background.jpg) no-repeat top;
	color: white;
}
#content .box big{
	color: white;
}
#content .outline {
	border: 1px solid #4D4359;
	background: url(../images/form_background.gif) repeat-x bottom;
	padding: 8px;
}
#content ul {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content ul li {
	background: url(../images/icn_point.gif) no-repeat left 4px;
	padding: 0 0 6px 10px;
	line-height: 140%;
}
#content a {
	color: #8553BF;
	font-weight: bold;
}
	#content a:hover{
		color: #FF8235;
	}
#content a.more {
	background: url(../images/icn_more.gif) no-repeat bottom right;
	padding: 0 9px 0 0;
}
#content blockquote {
	font-size: 1.1em;
	color: #212226;
	margin: 20px 40px 20px 40px;
	line-height: 140%;
}
#content .buttonrow {
	padding: 20px 0 15px 0;
}
#content .buttonrow a {
	margin-right: 20px;
	margin-left: 5px;
	float: left;
}
#content big {
	color: #4D4359;
	font-size: 1.1em;
	font-weight: bold;
}
#content strong {
	font-weight: bold;
}
#content EM {
	font-style: oblique;
}

/* Blocks */

#content .block {
	float: left;
	width: 233px;
	margin: 0 0 25px 15px;
}
#content .block.first {
	margin-left: 0;
	clear: left;
}
#content .block h4 {
	display: block;
	margin-bottom: 8px;
}
#content .block p {
	font-size: 0.9em;
}


/* Tabs */

#content .tabs ul.tabs-area {
	margin: 20px 0 0 0;
	background: url(../images/tabs_background.gif) repeat-x bottom;
	height: 30px;
}
#content .tabs ul.tabs-area li {
	float: left;
	width: 98px;
	height: 30px;
	margin: 0;
	background: none;
	margin-right: 5px;
}
#content .tabs ul.tabs-area li a {
	float: left;
	color: black;
	text-decoration: none;
	width: 98px;
	height: 30px;
	text-align: center;
	background: url(../images/tabs_background_selected.gif) no-repeat 0 31px;
}
	#content .tabs ul.tabs-area li a.selected {
		background: url(../images/tabs_background_selected.gif) no-repeat 0 0;
	}
#content .tabs ul.tabs-area li a span {
	display: block;
	padding-top: 8px;
}

#content .tabs .text-area {
	clear: left;
	margin-top: 20px;
}


/* Especiales */

.product h3 {
	font-family: Tahoma, Verdana, Geneva;
	font-size: 14pt;
	font-weight: bold;
}
.product div {
	font-size: 12pt;
}


/* Forms */

#content form label {
	font-size: 1.2em;
	display: block;
	margin-bottom: 2px;
	margin-top: 6px;
}
#content input,
#content textarea,
#content select {
	border: 1px solid #4D4359;
	background: #ffffff url(../images/form_background.gif) repeat-x bottom;
	padding: 4px 6px 4px 6px;
	width: 280px;
	font-size: 1.2em;
	color: #4D4359;
	font-weight: bold;
}
#content textarea {
	width: 460px;
	height: 90px;
}
#content .buttonarea {
	border-top: 1px solid #4D4359;
	padding-top: 8px;
	margin-top: 8px;
	text-align: right;
}
#content .buttonarea button {
	background-color: #4D4359;
	color: white;
	border: 0;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	font-size: 1em;
}
#content form .msg {
	background: no-repeat 0 2px;
	padding: 4px 0 5px 22px;
	margin-left: 5px;
	color: #4D4359;
	font-size: 0.9em;
}
#content form .required {
	background-image: url(../images/icn_plus.gif);
}
#content form .ok {
	background-image: url(../images/icn_check.gif);
}
#content form .bad {
	background-image: url(../images/icn_bad.gif);
}
#contact_form_sending {
	display: none;
}
#content form .thecaptcha {
	position: relative;
}
#content form .thecaptcha input {
	margin-left: 70px;
	width: 210px;
}
#content form .thecaptcha .msg {
	position: relative;
}
#content form .captcha_area {
	position: absolute;
	font-weight: bold;
	top: 8px;
	left: 0;
	font-size: 1.2em;
	padding: 2px;
	color: #8553bf;
}


/* Loading */

#loading {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 100;
}


/* Footer */

.endspace {
	clear: both;
	padding: 1px;
}
#footer {
	position: relative;
	font-size: 10pt;
	margin: 15px;
	height: 100%;
	z-index: 5;
}
#footer .clear {
	clear: both;
}
#footer, #footer a {
	color: #958F9B;
	text-decoration: none;
}
	#footer a:hover {
		color: white;
	}
#footer .nav {
	float: left;
	background: url(../images/icn_footer_nav.gif) no-repeat top left;
	padding-left: 45px;
	padding-top: 8px;
	margin-right: 15px;
}
#footer .apps {
	float: left;
	background: url(../images/icn_footer_apps.gif) no-repeat top left;
	padding-left: 45px;
	padding-top: 8px;
}
#footer .nav li,
#footer .apps li {
	display: block;
	letter-spacing: 2px;
	padding-bottom: 6px;
	
}
#footer .copyright {
	float: left;
	width: 300px;
	padding-top: 8px;
	font-size: 8.5pt;
	line-height: 140%;
	margin-left: 50px;
}
#footer .links {
	margin-top: 6px;
}
#footer .links a {
	font-size: 1.2em;
	display: block;
}
#footer .ecimlogo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 6;
	width: 95px;
	height: 30px;
}
#footer .ecimlogo .logo {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 6;
}
#footer .ecimlogo .dialog {
	position: absolute;
	left: 0px;
	bottom: 8px;
	z-index: 6;
	display: none;
}

