/*bandeira portugues*/
#band-port
{
margin: 0px;
padding: 0px;
}

#band-port ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#band-port ul li { float: left; }

#band-port ul li a
{
text-decoration: none;
background: url(../images/layout/band_port_pb.jpg) no-repeat top left;
float: left;
margin: 0px;
height: 32px;
width: 32px;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
}

#band-port li a:hover
{
background: url(../images/layout/band_port_color.jpg) no-repeat top left;
color: #000000;
}
/*FIM bandeira portugues*/

/*bandeira ingles*/
#band-ing
{
margin: 0px;
padding: 0px;
}

#band-ing ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#band-ing ul li { float: left; }

#band-ing ul li a
{
text-decoration: none;
background: url(../images/layout/band_ing_pb.jpg) no-repeat top left;
float: left;
margin: 0px;
height: 32px;
width: 32px;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
}

#band-ing li a:hover
{
background: url(../images/layout/band_ing_color.jpg) no-repeat top left;
color: #000000;
}
/*FIM bandeira ingles*/

/*bandeira espanhol*/
#band-esp
{
margin: 0px;
padding: 0px;
}

#band-esp ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#band-esp ul li { float: left; }

#band-esp ul li a
{
text-decoration: none;
background: url(../images/layout/band_esp_pb.jpg) no-repeat top left;
float: left;
margin: 0px;
height: 32px;
width: 32px;
padding: 1px 5px 1px 5px;
}

#band-esp li a:hover
{
background: url(../images/layout/band_esp_color.jpg) no-repeat top left;
color: #000000;
}
/*FIM bandeira espanhol*/
