/* CSS Document */

.linha_port{
width:800px;
height:auto;
border-bottom:silver 1px dashed;
padding-bottom:20px;
}

.img_port{
margin-left:35px;
margin-top:10px;
width:265px;
height:auto;
border:red 0px solid;
}
.descricao{
margin-left:10px;
margin-top:10px;
width:450px;
height:auto;
}
/* Fix IE. Hide from Mac \*/
*html .descricao {
margin:10px auto auto 5px;
width:450px;
display:block;
height:auto;
float:left;
}
*html .img_port {
margin:10px auto auto 15px;
width:265px;
height:auto;
float:left;
}
/* End */
.descricao span{
font-size:14px;
font-weight:bold;
text-indent:10px;
margin-bottom:10px;
}

.titulo{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:black;
width:100%;
text-indent:10px;
margin-bottom:10px;
}
.info{
width:430px;
height:auto;
padding-left:20px;
padding-right:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#484848;
margin-bottom:10px;
}

.descricao a{
color:blue;
font-size:12px;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:100%;
text-align:left;
text-indent:20px;
}
.descricao a:hover{text-decoration:underline}