/********** Outras ************/

.border_zero_img{
  border-width:0px;
}


/********** P/ LAYOUTS ************/

.yes_repeat_x {
	background-repeat: repeat-x;
	background-position: left top;
}
.yes_repeat_y {
	background-repeat: repeat-y;
	background-position: left top;
}
.no_repeat {
	background-repeat: no-repeat;
	background-position: center top;
}
.padding_10px_x_y{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.padding_10px_x{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.padding_10px_y{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.padding_10px_left {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.padding_10px_right {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.padding_20px_x_y{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.padding_20px_x{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.padding_20px_y{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.padding_20px_left {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.padding_20px_right {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.margin_10px_x_y {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.margin_10px_x {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.margin_10px_y {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.margin_10px_left {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.margin_10px_right {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.margin_20px_x_y {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left:20px;
}
.margin_20px_x {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left:20px;
}
.margin_20px_y {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.margin_20px_left {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.margin_20px_right {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/********** TEXTOS ****** ( TB NO EDITOR )******/

.text_10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}
.text_10px a:hover {
	color: #00B9E4;
	text-decoration: none;
}
.text_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.text_12px a:hover {
	color: #00B9E4;
	text-decoration: none;
}
.text_18px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}
.text_18px a:hover {
	color: #00B9E4;
	text-decoration: none;
}
.text_30px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	text-decoration: none;
}
.text_30px a:hover {
	color: #00B9E4;
	text-decoration: none;
}


/******** CORES ********* ( TB NO EDITOR )*******/

.cor_a_100 {
	color: #006C90;
	text-decoration: none;
}
.cor_a_50 {
	color: #6FAEC7;
	text-decoration: none;
}
.cor_a_15 {
	color: #D9E9EF;
	text-decoration: none;
}


.cor_b_100 {
	color: #00B9E4;
	text-decoration: none;
}
.cor_b_50 {
	color: #7FDCF2;
	text-decoration: none;
}
.cor_b_15 {
	color: #CCF1FA;
	text-decoration: none;
}


.cor_cinza_text {
	color: #666666;
	text-decoration: none;
}
.cor_branca {
	color: #FFFFFF;
	text-decoration: none;
}


/********** LAYOUT GERAL ******** ( TB NO EDITOR )*******/



.cx_filet {
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6FAEC7;6FAEC7
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #;
}
.cx_filet_esq {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6FAEC7;
}
.cx_filet_dta {
	padding-left: 0px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6FAEC7;
}



.cx_cor_fundo  {
	background-color: #7FDCF2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 0px solid;
}
.cx_sem_fundo {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}



.moldura_grosso {
	border: 5px solid #00B9E4;
}
.moldura_filet {
	border: 1px solid #6FAEC7;
	padding: 3px;
	background-color: #FFFFFF;
}
.moldura_tracado {
	border: 1px dashed #6FAEC7;
	padding: 3px;
	background-color: #FFFFFF;
}
.moldura_filet_y {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6FAEC7;
	border-bottom-color: #6FAEC7;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.moldura_filet_x {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6FAEC7;
	border-bottom-color: #6FAEC7;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/***** Só Para Nwesletters *****/

.news_espaco {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
}
.news_espaco_filet {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
}
.news_discramler {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
}