@font-face {
    font-family: OldHW;
    src: url(OldHW.ttf);
}
body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
	  text-align: justify;
  }
div.ce{
	text-align:center;
	width:100%;
}

  h1{
        font-family: OldHW;
      margin-top: 0px;
  }
  h1.Tit{
	    font-size:90px;
  }
  h2 {
	  
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #FF3300;
      font-weight: 400;
      margin-bottom: 30px;
  }

.toop{
    margin: 0;
    text-align: center;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute; 
    top: 30px; 
    left: 50%;
    transform: translate(-50%,5%);
    z-index: 5;
    width: 100%;
    height: 100%;
}

  .jumbotron {
      background-color: black;
      background-image: url(Imagenes/fondo-pagina-web.jpg);
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
      padding: 100px 25px;
      max-height:  900px;
      height: 100vh;
  }


  .logo {
      color: #94014D;
      font-size: 200px;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #222;
      border-color: #080808;
      z-index: 9999;
      border: 0;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      border-radius: 0;
      font-family: sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color:  #5bc0de;!important;
      background-color: #FF3300 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

  .centrar{
margin-top: auto;
margin-left: auto;
    margin-right: auto;
}
  .aj{
      margin-top: 100px;
  }
  .container-fluid {
      padding: 60px 50px;
  }
  .bg-grey {
      background-color: #e6e6e6;
  }
  .logo-small {
      color: black;
      font-size: 50px;
  }

  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #FF3300;
  }
  .carousel-indicators li.active {
      background-color: #FF3300;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #FF3300; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #FF3300;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #FF3300;
      color: #fff;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;	
      animation-duration: 1s;	
      -webkit-animation-duration: 1s;
      visibility: visible;			
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }

.hora{
	display: block;
    border-radius: 0px;
	width: 100%;
	height: 100%;
    background-color: #ffe6b3;
    border-color: #ffe6b3;
    color: #33001a;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.plenaria{
	display: block;
    background-color: #ffc2b3;
    border-color: #ffc2b3;
    border-radius: 0px;
	width: 100%;
	height: 100%;
    color: #33001a;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


.tdp{
    background-color: #ffc2b3;
    border-color: #33001a;
}

.hhh{
padding-right: 10px;
 background-color: white
}

td {
    color: #33001a;
	padding: 0px;
    height: 50px;
    border: 1px solid #33001a;
    background-color: #ffe6b3;
}
.wh{
    background-color: white;
}

    table.tg{
		margin-left: auto;
        margin-right: auto;
    }
    table.tp{
		display: none;
    }
.peq{
    padding: 5px;
    text-align: center;
}
.hora:hover { 
    background-color: #ffdd99;
    color: #660034;
}
.plenaria:hover { 
    background-color: #ffad99;
    color: #660034;
}
@media screen and (max-width: 1000px) {
  .jumbotron {
      background-image: url(Imagenes/fondo-pagina-webM.jpg);
	  max-height:  600px;
 
  }
}
@media screen and (max-width: 700px) {
  .jumbotron {
      background-image: url(Imagenes/fondo-pagina-webS.jpg);
	  max-height:  420px;
  }
}
@media screen and (max-width: 768px) {
    .ajuste{
        padding-bottom: 0px;
    }
    h1.Tit{
	    font-size:2.5em;
    }
    h1{
        font-size: 2.0em;
    }
    td{
        height:inherit;
			padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
    }
	.hora{
		padding: 0px;
	}
	
	.plenaria{
		padding: 0px;
	}
	
    table.tg{
		display: none;
    }
    table.tp{
		display: flex;
		margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }
            
}