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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/* =Global
 -------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #009900;
	color: #505050;
	font-family: Verdana, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #32c896;
}

a:hover {
	color: #009900;
}

strong {
	font-weight: bold;
}

/* =Template
 -------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
}

#main {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 25px;
	height: auto;
	-webkit-box-shadow: inset 0px 0px 22px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 22px -1px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 22px -1px rgba(0,0,0,0.75);
}

.container {
	width: 90%;
	margin: 0 auto;
	padding: 0 15px;
}

/* =Header
 -------------------------------------------------------------- */
header {
	z-index: 1000;
	padding: 15px 0;
}

#title {
	text-align: center;
}

#title h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}

/* =Footer
 -------------------------------------------------------------- */

footer {
	padding: 5px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 20px;
	width: 100%;
	background: #009900;
}

footer div h2 {
	color: #D2F4E9;
	font-size: 12px;
	text-align: center;
}

footer div h2 a:hover {
	color:white;
}

#title h2 {
	color: #D2F4E9;
	font-size: 12px;
}

/* =Extras
 -------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* =Media Queries
 -------------------------------------------------------------- */
@media all and (max-width: 600px) {
	.container {
		width: 100%;
	}

	#title h1 {
		font-size: 20px;
	}

	#title h2 {
		font-size: 16px;
	}
}

#slides {
	display: none;
}

.contain {
	margin: 0 auto;
	width: 350px;
	margin-left: 10px;
	float: right;
}

.slidesj-container {
	display: inline-block;
}

img {
	width: 350px;
	margin: 0px;
	height: auto;
}

/* =Formato de tabs
 *  -------------------------------------------------------------- */
ul#tabs {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
ul#tabs li {
	display: inline-block;
	background-color: #007A00;
	border-bottom: solid 5px #009900;
	padding: 5px 20px;
	margin-bottom: 4px;
	color: #fff;
	cursor: pointer;
}
ul#tabs li:hover {
	background-color: #009900;
}
ul#tabs li.active {
	background-color: #009900;
}

ul#tabs a {
	color: #FFFFFF;
}
ul#tabs a:hover {
	color: #FFFFFF;
}

ul#tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#tab li {
	display: none;
	padding: 30px;
	border: solid 5px #33AD5C;
}
ul#tab li.active {
	overflow: hidden;
	display: block;
}
ul#tab li h2 {
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 3px #247940;
}
#text {
	width:70%;
	background:white;

}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table, th, td {
	border: 1px solid black;
}
td {
	padding: 3px;
}
#logo {
	width:200px;
	float:right;
}
