body{
      padding: 16px;
      background-color: #0B3B17;
    }
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: 1;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.wrap1 {
	width: 90px;
	margin: 0.3em auto;
}
.wrap2 {
	width: 550px;
	margin: 0.5em auto;
}
.wrap {
	width: 620px;
	margin: 0.3em auto;
}
	img {
	border: 1px solid grey;
	box-shadow: 0px 8px 4px 2px rgba(0,0,0,0.5);
	margin: 0;
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
}
textarea {
	resize: none;
}
.texto1 {
	border-radius:7px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
}
.texto2 {
	border-radius:5px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#FFFF00;	
}
.texto3 {
	border-radius:7px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
	color:#FFFFFF;
}
.texto4 {
	border-radius:5px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#0B3B17;
}

.texto5 {
	border-radius:5px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFF2A;
	
}
.bt1 {
	float: center;
	margin-top: 0px;
	margin-left: 2px;	
	height: 25px;	
	width: 70px;
	border-radius:5px;
	
}
.bt2 {
	float: center;
	font-weight: bold;
	text-transform:uppercase;
	margin-top: 1px;
	height: 50px;
	width: 300px;
	margin-right: 30px;
	border-radius:7px;
}
