.navbar {
  margin-bottom: 0;
  background-color: white;
  position: static;
  border-radius: 0;
}

.padd {
  padding: 0 15px 0 15px;
  background: white;
}

.container {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 8px #BDBDBD;
}

.cuerpo {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
}

.navbar-brand {
  height: 70px;
}

.navbar-default {
  border: 0;
}

.navbar-nav > li > a {
  height: 70px;
  padding-top: 26px;
  background: transparent;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}

.container .jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-image: url(../images/jumbotron.png);
  background-repeat: no-repeat;
}

.menu-foot {
  height:77px;
  padding-top: 15px;
  background: white;
  border-top: 1px solid #DDD;
  margin-top: 20px;
}

.pagination {
  margin-bottom: 0;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -- BODY --*/
body {
  background-image: url(../images/bg-body.png);

}

a {
  color: #5858FF;
}

.media-body {
  padding-top: 9px;
}

.media{
  margin-bottom: 10px;
}

.btn {
  border-radius: 0;
}

.borde-linea {
  border-bottom: 1px solid #DDD;
}

.borde-sin {
  margin-top: 10px;
}

.pagination {
  margin-bottom: -5px;
  border: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #333;
  border-color: #333;
}

.pagination > li > a, .pagination > li > span {
  color: #333;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

a:focus, a:hover {
  text-decoration: none;
  color: #333;
}

.parrafo {
  margin-bottom: 13px;
}

.espaciobajo {
  margin-bottom: 9px;
}

.espacioalto {
  margin-top: 11px;
}

.espacio-btn {
  margin-bottom: 9px;
}

.imagenes {
  background: white;
}

.imagenes-margin {
  background: white;
  margin-bottom: 10px;
}

.espaciado {
   padding-top: 15px;
   padding-left: 15px;
   padding-right: 15px;
 }

.pie-pag {
  padding-top: 15px;
  padding-bottom: 5px;
  background: white;
  border-top: 1px solid #DDD;
  margin-top: 20px;
}

.breadcrumb {
  border-radius: 0;
}

.post {
  padding-bottom: 0;
  margin-bottom: 0;
}

.post .post-title a{
  color: #333;
  background-color: grey;
}

.thumbnail:hover {
  background: #F5F5F5;
}

.post .thumb {
  margin-right: 10px;
  width: 100%;
}

.post .thumb img {
  width: 100%;
}

.post .contenedor-botones {
  width: 100%;
}

.list-group-item {
  border-radius: 0;
  border: 0;
}

.list-group-item:first-child{
  border-radius: 0;
}

.list-group-item:last-child {
  border-radius: 0;
}

.thumbnail {
  border-radius: 0;
  padding-bottom: 10px;
}

.img-thumbnail {
  border-radius: 0;
}

.seccion {
  background: white;
  padding: 2px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 0;
  border: 1px solid transparent;
  border-color: #E6E6E6;
}

.seccion-tw{
  background: white;
  padding: 2px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 21px;
  border: 1px solid transparent;
  border-color: #E6E6E6;
}

.seccion-premios{
  background: white;
  padding: 2px;
  padding-left: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-color: #E6E6E6;
}

.carousel-control.right {
  background-image: none;
  width:0;
  margin-right: 3%;
}

.carousel-control.left {
  background-image: none;
  width:0;
  margin-left: 3%;
}

.carousel-indicators {
  bottom: 2%;
}

.carousel-indicators .active {
  border-radius: 0;
  opacity: 0.7;
}

.carousel-indicators li {
  border-radius: 0;
  opacity: 0.4;
}

.carousel-control {
  opacity: 0.4;
}

.span .post-fecha {
  margin-top:70px;
}

.breadcrumb {
  margin-bottom: 0;
}

.contorno {
  border: 1px solid transparent;
  border-color: #E6E6E6;
}

.texto {
  color: #555;
}

.secundario {
  color: #585858;
}

.no-pad {
  padding: -15px;
}

.espaciobtn {
  margin-top: 12px;
  margin-bottom: 2px;
}

.form-control {
  border-radius:0;
}

.btn-form {
  margin-top: -3px;
  margin-bottom: 2px;
}

.about-last {
  margin-bottom: 0;
  padding-bottom: 15px;
}
/* -- Media Querie --*/
@media screen and (max-width: 768px){
  .post .thumb {
    width:100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
