﻿/* Comuns */

body {
	background:transparent url(../imgs/bgs/bg-body.jpg) repeat scroll left top;
}

html, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;
	color:#7d0d0b;
	text-align:justify;
}

input, textarea {
	margin: 0;
	border:none;
	margin:0;
	display:block;
}

input,a {
	outline:none;
}


.centralizar {
	margin:0 auto;
	overflow:hidden;
	width:978px;
}

html, body {
	margin: 0;
	padding: 0;
	min-width: 1002px;
}

html {
	line-height: 18px;
}

input.nocss {
	border:0!important;
	padding:0;
	background: none!important;
	width: auto!important;
}

form, h1, h2, h3, h4, h5, p, strong, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	color: #7d0d0b;
	text-decoration: none;
	cursor: pointer;
}

a img {
	border: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.no-bg {
	background:none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.afastarmenu {
	margin-right: 10px;
}

.no-margin {
	margin:0 !important;
}

.no-padding {
	padding:0 !important;
}

.both {
	clear: both;	
}

.no-border {
border:none !important;
}
.block {
	display: block;
}

.overflow  {
	overflow:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

* html img,
* html .png,
#tooltip
{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}