
		#overbox3 {
		    position: fixed;
		    top: 0px;
		    left: 0px;
		    width: 100%;
		    z-index: 999999;
		}
		#infobox3 {
		    margin: auto;
		    position: relative;
		    top: 0px;
		    min-height: 58px;
		    width: 100%;
		    text-align:center;
		    background-color: #2f3538;
		    color:white;
		    padding: 20px;
		    font-size:12px;
		    text-align:left;
		}
		
		#infobox3 div.row{
			margin-left: 20px;
			margin-right: 10px;
		}
		
		#infobox3 div.row > div{
			font-family: 'AudiTypeExtendedNormal', Arial, sans-serif;
		}
		
		#infobox3 p.titulo{
		    font-size:18px;
		    font-weight: bold;
		}
		#infobox3 p a {
		    margin-right:5px;
		    color: white;
		    font-family: 'AudiTypeExtendedNormal', Arial, sans-serif;
		    text-decoration: underline;
		}
	