/*************************** TEMPLATE ****************************/

.CONTAINER {
	border: none;
	margin: auto;
	width: 955px;
}

.HEADER {
	border: none;
	margin-top: 15px;
	height: 93px;
	width: 955px;
}

.CENTRAL {
	border: none;
	width: 955px;
	float:left;
	background-image:url(../img/bg_central_subitem.gif);
    background-repeat: repeat-y;
}

.MENU {
	border: none;
	float:left;
    width: 180px;
	
}

.MAIN {
	border: none;
	width: 775px;
	float: right;
	background-image:url(../img/bg_navega_subitem.gif);

}
.MOVIE {
	border: none;
	height: 180px;
	left: 500px;
	text-align:right;
}
.NAVEGA {
	border: none;
	width: 775px;
	float:right;
	background-image:url(../img/bckMenunule.gif);
	background-repeat: repeat-x;
}

.CONTE {
	border: none;
	width: 544px;
	float:left;
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.6em;
	text-align: justify;
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 25px;
}

.BANNERS {
	border: none;
	float: right;
	width: 180px;
	margin-top: 10px;
	background-color:#EFEFEF;
}

.FOOTER {
	border: none;
	width: 955px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

/************************************* ELEMENTS ***********************************/

/* MENU TOP*/
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 775px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
	width: 153px;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	z-index: 1020;
	cursor: default;
	width: 153px;
	position: absolute;
	left: -1000em;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 153px;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #ffffff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #D8B75F;
	color: #ffffff;
	text-decoration: none;
	font-family:"Trebuchet MS", Verdana, Helvetica, Sans Serif;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #ABDDEE;
	color: #0081A6;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #CCCCCC;
	color: #0081A6;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 should not be changed unless you are an expert

 *******************************************************************************/

/* FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/*  FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}




/***************************************** MENU LEFT *************************************/
#navMenu ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navMenu {
width: 180px;
float: left;
}
#navMenu li {
display:inline;
}

/* menu */
#navMenu li a:link, #navMenu li a:visited {
font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #0081A6;
display: block;
background: url(../img/bckMenu.gif);
padding: 5px 0 0px 20px;
}
#navMenu li a:hover {
color: #003366;
background: url(../img/bckMenu.gif) 0 -23px;
padding: 5px 0 0px 20px;
}

/* subMenu */
#navMenu li li a:link, #navMenu li li a:visited {
font-weight: normal;
background: url(../img/bckSubMenu.gif);
padding: 2px 0 0px 30px;
}
#navMenu li li a:hover {
background: url(../img/bckSubMenu.gif) 0 -17px;
padding: 2px 0 0px 30px;
}

/* subSubMenu */
#navMenu li li li a:link, #navMenu li li li a:visited {
background: url(../img/bckSubSubMenu.gif);
padding: 0 0 1px 40px;
}
#navMenu li li li a:hover {
background: url(../img/bckSubSubMenu.gif) 0 -13px;
padding: 0 0 1px 40px;
}

.remarks {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	text-align: left;
	background-color:#FFFFE6;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 25px;
}

.tables {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	text-align: left;
	background-color:#E6F2F9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
.tables1 {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	text-align: right;
	background-color:#E6F2F9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.tables2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	text-align: left;
	background-color:#E6F2F9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 20px;
}
.tables2center {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	text-align: center;
	background-color:#EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.tables2 a {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #006B8A;
	display: inline;
}

.tables2 a:hover {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0081A6;
}


.sidebar {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 16px;
	text-align: left;
	background-color:#EFEFEF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}



/************************************  TEXT **********************************/

.content1 {
	color: #0081A6;
	font-size: 14px;
}
.content2 {
	color: #0081A6;
	font-weight: bold;
}

.contentitle {
	color: #0099CC;
	font-weight: normal;
	font-size: 18px;
}

.contentitle1 {
	color: #343A97;
	font-weight: normal;
	font-size: 20px;
}

/************************** REDEFINED ****************************/

.CONTE a {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #0081A6;
	text-decoration: underline;	
}

.CONTE a:hover {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #0081A6;
}

.CONTE a:visited {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	background-color: #EAEAEA;
}

img {
	border-style: none;
}
.img1 {
	border-style: solid;
	border-color:#CCCCCC;
}

body {
	margin: 0px;
}
.letrachica {
	font-size: 10px;
	line-height: 1.25em;
}
.offers {
	background-image: url(../img/bg_vert_offers1.gif);
	width:520px;
	height: 100px;
	padding: 10px;
	text-align: center;
	
}

