/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
}

h1 {
	font:normal 40px/45px 'Piedra', cursive;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	padding: 0 0 10px 0;
	margin: 0;
}

h2 {
	font:bold 28px/32px 'Piedra', cursive;
	text-decoration:none;
	color:#0B466C;
	padding: 0 0 0px 0;
	margin: 0;
}

h3 {
	font:normal 22px/28px 'Piedra', cursive;
	text-decoration:none;
	color:#000;
	padding: 0 0 10px 0;
	margin: 0;
}

	.caption {
		font:normal 16px/20px 'Piedra', cursive;	
		text-align: left;
		padding: 0;
	}

h4 {
	font:italic 18px/22px 'Piedra', cursive;
	text-transform:uppercase;
	color:#000;
	padding: 0 0 10px 0;
	margin: 0;
}

h5 {
	font:normal 14px/20px 'Piedra', cursive;
	text-decoration:none;
	color:#000;
	border-bottom: 3px solid #000;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

h6 {
	font:normal 16px/26px 'Piedra', cursive;
	color:#000;
	padding: 0 20px 10px 50px;
	margin: 0;
	text-align:left;
}

	h6 a {
		text-decoration: none;
		font-weight: normal;		
	}	

	h6 a:hover {
		text-decoration: underline overline;
		font-weight: normal;		
	}	

	.photo {
		text-align: center;
		padding: 0 0 20px 0;
	}
	

h7 {
	font:normal 16px/22px Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	color: #000000; 
}


p {
	font:normal 14px/20px 'Montserrat', sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}

.data {
	font:normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000000; 
	margin: 0;
}


a {
	color: #0B466C;
	font-weight: bold;
}

a:hover {
	color: #187CBC;
	font-weight: bold;
	text-decoration: underline overline;
}

.newsbox {
	padding: 20px;
	border: 1px solid #000000;
}  
	
.footer {
	font:normal 11px/18px arial, helvetic, sans-serif;
	color: #FFFFFF;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #000000;
}

