html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}
h2  {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Puritan;
	text-indent: 0px;
	line-height: 31px;
	word-spacing: px;
	text-align: center;
}
h3  {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Luckiest Guy;
	text-indent: 8px;
	line-height: 19px;
	word-spacing: normal;
}
h4  {
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: Artifika;
	line-height: 0;
	word-spacing: normal;
	color: #FFFfff;
	background-color: #3F5D51;
	height: 46px;
	width: 800px;
	text-align: center;
	min-height: 0px;
	padding-top: 26px;
}
h5  {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Neucha;
	text-indent: 0px;
	line-height: 0px;
	word-spacing: px;
	text-align: left;
}
h6  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: Puritan;
	text-indent: 0px;
	line-height: 20px;
	word-spacing: px;
	text-align: center;
	color: #FF0004;
}
h7  {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-indent: 1px;
	line-height: 0;
	word-spacing: normal;
}


p, ol, ul
{
	margin-top: 0px;
	line-height: 0px;
	font-family: Neucha;
}

p
{
	line-height: 100%;
}

strong
{
}

a
{
	color: #0000FF;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding-left: 22px;
	padding-right: 0px;
}
#image-left
{
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding-left: 22px;
	padding-right: 0px;
}
.image-left img
{
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 19px;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

.button-style
{
	display: block;
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #3F5D51;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	border: 1px solid #8EBEAE;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 55px;
	color: #D6FFD7 !important;
	font-family: Puritan;

d6ffd7}

.button-style a
{
	text-decoration: none;
	color: #D6FFD7 !important;
}

ul.style3
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style3 li
{
	padding: 0px 0px 5px 0px;
	margin: 0 0 1em 0;
}

ul.style3 p
{
	margin: 0;
}

ul.style3 a
{
	display: block;
	text-decoration: none;
	color: #6c6c6c;
}

ul.style3 a:hover
{
	text-decoration: underline;
}

ul.style3 h3
{
	padding: 8px 0em 5px 0em;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: 700;
	color: #606060;
}

ul.style3-alt h3
{
	color: #FFFFFF;
}

ul.style3 .first
{
	padding-top: 0px;
	background: none;
}

ul.style3 .date
{
	float: left;
	position: relative;
	width: 60px;
	height: 54px;
	margin: 0em 1.5em 0em 0em;
	padding: 8px 0em 0em 0em;
	background: #99CCBB;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	border: 1px solid #8EBEAE;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
}

ul.style3 .date:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

ul.style3 .date b
{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFFFFF;
}

ul.style3 .date a
{
	color: #FFFFFF !important;
}

ul.style3 .date a:hover
{
	text-decoration: none;
}

	ul.style5
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}

		ul.style5 li
		{
	clear: both;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: ABeeZee;
		}

		ul.style5 span
		{
			padding: 1em 0em;
			line-height: 1.75em;
		}

		ul.style5 .address
		{
			float: left;
			width: 80px;
			display: inline-block;
			font-weight: 600;
		}

		ul.style5 .address-01
		{
			float: left;
			display: inline-block;
		}

		ul.style5 .mail
		{
	float: left;
	width: 80px;
	display: inline-block;
	font-weight: normal;
	color: #FFFFFF;
		}

		ul.style5 .mail-01
		{
	display: inline-block;
	color: #FFFFFF;
	font-family: ABeeZee;
		}

		ul.style5 .phone
		{
	float: left;
	width: 80px;
	display: inline-block;
	font-weight: normal;
	color: #FFFFFF;
	font-family: ABeeZee;
	background-color: #3F5D51;
		}

		ul.style5 .phone-01
		{
	float: left;
	display: inline-block;
	color: #FFFFFF;
	font-family: ABeeZee;
	background-color: #3F5D51;
		}

		ul.style5 .first
		{
			padding-top: 0em !important!;
			border-top: none;
		}
		
		
/** WRAPPER */

#wrapper-bg
{
	overflow: hidden;
	background-color: #3F5D51;
}

#wrapper
{
	margin-top: 30px;
	padding-bottom: 0px;
	background-color: #D6FFD7;
	box-shadow: 0px 10px 0px rgba(0,0,0,0.03), 0px -10px 0px rgba(0,0,0,0.03);
}

.container
{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header
{
	overflow: hidden;
	border-bottom: 0px solid #0F5A04;
}

/** LOGO */

#logo
{
	float: left;
	width: 300;
}
#logo img {
	border: medium solid #F00;
	padding-top: 0px;
	margin: 5px;
}


/** MENU */

#menu
{
	float: right;
	width: 900px;
	font-family: Londrina Solid;
}

#menu ul
{
	float: right;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	font-family: Luckiest Guy;
}

#menu li
{
	float: left;
	border-left: 1px solid #E7E7E7;
}

#menu a
{
	display: block;
	padding: 10px 20px;
	margin: 0em 1em;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Londrina Solid,'Archivo Narrow', sans-serif;
	font-size: 1.4em;
	color: #3f5d51;
}

#menu .active a
{
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	border: 1px solid #8EBEAE;
	color: #FFFFFF;
	background-color: #3f5d51;
}

#menu .active a:hover
{
	background-color: #157b1e;
}

#menu .active a:active
{
	background-color: #3F5D51;
}

#menu a:hover
{
	text-decoration: none;
}

/** PAGE */

#page
{
}

/** CONTENT */

#content
{

}
.content img {
	padding-left: auto;
	padding-right: auto;
}


/** SIDEBAR */

#sidebar
{
}

/* Footer */

#footer-content
{
	overflow: hidden;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: ABeeZee;
}

#footer-content a
{
	color: #FFFFFF;
	font-family: ABeeZee;
	font-size: 20px;
}

#footer-content h2
{
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#footer-content #fbox1
{
	float: left;
	width: 384px;
	margin-right: 24px;
}

#footer-content #fbox2
{
	float: left;
	width: 446px;
	padding: 0px 20px;
}

#footer-content #fbox3
{
	float: right;
	width: 450px;
	font-size: 19px;
	color: #FFFFFF;
	font-family: ABeeZee;
	line-height: 0px;
}
#footer-content #fbox3 p
{
	float: right;
	width: 450px;
	font-size: 21px;
	color: #FFFFFF;
	font-family: ABeeZee;
}

#footer
{
	overflow: hidden;
	padding: 30px 0px;
	box-shadow: 0px -10px 0px rgba(0,0,0,0.03);
}

#footer p
{
	text-align: center;
	color: #3F5D51;
	font-size: 18px;
}

#footer a
{
	color: #202F29;
}

#banner
{
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}

/* Three Column Content */

#three-column
{
	overflow: hidden;
	padding-top: 10px;
}
#three-column header p {
	padding-right: 30px;
	padding-left: 20px;
	font-family: Delius;
}


#three-column header
{
	letter-spacing: 0;
	text-transform: none;
	color: #3F5D51;
}

#three-column .tbox1 h2, #three-column .tbox2 h2, #three-column .tbox3 h2
{
	text-transform: uppercase;
	color: #515151;
}

#three-column .tbox1
{
	float: left;
	width: 330px;
	margin-right: 10px;
}

#three-column .tbox2
{
	float: left;
	width: 340px;
	margin-right: 10px;
}

#three-column .tbox3
{
	float: right;
	width: 310px;
}

.boxfoto {
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	margin-bottom: 50px;
	border-bottom: 3px solid #060;
	padding-bottom: 30px;
	margin-right: 5px;
}
.boxminfoto {
	width: 306px;
	padding-right: 25px;
	margin-right: 5px;
	float: left;
}
.boxfoto p {
	font-size: 20px;
	text-align: justify;
	line-height: 20px;
}
}
.boxminfotodx   {
	width: 327px;
	float: right;
	clear: left;
	padding-left: 23px;
	margin-left: 13px;
}

.boxfoto h2 {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Puritan;
	text-indent: 0px;
	line-height: 31px;
	word-spacing: px;
	text-align: center;
}
.boxfoto h3 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Luckiest Guy;
	text-indent: 8px;
	line-height: 19px;
	word-spacing: normal;
}
.boxfoto h4 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Delius;
	line-height: 17px;
	word-spacing: normal;
	color: #FFF7F7;
	background-color: #3f5d51;
	height: 40px;
	width: 700px;
	text-align: center;
	min-height: 0px;
	padding-top: 26px;
}


.fotonewsquad {
	float: left;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 9px;
}
#three-column header ul li div {
	padding-right: 70px;
	font-weight: bold;
}
#three-column header table {
	font-family: Delius;
	font-size: 20px;
	letter-spacing: 0px;
	text-align: center;
}
#three-column header p {
	font-size: 20px;
	text-align: justify;
	font-family: Delius;
}
#three-column header li {
	font-family: Delius;
	font-size: 20px;
	font-weight: normal;
	text-indent: 3px;
	line-height: 25px;
	text-align: justify;
	width: 95%;
}
.content .style5   {
	font-size: 18px;
}
.logosx   {
	width: 220px;
	height: 250px;
	right: 100px;
	left: 100px;
	margin-left: 197px;
	float: left;
}
.logodx   {
	width: 455px;
	height: 150px;
	right: 63px;
	left: 50px;
	margin-left: 0px;
	float: right;
	margin-right: 100px;
	margin-top: 0px;
	padding-top: 42px;
}

.progr   {
	width: 560px;
	float: left;
	height: 300px;
}
.progr1   {
	width: 380px;
	float: left;
	height: 300px;
}
.progr1  img {
	float: left;
	margin-right: 10px;
}
.boxalbo {
	width: 980px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 50px;
	border-bottom: 3px solid #060;
	padding-bottom: 50px;
	margin-left: 0px;
	text-align: center;
	float: left;
}
.boxalbo table  {
	margin-bottom: 27px;
	margin-left: 52px;
	margin-right: 31px;
	font-family: Puritan;
	color: #056002;
	width: 400px;
	height: 289px;
	float: left;
	border: 1px solid #116201;
	padding-top: 10px;
}
.boxalbo td {
	font-size: 15px;
}
.contfondo {
	width: 100%;
	height: 20px;
}
.contfondo a {
	color: #3f5d51;
}
.contfondo a:hover  {
	color: #3f5d51;
	font-size: x-large;
	font-weight: bold;
}
