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


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

}

a:link { text-decoration: none; }




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



}





/*  Transportes */


.Content-Endodoncia1 , .Content-Endodoncia2  {
	
	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;
	
}



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

}


.Content-Endodoncia2 {

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

}





@media (max-width:560px) {



}


@media (max-width:390px) { 




}



