
@import url("normalize.css");

html, body{height: 100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	color: #7c7c7c;
}

p#breadcrump{
	width: 535px;
	height: 51px;
	line-height: 14px;
	margin-top: 30px;
	background: url('../images/bg-breadcrump.jpg');
}

p#breadcrump span{color: #a52144;}

p#breadcrump a{
	text-decoration: none;
	color: #a52144;}

h1, h2, h3, h4, h4, h6{color: #a52144;}

h2{
	width: 323px;
	height: 64px;
	text-transform: uppercase;
	background: url('../images/bg-titulo.jpg');
}

h3{
	height: 64px;
	font-size: 1.5em;
	text-transform: uppercase;
}

div.wrapper{
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

a.leia-mais{
	color: #a52144;
	text-decoration: none;
	display: block;
}

a.leia-mais:hover{
	opacity: 0.8;
}

p.chamada{
	width: 500px;
	color: #D7993C;
	line-height: 18px;
	margin-bottom: 20px;
	}

div#paginacao{
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
	padding: 5px 0;
}

div#paginacao a{
	width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
	margin: 0 5px;
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
	background: #a52144;
}

div#paginacao a:hover{box-shadow: 0 0 4px #720c2a}

div#paginacao a.atual{
	color: #333;
	background: #ccc;
	cursor: default;
}

div#paginacao a.atual:hover{box-shadow:none;}

/* feedbacks */	
.alert-container{
	width: 100%;
	clear: both;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

.alert{
	width:auto;
	height:auto;
	display:inline-block;
	margin:10px auto;
	padding:10px 10px 10px 30px;
	clear:both;
	float:none;
	box-shadow:0 0 6px #ccc;
	}

.info{
	color:#4f8ca2 !important;
	border:1px solid #4f8ca2;
	background:url(../images/ico-info.png) #daf5ff 5px 9px no-repeat;
	}

.warning{
	color:#ad8d2b !important;
	border:1px solid #ad8d2b;
	background:url(../images/ico-waring.png) #feffda 5px 9px no-repeat;
	}

.success{
	color:#6f8d40 !important;
	border:1px solid #6f8d40;
	background:url(../images/ico-successs.png) #d6f4a7 5px 9px no-repeat;
	}

.error{
	color:#e05c5c !important;
	border:1px solid #e05c5c;
	background:url(../images/ico-error.png) #ffdada 5px 9px no-repeat;
	}
