
/* CSS POR ELISEU S. BORGUEZAO */
/* --------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
strong{ font-weight: bold; }
:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table {	border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none;}
ol, ul {list-style: none;}
input, textarea, select, button {font-size: 100%;font-family: inherit;}
select {margin: inherit;}
hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}

/* --------------------------------------- CSS GENÉRICO ------------- */

body{
	font-family: Helvetica;
	font-size: 13px;
	line-height: inherit;
	color: #666666;
	background: url(../imagens/bg.gif) top center no-repeat;
	background-color: #EBD7FF;
}
#frameinvisivel{
	display: none;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.justify{
	text-align: justify;
}
.middle{
	vertical-align: middle;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
.negrito{
	font-weight: bold;
}

ul li{
	list-style: none;
	list-style-type: none;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #BB3D55;
}
h2{
	font-size: 18px;
	color: #8BD1DF;
}
h3{

}
a:link{
	color: #F50540;
	text-decoration: none;
}
a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #999999;
	text-decoration: none;
}
input{
	background: url(../imagens/bg_input.gif) top left no-repeat;
	background-color: #0B1121;
}
input, select, textarea{
	border: 1px solid #009999;
	color: #009999;
	background: none;
	background-image: none;
	background-color: #DEF7FA;
}
textarea{
	background-color: #DEF7FA;
}
.input_zerar{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------ Estrutura --------------------------------------------------------------- */
#topo{
	margin: 0px auto;
	width: 700px;
	height: 144px;
}
#menu{
	margin: 0px auto;
	width: 700px;
	height: 55px;
}
#menu ul li{
	float: left;
}
#conteudo{
	margin: 0px auto;
	width: 678px;
	min-height: 400px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border: 1px solid #BC78FF;
}
#rodape{
	margin: 0px auto;
	width: 700px;
	height: 120px;
	background: url(../imagens/bg_rodape.gif) top center no-repeat;

}
/* --------------------------------------------------- PÁGINAS INTERNAS -------------------------------- */
.separafotos{
	float: left;
	text-align: center;
	padding: 2px;
	margin: 0px 2px 2px 2px;
	border: 1px solid #DEBDFF;
	width: 216px;
}
.separafotos_height{
	height: 260px;
}
.separafotos_galeria{
	float: left;
	text-align: center;
	padding: 2px;
	margin: 0px 2px 2px 2px;
	border: 1px solid #DEBDFF;
	width: 216px;
}
#display_paginacao{
	display: block;
	padding: 4px;
	text-align: center;
	background-color: #E6E9EE;
	font-weight: bold;
	color: color: #003366;
}
#display_paginacao a{
	margin: 4px;
	padding: 2px;
	border: 1px solid #B5C5DF;
	background-color: #B5C5DF;
	text-decoration: none;
	color: #003366;
	border: 1px solid #6666CC;
	pading: 4px;
	font-weight: bold;
}

#display_paginacao a:active{
	border: 1px solid #FFFFFF;
	pading: 4px;
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}
#display_paginacao a:visited{
	text-decoration: none;
	color: #003366;
	border: 1px solid #6666CC;
	pading: 4px;
	font-weight: bold;
}