html{
	/*background: url("/denuncias-web/resources/images/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.containerFooter {
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-color:rgba(255, 255, 255, 0.85);
	height: 88px;
}

.containerFoot {
	border:1px solid white;
	background-color:rgba(255, 255, 255, 0.9);
	opacity:0.9;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	text-align: center;
}

.containerFooter .ui-menubar {
	padding: 13px;
}

.footer {
	background: #EEEEEE;
}

#footerPanel {
	background-image: url("/denuncias-web/resources/images/bgpie.png");
	width: 1024px;
	margin-top: -10px;
}

.logradouro{
	font-size: 10px !important;
	font-family:arial;
	text-align: right;
	color: black;
}

.header-right-part-bar {
	float: right;
	width: 506px;
	height: 25px;
	background-image: url("/denuncias-web/resources/images/Barra_titular_sitio.png");
	margin-bottom: 20px;
}

.container {
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	width: 1006px;
	max-width:1006px;
	height: 100%;
	min-height: 250px;
	/*opacity:0.95;*/	
}
.bordercontainer {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #dfd9c3;
	padding: 0 10px 20px 10px;
	padding-bottom: 10px;
}

.containerHeader {
	/*margin-top:130px;*/
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}


.ui-button.primary:hover {
	border: 1px solid #707478;
}

.ui-button.secondary:hover {
	border: 1px solid #00ABC2;
}

.buttons .ui-button {
	margin-left: 7px;
}

.buttons .ui-button, .ui-button.primary {
	background: #00ABC2;
	border: 1px solid #00ABC2;
	color: #FFFFFF;
	font-weight: bold;
}

.buttons.important .ui-button, .ui-button.primary {
	background: #00ABC2 !important;
	border: 1px solid #00ABC2 !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

p{
	font-family: arial;
}