/* Folha de Estilos do site FEPAI - v2.0 */
/* kátia numakura - 2008 */


/* DIVs - Estrutura do Site */

body {
	background:url(../imagem/img_bk.gif) repeat-x top center #dcdbdc;
	font-family:Verdana, sans-serif;
	font-size:10px;
}

#topo {
	margin:0px auto;
	width:780px;
	height:177px;
	border-bottom:5px solid #d5d5d5;
	background:url(../imagem/img_topo.jpg) top center no-repeat;
}

#container {
	margin:0px auto;
	width:780px;
}

#rodape { 
	margin:0px auto;
	width:780px;
	height:20px;
	background-color:#a8a8a8;
	color:#FFFFFF;
	padding-top:5px;
	text-align:center;
	clear:both;
}

/* Classes */

.menu_item {
	border-bottom:2px solid #dddcdc;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	padding-left:10px;
	padding-right:8px;
	color:#cc0000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	padding-left:10px;

	color:#FF9900;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
	color: #cc0000;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	margin-bottom:5px;
	color:#FF9900;
	border-bottom:#999999 dotted 1px;
	width:auto;
}

.titulolivro {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-right:10px;
	color:#FF9900;
}

.titulomestr {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-right:10px;
	color:#cc0000;
}

p {
	font-size:10px;
	padding-left:10px;
	padding-right:12px;
	color:#666666;
}

.texto {
	font-size:10px;
	padding-left:10px;
	padding-right:12px;
	color:#666666;
}


/* Thumbnails */

.gallerycontainer{
	position: relative;
}

.thumbnail img{
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail span{ 
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color:#666666;
	text-decoration: none;
}

.thumbnail span img{ 
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ 
	visibility: visible;
	top: 0;
	left:200px;
	width:306px;
	z-index: 50;
}



/* Links Gerais */

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #d71920;
	text-decoration: underline;
}
a:active {
	color: #d71920;
	text-decoration: underline;
}



/* Links Título (Academias) */

a.linktitulo:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FF9900;
	text-decoration:none;
}

a.linktitulo:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FF9900;
	text-decoration:none;
}

a.linktitulo:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#cc0000;
	text-decoration:none;
}

a.linktitulo:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FF9900;
	text-decoration:none;
}




	



/* Link Rodapé */

a.rodape:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.rodape:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.rodape:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.rodape:hover {
	color: #d71920;
	text-decoration: underline;
}