﻿/* */

.bodyMobile
{
    background-color: White;
    margin: 0px;
}

.espaco
{
    height: 30px;
}

.voltar
{
    padding: 5px;
}

.procurar 
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.topo 
{
    height: 36px;
    background: url('../../cliente/layout/fundo_logo_mobile.jpg');
    padding-left: 3px;
}
.topo img {
    height: 36px;
}

.botoes {
    background: url('../imagens/fundo_botoes.jpg');
    height: 36px;
}
.botoes img {
    height: 36px;
}

.conteudo 
{
    padding: 10px;
    font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.conteudo a
{
    padding: 5px;
    font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

/* Menus */
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Trebuchet MS;
  font-size: 24px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
    border-bottom: 1px solid #000000;
}

ul#menu li a 
{
  background: url(../imagens/seta.png) no-repeat center right; /*custom bullet */
  background-color: #fff;
  color: #000;	
  padding: 0.5em;
}

ul#menu li a:hover 
{
  background: url(../imagens/seta.png) no-repeat center right; /*custom bullet */
  background-color: #fff;
}

ul#menu li ul li a 
{
  background: url(../imagens/seta.png) no-repeat center right; /*custom bullet */
  background-color: #ccc;
  color: #000;
  padding-left: 30px;
  border: 0px;
}

ul#menu li ul li a:hover {
  background: url(../imagens/seta.png) no-repeat center right; /*custom bullet */
  background: #ccc;
  border-left: 5px #000 solid;
  padding-left: 25px;
}


/*Modal Popup*/
.modalBackground {
	background-color:Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:5px;
	width: auto;
	height: auto;
}

.txtModal {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.txtModalBold {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.tituloPaginaMobile
{
    padding: 10px;
}

.txtTituloPaginaMobile 
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	
}

a.lnkTituloPaginaMobile:link, a.lnkTituloPaginaMobile:visited, a.lnkTituloPaginaMobile:active  {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.lnkTituloPaginaMobile:hover {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}