/* CSS GERAL DO SITE, CONTÉM DEFINIÇÕES DE TAGS, CLASSES GERAIS E ID'S
---------------------------------------------------------------------------------------- */
body{
	margin: 0px;
	padding: 0px;
	font: normal 11px Verdana;
	text-align: center;
	color: #000;
}

#geral{
	margin: auto;
	width: 100%;
	text-align: center;
	position: relative;
}

#topo{
	width: 775px;
	background: url('/cinomose_aquinao/images/cinomose_bg_topo.jpg') no-repeat 0px 0px;
	text-align: left;
	margin: auto;
	position: relative;
	z-index: 11;
}

#corpo{
	width: 775px;
	background: url('/cinomose_aquinao/images/cinomose_bg.jpg') repeat-y 0px 0px;
	text-align: left;
	margin: auto;
	padding: 0px 0px 30px 0px;
}

#conteudo{
	width: 725px;
	float: left;
	padding: 10px 25px 0px 25px;
}


/* DEFINIÇÃO DAS TAGS
-------------------------------------------------------------------------------------------*/
input, select, div, table, form, textarea{
	font: normal 11px Verdana;
	color: #000;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p{
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

object{
	outline: none
}

h3{
	font: bold 11px Verdana;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
}

a, a:hover, a:visited{
	color: #000;
	text-decoration: underline;
}

/* CLASSES GERAIS DO SITE
-------------------------------------------------------------------------------------------*/

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.floatRightImg{
	float: right;
	margin: 0px 0px 0px 15px;	
}

.clear{
	clear: both;
}

.paddingNone{
	padding-right: 0px!important;
}

/*	CONTEÚDO
----------------------------------------------------------------------------------------*/

#controlaFlashCachorro{
	width: 100%;
	background: url('/cinomose_aquinao/images/cinomose_bg.jpg') repeat-y center top;
}

#titulo{
	width: 725px;
	text-align: center;
}

#linkMarcado{
	background: yellow;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

#controlaFlashCrosslink{
	position: relative;
	width: 775px;
	margin: auto;
}

#flashCrosslink{
	position: absolute;
	top: 20px;
	right: 40px;
}

.boxDepoimento{
	width: 725px;
	float: left;
}
		
.boxInterno{
	width: 700px;
	float: left;
	background: url('/cinomose_aquinao/cinomose_depoimento/images/mural_box_bg.gif') repeat-y 0px 0px;
	padding: 0px 15px 20px 10px;
}

#mostraCaracter{
	float: right;
	font-weight: bold;
	visibility: hidden;
	display: block;
	width: 175px;
}

#logoWspa{
	margin: 20px 0px 0px 20px;
	float: left;
}

/* WIDGETS 
--------------------------------------------------------------------------------------------------*/
#controlaCompartilhe{
	position: relative;
	width: 775px;
	margin: auto;
	z-index: 11;
}

#compartilhe {
	position: absolute;
	right: 119px;
	top: 39px;
	padding: 10px 0px 0px 0px;
	width: 333px;
	height: 203px;
	text-align: right;
	display: none;
	z-index: 12;
	background: url('/cinomose_aquinao/images/base_compartilhe.gif') no-repeat 0px 0px;
}

#controlaWidgets{
	padding: 5px 0px 0px 10px;
	width: 333px;
}

#widgets{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#widgets li{
	float: left;
	width: 160px;
	text-align: left;
	height: 25px;
	padding: 2px 0px 0px 0px;
}

#widgets li a {
	color: #2585ad;
	text-decoration: none;
}

#widgets li img{
	margin: 0px 5px 0px 5px!important;
	vertical-align: bottom!important;
}

#btnFecharCompartilhe{
	float: right;
	margin: 0px 30px 0px 0px;
} 
 

/* RODAPÉ
----------------------------------------------------------------------------------------*/
#rodape{
	width: 100%;
	text-align: center;
}

#controlaRodape{
	width: 775px;
	margin: auto;
}

#rodape ul{
	margin: auto;
	width: 775px;
}

#rodape ul li{
	float: left;
	width: 255px;
}

#rodape .primeiroBox {	
	float: left;
	width: 240px;
}

#rodape ul li .segundoSelect {
	float: left;
	width: 175px;
	padding: 0px 0px 0px 32px;
}

#rodape ul li .ajustaBotaoOk {
	float: left;
	width: 15px;
}

.botaoCombo {
	font: 10px Verdana; 
	color: #FFFFFF;
	margin: 0 0 0 10; 
	background-color: #003431;
}

.rodape, a.rodape {
	text-align: center;
	font: 10px Verdana; 
	color: #000000;
	text-decoration: none;
}


