/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

a {
	color: #39ABC3;
}

a:hover {
	text-decoration: none;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 20px 0px;
	color: #ff9800;
}

h3 {
	font-weight: bold;
	margin-bottom: .5em;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.3em;
	text-align:justify;
}



/** FOOTER STYLES */

#footer {
	font-size: 9px;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: 0px solid white; }

.img-left {
	float: left;
	margin-right: 15px;
}

.img-right {
	float: right;
	margin-right: 15px;
}


#lista-clientes table {
	border: 0px solid white;
	width: 100%;
}

#lista-clientes table td {
	border: 0px solid white;
	padding: 10px 0 25px 0;
	vertical-align: top;
	text-align: left;
}

