td:hover, tr:hover{
         
color: black ;
-webkit-transition: color 2s ease;
-moz-transition: color 2s ease;
-ms-transition: color 2s ease;
-o-transition: color 2s ease;
transition: color 2s ease;
}
th{
    font-size: 2.2em;
    background-color: #666666;
    color: #e9e7e7;
}
th:hover{
    font-size: 2.2em;
    background-color: #666666 !important;
    color: #e9e7e7;
}



body{
    background-image: url(../Imagenes/Textura.jpg);
}
.class_footer
{
    background-color: #706A78;
    height: 200px;
    
}

.pFondo2>.col-md-3{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    
}

.jumbotron{
    background-color: #706a78;
    color: white;
    margin-bottom: 0px;
    
}  
.divider{
  border-color: black !important;  
      width: 50px;
}
.col-sm-6 , .col-md-3, .col-md-4
{
    padding-left: 0px;
    padding-right: 0px;
}
.efecto1:hover{
-moz-transform: scale(1.2) ;
-webkit-transform: scale(1.2);
-o-transform: scale(1.2) ;
-ms-transform: scale(1.2) ;
transform: scale(1.2) ;

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
z-index: 99;
}
.efecto1{


-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
    
}


.pFondo{
           transition-property: background-color, color !important;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color !important;
  -webkit-transition-duration: 1s;
  -o-transition-property: background-color, color !important;
  -o-transition-duration: 1s;
  background-color: white!important;
color: black ;
  -moz-box-shadow: 2px 2px 1px black; 
   padding-left: 10%;
   padding-right:  10%;
}

.pFondo:hover{
       transition-property: background-color, color !important;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color !important;
  -webkit-transition-duration: 1s;
  -o-transition-property: background-color, color !important;
  -o-transition-duration: 1s;
  background-color: #0364ab!important;
color: white;
  -moz-box-shadow: 2px 2px 1px black;
}

.pFondo2{
           transition-property: background-color, color !important;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color !important;
  -webkit-transition-duration: 1s;
  -o-transition-property: background-color, color !important;
  -o-transition-duration: 1s;
  background-color: #999999 !important;
color: white;
  -moz-box-shadow: 2px 2px 1px black; 
   padding-left: 10%;
   padding-right:  10%;
}

.pFondo2:hover{
       transition-property: background-color, color !important;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color !important;
  -webkit-transition-duration: 1s;
  -o-transition-property: background-color, color !important;
  -o-transition-duration: 1s;
  background-color: #0364ab !important;
color: white;
  -moz-box-shadow: 2px 2px 1px black;
}

.panel-info{
    border-color:  #e1e1e1;;
    background-color: #e1e1e1;
}
.panel-info > .panel-heading {
    background-color: #e1e1e1;
    border-color: white;
    color: #31708f;
}
.carousel-control.right
{
    background-image: none
}
.carousel-control.left
{
    background-image: none
}
body{
    background-color: #e1e1e1;
}
.contenedore_stilo{
   -webkit-box-shadow: 10px 9px 38px -22px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 38px -22px rgba(0,0,0,0.75);
box-shadow: 10px 9px 38px -22px rgba(0,0,0,0.75);
}

.thumbnail:hover
{
 box-shadow: 0px 0px 12px 9px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 0px 12px 9px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0px 0px 12px 9px rgba(0, 0, 0, 0.7);
padding-left: 5px;
z-index: 99;
   
}
.row{
    background: #ffffff;
    box-shadow: none;
   margin-left: 100px;
    margin-right: 100px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */


.text_footet{
    
    position: relative;
   margin-left: 30%;
  width: 700px;
  padding-top: 2.5%;
  color: #9B999F;
  font-size: 2em;
}

@media (min-width: 1143px){
      .row{
   
   margin-left: 50px;
    margin-right: 50px;
}
}
@media screen and (max-width: 930px)
{
        .row{
   
   margin-left: 0px;
    margin-right: 0px;
}

    .text_footet{
        font-size: 90%;
    }
}
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row{
   
   margin-left: 0px;
    margin-right: 0px;
    display: block;
}
  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
@media screen and (max-width: 450px)
{
    .row{
    background: #ffffff;
    box-shadow: none;
   margin-left: 0px;
    margin-right: 0px;
}
    .text_footet{
       
        margin-left: 0;
    }
}





