body {
	margin:0;
	padding:0;
	font-family:helvetica, arial, verdana;
	font-size:13px;
	text-align:center;
	background-color:#494e55;
}

/*ALL***************************************/
div#all {
	width:950px;
	height:auto;
	clear:both;
	margin:auto;
	text-align:left;
	border:1px solid #898f97;
	border-top:0;
	background-color:#7b8087;
}

/*HEADER***************************************/
div#header {
	width:inherit;
	height:168px;
	background:#ffffff url(../img/banner.png) no-repeat right center;
}
a#logo {
	display:block;
	width:227px;
	height:82px;
	background-image:url(../img/logo.png);
	margin:37px 0 0 81px;
	position:absolute;
}

/*TOP_MENU***************************************/
div#top_menu {
	width:inherit;
	height:30px;
	background:#3b3f43 url(../img/repeat_top_menu.png) repeat-x left center;
	text-align:center;
}
#top_menu table.become_login {
	width:100%;
	height:100%;
	background:transparent url(../img/top_menu/separator2.png) no-repeat left center;
}
#top_menu table.become_login td.separator, .logged_links td.separator {
	width:1px;
	background:transparent url(../img/top_menu/separator2.png) no-repeat center center;
}
.logged_links table {
	background:#C0C5C9 url('../img/botones_login_bkg.png') repeat-x left bottom;
	text-align:center;
	width:100%;
	height:28px;
}
.place_order {
	display:block;
	width:128px;
	height:28px;
	background:transparent url(../img/btn_place_an_order.png) no-repeat;
}
.place_order:hover {
	background-image:url(../img/btn_place_an_orderO.png);
}
.download_brochure {
	display:block;
	width:113px;
	height:28px;
	background:transparent url(../img/btn_download_brochures.png) no-repeat;
}
.download_brochure:hover {
	background-image:url(../img/btn_download_brochuresO.png);
}
div#top_menu table.main_menu {
	width:690px;
/*	margin:auto;*/
	margin-left:10px;
	height:100%;
}

div#top_menu table.main_menu td.separator {
	width:3px;
	background:transparent url(../img/top_menu/separator.png) no-repeat center center;
}

div#top_menu div.top_menu_fucsia {
	width:243px;
	height:28px;
	background:#3b3f43 url(../img/repeat_line_fucsia.png) repeat-x left center;
	float:right;
	margin-top:1px;
}

/*RIGHT_COL***************************************/
div#right_col {
	width:243px;
	height:auto;
	float:right;
/*	border:1px solid #898f97;*/
}

#search {
	margin:10px 0 10px 0;
	border:1px solid #898f97;
	width:240px;
	height:47px;
	background:#3b3f43 url(../img/bkg_search.png) repeat-x left center;
	text-align:left;
}
#search label {
	display:block;
	color:#aeb1b5;
	font-size:12px;
}
#search div.search_pad {
	padding:5px;
}
#search ._input {
	margin:3px 0 0 1px;
}
#search .btn {
	margin:-3px 0 0 0;
}
div.box {
	border-left:1px solid #aeb1b5;
	width:242px;
	height:90px;
	overflow:hidden;
	text-align:center;
}
div.box div.box_head {
	background:#272a2f url(../img/repeat_line.png) repeat-x top left ;
	height:22px;
	width:inherit;
	vertical-align:middle;
}
div.box_head {
	background:#272a2f url(../img/repeat_line_box_header.png) repeat-x top left ;
	height:28px;
	width:inherit;
	vertical-align:middle;
	
	text-align:left;
}

a {
	color:#202020;
}

div.box_head a {
	display:block;
	height:inherit;
	background:transparent url(../img/bullet_arrow_textura.png) no-repeat left top;
	width:auto;
	font-size:12px;
	color:#aeb1b5;
	text-decoration:none;
	padding:1px 0 0 20px;
	text-transform:uppercase;
	position:absolute;
	margin-top:6px;
}
div.box div.box_head a{
	background:transparent url(../img/bullet_arrow.png) no-repeat left top;
	margin-top:2px;
	text-transform:capitalize;
	font-size:14px;
}
div.box_head a:hover {
	color:#a88dc3;
}
div.sub_menu {
	width:242px;
	height:auto;
	background:#9271b0 url(../img/submenu_bkg_top.png) no-repeat center top;
	position:absolute;
	z-index:99;
	display:none;
}
#sub_menu_pro, #sub_menu_app{
	margin-top:7px;
	z-index:999;
	
}
#sub_menu_pro {
	width:270px;
}
div.sub_menu div {
	padding:15px 15px 15px 20px;
}

div.sub_menu a {
	display:block;
	font-size:12px;
	color:#272a2f;
	text-decoration:none;
}

/*TOP_MENU***************************************/
div#content {
	width:703px;
	height:auto;
}
div#content div.pad_content {
	padding:10px 40px 0px 35px;
}

	/*Texto home page*/

div.rte table {
	color:#ffffff;
	font-size:13px;
}

/*FOOTER***************************************/
#footer{
	width:inherit;
	height:140px;
/*	border:1px solid black;*/
	clear:both;
	background-color:#494e55;
	text-align:center;
}

#outer_footer{
	width:950px;
	height:auto;
	clear:both;
	margin:auto;
	text-align:left;
	margin-top:10px;
	background-color:#494e55;
}
#footer div.footer_text {
	text-align:justify;
	padding:10px;
	color:#181b20;
}
#footer div.footer_text a {
	color:#181b20;
	text-decoration:none;
}
#outer_footer div.copy  {
	text-align:left;
	padding:3px;
	color:#898f97;
	font-size:90%;
	margin-top:5px;
}
#footer table.tb1 {
	background-color:#7b8087;
	width:100%;
}
div#top_menu table.main_menu img, #top_menu table.become_login img {
	behavior: url(../img/win_png);
	border:0;
}

#login_form{
	text-align:center;
}

div.line_black {
height:1px;
	background:transparent url(../img/bottom_menu/line.png) repeat-x left center;
}

div#content_footer {
	width:100%;
	height:45px;
	background:#43464c url(../img/repeat_content_footer.png) repeat-x center top;
	position:relative;
	margin-top:10px;
	text-align:left;
}
div#content_footer div.buttons img {
	float:left;
	margin-left:30px;
	border:0;
}
#newsletter {
	padding:0;
	float:right;
/*	border:1px solid #898f97;*/
	width:243px;
	text-align:left;
	background-color:#7b8087;
	margin-top:1px;
	height:43px;
}
#newsletter div {
	padding:5px 0 0 5px;
}
._input {
	background-color:#aeb1b5;
	border:1px solid #33363b;
	margin:0;
	width:170px;
	padding-left:10px;
}
#newsletter .btn, #search .btn {
	float:right;
	margin:-4px 10px 0 0;
	height:25px;
}

div.applications_cat {
	margin-top:5px;
	font-size:13px;
	color:#4f3466;
}
div.applications_cat a {
	color:#4f3466;
	text-decoration:underline;
}

div.applications_cat a:hover {
	text-decoration:underline;
}
div.applications h1 {
	font-size:23px;
	margin:0;
	padding:0;
	font-weight:normal;
	letter-spacing:2px;
}
div.applications h3 {
	color:white;
	font-size:15px;
	text-align:left;
	margin-bottom:5px;
}
div.dotted_line_white {
	height:1px;
	margin:10px 0 5px 0;
	background:transparent url(../img/dotted_line_white.gif) repeat-x;
}

div.dotted_line_purple {
	height:1px;
	margin:10px 0 5px 0;
	background:transparent url(../img/dotted_line_purple.gif) repeat-x;
}

.description {
	border:1px solid #4f3466;
	padding:10px;
}

.product_title {
	color:#422B56;
	padding-top:10px;
	font-size:15px;
	text-decoration:none;
}

.product_ref {
	color:#000000;
	text-decoration:none;
}

/**APP*************************************************************************
****************************************************************************/
table.app {
	width:100%;
}
table.app td.col1 {
	width:275px;
	padding-right:10px;
	color:#ffffff;
}
table.app td.col1 div.applications_title_w{
	font-size:16px;
	margin-top:10px;
}
table.app td.col2 {
	padding-left:20px;
	color:#000000;
}
table.app td.col2 div.applications_title_b{
	font-size:23px;
}

div.related_app {
	color:#000000;
	font-size:12px;
	text-align:center;
	letter-spacing:3px;
}
table.how_to_order {
	border:1px solid #ffffff;
	border-left:0;
	border-right:0;
	background-color:#a3a9b1;
	border-collapse:collapse;
}
table.related_app_table td {
	color:#000000;
	font-size:13px;
	text-align:left;
}
table.how_to_order tbody {
	color:#292c2f;
	font-size:13px;
}
table.how_to_order th {
	font-weight:bold;
	vertical-align:top;
	height:45px;
}

table.how_to_order td {
	height:35px;
	border:1px solid #ffffff;
	padding:5px;
}
table.how_to_order td.col1 {
	border-left:0;
	width:70px;
}
table.how_to_order td.col2 {
	color:#4f3466;
}
table.how_to_order td.col3 {
	text-align:left;
	width:130px;
}
table.how_to_order td.col4 {
	border-right:0;
}
/**GLOBAL*************************************************************************
****************************************************************************/

div.cat_desc{
	text-align:justify;
	font-size:13px;
	color:#181B20;
}
p {
	text-align:justify;
	color:#292c2f;
}
h2 {
	color:#ffffff;
	font-size:23px;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: 15px;
}

h3 {
	color:#4f3466;
	font-size:18px;
	font-weight:bold;
/*	letter-spacing:5px;*/
}

.features h3 {
	margin:0;
}

img {
	border:0;
}

div.breadcrumb , div.breadcrumb a {
	font-size:12px;
	color:#292c30;
	text-decoration:none;
}

.bull {
	color:#4f3466;
	font-size:17px;
}

table td.features {
	color:#ffffff;
	font-size:13px;
}
table td.features p {
	margin:0;
}

ul {
	display: block
	margin: 1.12em 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	page-break-before: avoid;
	color:#202020;
}

li {
	display: list-item;
	color:default;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 240px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 50px;
	height: 50px;
}

ul.innerfade .control-panel {
	display:none;
}
#contact_form {
	width:530px;
	margin-left:40px;
}
#contact_form table tr {
	height:35px;
	color:#292c2f;
	font-size:13px;
}
#contact_form input,#contact_form select {
	width:300px;
	height:18px;
}

/*Distrib order*/
table.distrib_btns {
	height:25px;
	width:400px;
	border-colapse:colapse;
	text-align:center;
	float:right;
	font-size:14px;
	font-weight:bold;
}
table.distrib_btns td {
	border:1px solid white;
}
table.distrib_btns td span {
	color:#4f3466;
}
table.distrib_btns td a {
	text-decoration:none;color:#ffffff;
}
table.distrib_btns td a:hover {
	color:#4f3466;
}
div.distrib_content {
	padding-left:20px;
}
div.distrib_content h2 {
	font-size:17px;
	letter-spacing:1px;
}
div.bar, select.bar {
	height:31px;
	width:500px;
	background:transparent url(../img/distrib_order_bar.png) repeat-x left center;
	/*padding:5px 0 0 10px;*/
	color:#ffffff;
	font-size:14px;
	border:0;
}
select.bar option {
	background-color:#8F6FAC;
}

table#distrib_products {
	width:99%;
	color:#ffffff;
	font-size:15px;
}
table#distrib_products td {
	border-bottom:1px dashed #ffffff;
	padding:3px;
}
table#distrib_products .col1 {
	width:140px;
}
table#distrib_products .col2 {
	width:120px;
}
table#distrib_products .col3 {
	text-align:right;
}
table#distrib_products .col4 {
	text-align:right;
}
table#distrib_products input {
	width:25px;
}