
@import url("limpar.css");

body{
	background:#EEE url(img/fundo.jpg) no-repeat center top                                ;
	font-family: Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
	font-size:11pt;
	color:#555;
	text-shadow:1px 1px 0 #fff;
}

a{color:#555; text-decoration:none;}
a:hover,
a.selecionado
{color:#555; text-decoration:underline;}

h1,h2,h2,h3,h4,h5,h6{font-weight:normal;}

footer,header{text-align:center; background:#fff url(img/linha.jpg) repeat-x; min-height:20px;}
header{background-position:bottom; text-indent:-9999px;}

footer{position:absolute; width:100%; bottom:0; left:0; height:30px;}
footer a{
	background:url(img/icone-secnet.png) no-repeat center;
	width:30px;
	height:30px;
	display:inline-block;
	left:50%;
	margin-left:-15px;
	margin-top:-8px;
	text-indent:-9999px;
	position:absolute;
}

.centro{
	width:325px;
	margin:10% auto 10px auto;
	text-align:center;
}
.centro .cont{}
.centro .cont h1{font-size:30pt; margin-bottom:10px;}
.centro .cont p{font-size:15pt; line-height:18pt;}
.centro nav{
	display:block; 
	border-top:1px solid #ddd; 
	box-shadow:inset 0 1px 0 #fff;
	padding-top:10px;
	font-size:9pt;
}

/* imagens retina
-----------------------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi){
	
	body{ background-image:url(img/retina/fundo.jpg); background-size:1180px;}
	footer,header{ background-image:url(img/retina/linha.jpg); background-size:100px;}
	footer a{background-image:url(img/retina/icone-secnet.png); background-size:20px;}
		   
}