﻿/* content */
.text-header {
	font-weight: bold;
	font-size: 10pt;
	font-family: "Arial Narrow", Arial;
	color: #000000;
	text-transform: uppercase;
}

.pageContent {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	text-align: justify;
	color: #818181;
}

.pageContent td {
	text-align: justify;
	padding: 5px;
}

.pageContent a {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #818181;
}

.img_transfrio {
	border: #999999 solid 2px;
}
 
/* top elements */
.company {
	font-size: 14pt;
	font-family: "Arial Narrow", Arial;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

.subTitle {
	font-size: 9pt;
	font-family: "Arial Narrow", Arial;
	color: #FF3333;
	text-transform: uppercase;
	font-weight: bold;
}

.slogan {
	font-size: 10pt;
	font-family: "Arial Narrow", Arial;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

.lema_transfrio {
	font-size: 18pt;
	font-family: "Arial Narrow", Arial;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.table_transfrio {
	border: #695935 solid 3px;
	background: url(../images/bg_table.jpg) repeat-x;
}

.table_transfrio td {
	border-bottom: #84754f solid 1px;
}

/*main menu*/
.menu {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.amenu {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

/*submenu*/
.submenu {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #000000; /*#ffffff;*/
	background-color: #fbf7b0; /*#84754f;*/
	text-decoration: none;
	/*display: block;*/
}

.submenu a:hover {
	color: #000000;
	background: #FEFDED; /*#DBDBCA;*/
	height: 27px;
	display: block;
}

.asubmenu {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #ffffff;
	background-color: #a89a75;
	text-decoration: none;
}

/*bottom menu*/
.bmenu {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #695a34;
	text-decoration: none;
}

.abmenu {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #695a34;
	text-decoration: underline;
}

/*copyright*/
.footer {
	font-size: 9pt;
	font-family: Tahoma, sans-serif;
	color: #7d8186;
}

/*backgrounds*/
.main-bg {
	background-color: #efe9d9; /* #FFFFCC; #CCCC66;*/
}

.submenu-bg {
	background-color: #afa61d; /*#695a34;*/
}

.atopmenu-bg {
	background-color:#bfb69f;
}

.topmenu-bg {
	vertical-align: middle;
	background-color:#afa386;
}



