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
}
:focus{
	outline: none;	
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #666;		
}
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{
	min-height: 200px;
}
.content, .content span, .content p{
	font: normal 1.05em Arial, Tahoma, Verdana, "Times New Roman", Times, serif ;
	line-height: 1.5em;
	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, "Times New Roman", Times, serif!important;
	margin: 1em 0 0.5em!important;
	background: none!important;
	color: #000!important;
	text-align: left!important;
	padding: 0!important;
}
.content h1{
	font-size: 1.4em!important;
	margin: 0 0 0.7em 0!important;
	font-weight: bold!important;
}
.content h2{
	font-size: 1.3em;
	font-weight: bold;
}
.content h3{
	font-size: 1.3em;
}
.content h4{
	font-size: 1.2em;
}
.content h5{
	font-size: 1em;
	font-weight: bold;
}
.content h6{
	font-size: 0.9em;
	font-weight: bold;
	border: 0;
}
.content ul, .content ol{
	margin: 10px 0 10px 15px;
	padding: 0;
}
.content ul li{
	line-height: 1.7em;
}
.content ol li{
	list-style: none;
	line-height: 1.7em;
}
.content ol li ol li{
	list-style: none;
	line-height: 1.7em;
}
.content ol li ol li ol li{
	list-style: none;
	line-height: 1.7em;
}

.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 Arial, Tahoma, Verdana, "Times New Roman", Times, 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, .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 {
	color: #090;
}
.error {
	color: #C00;
}
.warning {
	color: #F60;
}
.info {
	color: #464D5E;
	font-size: 11px;
}
.load {
	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;
}.block{
	display: block;	
}
.floatLeft{
	float: left!important;	
	text-align: left
}
.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;	
}
