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


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link { text-decoration: none; }




.periodoncia {
	
	background:url(../img/periodoncia.png) 50% 0 no-repeat ;
    background-size:cover;
	height: 700px;
	padding: 0;
	width: 100%;



}





/*  Transportes */


.Raspados, .Implantes, .Elevacion, .Corticotomias, .Gingivoplastia  {
	
	width: 350px;
	height: 400px;
	border-radius: 4px;
	margin:  10px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	

  -webkit-box-shadow: 2px 2px 10px #999;
  -moz-box-shadow: 2px 2px 10px #999;
	
}



.Raspados  {
	
	background:url(../img/raspado.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}


.Implantes {
	
	background:url(../img/implantes2.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}


.Elevacion {
	
	background:url(../img/elevacion.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}


.Corticotomias {
	
	background:url(../img/corticotomias.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}

.Gingivoplastia {
	
	background:url(../img/gingivioplastia.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}




@media (max-width:560px) {



}


@media (max-width:390px) { 




}



