/******************************************************************************

DOCUMENTO: Arquivo com as classes especificas do projeto

CRIACAO: 00/00/2000

AUTOR: Nome Autor (e-mail)

VERSAO: 001

ATUALIZACOES:

1) dd/mm/aaaa (autor): _____________

2) dd/mm/aaaa (autor): _____________

OBSERVACOESES: 

******************************************************************************/





/* GERAL
================================================================= */

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	text-align: ;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, table, ul, li, div, img {
	margin: 0px;
	padding: 0px;
}

sup {
	font-size: 8px;	
}

blockquote {
	margin-left: 30px;

}


/* Class for clearing floats */
.clear {
	clear: both;
}

hr {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Remove border around linked images */
img {
	border: none;
}

a img {
	border: none;
}



/* centraliza o layout */
body {
	text-align: center;
	min-width: 750px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	/*background-color: #e9e9e9;*/
	background-color: #ffffff;
	background-attachment: scroll;
	/*background-image: url(../_img/bg/bg-container.png);*/
	background-repeat: repeat-x;
	background-position: left top;	/*background-color: #E4DAE4;*/
} 


/* Link */

:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}


a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}


a:hover, a:active {
	/*color: #FF6600;*/
	/*color: #444444;*/
	color: #000000;
	text-decoration: none;
	background-color: #D4D4D4;
}


a.link-ext {
	background-attachment: scroll;
	background-image: url(../_img/ico/link_externo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

a.link-pdf {
	background-attachment: scroll;
	background-image: url(../_img/ico/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


a.link-email {
	background-attachment: scroll;
	background-image: url(../_img/ico/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* Lista */

ul.lista {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 20px;
}

ul.lista ul li {
	list-style-type: none;
	margin-left: 20px;
}


ul.lista li {
	padding-left: 15px;
	margin-left: 30px;
	background-image: url(../_img/ico/lista.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 5px;
}

ul.lista-pdf {
	list-style-type: none;
	padding-top: 15px;

}

ul.lista-pdf li {
	padding-left: 20px;
	margin-left: 30px;
	background-image: url(../_img/ico/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/* topo */

.topo {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
}

.topo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	text-align: right;
	float: right;
	width: 67px;
	padding-right: 13px;
	margin-bottom: 5px;
	background-image:  url(../_img/ico/topo_duplo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.topo a:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	/*background-image:  url(../_img/ico/topo_duplo.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
}




/* :KLUDGE: Remove lacunas no IE/Win */
li {
	display: block;
}






/* WRAPPER
================================================================= */

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background-attachment: scroll;
	background-image: url(../_img/bg/center-highlight.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}



/* TOPO
================================================================= */

#topo-wrap {
	/*height: 25px;*/
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#topo {
	height: 25px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

/***** Logo-topo *****/

#logo-topo {
	float: left;
	display:none;

}



/***** nav-topo *****/

#nav-topo {
	float: right;

}

#nav-topo ul {
	float: right;

}

#nav-topo ul li {
	float: left;

}


#nav-topo ul a {
	display: block;
	float: left;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#nav-topo ul a:hover {
	
	background-color: transparent;
	color: #e9e9e9;
}


#nav-topo ul .email a {
	text-transform: lowercase;
	font-size: 11px;
	background-attachment: scroll;
	background-image: url(../_img/ico/ico_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav-topo ul .email a:hover {
	color: ;
	background-attachment: scroll;
	background-image: url(../_img/ico/ico_top.png);
	background-repeat: no-repeat;
	background-position: left -26px;
}

#nav-topo ul .tel a {
	background-attachment: scroll;
	background-image: url(../_img/ico/ico_top.png);
	background-repeat: no-repeat;
	background-position: left -52px;
}

#nav-topo ul .tel a:hover {
	background-attachment: scroll;
	background-image: url(../_img/ico/ico_top.png);
	background-repeat: no-repeat;
	background-position: left -78px;
}

#nav-topo ul .login a {
	background-attachment: scroll;
	background-image: url(../_img/ico/ico_top.png);
	background-repeat: no-repeat;
	background-position: left -104px;
}

#nav-topo ul .login a:hover {
	background-attachment: scroll;
	background-image: url(../_img/ico/ico_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}




/* HEADER
================================================================= */

#header {
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}



/***** Logo a esquerda *****/

#logo {
	height: ;
	width: ;
	float: left;
}

#logo a {
	background-color:transparent;

}



/* CORPO
================================================================= */

#corpo-wrap {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


/*********** NAVEGACAO PRIMARIA ***********/

/***** Nav-Pri *****/

#nav-pri-wrap {
	width: 100%;
	float: left;
}


#nav-pri {
	float: right;
	height: 34px;
	font-size: 14px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
	font-family: Arial, Helvetica, sans-serif;	
	/*background-color: #78C554;	*/	

}

#nav-pri li {
	float: left;
}

#nav-pri li a {
	display: block;
	line-height: 34px;
	color: #0066CC;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	/*background-color: #B575B4;*/
	/*background-color: #a2aaac;*/
	margin-right: 2px;
	background-attachment: scroll;
	/*background-image: url(../_img/bg/bg-menu.png);*/
	background-repeat: no-repeat;
	background-position: left top;
}

#nav-pri li a:hover {
	color: #555555;
	background-color: transparent;

}



#nav-pri a.select, #nav-pri a:hover.select {
	color: #333333;
	font-weight: bold;
	cursor: ;
}


/* :KLUDGE: Remove lacunas no IE/Win.......................... */
#nav-tit li {
	display: block;
}




/********** CONTEUDO **********/

#conteudo-wrap {
	width: px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;

}

#conteudo-wrap-2col {
	width: 100%;
	text-align: left;

}


#conteudo-wrap-indice {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
	margin-bottom: 10px;
}




/***** Conteudo Side *****/

#conteudo-side {
	float: left;
	width: 170px;
	padding: 0px;
	margin-top:14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#conteudo-side h1 {
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	text-align: right;
	text-shadow: 0 1px #ffffff;
	padding-right: 10px;
	line-height: 34px;
	background-color:#e9e9e9;
	border-radius: 4px 4px 4px 4px;
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_titulo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#conteudo-side h2 {
	font-size: 15px;
	color:#999999;
	font-weight: bold;
	text-transform: ;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-style: italic;
}


#conteudo-side li {
	margin-top: 15px;

}

#conteudo-side li strong {
	font-size: 14px;
	font-weight: bold;
	color: #333;

}

/***** Navegacao Conteudo *****/

#nav-conteudo {
	/*float: left;*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: ;
}

#nav-conteudo ul {
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



#nav-conteudo ul a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 10px;
	margin-right: 0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDEE1;
	padding-top: 6px;
	padding-bottom: 6px;	
}

#nav-conteudo ul a:hover {
	color: #444444;
	background-color: transparent;
}


#nav-conteudo a.select, #nav-conteudo a.select:hover  {
	color: #444444;
	font-weight: bold;
}


/* :HLUDGE : Remove lacunas no IE/win */
#nav-conteudo li {
	display: inline;
	
}


#nav-conteudo h5 a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDEE1;
}


#nav-conteudo h5 a:hover {
	color: #555555;
}




/***** Conteudo *****/

#conteudo {
	width: 520px;
	float: right;
	/*background-color: #DCD9D5;*/
	background-color: #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	/*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
	/*border-radius: 4px 4px 4px 4px;	*/
	
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_conteudo_top.png);
	background-repeat: no-repeat;
	background-position: right top;	

}

#conteudo .imagem {
	height: 250px;
	width: 520px;
	background-attachment: scroll;
	background-image: url(../_img/bg/sombra_img.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#conteudo h1 {
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	text-shadow: 0 1px #ffffff;
}

#conteudo h2 {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-transform: ;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-style: italic;
}

#conteudo h3 {
	font-size: 115%;
	color:#FF6600;
	font-weight: bold;
	text-transform: ;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	padding-bottom: 0px;
}


#conteudo h4 {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding-top: 10px;
	padding-bottom: 10px;

}

#conteudo .txt {
	padding-top: 0px;
	padding-bottom: 10px;
}


#conteudo p {
	padding-bottom: 15px;
}


/*********** MUDA FONTE ***********/

#conteudo .muda-fonte {
	text-align: right;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #777777;	
}



#conteudo .muda-fonte span {
	margin-right: 5px;
	font-size: 9px;
}



#conteudo .muda-fonte a {
	text-decoration: none;
	color: #777777;
}

#conteudo .muda-fonte a:hover {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

#conteudo .muda-fonte a.a- {
	font-size: 9px;
	margin-right: 2px;
}


/* FOOTER
================================================================= */
#footer {
	font-size: 11px;
	width: 100%;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_conteudo_foot.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	
}

#footer a {
	color: #555555;
	text-decoration: none;
	background-color:transparent;
}

#footer a:hover {
	color: #000000;	
}


.foot-1 {
	float: left;
	display:none;

}

.foot-2 {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

address {
	font-style: normal;
}



/* MUDA FONTE
================================================================= */

.resize10 { font-size: 12px; line-height: 1.4em;}
.resize11 { font-size: 13px; line-height: 1.4em;}
.resize12 { font-size: 14px; line-height: 1.4em;}
.resize13 { font-size: 15px; line-height: 1.4em;}
.resize14 { font-size: 16px; line-height: 1.4em;}





/* LISTA ARTIGOS
================================================================= */


ul.lista-art {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.lista-art ul li {
	list-style-type: none;
	margin-left: 20px;
}


ul.lista-art li {
	padding-left: 15px;
	margin-left: 30px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: ;
}

ul.lista-art a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

ul.lista-art a:hover {


}

.art-fonte {
	font-size: 90%;
	padding-top: 5px;
}


/* FORMULARIOS
================================================================= */

#contato {
/*	background-color: #E9E9E9;*/
	width: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


form input {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;

}

form input#enviar {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.botao {
	text-align: center;
}

/*form select {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 230px;
}*/

form input {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 230px;
}

form input#enviar, form input#acessar {
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: auto;
	
}

form textarea {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 230px;
}

form table {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	/*width: 279px;*/
	/*background-color:#e1e1e1;*/
	border-radius: 6px 6px 6px 6px;
	padding-top: 22px;
	
	padding-bottom: 20px;
	padding-right: 26px;
	padding-left: 26px;
	/*border: 1px solid #CFCFCF;*/
	/*background-attachment: scroll;
	background-image: url(../_img/bg/bg_login.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}

.form-contato {
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_contato.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.form-login {
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_login.png);
	background-repeat: no-repeat;
	background-position: center top;
}




/* HOME
================================================================= */


#conteudo-home {
	background-color: #E9E9E9;
	padding-top: 20px;
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_home_top.png);
	background-repeat: no-repeat;
	background-position: center top;	
	
	/*border-width: 1px;
	border-style: solid;
	border-color: #e9e9e9;
	
	border-radius: 4px 4px 4px 4px;*/
	
	/*box-shadow: 5px 5px 3px #333;
   -webkit-box-shadow: 5px 5px 3px #333;
   -moz-box-shadow: 5px 5px 3px #333;*/
   
   /*box-shadow: 5px 5px 10px #333, -5px -5px 10px #ccc;*/

}

#conteudo-home .imagem {
	width: 710px;
	height: 310px;
	margin-bottom: 15px;
	background-color: ;
	background-attachment: scroll;
	background-image: url(../_img/bg/sombra_img.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	margin-left: 20px;

}


#conteudo-home .product {
	width: ;
	height: ;
	background-color: #E9E9E9;
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_home_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#footer-home {
	font-size: 11px;
	width: 750px;
	margin-top: 0px;
	
	background-attachment: scroll;
	background-image: url(../_img/bg/bg_home_foot.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	

}

#footer-home a {
	color: #555555;
	text-decoration: none;
	background-color:transparent;
}

#footer-home a:hover {
	color: #000000;	
}




/* THUMBNAIL
================================================================= */

.thumbnails {
	display: block;
	float: left;
	width: 520px;	
	/*background-color: #E8E8E8;*/
/*	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;*/
}

.thumbnails a
{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;	
}

.thumbnails a img{
	border: 1px solid #CCC;
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 4px;

}

.thumbnails a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration: none;
	
}

/*.thumbnails a:hover img {
	border: 1px solid #aaaaaa
}*/

/*.thumbnails a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 120px;
	
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}*/


.valor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	/*background-color: #D4D4D4;*/
	/*padding-top: 2px;
	padding-right: 4px;*/
	/*padding-bottom: 5px;*/
	/*padding-left: 4px;*/
	
	/*border-radius: 4px 4px 4px 4px;*/
}





/* LISTA PRODUTOS
================================================================= */

div#product_wrap {
	background-color: ;
	width: 100%;


}

div#product_wrap .product_brief {
	float: left;
	margin-right: 18px;
	margin-top: 0px;
	width: 164px;

}

div#product_wrap .product_brief_frame {
	border: 0px solid #EDEBEA;
	/*height: 230px;*/

}

div#product_wrap .product_thumb {
	height: 76px;
	background-color: #cccccc;
	
	/*box-shadow: 5px 5px 3px #333;
   -webkit-box-shadow: 5px 5px 3px #333;
   -moz-box-shadow: 5px 5px 3px #333;*/
}

div#product_wrap .product_thumb a {
	display: block;
	overflow: hidden;
	
}

div#product_wrap .product_info {
	height: ;
	position: ;
}

div#product_wrap h2.product_info_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-top: 10px;
	line-height: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#product_wrap p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-top: 5px;

}

div#product_wrap h3.product_info_creator {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	line-height: normal;
	padding: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#product_wrap .product_info_detail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	position:;
	margin-top: 10px;

}



div#product_wrap .product_info_price {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin-top: 15px;
	position:;
}

div#product_wrap .product_info_buy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 15px;

}



/* PLANOS - PREÇOS
================================================================= */

div#planos_wrap {
	background-color: ;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;

}

div#planos_wrap .planos_brief {
	float: left;
	width: 128px;
	margin-right: 2px;
}

div#planos_wrap .planos_brief_frame {
	/*border: 1px solid #ffffff;*/
	/*border-radius: 4px 4px 4px 4px;*/
	/*height: 230px;*/

}

div#planos_wrap .planos_head {
	background-color: #cccccc;
	border-radius: 4px 4px 4px 4px;
	background-attachment: scroll;
	background-image: url(../_img/bg/planos_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	/*box-shadow: 5px 5px 3px #333;
   -webkit-box-shadow: 5px 5px 3px #333;
   -moz-box-shadow: 5px 5px 3px #333;*/
}

div#planos_wrap .planos_head h1 {
	font-family: ;
	font-size: 16px;
	color: #333;
	
	text-align: center;
	text-shadow: 0 1px #ffffff;
	line-height: 40px;
	
	text-shadow:#FFF;
	
	/*box-shadow: 5px 5px 3px #333;
   -webkit-box-shadow: 5px 5px 3px #333;
   -moz-box-shadow: 5px 5px 3px #333;*/
}


div#planos_wrap .planos_info {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	
	text-align: center;
}

div#planos_wrap .planos_info li {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-attachment: scroll;
	background-image: url(../_img/bg/planos_separador.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


div#planos_wrap p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-top: 5px;

}


div#planos_wrap .planos_price {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	position:;
	display:none;
}




