/*BODY*/
body
{ 
   background-image: url('images/menu_grad_vert.png');
   background-repeat: no-repeat;
   background-attachment:fixed;
   background-color: #FFFFCC;
}

p.normal
{
   color: Teal;	
   text-indent: 0.5cm;
   font-style: none;
   font-family:'Comic Sans MS', sans-serif;
   font-size:110%;
   text-align: justify;  
}

p.contactos
{	
   color: Teal; 
   font-family:'Comic Sans MS', sans-serif;
   font-style: none;
   font-size:110%;
   margin-left: 0.8cm
}

p.portfolio
{
   color: Teal;	
   font-style: none;
   font-family:'Comic Sans MS', sans-serif;
   font-size:110%;
   text-align: center;
   margin-left:1.5cm
}

p.titulo 
{
   color: Teal;		/*#3399FF;*/
   text-align: center;
   font-weight: bold; 
   font-family:'Comic Sans MS', sans-serif;
   font-size:180%;
  
}

center
{
   color: Teal;	
   font-family:'Comic Sans MS', sans-serif;
   font-size:125%;
   font-weight: bold;
}

/*LINKS*/
a:link 
{
   color: mediumBlue;
   text-decoration: none;
} 

a:visited 
{
   color: indigo;  /*Violeta*/ 
   text-decoration: none;
}

a:hover 
{
   color: #FF8D28;
   text-decoration: underline;
} 

a.discrete
{
   color: Teal;
   text-decoration: none;
}


/*LISTAS*/
ul 
{
   list-style-image: url('images/dset01bullet.gif');
   list-style-position: inside;
   line-height: 0.4cm;
   text-align: justify;
   text-indent: 0,5cm;
   color: Teal;
   font-style: bold;
   font-family:'Comic Sans MS', sans-serif;
   font-size:110%;
}


/*IMAGENS*/
img.landscape	
{
   height: 140px;
   width: 155px;
   border: 0px;
   border-style: none
}

img.main	
{
   height: 150px;
   width: 165px;
   border: 0px;
   border-style: none
}

img.portrait	
{
   height: 150px;
   width: 115px;
   border: 0px;
   border-style: none
}

img.blank	
{
   height: 150px;
   width: 120px;
   border: 0px;
   border-style: none
}

img.bull
{
   height: 14px;
   width: 14px;
   border: 0px;
}

img {border:0px}

img.insuflavel {width:180px}

/*ESPAÇOS*/
br.menor
{
   line-height: 8px;
}


/*TABELAS*/

td.border
{
   text-align: center;
   padding: 3px; 
   border-style: double;
   border-color: Teal;
}

td
{
   text-align: justify;
   padding: 8px;
   border-style: none;
   text-align: center;
}

td.thumb	/*para thumbs no portfolio*/
{
   text-align: center;
   padding: 1px;
   border-style: none;
}

td.contactos
{
   border-style: none;
   padding: 7px;
   color: Teal;
   font-family:'Comic Sans MS', sans-serif;
   font-style: bold;
   font-size:110%;
   text-indent: 0.5cm
}

/*DIVS*/
#Menu 
{ 
   float: left;
   margin-left: -6px;
   text-align: center;
}


#Main
{
   background: #FFFFCC;
   float: right;
   top: 175px;
   left: 230px;
   position: absolute;
}

#MainFotos
{
   background: #FFFFCC;
   /*float: right;*/
   top: 115px;
   left: 230px;
   position: absolute;
}

#MainFotosSesimbra
{
   background: #FFFFCC;
   /*float: right;*/
   top: 115px;
   left: 350px;
   position: absolute;
}

#Banner
{
   background: #FFFFCC;
   top: 10px;
   left: 255px;
   position: absolute;
   text-align: center;
}



