/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{display: inline-block;}/* horizontal menu */
img{max-width:100%; }
/*end reset*/

mark, rp, rt, ruby, summary, time {
	display:inline;
}
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.center {
	text-align:center;
}


.wrap{
	width:100%;
	margin:0 auto;
    height: auto;
    min-height: 390px;
}
.texto {
    color:black; 
    font-family: dinfamily !important; 
    width:76%;
    margin-left:12%;
    margin-right:12%; 
    text-align:justify;
}

.section.group {
	padding-left: 3%;
	padding-bottom: 12px;
	border-bottom: 0.1244em dashed rgba(202, 202, 202, 0.41);
}


.inner_copy, .inner_copy a {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0;
}
.css3 {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	behavior:url(../js/PIE.htc);
	position:relative;
}
.main {
	margin:0 auto;
	width:1000px;
	position:relative;
}
a {
	color:#096060;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
}
h1 {
	float:left;
	padding:21px 0 0 24px;
}
h2 {
	font-size:30px;
	color:#182125;
	line-height:1.2em;
	padding:26px 0 14px 0;
	letter-spacing:-1px;
}
h2 span {
	color:#006abb;
}
h3 {
	font-size:20px;
	color:#fff;
	line-height:1.2em;
	padding:24px 0 40px 0;
}
p {
	padding-bottom:20px;
}
.header{
	background: #096060; /* #616161 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(207, 206, 206)', endColorstr='rgb(221, 221, 221)',GradientType=0 ); /* IE6-9 */
    position:  fixed; top: 0; left: 0; width: 100%; height: 120px;
}
header .right {
	padding-right:59px;
	width:500px;
}

body {
	background:#f2f2f2;
	border:0;
	font:14px  Arial, Helvetica;
	color:#363636;
	/*line-height:20px;*/
 padding-top: 120px; 
 margin: 0;
 height: auto;
}

/*---contact---*/
.contacttopo{
	float:left;
    padding-top: 15px;
}

/*---contact-info---*/
.contact-info{
	float:left;
	text-transform: uppercase;
    padding-left: 60px;	
}
.contact-info ul li:first-child{
	font-size:19px;
	
}
.contact-info ul li:nth-child(2){
	font-size:16px;
}
.contact-info ul {
	margin:0px;
	padding:0px;
}
.contact-info ul li{
	color: #fff;     /* #096060 rgb(255, 255, 255);*/
	font-weight:bold;
	margin:2px 0px;
	font-size:12px;
	font-family: dinfamily !important;
}


#clear{clear:both;}
.footer {
	background: #096060; /* #616161 */
	padding: 0px;
    height: 50px;
}
/*---footer----*/
.left-content{
	float:left;
    margin: 5px;
}
.right-content{
	float:right;
	margin-top:7px;
}
.right-content p,.right-content p a{
	font-size: 0.8em;
	color: #fff;
	line-height: 1.8em;
	font-family: dinfamily !important;
    margin-right: 7px;
}
.right-content p a{
	font-size:1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-content p a:hover {
	color: rgb(207, 206, 206);
}

.logo{
	float:left;
    padding-top: 15px;
    padding-left: 15px;
}

#top_nav {
	padding:25px 0 0px 0;
	float:right;
	width:500px;
}
#top_nav li {
	float:right;
	padding:0 7px;
}
#top_nav li a {
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#top_nav li a:hover {
	text-decoration:underline;
}
#search {
	background:url(../img/search.jpg) no-repeat;
	width:191px;
	height:26px;
	float:right;
	margin-top:3px;
}
#search .submit {
	float:right;
	background:none;
	height:26px;
	width:28px;
	cursor:pointer;
}
#search .input {
	float:right;
	width:153px;
	height:16px;
	padding:5px 0 5px 10px;
	font:14px  Arial, Helvetica;
	color:#000;
	background:none;
}
#menu {
	background:url(../img/menu_border.gif) top left no-repeat;
	margin-top:30px;
}
#menu ul {
	background:url(../img/menu_border.gif) top right no-repeat;
	width:100%;
	overflow:hidden;
}
#menu li {
	float:left;
	padding-left:2px;
}
#menu li a {
	display:block;
	height:66px;
	width:198px;
	font-size:24px;
	padding-top:90px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#menu li a:hover, #menu #menu_active a {
}
.nav1 {
	background:url(../img/menu1.gif) center 35px no-repeat;
}
.nav2 {
	background:url(../img/menu2.gif) center 35px no-repeat;
}
.nav3 {
	background:url(../img/menu3.gif) center 35px no-repeat;
}
.nav4 {
	background:url(../img/menu4.gif) center 35px no-repeat;
}
.nav5 {
	background:url(../img/menu5.gif) center 35px no-repeat;
}
.nav1:hover, .nav1#active {
	background:url(../img/menu1_active.gif) center 31px no-repeat #001527;
}
.nav2:hover, .nav2#active {
	background:url(../img/menu2_active.gif) center 31px no-repeat #001527;
}
.nav3:hover, .nav3#active {
	background:url(../img/menu3_active.gif) center 31px no-repeat #001527;
}
.nav4:hover, .nav4#active {
	background:url(../img/menu4_active.gif) center 31px no-repeat #001527;
}
.nav5:hover, .nav5#active {
	background:url(../img/menu5_active.gif) center 31px no-repeat #001527;
}
.slogan {
	background:url(../img/text.gif) center 108px no-repeat;
	height:141px;
	overflow:hidden;
	position:relative;
	padding-top:108px;
}
.slogan a {
	margin-top:64px;
}

#content {
	width:100%;
	overflow:hidden;
	padding:33px 0 48px 53px;
}
.body6 figure {
	padding-left:58px;
}
#page2 .body6 figure {
	padding-left:53px;
}
#page2 #content, #page3 #content, #page4 #content, #page5 #content {
	padding-top:0;
}
#page3 #content {
	padding-bottom:37px;
}
#page2 .col2 figure {
	margin-right:10px;
}
#page4 .body6 {
	padding-bottom:25px;
}
#page4 .marg_bot1 {
	margin-bottom:14px;
}
#page4 #content {
	padding-bottom:44px;
}
.body6 h2 {
	padding:0 0 14px 0;
	margin-top:-1px;
	letter-spacing:-1px;
	float:left;
	width:820px;
}
.pad_left1 {
	padding-left:33px;
}
.pad1 {
	padding:0 5px;
}
.pad_bot1 {
	padding-bottom:10px;
}
.pad_bot2 {
	padding-bottom:15px;
}
.marg_bot1 {
	margin-bottom:20px;
}
.box1 {
	background:url(../img/box_repeat.gif) center repeat-y;
}
.box1_bot {
	background:url(../img/box_bot.gif) center bottom no-repeat;
}
.box1_top {
	background:url(../img/box_top.jpg) center top no-repeat;
	width:100%;
}
.box1 .pad {
	padding:0 26px;
	padding-bottom:23px;
}
.box1 h2 {
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	padding:10px 0 22px 0;
}
.box1 h2.center {
	font-size:25px;
	line-height:1.2em;
	padding:7px 0 26px 0;
	letter-spacing:-1px;
}
.box1 .button {
	background:url(../img/button2_bg.gif) top repeat-x;
}
.box1 .button span {
	background:url(../img/button2_left.gif) top left no-repeat;
}
.box1 .button span span {
	background:url(../img/button2_right.gif) top right no-repeat;
}
.box2 {
	background:url(../img/box2_repeat.gif) left repeat-y;
	margin-bottom:11px;
}
.box2_top {
	background:url(../img/box2_top.gif) left top no-repeat;
}
.box2_bot {
	background:url(../img/box2_bot.gif) left bottom no-repeat;
	width:100%;
}
.box2 .pad {
	padding:15px 25px 13px;
}
.box2 figure {
	margin-right:10px;
}
.box2 a {
	display:block;
	margin-bottom:5px;
	text-decoration:none;
	margin-top:-2px;
}
.box2 a:hover {
	text-decoration:underline;
}
.box2 .cols {
	width:490px;
}
.button {
	background:url(../img/button1_bg.gif) top repeat-x;
	display:inline-block;
	font-size:20px;
	color:#363636;
	line-height:34px;
	text-decoration:none;
}
.button span {
	display:block;
	background:url(../img/button1_left.png) top left no-repeat;
}
.button span span {
	padding:0 40px;
	background:url(../img/button1_right.png) top right no-repeat;
	height:39px;
}
.button:hover {
	color:#006abb;
}
.font1 {
	font-size:12px;
	display:block;
	padding-bottom:5px;
	margin-top:-2px;
}
.line1 {
	background:url(../img/line_ver1.gif) 285px 0 repeat-y;
}
.list1 li {
	line-height:30px;
}
.list1 li a {
	padding-left:25px;
	background:url(../img/marker_1.gif) 0 8px no-repeat;
	display:inline-block;
}
.list2 {
	margin-top:-8px;
	padding-bottom:24px;
}
.list2 li {
	line-height:37px;
	background:url(../img/line_hor1.gif) bottom repeat-x;
}
.list2 .bg_none {
	background:none;
}
.list2 li a {
	font-size:18px;
	color:#363636;
	text-decoration:none;
}
.list2 li a:hover {
	color:#006abb;
}
.list2 li img {
	margin-right:10px;
}
.list3 li {
	line-height:25px;
}
.list3 li a {
	text-decoration:none;
	padding-left:14px;
	background:url(../img/marker_2.gif) 0 5px no-repeat;
}
.list3 li a:hover {
	text-decoration:underline;
}
.col_1 {
	width:190px;
	float:left;
}
.col_2 {
	width:413px;
	float:left;
}
.col_3 {
	width:230px;
	float:left;
	padding-left:8px;
}
#footer_logo {
	display:block;
	margin:15px 0 36px 64px;
	background:url(../img/footer_logo.gif) no-repeat;
	width:98px;
	height:39px;
	text-indent:-9999px;
}
#ContactForm {
	margin-top:-4px;
	line-height:26px;
}
#ContactForm strong {
	float:left;
	width:70px;
	font-weight:normal;
}
#ContactForm .wrapper {
	min-height:30px;
}
#ContactForm .bg {
	background:url(../img/input2.gif) no-repeat;
	float:left;
}
#ContactForm .textarea_box {
	min-height:260px;
}
#ContactForm .textarea_box .bg {
	background:url(../img/textarea.gif) no-repeat;
	float:left;
}
#ContactForm a span span {
	padding:0;
}
#ContactForm a {
	margin-right:20px;
	float:right;
	width:110px;
	text-align:center;
}
#ContactForm .input {
	width:277px;
	height:17px;
	background:none;
	padding:6px 10px;
	color:#000;
	font:14px  Arial, Helvetica;
}
#ContactForm textarea {
	overflow:auto;
	width:464px;
	height:228px;
	background:none;
	padding:6px 10px;
	color:#000;
	font:14px  Arial, Helvetica;
	margin:0;
}
#sign_up {
	width:100%;
	height:29px;
	overflow:hidden;
	padding-top:7px;
}
#sign_up .input {
	float:left;
	background:url(../img/input.gif) no-repeat;
	width:120px;
	height:17px;
	padding:6px 10px;
	font:14px  Arial, Helvetica;
	color:#000;
	margin-right:7px;
}
#sign_up a {
	font-size:16px;
	float:left;
	background:url(../img/sign_up.gif) no-repeat;
	width:77px;
	text-align:center;
	line-height:24px;
	height:29px;
	color:#363636;
	text-decoration:none;
}
#sign_up a:hover {
	color:#006abb;
}
#sign_up {
}
