@charset "UTF-8";
/* CSS Document */
/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
img {
	border: 0;
}
/* end reset browser styles */
body {
	width: 1280px;
	margin: 0 auto;
	background-color: #003163;
	
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.mainDiv {
	width: 960px;
	height: 1600px;
	padding-top: 75px;
	margin: auto;
	background-color: #FFF;
}
.navBar {
	width: 690px;
	height: 100px;
	background-image: url(/images/ElMilitanteLogo.gif);
	background-repeat: no-repeat;
	margin: auto;
}

.navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.navBar li {
	display: inline;
	float: right;
	padding: 68px 20px 0 20px;
	
	
}
.navBar li a {
	color: #9D9592;
	font-family: Helvetica, san-serif;
	font-size: 18px;
	font-weight:400;
	text-decoration: none;
}
.navBar li a:hover {
	color: #003163;
	background-position: 3px 50%;
	font-family: Helvetica, san-serif;
}


hr { display: block; height: 1px;
    border: 0;
	border-top: 1px solid #9D9592;
    margin: 10px 0 10px 0;
	padding: 0;
	
	
}
#mainIntro {
	width: 685px;
	margin-top: 60px;
	margin-left: 132px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	color: #003163;
}
h1 {
	color:#003163;
	font-size: 30px;
	font-weight: 600;
	line-height: 65px;

}
h1 span {
	font-size: 16px;
	color:#9D9592;
}


.footer {
	display: block;
	margin:auto;
	position: relative;
	width: 690px;
	height: 25px;
	font-family: helvetica, san-serif;
	font-size: 16px;
	color: #9D9592;
	padding-top: 13px;
	padding-left: 28px;
	clear: both;
}
	
