/* Reset os valores */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0;
font-family:Arial, Helvetica, sans-serif;
} 
table { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img {  
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
  list-style:none; 
	} 
caption,th { 
	    text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	    font-size:100%;
	    font-weight:normal;
	} 
q:before,q:after { 
	    content:''; 
	} 
abbr,acronym { border:0; 
	} 
/* 1- Estrutura geral */
body {
background: #f8f8f2 url(../img/novo/background.jpg) repeat ;
font-family:Arial, Helvetica, sans-serif ;
}
#tudo {
margin:0 auto;
position:relative;
width:760px;
}
#head {
height:283px;
margin-top:10px;
position:relative;
width:760px;
}
.negrito {
font-weight: bold;
}
/* h3 em head é sempre o logo */
#head h3 {
right:77px;
top:15px;
position:absolute;
height:96px;
width:100px;
}
#footer{

color:#F8F8FF;
font-size:75%;
font-weight:bold;
height:115px;
padding-top:10px;
text-align:center;
width:760px;
}
/************************ THICKBOX********************************/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font-family:Arial, Helvetica, sans-serif;
  color: #be175f;
}
#TB_secondLine {
  font-family:Arial, Helvetica, sans-serif;
  color:#be175f;
}
#TB_window a:link {color: #be175f;}
#TB_window a:visited {color: #be175f;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#fff;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 6px solid #e0eff3;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e0eff3;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/** FIM THICKBOX**********************/

/* 1.1 Supernavegação */
#navhold {
background: url(../img/novo/barra_menu.gif) no-repeat;
height:51px;
width:760px;
position:relative;
}
#supernav {
position:absolute;
padding: 0 0 8px; 
margin-left:26px;
height: 20px; 
}
#supernav li { 
display: inline; 
}
#supernav li a {
float: left; 
text-align:center;
margin: 0 2px 0 0; 
font-size: .8em; 
padding:17px 0;
width:135px;
color: #FFF; 
text-transform:uppercase;
text-decoration:none;
}
#supernav li a:hover  {
color: #AF1515;
background: url(../img/bg_nav_selec.gif) no-repeat 0 5px; 
}
#supernav li a.selecionado {
background: url(../img/bg_nav_selec.gif) no-repeat 0 5px; 
color:#1f5aa0;
}
/* 2 Pagina Inicial */
/*2.1 topo*/
.home-top {
background:url(../img/bg_home_head.jpg) no-repeat;
}
.home-top h1 {
position:absolute;
top:231px;
left:203px;
height:25px;
width:217px;
}
.home-top h2 {
position:absolute;
top:137px;
left:132px;
height:71px;
width:223px;
}
/** 2.2 assets menu auxiliar */
#menu-auxiliar {
background:url(../img/bg_aux_home.gif) no-repeat;
color:#134695;
padding-left:9px;
padding-right:11px;
height:169px;
width:740px;
}
#menu-auxiliar ul {
         width: 715px;
		 margin-left:15px;
} 
#menu-auxiliar ul li {
float:left;
}
#menu-auxiliar li {
        margin-top: 10px;
		margin-right:5px;		
}
#menu-auxiliar li a { 
        color: #be175f;
        display: block;
        font-size: 120%;
        padding: 5px 2px;
        text-decoration: none;
		height:100px;
}

 * html #menu-auxiliar li a {  /* funcione mesmo no pior navegador do mundo (IE) */
	width: 130px;
}

#menu-auxiliar li a:hover {
		background:#ddeef2 url(../img/bg_menuaux_hover.gif) no-repeat bottom right;       
}
#menu-auxiliar a span { 
        color: #134695;
		cursor:pointer;     
        display: block;
        font-size:70%;
		margin-top:5px;
		line-height:105%;
		width:140px;
}
#menu-auxiliar a span em{ 
font-weight:bold;
}
.mod-alunos {
background:url(../img/bg_mod_alunos.gif) no-repeat 0 25px ;
padding-left:110px;
}
.mod-cursos {
background:url(../img/bg_mod_cursos.gif) no-repeat 0 25px ;
padding-left:80px;
}
.mod-inscri {
background:url(../img/bg_mod_inscri.gif) no-repeat 0 45px ;
padding-left:70px;
}
/*2.3 Conteúdo principal*/
#conteudo-home {
background:#fff url(../img/bg_branco.gif) repeat-y;
color:#00000000;
font-size:95%;
padding-left:9px;
padding-right:11px;
}
#conteudo-home a {
color:#4169E1;
font-weight:bold;
text-decoration:none;
}
#conteudo-home a:hover {
text-decoration:underline;
}
#conteudo-home h3 {
height:66px;
float:left;
margin-top:35px;
margin-bottom:30px;
width:577px;
}
#conteudo-home h4{
display:block;
font-weight:bold;
color:#006600;
}
#conteudo-home address {
font-style:italic;
}
.selomec {
margin:10px;
margin-left:16px;
float:left;
}
#home-col1 {
background:url(../img/bg_col1.gif) no-repeat right;
padding-right:15px;
margin-left:15px;
float:left;
width:210px;
padding-bottom:15px;
}
#home-col2 {
background:url(../img/bg_col1.gif) no-repeat right;
padding-right:25px;
margin-left:15px;
float:left;
width:210px;
padding-bottom:25px;
}
#home-col3 {
background:url(../img/bg_col1.gif) no-repeat right;
padding-right:25px;
margin-left:15px;
float:left;
width:210px;
padding-bottom:25px;
}

.lembretes, .lembretes2 {
border-bottom:1px dashed #be175f;
float:left;
padding-left:20px;
padding-bottom:10px;
width:165px;
font-size:80%;
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
}
.lembretes2 {
padding-top:5px;
font-family:Arial, Helvetica, sans-serif;
}
.lembretes h4, .lembretes2 h4 {
color:#134695;
text-transform:uppercase;
}
/* 2.4 Estilos da tabela **/
#thickcontent1 {
/*visivel com thickbox*/
display:none;
}
#tabela table {
background:#FFFFFF;
margin-bottom:15px;
font-size:80%;
width:520px;
}
#tabela td {
border:1px solid #ccc;
padding:2px;
}
#tabela td.par {
background:#e0eff3;
}
/**** 3. Porque FASEH ****/
/** logo nesta seção é diferente **/
.pq-logo {
top:15px;
right:77px;
position:absolute;
}
/** Scrollable tem q ser relative***/
div.scrollable {
height:283px;
margin-top:10px;
position:relative;
overflow:hidden;    
width:760px;
}
/** Items com posição absoluta **/
div.scrollable div.items {     
    width:5320px;     
    position:absolute;         
} 
/** para rolar horizontal então float left **/
div.scrollable div.items div { 
float:left; 
}
.flashposicao {
margin:30px 350px 25px 65px;
}
/***3.1 Barbara***/
.barbara {
background:url(../img/foto_barbara.jpg);
height:283px;
width:760px;
}
.barbara h1 {
color:#bf1b62;
font-size:140%;
font-weight:bold;
margin-left:52px;
margin-top:46px;
width:240px;
}
.barbara p {
margin-left:60px;
font-size:85%;
color:#bf1b62;
font-style:italic;
width:210px;
display:block;
}
/** 3.2 isabela **/
.isabela {
background:url(../img/foto_isabela.jpg);
height:283px;
width:760px;
}
.isabela h1 {
color:#f2f9fb;
font-size:140%;
font-weight:bold;
margin-left:52px;
margin-top:46px;
width:240px;
}
.isabela p {
margin-left:60px;
font-size:85%;
color:#f2f9fb;
font-style:italic;
width:210px;
}
/** 3.3 frederico**/
.frederico {
background:url(../img/foto_frederico.jpg);
height:283px;
width:760px;
}
.frederico h1 {
color:#f2f9fb;
font-size:140%;
font-weight:bold;
margin-left:52px;
margin-top:46px;
width:240px;
}
.frederico p {
margin-left:60px;
font-size:85%;
color:#f2f9fb;
font-style:italic;
width:210px;
}
/**3.4 estilos para avisos de flash não instalado **/
#barbara-flash, #isabela-flash, #frederico-flash a:hover {
color:#bf1b62;
font-size:70%;
}
#barbara-flash a, #isabela-flash a, #frederico-flash a:hover{
color:#134695;
text-decoration:none;
}
#barbara-flash a:hover, #isabela-flash a:hover, #frederico-flash a:hover{
text-decoration:underline;
}
/*** 3.5 Menu Auxiliar Pq Faseh ***/
#menu-aux-pq {
background:#edf5f7 url(../img/bg_menuaux_pqfaseh.gif) repeat-y right;
float:left;
width:295px;
}
#menu-aux-pq h2 {
color:#bf1b62;
font-size:150%;
margin-left:35px;
margin-top:20px;
}
#menu-aux-pq ul {
margin:15px 15px 20px 35px;
font-size:80%;
}
#menu-aux-pq ul li {
list-style:url(../img/bg_lista_auxpq.gif);
font-weight:bold;
margin: 5px 0;
padding-left:5px;
}
.foot-menu-aux {
background:url(../img/bg_foot_auxpq.gif) no-repeat;
float:left;
height:31px;
width:295px;
}
/**3.6 Conteúdo principal ***/
#pqfaseh-content {
background:url(../img/bg_pqfaseh-content.gif) repeat-x top;
padding-right:15px;
padding-left:15px;
float:left;
width:415px;
}
#pqfaseh-content h4 {
border-bottom:1px solid #bf1b62;
color:#755018;
font-size:155%;
font-weight:normal;
margin:10px 0;
padding:0;
float:left;
width:390px;
}
#pqfaseh-content p {
float:left;
line-height:165%;
margin-bottom:10px;
}
#pqfaseh-content a {
font-weight:normal;
}
#pqfaseh-content ul  {
margin-left:25px;
margin-top:25px;	
}
#pqfaseh-content ul li {
list-style:url(../img/bg_lista_conteudopq.gif);
}
#pqfaseh-content ul li a {
color:#bf1b62;
text-decoration:none;
}
#pqfaseh-content ul li a:hover {
text-decoration:underline;
}
/***3.7 galeria de imagens ***/
#galeria {
background:url(../img/bg_col1.gif) no-repeat left;
float:left;
padding:5px 0 20px 10%;
width:90%;
margin:0 0 15px 0;
}
#galeria h5 {
color:#755018;
font-size:115%;
}
#galeria p {
font-size:85%;
border-bottom: 1px dashed #a6ce38;
margin:0;
padding:0;
float:left;
width:90%;
}
#galeria img {
margin:12px;
border:1px solid #755018;
}
/** 4 - Inscrições ***/
/*2.1 topo*/
.insc-top {
background:url(../img/bg_inscricao_head.jpg) no-repeat;
}
.insc-top h1 {
position:absolute;
top:104px;
left:82px;
height:25px;
width:265px;
}
.insc-top h2 {
position:absolute;
top:140px;
left:81px;
height:56px;
width:362px;
}
/** A tabela está dentro de "conteudo-home" **/
#conteudo-home table {
font-size:90%;
margin: 0 auto;
}
