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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1
}
a{
	color: #36f;
	text-decoration: none;
}
a:hover{
	color: #000;		
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}


/* TEXTO DINAMICO */
#content{
}
#content img{
}
#content, #content p{
	font: normal 1.065em Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	color: #333!important;
}
#content p{
	margin: 0 0 0.6em 0!important;
}
#content strong, #content b{
	font-weight: bold!important;
}
#content em, #content i{
	font-style: italic!important;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	font: 500 1em Arial, Tahoma, Verdana,  Helvetica, sans-serif!important;
	margin: 0.8em 0 0.3em!important;
	background: none!important;
	color: #333!important;
	text-align: left!important;
	padding: 0!important;
}
#content h1{
	font-size: 1.8em!important;
	margin: 0 0 0.7em 0!important;
	font-weight: bold!important;
}
#content h2{
	font-size: 1.6em!important;
	font-weight: bold!important;
}
#content h3{
	font-size: 1.4em!important;
}
#content h4{
	font-size: 1.2em!important;
}
#content h5{
	font-size: 1em!important;
	font-weight: bold!important;
}
#content h6{
	font-size: 0.9em!important;
	font-weight: normal!important;
	font-style:italic;
}
#content ul, #content ol{
	margin: 10px 0 10px 15px!important;
	padding: 0;
}
#content ul li{
	list-style: disc inside!important;
	line-height: 1.6em!important;
}
#content ol li{
	list-style: decimal inside!important;
	line-height: 1.6em!important;
}
#content ol li ol li{
	list-style: lower-alpha inside!important;
	line-height: 1.6em!important;
}
#content ol li ol li ol li{
	list-style: square inside!important;
	line-height: 1.6em!important;
}

#content table {
	width: 100%!important;
	border-collapse: collapse!important;
	border: 1px solid #ccc!important;
	margin-top: 1px!important;
	clear: both!important;
}
#content table caption {
	font: 500 1em Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
	color: #fff!important;
	margin:0!important;
	background: url(img/caption.png) repeat left top!important;
	padding: 0.3em 0.5em!important;
	
}
#content table a {
	font-weight: bold!important;
}
#content table tr:hover {
	background: #efefef!important;
}
#content table th {
	padding: 0.5em!important;
	border-right: 1px solid #cecece!important;
	width: 11em!important;
	border-bottom: 1px solid #cecece!important;
	background: #efefef!important;
	color: #333!important;
	vertical-align: top!important;
	text-align: left!important;
}
#content table td {
	border: 1px solid #cecece!important;
	border-left: 1px solid #cecece!important;
	padding: 0.2em 0.3em!important;
	padding-left: 5px!important;
	font-size: 1em!important;
}
#content blockquote {
	margin-left: 15px;
	border: 1px dotted #ddd;
	border-left: 2px solid #ccc;
	padding: 0.3em 0 0.3em 1em;
}

.success, .error{
	font-size: 1.3em;
	text-align: left;
	display:block;
	margin: 20px 0;
	padding: 15px;
}
.success{
	border: 5px solid #9C3;
	color: #090;
	padding-left: 40px;
	background: url(img/check.png) no-repeat left center;
}
.error{
	border: 5px solid #F66;
	color: #C00;
}
.block{
	display: block;	
}
.floatLeft{
	float: left!important;	
}
.floatRight{
	float: right!important;	
}
.marginAuto{
	margin: 0 auto!important;
	text-align: center;
	padding: 10px 0 30px 0;
}
.clearBoth{
	clear: both;	
}
.clearLeft{
	clear: left;	
}
.center{
	text-align: center;	
}
.textLeft{
	text-align: left;
}
.textRight{
	text-align: right;	
}
.widget{
	padding-top: 10px;	
}

.success, .error, .warning, .info, .load {
	font-size: 1.1em;
	text-align: left;
	display:block;
	margin: 0 0 10px 0;
	padding: 15px;
	border: 2px solid #ccc;
	background: #fff;
	text-align: center;
}
.success {
	border-color: #9C3;
	color: #090;
}
.error {
	border-color: #C00;
	color: #C00;
}
.warning {
	border-color: #F90;
	color: #F60;
}
.info {
	border: 1px solid #6B83AD;
	color: #464D5E;
	font-size: 11px;
}
.load {
	border: 1px solid #63F;
	color: #339;
	font-size: 12px;
}
#carregando, #enviando {
	position: fixed;
	-position:absolute;
	z-index:999;
	padding:100px 20px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	-moz-opacity:0.70;
	opacity:0.70;
	filter:alpha(opacity=70);
	color:#000;
	font:normal 18px Arial, Helvetica, sans-serif
}
#carregando span, #enviando span{
	display: block;
	padding:20px;
}
