﻿.divTitulo
{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	font-family: "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" ,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5D5D5D;
	position: fixed;
	top:100px;
	margin: 0 0 15px 0;
	right:0;
	width:100%;
	z-index:1000;
	
}