/* @Import
-------------------------------------------------------------------------*/
/*@import url("custom.css");*/

/* Reset Css
-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {background: transparent;	border: 0;margin: 0;padding: 0;vertical-align: baseline;}
body {line-height: 0;}
h1, h2, h3, h4, h5, h6 {clear: both;font-weight: normal;}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {content: '';content: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
a img {border: none;}

/* Padrao e Estrutura do site
-------------------------------------------------------------------------*/
html, body{ height: 100%; overflow: auto;}
* {
	margin:0;
	padding:0;
	outline:none;
}
html{background:#1a446e url(../images/bg-html.jpg);}
body{ background: url(../images/bg-body.jpg) repeat-y center top;}

#logotipos{
	width: 924px;
	border: 0px solid red;
	height: 746px;
	margin: 50px auto 0px;
}
	#logotipos li{
		list-style: none;
		float: left;
		margin-bottom: 29px;
		margin-right: 15px;
	}

	#logotipos li.firsh{margin-right: 35px;}
	#logotipos li.last{margin-right: 0;}

/* Page SISCAN */
.siscan {
	width: 960px;
	margin: 20px auto 0px;
	padding: 10px 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 6px;
	border-radius: 5px;
	border-top-right-radius: 6px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial;
}

	.siscan #logos {
		display: block;
		padding: 0 20px 10px;
		overflow: hidden;
	}

	.siscan .banner {
		margin-bottom: 20px;
	}

	.siscan .text {
		margin-bottom: 45px;
		padding: 0 20px;
	}

		.siscan .colo li   { color: #6f3892; }
		.siscan .cancer li { color: #a94b87; }

	.siscan ul {
		margin: 15px 0 0 0;
		width: 420px;
		padding: 0px;
	}

		.siscan ul li {
			margin-bottom: 15px;
			list-style: disc;
			padding:  0px;
			margin: 0px;
			text-indent: 0px;
			list-style-position: inside;
			font-size: 18px;
		}

		.siscan ul li span {
			color: #666;
			font-weight: bold;
			font-size: 12px;
			line-height: 12px;
		}

	.siscan .containerUl {
		width: 100%;
		overflow: hidden;
	}


/* Classes */
.fright {
	float: right;
}

.fleft {
	float: left;
}

.clear {
	height: 10px;
	width: 100%;
	display: inline-block;
}

#btHome {
	display: block;
	width: 101px;
	height: 27px;
	margin: 0px auto;
}


.prints {
	height: 181px;
	width: 18%;
	text-align: center;
	font-weight: 100;
	color: #fff;
}

.prints a {
	text-decoration: none;
	color: #fff;
}

.prints.margin {
	margin-left: 89px;
}
