/*
 * xhtml.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

/* Basic Tags */
html {}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	margin: 0px;
	color: #4C4C4C;
	background: #ffffff url('/_resources/media/img/bg_body.gif');
}
body.popup { 
	background: white;
}

h1,h2,h3,h4 {
	letter-spacing: 0px;
	margin: 0px 0px 8px 0px;
}

h1 {
	font-size: 20px;	
	line-height: 24px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-weight: normal;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 { }
h6 { }
p { margin: 0px; }
br { }
hr {
	border: 0px;
	border-bottom: 1px solid #4c5cc7;
}

/* Char Format */
b { }
font { } /* deprecated */
i { }
em { }
big { }
strong { }
small { }
sup { }
sub { }
bdo { }
u { } /* deprecated */

/* Output */
pre { }
code { }
tt { }
kbd { }
var { }
dfn { }
samp { }
xmp { } /* deprecated */

/* Blocks */
acronym { }
abbr { }
address { }
blockquote { }
center { } /* deprecated */
q { }
cite { }
ins { }
del { }
s { } /* deprecated */
strike { } /* deprecated */

/* Links */
a { }
link { }

/* Frames */
frame { }
frameset { }
noframes { }
iframe { }

/* Input */
form {
	margin: 0px;
	padding: 0px;
}

input { }
textarea { }
button { }
select { }
optgroup { }
option { }
label { }
fieldset { }
legend { }
isindex { } /* deprecated */

/* Lists */
ul { }
ol { }
li { }
dir { } /* deprecated */
dl { }
dt { }
dd { }
menu { } /* deprecated */

/* Images */
img { }
map { }
area { }

/* Tables */
table { }
caption { }
th { }
tr { }
td { }
thead { }
tbody { }
tfoot { }
col { }
colgroup { }

/* Styles */
style { }
div { }
span { }

/* Meta Info */
head { }
title { }
meta { }
base { }
basefont { } /* deprecated */

/* Programming */
script { }
noscript { }
applet { } /* deprecated */
object { }
param { }/*#layAll,
#layTop,
#layTopHeader,
#layTopLogo,
#layTopImage,
#layMenu,
#layTitle,
#layMain,
#layLeft,
#layLeftHome,
#laySubmenu,
#layContent,
#layPath,
#laySearch,
#layNewsletter,
#layFooter,
#layFooterContent,
#laySearchHome,
.contentImageBorder,
.contentHomeProducts,
.contentNewsHomeImageSmall,
.contentNewsHomeImage,
.contentNewsHome,
.contentLojaTitleHome,
.contentItemProduct,
.contentInputBox,
.contentImageRightBox,
.contentImageRight,
.contentImageThumb,
.contentImageThumbSmall,
.layContentBoxTitle,
.layContentBoxTitleSmall,
.layContentBox,
.layContentBoxSmall,
.contentImageSpecialSmall,
.layItemRight,
.layItemRightContent,
.layContentBoxImage,
.layContentBoxImageSmall,
.laySubMenuBox, 
.layOferecimento,
.layItemRightTop,
.layItemRight,
.layItemRightContent,
.layContentCard,
.layContentCardTop,
.layContentCardBottom,
#layWeather,
#layLanguage,
.contentImageSpecial,
.contentImageInfo,
.contentItemRowTitle_only,
.contentItemRowTitle_only2,
.contentItemRowTitle_only_dest,
.contentItemRow,
.contentItemRow2,
.contentItemRow_dest,
.contentItemThumb2,
#layMarca,


.form_input_search,
.form_input_boxes,
#lightbox,
#lightboxDetails
{
   behavior: url("/_resources/scripts/boxsizing.htc");
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}*/

#layAll * {	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

* html #layAll * {
	behavior: url('/_resources/scripts/boxsizing.htc');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

*:first-child+html #layAll * {
	behavior: url('/_resources/scripts/boxsizing.htc');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}/*
 * layout.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

* {
	font-family: Georgia, Verdana;
}

#layAll {	
}

#layTop {
	text-align: left;
	width: 778px;
	height: 170px;				
}

#layTopHeader {
	position: absolute;
	margin-top: 6px;
	margin-left: 30px;
	width: 200px;
	height: 23px;
}

#layTopLogo {
	position: absolute;
}

#layMenu {
	text-align: left;
	width: 778px;
	height: 39px;
	padding-left: 30px;
}

#layTitle {
	text-align: left;
	width: 778px;
	height: 67px;
	padding-left: 240px;	
}

#layMainBg {
	width: 778px;
	background: url('/_resources/media/img/blue/bg_main.gif') repeat-y;

}


#layMainBgYellow {
	width: 778px;
	background: url('/_resources/media/img//copa_2014/bg_main.gif') repeat-y;

}

#layMain {
	width: 778px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;	
	background: url('/_resources/media/img/bg_content.jpg') no-repeat;
}

#layMainHome {
	width: 778px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	text-align: left;	
	background: url('/_resources/media/img/bg_content_home.jpg') no-repeat;
}

#layLeft {
	float: left;
	padding-top: 10px;	
	width: 210px;	
}

#layLeftHome {
	width: 303px;
	padding-left: 6px;
	background: url('/_resources/media/img/bg_left_home_content.gif') repeat-y;
}
#laySubmenu {
	width: 180px;
	margin-bottom: 20px;	
}

#layContent {
	float: left;
	width: 508px;	
}

#layPath {
	width: 508px;		
	padding-top: 18px;	
	padding-left: 10px;
	height: 50px;		
	font-size: 10px;
	font-family: Verdana;
	line-height: 12px;
}

#laySearch {
	width: 184px;
	height: 80px;
	padding-top: 38px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#laySearchHome {
	position: absolute;
	margin-left: 602px;
	width: 125px;
	height: 39px;
	padding-top: 7px;
}

#layNewsletter {
	width: 180px;
	height: 195px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

.layNewsletter {
	padding: 10px;
	margin: 0 10px 0 0;
	width: 240px;
	height: 185px;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

#layFooter {
	height: 95px;	
}
#layFooterContent {
	width: 778px;
	height: 95px;	
}

/* NAVIGATION */

#layMainPopup {
	text-align: left;	
	background-color: white;
}

#layContentPopup {	
	padding: 20px;
}

#box_internal_popup {
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #E8E2DD;
}

#box_content_popup {
	float: left;
}

.layItem_list2Cols {
	float: left;
	text-align: center;
	width: 150px;
}

.layItem_list4Cols {
	float: left;
	text-align: center;
	width: 150px;
}

#layMarca {
   position: absolute;
   padding-top: 50px;
   padding-left: 315px;
}

/* TRABALHE CONOSCO */

.boxLoginCurriculum {
	float:left;
	width:230px;
	margin:0 5px 0 0;
	padding: 5px;
}

/* FLY POPUP */
#richmedia {
	position: absolute;
	width: 250px;
	height: 240px;
	z-index: 1000;
	top: 130px;
	left: 40%;
}
/*
 * links.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

a:link, a:visited, a:active {
	color: #0051A4;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.destaque {
	font-size: 18px;	
}/*
 * form.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

.button {
	border-left: 1px solid #B9CAD3;
	border-right: 1px solid black;
	border-top: 1px solid #B9CAD3;
	border-bottom: 1px solid black;
	height: 20px;
	text-align : center;
	background: #B9CAD3;
	vertical-align : middle;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 5px;
	margin-left: -10px;
}

.form_table {
	width: 100%;
}

.form_td_label {
	border: 0px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

.form_td_input {
	border: 0px;
}

.form_label {
	font-size: 12px;
}

.form_button {
	height: 20px;
	color: white;
	/*border-left: 1px solid #0051A4;*/
	border-left: 1px solid #016014;
	border-right: 1px solid #000000;
	/*border-top: 1px solid #0051A4;*/
	border-top: 1px solid #016014;	
	border-bottom: 1px solid #000000;
	text-align: center;
	/*background: #0051A4;*/
	background: #016014;
	font-weight: bold;
}

.form_input {
	background: white;
	padding: 2px 0px 0px 2px;
	font-size: 12px;	
	border: 1px solid #000000;
}

.form_input_search {
	width: 120px;	
	height: 22px;
	border: 0px;
	padding-top: 3px;
	background: none;		
}

/*
.form_input_boxes {
	width: 140px;	
	height: 22px;	
	padding-top: 3px;
	border: 0px;
	background: none;
}
*/
.form_input_boxes {
	width: 140px;	
	height: 22px;	
	padding-top: 3px;
	border: 0px;
	background: #FFFFFF;
}


.form_required {
	color: #FF0000;
}

.form_error_highlight {
	background-color: #ECF2FA;	
}

.form_error_box {
	background-color: #ECF2FA;
	border: 1px solid #000000;
	font-size: 12px;
}

.form_error_title {
	font-size: 12px;
	font-weight: bold;
}

.form_error {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
}

.form_help_box {
	border: 1px solid #BFB8B3;
	padding: 5px 5px 5px 5px;
	background-color: #D7D1CC;
	text-align: left;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.form_filedetail {
	padding: 0px 0px 5px 0px;
}

select {
	border: 1px solid #007a18;
}

option, select, .form_input, .form_button {
   font-size: 11px;
}

.tree {
	margin: 0px 0px 0px 0px;
}/*
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

 
.contentHomeProductsContent {
	width: 406px;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 12px;
	background: url('/_resources/media/img/home_bg_ofertas.jpg') no-repeat;
	
}
.contentHomeProducts {
	width: 406px;		
	background: url('/_resources/media/img/bg_corpo_ofertas.gif') repeat-y;
}

.contentPromocaoHomeImage {
	width: 262px;
	height: 82px;
	padding-left: 6px;
	padding-top: 6px;
	margin-bottom: 0px;
	background: url('/_resources/media/img/bg_promocoes_home.gif') no-repeat;
}

.contentNewsHomeImageSmall {
	float: left;
	width: 82px;
	height: 82px;
	padding-left: 6px;
	padding-top: 6px;
	margin-right: 5px;
	background: url('/_resources/media/img/bg_news_destaque_home_small.gif') no-repeat;
}

.contentNewsHomeImage {
	width: 262px;
	height: 122px;
	padding-left: 6px;
	padding-top: 6px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_news_destaque_home.gif') no-repeat;
}

.contentNewsHome {
	font-size: 12px;
	line-height: 14px;	
	width: 291px;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 10px;
}
 
.contentLojaTitleHome {
	width: 291px;
	height: 34px;
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 11px;	
	background: url('/_resources/media/img/bg_loja_title_home.jpg') no-repeat;
}

.contentItemProduct {
	width: 160px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	color: #000000;	
}
.contentItemProductHome {
	width: 122px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #000000;	
}

.contentBanner {
	width: 180px;
	height: 240px;	
	background: url('/_resources/media/img/01/bg_banner.png') no-repeat;
}

.contentInputBox {	
	padding-left: 5px; 
	width: 150px; 
	height: 22px; 
	background: url('/_resources/media/img/field.gif') no-repeat;
}
.contentAuthor {
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.contentDate {
	font-size: 11px;
}

.contentLegend {
	font-size: 11px;
}

.contentCredit {
	font-size: 11px;
	text-align: right;
}

.contentItemDetailDescription {	
}

.contentItemRow {
}

.contentImageBorder {
	width: 170px;
	height: 122px;
	padding-top: 10px;
	padding-left: 10px;
	background: url('/_resources/media/img/bg_photo_thumb.gif') no-repeat;
}

.contentImageThumb {
	width: 170px;
	height: 122px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_photo_thumb.gif') no-repeat;
}

.contentImageThumbSmall {
	width: 120px;
	height: 122px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 9px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_photo_thumb_small.gif') no-repeat;
}

.contentImageRightBox {
	float: right;
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;	
}
.contentImageRight {
	width: 220px;
	background: url('/_resources/media/img/bg_photo_content.png') repeat-y;
	padding-left: 10px;
}

.contentItemRowTitle_only {
	
}/*
 * section.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */
/*
 * image.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

img {
	margin: 0px;
	border: 0px;	
}

#box_image {
	margin-left: 7px;
	margin-top: 7px;
}
#box_image_window {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background: white;
}

#box_image_title {
	padding: 2px 5px 0px 0px;
	margin-left: 7px;
	color: black;
	text-align: center;
	font-weight: bold;
}

.imgBoxThumb_listCol {
	width: 100px;
	height: 85px;
	float: left;
	text-align: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.imgThumb,
.imgThumb_lst {
}

.imgThumb_lst
{
	float: left;
	margin-left: 5px;
	width: 103px;
	height: 50px;
	background: url('/_resources/media/img/bg_boximgList.png') no-repeat;
}

.imgBoxDetail
{
	width: 214px;
	float: left;
	margin: 0px 0px 5px 15px;
	font-size: 11px;
}

.imgBoxDetail_right {
	float: right;
}

.imgDetail {	
	border: 0px;
}

.icon_mark {
	margin-right: 5px;
}

.photo {
	width: 350;
	height: 263;
	margin: 5px 5px 5px 5px;
}