/* global container */
body {
	margin: 0; padding: 0;


}
.html {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center; /* IExplorer */

}

/* main container */
.container {
  position: relative; padding: 0; margin: auto; /* Firefox, Mozilla, Opera */
  height: auto; width: 750;
  font-family: "Verdana";  font-size: 10px;
  color: #4F4B46;	
}

#left {
	float: left;
	width: 260px;
}
#right {
	float: right;
	width: 260px;
}

input, textarea{
	border: solid 1px #A1A1A1; width: 140px; height: 14px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-family: "Tahoma";  font-size: 11px;
    color: #4F4B46;	
}

textarea{
	height: 100px;
}

input.enviar {
    border: solid 1px #A1A1A1; width: 60px; height: 18px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-family: "Tahoma";  font-size: 11px;
    color: #4F4B46;	
}

td.bbottom {
	border-bottom: solid 1px #E0E0E0;
}

td.bleft {
	border-left: solid 1px #EF4E22;
}

.flash {
  position: absolute;
  background: url(images/index_r3_c3.jpg) no-repeat;
  top: 0px; left: 0px;
  height: 247px;  width: 750px;

}

a {
	color: #003399;
}

b {
	color: #5A5652;
}


img {
	border: none; 
}


img.left {
	float: left;
	margin-right: 10px;	margin-left: 0px;
	border: solid 1px #C0C0C0;
}

table {
	background-color:#FFFFFF;
}

table.bottom {
	background: url(images/bottom.jpg) no-repeat;
}

table.mio {
 	border-right: solid 1px #003366;
	border-top: solid 1px #003366;
	border-left: solid 1px #003366;
	border-bottom: solid 1px #003366;
}

td.left {
	margin-left: 20px;
	color: #000000;
    /*background: url(images/left_back.gif) repeat-y;*/
}
td.left p {
	margin-left: 15px;
}


td.right {
	font-size: 10px;
}

td.left b {
	color: #FFFFFF;
	font-weight: normal; text-decoration: underline;
}

td.left a {
	color: #003399;
}

p {
	margin: 10px 15px 0px 15px;
}

p.right {
	text-align: right;
}


ul {
	margin: 10px 30px 10px 0px; padding: 0;
	color: #003366; text-decoration: none;

}
li {
	margin-left: 30px;
}

select {
  height: 21px;
  width: 216px;
}

h1{
  padding: 0;  margin: 5px 0px 0px 0px; 
  height: 30px; width: 200px;
}
h1.h1{
  margin: 25px 0px 0px 0px; 
  background: url('images/h1.gif') no-repeat;
}
h1.h2{
  background: url('images/h2.gif') no-repeat; 
}
h1.h3{
  background: url('images/h3.gif') no-repeat;
}
h1.h4{
  background: url('images/h4.gif') no-repeat;
}
h1.h5{
  background: url('images/h5.gif') no-repeat;
}
h1.h6{
  background: url('images/h6.gif') no-repeat;
}
h1.h7{
  background: url('images/h7.gif') no-repeat;
}
