@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	/* background: url(images/varios/BG_idarmaris_gradient-x.png) repeat-x; */
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}  

h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: smaller;
	margin: auto;
	line-height: normal;
}
a {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

.header {
	min-width: 980px;
	height: 90px;
	width:100%;
}

.logo {
	height: 90px;
	width: 460px;
	float: left;
}

.nav {
	height: 90px;
	width: 463px;
	float: right;
}

.container {
	width: 80%;
	max-width: 980px;
	min-width: 980px;
	margin: 0 auto;
	padding-top: 60px;
}

.content {
	max-width: 980px;
	background-color: white;
	border-top: 4px solid silver;
	border-bottom: 4px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 9px;
}

.content2 {
	max-width: 980px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.content_index {
	max-width: 980px;
	padding: 89px 9px 9px;
	z-index: 500;
}

.footer {
	height: 50px;
	color: gray;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding: 15px 10px;
}

