body {
  background-image: url(images/fondo4.png);
}
h1 {
    text-align: center;
    background-color: aqua;
    color: darkorange
}
h2{
    text-align: center;
    color: chartreuse;
    background-color: aliceblue;
}

table {
   width: 30%;
border: 1px solid #000;
    height: 300px;
     background-image: url("images/fondo2.jpg");
}
.p1 p{
    text-align: center;
    background-color: aqua;
    color: darkorange
}
.p1 p a{
    
    color: blue;}

.tr1 p{
    color: crimson;
}
.tr2 p{
     color: crimson;
}
.tr1{
    background-color: aliceblue;
     width: 49%;
    float: left;
}
.tr2{
     width: 49%;
    float: right;
    background-color: aliceblue;
}
.redes{right: 0;; background-color: floralwhite;
position: fixed;
top: 300px;
    z-index: 2000;
}

.redes ul{list-style: none;}

.redes ul li a{
    display: inline-block;
    padding: 10px 1px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 1s ease;
        -0-transition: all 1s ease;
        transition: all 1s ease;
}

.redes ul li .icon-facebook2{
    background: #3A5795;
}
.redes ul li .icon-twitter{
    background: #5EA9DD;
}
.redes ul li .icon-youtube{
    background: #CC181E;
}
.redes ul li .icon-skype{background:  #0274B3;}
.redes ul li .icon-whatsapp{background:#04B404; }
.redes ul li .icon-dropbox{background: #5882FA;}

.redes ul li a:hover{padding: 10px 20px;}



h2 {
    
}
