﻿/*@charset Unicode*/
/*@charset utf-8;*/

/*Para o CHROME pôr as LAYERS como alinhadas*/
* {
margin: 0px;
padding: 0px;
}

/*Quando se selecciona texto aparece com este fundo/cor*/
::-moz-selection{
background:#003333;
color:#F90
}
::selection{
background:#003333;
color:#F90
}

/*DIVs*/

#container {
		width: 1014px;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		
	}
	
	
#avaldia01 {
	background-color:#eeeeee;
	border:1px #00afdb solid;
	padding:2px;
} 
#avaldia02 {
	background-color:#eeeeee;
	border:1px #00afdb solid;
	padding:2px;
} 
#avaldia03 {
	background-color:#eeeeee;
	border:1px #00afdb solid;
	padding:2px;
} 
#avaldia04 {
	background-color:#eeeeee;
	border:1px #00afdb solid;
	padding:2px;
} 

#banner {
	width:696px;
	height:166px;
	margin-top:28px;
	margin-right:58px;
	float:right;
	border:1px #ccc solid;
	padding:2px;
}

#btiras {
	width:1014px;
	height:194px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
	background-color:#e0e5e8;
	background-image:url(../../ima/bk/btiras.jpg);
}
#cemeare_reg {
	width:357px;
	height:19px;
	margin-top:163px;
	margin-left:-190px;
	float:left;
}
#cl {
	width:4px;
	height:3px;
	margin-top:10px;
	margin-left:0px;
	float:left;
	background-color:#e0e5e8;
	background-image:url(../../ima/bk/bk.jpg);
}
#comunidade {
	width:154px;
	height:19px;
	margin-top:163px;
	margin-left:20px;
	float:left;
}
#content {
	width:696px;
	margin-top:5px;
	margin-right:58px;
	float:right;
	padding:2px;
}

#cr {
	width:9px;
	height:3px;
	margin-top:10px;
	margin-right:0px;
	float:right;
	background-color:#e0e5e8;
    background-image:url(../../ima/bk/bk.jpg);
}
#galeria {
	width:700px;
	height:420px;
	margin-top:28px;
	margin-right:58px;
	float:right;
	padding:2px;
}
#gearth {
	width:144px;
	height:108px;
	margin-left:15px;
	float:left;
	border:1px #ccc solid;
	padding:2px;
}
#imindex {
	width:694px;
	height:396px;
	margin-top:28px;
	margin-right:58px;
	float:right;
	border:1px #ccc solid;
	padding:2px;
}
#imovocitos {
	width:694px;
	height:70px;
	margin-top:5px;
	margin-right:58px;
	float:right;
	border:1px #ccc solid;
	padding:2px;
}
#ini_pre_inf {
	width:187px;
	height:19px;
	margin-top:35px;
	margin-left:23px;
	padding-left:5px;
	float:left;
}
#left {
	width:187px;
	margin-top:28px;
	margin-left:23px;
	float:left;
	padding:2px;
}
#logo {
	width:187px;
	height:64px;
	margin-top:0px;
	margin-left:23px;
	float:left;
	background-image:url(../../ima/bk/logo.jpg);
}
#menutop {
	width:720px;
	height:24px;
	margin-top:40px;
	padding-left:38px;
	margin-left:1px;
	float:left;
}

#scroll {
	width:1014px;
	margin-top:0px;
	margin-left:0px;
	float:left;
	background-image:url(../../ima/bk/lrshadow.jpg);
}
#sephoriz {
	width:964px;
	height:3px;
	margin-top:9px;
	margin-left:19px;
	float:left;
	background-image:url(../../ima/bk/sephoriz.jpg);
}
#sepvert {
	width:1px;
	height:420px;
	margin-top:28px;
	margin-left:10px;
	float:left;
	background-image:url(../../ima/bk/sepvert.jpg);
}

#top {
	width:1014px;
	height:23px;
	margin-top:10px;
	margin-left:0px;
	float:left;
}





/*ESTILOS*/

/* TXT */

.bold {
font-weight:800;
}
.underl {
text-decoration: underline;
}
/* tamanhos */
.txt10 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.txt12 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.txt14 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
.txt16 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
.txt18 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}
.txt20 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
}
/* cores */
.cinzacl  {
color:#5c6f7b;
}
.azules {
color:#00afdb;
}
.azulcl {
color:#77d0ea;
}




/* LINKS */
a {
	text-decoration:none;
	cursor:pointer;
}

