@charset "utf-8";
/* CSS Document */

body{
	background:#324957;
	margin:0px;
	padding:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #008000;
	font-size:11px; 
}
a:hover {
	color: #999999;
}

ul {
	padding:0px 25px;
	margin:0px 25px;
	
}
/* @group mainnav */

#mainnav {
	margin-left: 0px;
	height:64px;
	background:#3c5768;
}

#mainnav-inner {
	overflow: auto;
}

#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	display: block;
	color: #ffffff;
	font-weight:bold;
	padding: 30px 20px 20px 20px;
	background: url(../Images/General/menu_sep.png) no-repeat 0 bottom;
	text-decoration: none;
}

#mainnav ul li a:hover {
	background: url(../Images/General/menu_mask.png) repeat-x 0 bottom;
}

a:active {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

#mainnav ul li#current {
	background: #dcdfd4 url(../img/nav-corner-right.gif) no-repeat right top;
}

#mainnav ul li#current a {
	color: #80827c;
	background: url(../img/nav-corner-left.gif) no-repeat left top;
}

#mainnav ul li#current strong {
	color: #3d3b3d;
}

#mainnav ul li a strong {
	display: block;
	font-size: 1.1em;
	color: #dcdfd4;
	text-transform: uppercase;
}

#mainnav ul li.tab-usuarios {
	float: right;
}

#mainnav ul li.tab-admint {
	float: right;
}

/* @end */

#contentPage{
	background:url(../Images/General/page_background.png);
	margin-left:auto;
	margin-right:auto;
	width:1068px;
}
#Page .top_left{
	background:url(../Images/General/page_rounded_tl_01.png) no-repeat;
}
#Page .top_left02{
	background:url(../Images/General/page_rounded_tl_02.png) no-repeat;
}
#Page .top_right{
	background:url(../Images/General/page_rounded_tr_01.png) right no-repeat;
	padding:0px 31px 0px 31px;
}
#Page .top_right02{
	background:url(../Images/General/page_rounded_tr_02.png) right top no-repeat;
	padding:0px 13px 0px 13px;
}
#Page .top{
	height:15px;
	background:url(../Images/General/page_shadow_t.png);
}
#Page .top02{
	background:#f1f1f1;
	height:11px;
}
#Page .bottom_left{
	background:url(../Images/General/page_rounded_bl.png) no-repeat;
}
#Page .bottom_right{
	background:url(../Images/General/page_rounded_br.png) right top no-repeat;
	padding:0px 25px 0px 25px;
}
#Page .bottom{
	height:9px;
	background:url(../Images/General/page_shadow_b.png);
}
#Page .shadow_left{
	background:url(../Images/General/page_shadow_l.png) repeat-y;
}
#Page .shadow_right{
	background:url(../Images/General/page_shadow_r.png) right repeat-y;
	padding:0px 9px 0px 9px;
}
#Page .content{
	background:#f1f1f1;
	width:1038px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-13px;
}
#Header{
	background:url(../Images/General/header_rounded_blue.png) no-repeat;
	height:127px;
	padding:0px 5px 0px 5px;
}
#Header .logo{
	background:url(../Images/General/logo_white.png) no-repeat;
	height:127px;
}
/*************************************************************************************************************/
#Column .top_left{
	background:url(../Images/General/column_tl_01.png) no-repeat;
}
#Column .top_left02{
	background:url(../Images/General/column_tl_02.png) no-repeat;
}
#Column .top_right{
	background:url(../Images/General/column_tr_01.png) right top no-repeat;
	padding:0px 16px 0px 16px;
}
#Column .top_right02{
	background:url(../Images/General/column_tr_02.png) right top no-repeat;
	padding:0px 4px 0px 4px;
}
#Column .bottom_left{
	background:url(../Images/General/column_bl.png) no-repeat;
}
#Column .bottom_right{
	background:url(../Images/General/column_br.png) right no-repeat;
	padding:0px 16px 0px 16px;
}
/*************************************************************************************************************/
#Article h3{
	margin: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#Article .small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

/*************************************************************************************************************/
#VerticalAlign{
	display: table; 
	_position: relative; 
	overflow: hidden;
	width:100%;
	height:100%;
}
#VerticalAlign .middle{
	_position: absolute; 
	_top: 50%; 
	display: table-cell; 
	vertical-align: middle;
}
/*************************************************************************************************************/
div.imgOutline {
	float: left;
	border: 1px;

	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #ccc;
	width:150px; }

div.imgTotal { }

div.imgBorder {
	height: 100px;
	vertical-align: middle;
	width: 150px;
	overflow: hidden;
}

div.imgBorder a {
	height: 100px;
	width: 150px;
	display: block;
}

div.imgBorder a:hover {
	height: 100px;
	width: 150px;
	background-color: #f0f0f0;
	color : #FF6600;
}

.imgBorderHover {
	background: #FFFFCC;
	cursor: hand;
}

div.controls {
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #f9fcf9;
	border-top: 1px solid #ddd;
}

div.controls input {
	vertical-align: middle;
}

div.controls img {
	vertical-align: middle;
}

div.controls:hover {
	display: block;
}

div.imginfoBorder {
	background: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 148px;
	height:60px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

div.imgBorder a {
	cursor: pointer;
}
#header02 {
	background-color: #e3e4e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height:40px;
}
/*********************************************************************************************************/
#TopMenu{
	position:relative; 
	top:21px;
}
#TopMenu .l{
	background-image:url(../Images/General/menutop_left.png); 
	background-repeat:no-repeat;
}
#TopMenu .r{
	background:url(../Images/General/menutop_right.png) right no-repeat;padding-left:19px; 
	padding-right:19px;
}
#TopMenu .c{
	background:url(../Images/General/menutop_bg.png) 0 100% repeat-x;height:38px; 
	display: table; 
	_position: relative;
}
#TopMenu .mc{
	position: relative; 
	top: 11px; 
}
#TopMenu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0px 6px;
	color: #333333;
	font-size:11px; 
}
#TopMenu a:hover {
	color: #CCCCCC;
}
#TopMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}

#TopMenu ul li {
	float: left;
}

/**********************************************************************************************************/
#MainMenu
{
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#MainMenu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0px 6px;
	color: #324957;
	font-size:12px; 
}
#MainMenu a:hover {
	color: #5a829c;
}
/**********************************************************************************************************/
#ContentListBit
{
	padding-bottom:10px;
}
#ContentListBit a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0px 6px;
	color: #CCCCCC;
	font-size:11px; 
}
#ContentListBit a:hover {
	color: #013e26;
}
/**********************************************************************************************************/
#SectionModule {
	/*border-top:#d3d2d2 solid 1px;*/
	text-align:left;
	padding-left:10px;
	padding-bottom:10px;
}
#SectionModuleBottom {
	/*border-top:#d3d2d2 solid 1px;*/
	padding-top:10px;
}
#SectionModule a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0px 6px;
	color: #324957;
	font-size:12px; 
}
#SectionModule a:hover {
	color: #5a829c;
}
/**********************************************************************************************************/
#Search {
	background-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e4e5;
	overflow: hidden;
	width:100%;
}
#header01 {
	background-color:#324957;
}
#header01 .center{
	width:1050px; 
	margin-left:auto; 
	margin-right:auto;
	background:url(../Images/General/header_bg_azul.png);
	display: table; 
	_position: relative; 
	overflow: hidden;
}
#header_logo {
	background-image: url(../Images/General/logo_header.png);
	background-repeat: no-repeat;
	height:76px;
	display: table; 
	_position: relative; 
	overflow: hidden;
	width:100%;
}
#FlatList ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#FlatList li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#FlatList a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #e3e4e5;
  text-decoration: none;
}
#SpecialPrices th
{
	font-weight:bold;
	background:#dfdddd;
	padding:0px 5px;	
}
#SpecialPrices td
{
	background:#f4f3f3;
	padding:0px 5px;	
}
