﻿/* hierarquia e graduação */

#tabelahierarquia td
{
	font: normal normal 8pt black;
	font-family: Verdana;
	text-align: left;
}

/* Iaido */
#imgkeirei
{
	float: left;
	margin-right: 15px;
}
#imgsenseirei
{
	float: right;
	margin-left: 30px;
}

/* Ryu */
#creditos p
{
	text-align: center;
}

/* Artigos */
#textoartigo div.conteudo
{
    padding: 0px;
    border: none;
	text-align: justify;
}

/* Em breve */
#texto div.breve
{
	height: 250px;
	background-image: url('breve.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 50px;
}
/* Academia */
img.imgAcademia
{
    float: right;
}
/* Listra Professores */
#texto div.listaprofessores div
{
    border: none;
    margin: 0px;
    padding: 0px;
}
#texto div.listaprofessores div.foto
{
    float: left;
    width: 130px;
    border: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
	margin-top: 20px;
}
#texto div.listaprofessores div.dados
{
    float: left;
    width: 430px;
    border: none;
    margin: 0px;
    padding: 0px;
	text-align: justify;
	margin-top: 15px;
}
#texto div.listaprofessores h4
{
    text-align: right;
    background-color: #EEEECC;
    font: normal normal bold 8pt/8pt Verdana;
    color: #7D775C;
    padding: 0px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 3px;
    padding-right: 10px;
}

/* Lista Academias */
#texto div.listaacademias div.foto
{
    float: right;
    width: 130px;
    text-align: center;
    margin-right: 10px;
    _margin-right: 0px;
}
#texto div.listaacademias div.dados
{
    float: left;
    width: 400px;
    min-height: 150px;
	text-align: justify;
}
#texto div.listaacademias div.dados a
{
    text-decoration: none;
    color: #7D775C;
    font-weight: bold;
    float: left;
}
#texto div.listaacademias div.dados p
{
    margin-bottom: -20px;
    padding: 0px;
}
#texto div.listaacademias div
{
    border: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
