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


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

}

a:link { text-decoration: none; }




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



}





/*  Transportes */


.vertebien, .funciones {
	
	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;
	
}



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

}


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

}






@media (max-width:560px) {



}


@media (max-width:390px) { 




}



