/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Pontano Sans', sans-serif;
	color: #4e5859;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#site {
	width: 1024px;
	margin: auto;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}
h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #bf1a2d;
}
a:hover {
	color: #4e5859;
	text-decoration: underline;
}

#header {
	border-style: solid;
	border-color: #bf1a2d;
	border-width: 0 0 4px 0;
	height: 250px;
}

#menu {
	margin-top: 80px;
}
#menu li {
	float: left;
	margin-right: 80px;
}

#menu li a {
	color: #4e5859;
	text-decoration: none;
}

#menu li a:hover {
	color: #bf1a2d;
}

div.footerBlock {
	float: left;
	width: 200px;
	margin-left: 65px;
}

#content {
	padding: 38px;
}

#footer {
	clear: left;
	height: 174px;
	background-color: #f4f3f3;
	border-style: solid;
	border-color: #bf1a2d;
	border-width: 4px 0 0 0;
	padding: 38px;
}

#footer h3 {
	font-weight: 100;
	font-size: 18px;
	margin-bottom: 18px;
	color: #333;
}

#footer ul {
	list-style: square;
	margin-left: 20px;
}

#footer p {
	padding-bottom: 10px;
}
#footer ul a {
	color: #4e5859;
	text-decoration: none;
}

#footer ul a:hover {
	color: #bf1a2d;
}

#fotos img {
		-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin: 0 10px 10px 0;
padding: 5px;
}
div.fotoBox {
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
min-height: 311px;
padding: 8px;
}

div.block {
		-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
width: 274px;
height: 156px;
padding: 3px;
}
#alert{
    display: none;
    color: #808080;
}
.google-message{
    color: #808080;
    font-size: 0.8em;
}
.google-message a{
    color: #808080;
}
.grecaptcha-badge {
    visibility: hidden;
}