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;
}
:focus{
	outline: none;	
}
body {
	line-height:1
}
a{
	color: #C00;
	text-decoration: none;
}
a:hover{
	color: #F00;		
}
p{
	padding-bottom: 0.5em;	
}
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 */
.view{
}
.view img{
}
.view, .view p{
	font: normal 1em/140% Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}
.view p{
	margin: 0 0 0.6em 0!important;
}
.view strong, .view b{
	font-weight: bold!important;
}
.view em, .view i{
	font-style: italic!important;
}
.view h1, .view h2, .view h3, .view h4, .view h5, .view h6{
	font: 500 1em/130% "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif!important;
	margin: 0 0 0.2em 0!important;
	background: none!important;
	color: #333!important;
	text-align: left!important;
	padding: 0!important;
}
.view h1{
	font-size: 1.8em!important;
	margin: 0 0 0.7em 0!important;
}
.view h2{
	font-size: 1.6em!important;
}
.view h3{
	font-size: 1.4em!important;
}
.view h4{
	font-size: 1.2em!important;
}
.view h5{
	font-size: 1em!important;
	font-weight: bold!important;
}
.view h6{
	font-size: 0.9em!important;
	font-weight: normal!important;
	font-style:italic;
}
.view ul, .view ol{
	margin: 10px 0 10px 15px!important;
	padding: 0;
}
.view ul li{
	list-style: disc inside!important;
	line-height: 1.6em!important;
}
.view ol li{
	list-style: decimal inside!important;
	line-height: 1.6em!important;
}
.view ol li ol li{
	list-style: lower-alpha inside!important;
	line-height: 1.6em!important;
}
.view ol li ol li ol li{
	list-style: square inside!important;
	line-height: 1.6em!important;
}

.view table {
	width: 100%!important;
	border-collapse: collapse!important;
	border: 1px solid #ccc!important;
	margin-top: 1px!important;
	clear: both!important;
}
.view 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;
	
}
.view table a {
	font-weight: bold!important;
}
.view table tr:hover {
	background: #efefef!important;
}
.view 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;
}
.view 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;
}
.view blockquote {
	margin-left: 15px;
	border: 1px dotted #ddd;
	border-left: 2px solid #ccc;
	padding: 0.3em 0 0.3em 1em;
}
.view .date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em!important;
}

.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, #carregando, #enviando {
	font-size: 1.1em;
	text-align: left;
	display:block;
	margin: 10px 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;
}
#carregando, #enviando{
	border-color:#000;
	color: #000;
}
.load {
	border: 1px solid #63F;
	color: #339;
	font-size: 12px;
}