BODY 
{  
  background-repeat: repeat-x;
  background: url(../images/black.jpg);
  background-attachment: fixed;
}

H1 
{ 
  font-family: Tahoma, Geneva, Arial;
  font-size: 24pt; 
  color: #eeebec; 
}

H2
{ 
  font-family: Tahoma, Geneva, Arial;
  font-size: 20pt; 
  color: #eeebec; 
}

H3
{ 
  font-family: Tahoma, Geneva, Arial;
  font-size: 16pt; 
  color: #eeebec; 
}

H4
{ 
  font-family: Tahoma, Geneva, Arial;
  font-size: 14pt; 
  color: #eeebec;
  text-align: left; 
}

H5
{ 
  font-family: Tahoma, Geneva, Arial;
  font-size: 12pt; 
  color: #eeebec;
  text-align: left; 
}

H6
{ 
  font-family: Tahoma, Geneva, Arial;
  font-size: 10pt; 
  color: #eeebec;
  text-align: left; 
}

table
{
  width:100%;
  border: 0;
  /* border: 1px solid #eeebec; */
  border-collapse: collapse;
}

#menu
{
  width: 100%;
  border-style: solid;
  border-width: 0;
  border-color: black;
  background-color: black;
  margin: 0;
}

#proposte
{
  width: 100%;
  border-collapse: separate;
  text-align: right; 
}

.BLACK
{        
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
  font-size: 9pt;
  background: black;
  border: inset 1 outset 0;
  border-spacing: 0;
  padding: 1;
}

.BLACK2
{        
  margin-left:auto; 
  margin-right:auto;
  text-align: left;
  font-size: 9pt;
  background: black;
  border-color: black;
  border-spacing: 0;
  border-style: solid;
  padding: 1;
  border: inset 0 outset 0;
  background-color: black;
  margin: 0px 0px 0px 0px;
}

TD
{ 
  font-family: Tahoma, Geneva, Arial;
  font-size: 11pt; 
  color: #eeebec;
  border: inset 0 outset 0;
  padding: 0;
}

TD.ADDBORDER_NO_WIDTH
{ 
  font-family: Tahoma, Geneva, Arial;
  text-align: justify;
  vertical-align: top;
  color: #eeebec;
  border: inset 0 outset 0;
  padding: 7;
  font-size: 11pt;
}

TD.ADDBORDER
{ 
  font-family: Tahoma, Geneva, Arial;
  text-align: justify;
  vertical-align: top;
  color: #eeebec;
  border: inset 0 outset 0;
  padding: 7;
  font-size: 11pt;
  width: 370;
}

LI
{ 
  font-family:     Tahoma, Geneva, Arial;
  font-style:      italic 
  font-size:       11pt; 
  color:           black; 
}

A
{
  text-decoration: none;
  text-transform:  none;
  text-decoration: none;
  font-family:     Geneva, Arial, Tahoma;
  font-size:       11pt;
  font-style:      normal;
  font-weight:     bold;
  color:           #CA0000;
  /* color:           #808080;  */
  margin:          0;
  padding:         0;
}

A:hover
{
  color:           #FC2F18;
  /* color:           #eeebec;  */
}


.speaker
{
  text-decoration: none;
  color:           black;
  border: inset 0 outset 0;
  margin:          0;
  padding:         0;
  border-spacing:  0;
  cursor:          pointer;
}


P
{
  color:           #eeebec;
  text-align:      justify;
  font-family:     Tahoma, Geneva, Arial;
  font-size:       11pt;
}


.title
{
  color: 					 #eeebec;
  font-weight:     bold;
  font-family:     Tahoma, Geneva, Arial;
  font-size:       11pt;
  font-style:      italic; 
  text-align:      right;
}

audio::-webkit-media-controls-panel {
  background-color: #56AEFF;
}

audio::-webkit-media-controls-play-button {
  background-color: #B1D4E0;
  border-radius: 50%;
}

audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(177,212,224, .7);
}


audio, audio:hover, audio:focus, audio:active
{
	width: 275px;
	height: 42px;
}	
	

@media (max-width: 700px) {
  audio, audio:hover, audio:focus, audio:active
  {
  	width: 200px;
	  height: 40px;
  }
}