@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'pwaprilmedium';
    src: url('../fonts/pwapril-webfont.eot');
    src: url('../fonts/pwapril-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/pwapril-webfont.woff') format('woff'),
url('../fonts/pwapril-webfont.ttf') format('truetype'),
url('../fonts/pwapril-webfont.svg#pwaprilmedium') format('svg');
    font-weight: normal;
    font-style: normal;
	
}



@font-face { font-family: 'Papyrus';
src: url('../fonts/papyrus/papyrus.eot');
src: url('../fonts/papyrus/papyrus.eot?#iefix') format('embedded-opentype'),
url('../fonts/papyrus/papyrus.svg#Papyrus') format('svg'),
url('../fonts/papyrus/papyrus.woff') format('woff'),
url('../fonts/papyrus/papyrus.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face { font-family: 'Rotis Sans Serif Std Light'; src: url('../fonts/rotis/rotis_sansserif_std_light.eot'); src: url('../fonts/rotis/rotis_sansserif_std_light.eot?#iefix') format('embedded-opentype'), url('../fonts/rotis/rotis_sansserif_std_light.svg#Rotis Sans Serif Std Light') format('svg'), url('../fonts/rotis/rotis_sansserif_std_light.woff') format('woff'), url('../fonts/rotis/rotis_sansserif_std_light.ttf') format('truetype'); font-weight: normal; font-style: normal;}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 102%;
  position: fixed;
  top: 0;
  left: 0;
}



/*Body__________________________________________________________________________*/


body{
margin:0 auto;
background-color:#336;
}


/*Container__________________________________________________________________________*/
.container{
	position:relative;

	margin:0 auto;
	width:1024px;
	height:600px;
	z-index:1;

	}
	


/*header__________________________________________________________________________*/
/*header__________________________________________________________________________*/
#header_principal{
	position:fixed;
	margin:0px auto;
	z-index:10;
	background-image: url(../img/back_pleca.png);
	width:1024px;
	height:140px;

	}
	
	#header_principal #home a{
	text-decoration: none;
position: absolute;
font-family: 'pwaprilmedium';
color: #FFF;
font-size: 45px;
left: 471px;
top: 23px;
	}
#header_principal #home a:hover{
	color: #FC6;
	}

/* BARARA DE NAVEGACION UNO__________________________________________________________________________*/

.menu{
	font-family: 'pwaprilmedium';
list-style: none;
padding: 0px;
margin: 0px;
font-size: 21px;
position: absolute;
top: 95px;
left: 50px;
width: 400px;
}
.menu li{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	padding:2px 8px 0px 8px;

}
.menu li a{
	display: block;
	width: 100px;
	height: 30px;
	padding: 6px;
	line-height:30px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	position: relative;
 }
 
.menu li a:hover{
	color:#FC6;
	text-align: center;
}

.menu ul{
    position:absolute;
	left:0px;
	top:32px;
	margin:0px;
	list-style:none;
	padding:0px;
	opacity:0;
	transition:opacity .35s ease .2s;
	-webkit-transition:opacity .35s ease .2s;
	-moz-transition:opacity .35s ease .2s;
	-o-transition:opacity .35s ease .2s;
	visibility:hidden;	
}
.menu ul li a{
	border-left:none;
	display:block;
	text-align:left;
	background-color: #063;
	width:150px;
	border-radius:10px
}



.menu li:hover ul{
    opacity:1;
	visibility:visible;
}


/* BARARA DE NAVEGACION DOS__________________________________________________________________________*/
.s_menu{
	font-family: 'pwaprilmedium';
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	position: absolute;
	top: 95px;
	left:580px;
	width:465px;
}
.s_menu li{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	padding:2px 8px 0px 8px;

}
.s_menu li a{
	display: block;
	width: auto;
	height: 30px;
	padding: 6px;
	line-height:30px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	position: relative;
 }
 
.s_menu li a:hover{
	color:#FC6;
	text-align: center;
}

.s_menu ul{
    position:absolute;
	left:0px;
	top:32px;
	margin:0px;
	list-style:none;
	padding:0px;
	opacity:0;
	transition:opacity .35s ease .2s;
	-webkit-transition:opacity .35s ease .2s;
	-moz-transition:opacity .35s ease .2s;
	-o-transition:opacity .35s ease .2s;
	visibility:hidden;	
}
.s_menu ul li a
	{
	border-left:none;
	display:block;
	text-align:left;
	background-color: #063;
	width:100px;
border-radius:10px
}



.s_menu li:hover ul{
    opacity:1;
	visibility:visible;
}


.call {
	font-family: 'pwaprilmedium';
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 32px;
	position: absolute;
	top: 20px;
	left: 597px;
	width: 450px;
	color: #FFF;
}
/*etiquetas__________________________________________________________________________*/
h1{
	position: absolute;
	top: 5px;
	left: 40px;
	font-family: 'pwaprilmedium';
	font-size: 65px;
	font-weight: 100;
	color: #006838;
	}
	
a{ text-decoration:none;
color:#006838;
font-size:22px;
text-align:center;

}	


a:hover{ 
color: #fff;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;

}	
/*PUNTOS__________________________________________________________________________*/

#puntos{
	position: absolute;
	top: 100px;
	left: 370px;
	}


/*wrapper scroll__________________________________________________________________________*/
#wrapper_scroll{
	position: relative;
	top:150px;
	left:35px;
	width:952px;
	height:649px;

	}


/*article__________________________________________________________________________*/

#wrapper_scroll #article_principal{
	position: absolute;
	margin: 0 auto;
	top: 165px;
	left: 40px;
	width: 845px;
	height: 295px;
	}
#wrapper_scroll #article_principal  img{
	margin:15px 30px 15px;
	}
	
#wrapper_scroll #article_principal img:hover{
	-webkit-filter: contrast(300%);
	}
	

	
	
#wrapper_scroll #article_principal h2{
	margin:0 auto;
	font-family: 'Rotis Sans Serif Std Light';
	font-size:30px;
	color:#006838;
	text-align:center;
	letter-spacing: -1.5px;
	}
	
#wrapper_scroll #article_principal h3{
	margin:0 auto;
	font-family: 'Rotis Sans Serif Std Light';
	font-size:19px;
	color:#009345;
	text-align:center;
	margin-top:-20px;
	}
	
#wrapper_scroll #article_principal p{
	margin:0 auto;
	font-family: 'Rotis Sans Serif Std Light';
	font-size:15px;
	color:#fff;
	font-weight:200;
	text-align: left;
}

#wrapper_scroll #article_principal p>strong{
	font-size:22px;
	color:#006838;
	font-weight:100;
	letter-spacing: -1px;
}

#wrapper_scroll #article_principal {
	font-size:15px;
	color:#fff;
	font-weight:100;
	font-family: 'Rotis Sans Serif Std Light';
	padding:0;
	margin:0;
}

#wrapper_scroll #article_principal #p_pleca{
	width:auto;
	height:3px;
	margin-bottom:10px;
	border-bottom:dotted 2px #fff;
	}	
	
	
	
	

/*section acerca__________________________________________________________________________*/


#wrapper_scroll #acerca{
	width:180px;
	height:280px;
	float: left;
	}






/*section acerca__________________________________________________________________________*/
#wrapper_scroll #certi{
	width:180px;
	height:280px;
	margin-left:41px;
	float:right;
	}


#wrapper_scroll #certi a{ text-decoration:none;
color:#009345;
font-size:12px;}	
	


/*convenios__________________________________________________________________________*/
 #wrapper_scroll #convenios{
	width:180px;
	height:280px;
	
	margin-left:41px;
	float: right;
	}








/*insta__________________________________________________________________________*/
#wrapper_scroll #insta{
	width:180px;
	height:270px;
	
	margin-left:41px;
	float: left;
	}

a{text-decoration:none;}
img{border:none;}