a,
a:focus,
a:hover {
  color: #fff;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


body, html {
  height: 100%;
  background-color: #faf4f4;
  color: black;
}

body {
  display: -ms-flexbox;
  color: #faf5f5;
}

.bg { 
  background-image: url("../img/foto/hatter.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,.5);
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

#dicom {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
 	width: 460px;
 	height: 180px;
	padding-top: 5px;
	padding-right: 5px;	
	background-image: url(../img/foto/dicom.jpg);
	border: 3px solid #fece08;
  border-radius:7px;
  font-family: Cuprum,Arial,Helvetica,sans-serif;
  text-align: center; 	
}
#dicom_1 {
	clear: both;
 	width: 400px;
 	margin-top: 15px;
 	margin-left: 30px;
 	font-size: 30px;  
  font-weight: bold;
  color: #2a9dca;  
}

#dicom_2 {
	clear: both;
 	width: 150px;
 	margin-top: 25px;
 	margin-left: 155px;
 	font-size: 21px;  
  font-weight: bold;
  color: #2a9dca;
  background-color: #fff;
  border: 1px solid #2a9dca;
  border-radius:7px;
  cursor: pointer; 	
}

#dicom_3 {
	clear: both;
 	width: 150px;
 	margin-top: 15px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	margin-left: 155px;
 	font-size: 12px;  
  font-weight: bold;
  color: #2a9dca;
  background-color: #fff;
  border: 1px solid #2a9dca;
  border-radius:7px;
  cursor: pointer; 	
}