/* 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
ol, ul {
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------------------------------------------------------------------------------------------*/


body {
	background-color:#ccc;
	background-repeat: repeat;
	margin:0 auto;
	padding-bottom: 110px;
	font-family: Helvetica, "sans-serif";


}

h1 {
	text-align: center;
	margin-top: 150px;
}

p {
	margin-top: 20px;
	font-family: Helvetica, Arial, "sans-serif";
}

img {
	margin: none;
}


/* barra menu */



nav ul li{
	display: inline;
	padding-left: 17px;
	padding-bottom: 100px;

}

.nav1 {
	font-size: 40px;
	text-align: center;
	margin-top: 100px;

}

a:link { 
	font-size: 40px;
	font-family: Helvetica, Arial, "sans-serif";
	color: #ddd;
	text-decoration: none;
}

a:visited{font-size: 40px;
	color:#ddd;
	text-decoration: none;
	}
a:hover{font-size: 40px;
	color:#fff;
	text-decoration: none;
	}
.cor{ font-size: 40px;
	color:#436101;
	text-decoration: none;
	}
a:active {
	font-size: 40px;
	color: #25c71d;
	text-decoration: none;
}

/* 0 */



/* pointer-events:none; */


/* video */

.video {
	position: relative;
	margin-left: 480px;
	z-index: 1;	
}

/* 1 */



.div1 {
	position: relative;
	margin-left: 550px;
	margin-top: 200px;
	z-index: 1;
	width: 325px;
	background: rgba(220, 220, 220, 0.8);
	padding: 10px;

}
.carolina:visited{
	font-size: 15px;
}


/* 2 */



.div2 {
	position: relative;
	margin-left: 550px;
	margin-top: 200px;
	z-index: 2;
	width: 300px;
	background: rgba(215, 220, 210, 0.9);
	padding: 15px;
}



/* 3 */

.div3 {
	margin-left: 400px;
	margin-top: 110px;
	width: 700px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	background: rgba(220, 220, 220, 0.8);
	padding: 7px;

}

/* 4 */


.div4 {
	vertical-align: center;
	text-align: center;
	margin-left: 250px;
	margin-top: 350px;
	width: 875px;
	background: rgba(230,230,230,1);
	padding: 10px;
}



/* 5 */

.div5 {
	position: absolute;
	background: rgba(180,200,205,0.9);
	width: 600px;
	margin-top: 425px;
	margin-left: 400px;
	margin-bottom: 50px;
	padding: 35px;
}