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


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

}

a:link { text-decoration: none; }




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



}





/*  Transportes */


.Coronas, .Carillas, .Incrustraciones, .Implantes, .Prostodoncias  {
	
	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;
	
}



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

}


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

}

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

}



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

}

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

}




@media (max-width:560px) {



}


@media (max-width:390px) { 




}



