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

/* === BASIC DEFINITIONS === */
* {
	margin:0;
	padding:0;
}
body {
	font-size: 76%;
}
img {
	border-width: 0;
}
a {
	outline-style:none;
	color:#002B71;
}
/* === BASIC DEFINITIONS === */


body {
	background:url(../images/bodybg.jpg) #e0e0e0 top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:18px;
	margin:3px 0;
}

br.clear {
	clear:both;
}

#wrapper {
	width:990px;
	margin:0 auto 0 auto;
	border-left:#c6c6c6 1px solid; 	border-right:#c6c6c6 1px solid;
	background:url(../images/content2_bg.gif) #fff top center repeat-x;
}

#wrapper2 {
	width:990px;
	margin:0 auto 0 auto;
	border-left:#c6c6c6 1px solid; 	border-right:#c6c6c6 1px solid;
	background:url(../images/content_bg.jpg) #fff top center repeat-x;
}

#header img {
	margin:20px 0 20px 40px;
	width:222px;
	height:139px;
}

#header2 img.logo {
	width:144px;
	height:90px;
}

.divlogo {
	padding:10px 0 10px 25px;
}

img.vendido_small_tag {
	width:89px;
	height:17px;
	margin-left:5px;
	margin-top:10px;
}

#menu {
	background:url(../images/menu_bg.jpg) center left repeat-x;
	margin:0;
	padding:0 10px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#menu li {
	display:inline;
}

#menu li a {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#002B71;
	padding:7px;
}
#menu li a:hover {
	color:#dd3937;
	background:url(../images/menu_hover.jpg) center center repeat-x;
	padding:6px;
	border:#c6c6c6 1px solid;
}
#menu li a.selected {
	color:#dd3937;
	/*background:url(../images/menu_hover.jpg) center center repeat-x;*/
	background:#F7F7F7;
	padding:7px 6px 8px 6px;
	border:#c6c6c6 1px solid;
	border-bottom:none;
}

#sidebar {
	float:left;
	width:301px;
	margin:6px;
	padding-top:15px;
}
	#sidebar .sidebar-center {
		background:url(../images/sidebar_center.jpg) center center repeat-y;
		padding:0 8px;
	}
	#sidebar .sidebar-top {
		background:url(../images/sidebar_top.jpg) top center no-repeat;
		padding-top:11px;
	}
	#sidebar .sidebar-bottom {
		background:url(../images/sidebar_bottom.jpg) bottom center no-repeat;
		padding-bottom:11px;
	}

			#sidebar .sidebar-center .marcasLogos_center {
				background:url(../images/marcas_center.jpg) center center repeat-y;
				min-height:240px;
				height:auto !important;
				height:240px;
			}
			#sidebar .sidebar-center .marcasLogos_top {
				background:url(../images/marcas_top.jpg) top center no-repeat;
				padding-top:8px;
			}
			#sidebar .sidebar-center .marcasLogos_bottom {
				background:url(../images/marcas_bottom.jpg) bottom center no-repeat;
				padding-bottom:8px;
			}
#content {
	width:640px;
	margin:5px;
	float:right;
	margin-bottom:30px;
	padding-top:14px;
}

#content2 {
	width:970px;
	margin-bottom:30px;
	padding:10px;
	padding-top:14px;
}

	div.contenido {
		margin:15px 0;
		line-height:14px;
	}

#footer {
	clear:both;
	background:url(../images/menu_bg.jpg) center left repeat-x;
	font-size:12px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	text-align:center;
}

#footerlist li {
	display:inline;
}

#footerlist a {
	color:#656363;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0 8px;
}

p.copyright {
	text-align:center;
}

div#copyright {
	height:60px;
	margin:0 auto;
	width:990px;
	line-height:20px;
	padding-top:30px;
	margin-bottom:10px;
	border-right:#C6C6C6 1px solid; border-left:#C6C6C6 1px solid; border-bottom:#C6C6C6 1px solid;
	background:url(../images/footer_bg.gif) #dadada center top repeat-x;
}

.tool-tip {
	color: #DD3836;
	font-weight:bold;
	background:#fff;
	z-index: 13000;
	border:#DD3836 1px solid;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #DD3836;
	padding: 8px 8px 4px;
	background:#fff;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background:#fff;
}
 
.custom-tip {
	color: #DD3836;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.WrapVendido { position: relative; width:105px; height:85px; }
.TextoVendido { color:#DD3937; position:absolute; width:100%; text-align:center; top:20px; left:0px; font-size:14px;  font-weight:bold; }

a.list_thumb img { padding:6px; }
a.list_thumb img:hover { padding:0; border:#BFBFBF 6px solid; }

a.marcahover:hover {
	background:#F7F7F7;
	padding:2px 4px;
	border:#C6C6C6 1px solid;
}
.detail-option {
	display:block;
	font-size:12px;
	background:#BFBFBF;
	padding:2px 6px;
	border:#C7C7C7 1px solid;
	margin-right:8px;
	width:150px;
	text-decoration:none;
	height:20px;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	float:left;
}
