body {
	background: repeating-linear-gradient(
  -33deg,
  #fff,
  #fff 4px,
  #f5f5f5 4px,
  #f5f5f5 8px
); 
}
.navbar-brand img {
	margin-top: -10px;
	float:left;
}
.colorTitulos {
	color: #f5f5f5;
	text-shadow: -1px 1px 1px grey;
}
.colorSmartAdmin {
	color: #337ab7;
}
.backgroundLineasDiagonales {
		background: repeating-linear-gradient(
	  -33deg,
	  #fff,
	  #fff 4px,
	  #f5f5f5 4px,
	  #f5f5f5 8px
	);
} 

.logoUbau {
	width: 100%;
}

.rederGuia  {
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px; 
	height: 150px; 
}

/* Lupa para imagenes de guías */
a:link {
text-decoration:none;
}
.mag {
width:450px;
margin: 0 auto;
float: none;
}
.mag img {
	max-width: 100%;
}

.mag1 {
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px; 
	width:120px;
	max-height: 150px;
	margin: 0 auto;
	float: none;
}
	
.mag1 img {
	max-width: 100%;
}

.mag2 img {
	max-width: 100%;
} 

.magnify {
	position: relative;
	cursor: none
}

.magnify-large {
	position: absolute;
	display: none;
	width: 500px;
	height: 500px;

	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.55), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.55), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.55), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
			border-radius: 100%
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Proporción de aspecto 16:9 (9 dividido por 16 = 0.5625) */
  }
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }