﻿/*
	CEICOM - Soluções em Internet
	ceicom@ceicom.com.br
	(46) 3524 - 3754
*/

@import url(reset.css);
@import url(topo.css);
@import url(master.css);
@import url(default.css);
@import url(rodape.css);
@import url(interna.css);

body
{
	font-family:Arial, Helvetica, sans-serif;
	 background:url(../img/bg.gif) repeat-x center 122px;
	 font-size:13px;
	 color:#333;
}

/* Cabeçalhos */

h1
{
	font-size:20px;
	color:#333;
	font-weight:bold;
}

h6
{
	font-size:14px;
	color:#333;
	font-weight:bold;
}


h3
{
	font-size:15px;
	color:#CC0000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
}

h3 .desc
{
	font-size:12px;
	color:#333;
	margin:0 0 0 13px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
}

.hr
{
	width:100%;
	height:1px;
	border-bottom:1px dashed #ccc;
}

.limpa-div
{
	clear:both;
}