@charset "utf-8";
/* Show it is fixed to the top */
body {
  padding-top: 2.5rem;
}
body, html {
    height: 100%;
    background-repeat:no-repeat;
    background-image: linear-gradient(rgb(0, 77, 152), rgb(255, 255, 255));
}

.starter-template {
  padding: 1rem 1.5rem;
  text-align: center;
  background-color:#FFF;
}
/*Banner del registro básico*/
.bg {
		border-radius: 10px;
    /* The image used */
    background-color: aquamarine;
    /*background-image: url("../theme/slideshow/img-sitio-uach-01.jpg");*/

    /* Full height */
    height: 30%; 


    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
		/*padding: 1rem 1.5rem;*/
		margin-bottom:1rem;
}
.carousel-item {
    border-radius: 10px;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
}
.carousel-control {
    border-radius: 10px;
}
.sombras {
  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  color: white;
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
/*
div.capa_ayuda {
	visibility: visible;
	display:    none;
	position:   absolute;
	width:      300px;
	padding:    2px;
	color:      #000;
	background: #ccc;
	border:     2px outset #ccd;
  margin-left: 12px;
}
div.contenido {
	cursor:       help;
	display:      block;
	font-family:  arial, helvetica, sans-serif;
	overflow:     auto;
	border:       1px inset #ccc;
	font-size:    80%;
	color:        #000;
	background:   #f0f0f0;
	padding:      5px;
}*/