@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: 1200px;
	padding-top: 30px;
	margin: auto;
	background-color: #FFF;
}
.navBar {
	width: 690px;
	height: 80px;
	background-image: url(PMLogo.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:200;
	text-decoration: none;
}
.navBar li a:hover {
	color: #003163;
	background-position: 3px 50%;
	font-family: Helvetica, san-serif;
}
span {
	color: #72150D;
	font-weight: bold;
}

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: helvetica, san-serif;
	font-size: 16px;
	line-height: 24px;
	color: #003163;
}

#año {
	width: 685px;
	margin-top: 50px;
	margin-left: 132px;
	font-family: helvetica, san-serif;
	font-size: 100px;
	color:#9D9592;
}
.images{
    text-align:center;
    margin:30px auto;
	
}
 img{
	border: 3px solid #003163;
}
.images a{
    margin:20px 20px;
    display:inline-block;
    text-decoration:none;
	font-family:helvetica, san-serif;
	font-size:16px;
	font-weight: 400;
    color:#003163;
}

.thumbnails img{
	border: 2px solid #003136;
}

.thumbnails{
    text-align:center;
    margin:35px 30px 200px 30px;
	
}
.thumbnails a{
    margin:15px 15px;
    display:inline-block;
    text-decoration:none;
	font-family:helvetica, san-serif;
	font-size:11px;
	font-weight: 600 ;
    color:#003163;
}


.caption {
	margin-top: 5px;
}

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