@charset "utf-8";
/* CSS Document */

	  
  body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #111;
  }
  h3, h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 20px;
 
  }

  .Background1 {
	  background:#541e25;
      color:white;
  }
  .Background1 h3 { /* color: #fff; */}
  .Background1 p {font-style: normal;}
.Background1 a:link {color:#c5a1a3;}
.Background1 a:hover{color:#921d1e; text-decoration: none;}




  .Background2 {
      background:#cdc9be;
      color:black;
  }
  .Background2 h3 { /* color: #fff; */}
  .Background2 p {font-style: normal;}
  .Background2 a:link {color:#608FB1;}
  .Background2 a:hover{color:#608FB1; text-decoration: none;}

 .importante
	{
      color:darkred;
	}
	
	



.JumbotronText1{
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0px 3px 8px #2a2a2a;
}

.JumbotronText2{
  color: white;
  font-size: 16px;
  text-shadow: 0px 3px 8px #2a2a2a;
}

  .container {
      padding: 20px 20px;
  }





.bookDetails {
  /*
  ORIGINAL
  height: 200px;
  width: 40px;
  */
  /*
  PRUEBA GRANDE
  height: 300px;
  width: 220px;
  */


  height: 346px;
  width: 254px;

  /*
  ORIGINAL
  margin-bottom: 10px;
  margin-top: 20px;
  */



}

.bookDetails-imagebackground{
  border-radius: 5px;

  background-repeat: no-repeat;
  background-size: contain; /* scales the image */
  background-position: right bottom;

  -webkit-box-shadow: 0px 31px 22px -24px rgba(143,121,101,0.27); 
  box-shadow: 0px 31px 22px -24px rgba(143,121,101,0.27);

}


.BookDetailsText1{
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 3px 8px #2a2a2a;
}

.BookDetailsText2{
  color: white;
  font-size: 16px;
  text-align: left;
  font-style: normal;
}


.BookDetailsText3{
  color: white;
  font-size: 13px;
  text-align: left;
  font-style: normal;
}




  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #f1f1f1;
  }


  .carousel-inner img {
      
	  /* removidos por mi */
	  /* -webkit-filter: grayscale(90%); */
      /* filter: grayscale(90%); */
	  /* make all photos black and white */ 
      
	  
	  width: 100%; /* Set width to 100% */
      margin: auto;

  }

  .carousel-caption h3 {
      color: #fff !important;

  }

	
/*	
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
 /*
	}
  }
*/	




/* ELIMINAME */

  .bg-1 {
      background:#CCD4DD;
      /* color:white; */
  }
  .bg-1 h3 { /* color: #fff; */}
  .bg-1 p {font-style: italic;}

/* ELIMINAME FIN */

  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
	   
	  
  .nav-tabs li a {
      color: #777;
  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }  
  .navbar {
      /* font-family: sans-serif; */
      font-family: Arial;
      margin-bottom: 0;
      /* cambiado el color por mi */
	    /* background-color:#0E0F15; */
      background-color: transparent;
      border: 0;
      /* font-size: 12px !important; */
      font-size: 18px !important;
      /* letter-spacing: 3px; */
	  /* cambiada la opacidad por mi */
        opacity: 0.8;

        font-weight: 200;

  }
  .navbar li a, .navbar .navbar-brand { 
      color: #fff !important;
	  
  }
  .navbar-nav li a:hover {
      /* color: #fff !important; */
      color: #e4e7a5 !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
	  
  .open .dropdown-toggle {
      color: #fff;
      background-color: #0B0B0B !important;
  }
  .dropdown-menu li a {
      color:white; !important;
	  background-color:#0B0B0B;
  }
  .dropdown-menu li a:hover {
      background-color:#061319 !important;
  }
  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
  
	.fondo
	{

    /*
  fondo para navbar cuando hace scroll
  
    */

	 background-color:#311c17;
		opacity: .8;

	}
	
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	
	
	.carousel-caption{
    /*
		left: 50px;
		right: auto;
    */
		bottom: 30px;

	}	

	
	
	.TextoBannerGrande
	{
	font: 50px Helvetica, Arial, Sans-Serif;  
	text-align: center;
	color:white; text-shadow: 0px 3px 8px #2a2a2a;
	}
	
	
	.caja 
	{
		border-radius: 20px;
		background-color:#7a6340;
		border-color:white;
		border-width: 1px;
		border-style: solid;
		opacity: 0.8;
		max-width: 200px;
		max-height: 30px;
		color: white;
		margin:0 auto;
	}

	.caja:hover{
		opacity: 1;
	
	}

	.VinculoCaja a:link
	{
	color: white;
	}
	.VinculoCaja a:visited
	{
	color: white;
	}	
	.VinculoCaja a:hover
	{
	color: white;
		text-decoration: none;
	}
	.VinculoCaja a:active
	{
	color: white;
		text-decoration: none;
	}
	
	


/* 

ATENCION

DE AQUI EN ADELANTE FUERON PRUEBAS Y SE QUEDO FINALIZADO.. NO MODIFICAR




	
	ul.thumbnails { 
    margin-bottom: 0px;
}

*/

/* Thumbnail Box */
.ProfesorTitulo {
	text-decoration: none;
	font-style: normal;
	word-spacing: normal;
	text-align: center;
}

.ProfesorSubtitulo {
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	word-spacing: normal;
	text-align: center;
}

	.ProfesorFotoCirculo{
		max-height: 400px;
		max-width: 200px;
		text-align: center;
	}

/* Carousel Control */
/*
.control-boxProfesores {
    text-align: center;
    width: 100%;
}
*/
.carousel-control{
    /* background: #666;
    border: 0px;
    
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
    */
}


.carousel-indicators li {
  width: 50px;
  height: 5px;

}

.carousel-indicators li.active {
  width: 50px;
  height: 5px;
  background-color: #FFF;      	
}

.carousel-indicators {
    bottom: 1px;
}


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-boxProfesores {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

/*
li { list-style-type:none;}
*/

	
.caption1 {        word-break: break-all;
}
.page-header1 {        text-align: center;
}

