body{
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.p-right{
    right: 0;
}
.p-rleft{
    left: 0;
}

.container{
    width: 960px;
    margin:0 auto;
}
.container .banner{
    width: 100%;
    height: 379px;
    position: relative;
    background: url('../images/banner.jpg');
}
.container .banner .title{
    position: relative;
    width: 386px;
    height: 174px;    
    margin: 0 auto;
    text-align: center;
    padding-top: 7%;
}
.container .banner .title .contenido-title{ 
    background: rgba(255,255,255,0.8);
    padding:20px;
    color: #707070;
}
.container .banner .title .contenido-title h1{
    display: inline-block;
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: lighter;
    line-height: 35px;
    border-bottom: 1px solid #707070;
    padding: 0 5px;
}
.container .banner .title .contenido-title h1 b{
    font-weight: bold;
    font-size: 43px;
    letter-spacing: 5px;
}
.container .banner .title .contenido-title small{
    font-size: 15px;
    display: block;
    margin-top: 10px;
}


.tabs-menu {
    z-index: 5;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    }

    .tabs-menu li {
        display: table;
        float: left;
        background: rgba(0,0,0,0.8);
        color: #fff;  
        text-align: center;
        width: 320px;
        border-top: 5px solid rgba(0,0,0,0);
        height: 85px;
    }

    .tabs-menu li.current,
    .tabs-menu li:hover {
        position: relative;
        background: rgba(255,255,255,0.8);
        color: #000;
        z-index: 5;
        border-top: 5px solid #4B0047;
    }

    .tabs-menu li a,
    .tabs-menu .current a {
        font-size: 18px;
        outline: none;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-weight: lighter;
        letter-spacing: 2px;
        text-decoration: none;
        width: 137px;
        -moz-transition:-moz-transform 0.6s;
        -webkit-transition:-webkit-transform 0.6s;
        -o-transition:-o-transform 0.6s;
        -ms-transition:-ms-transform 0.6s;
        opacity: 1;
    }
    .tabs-menu li a:hover,
    .tabs-menu .current a {
        color: #000;
    }

    .tab {
        background-color: #fff;
        width: auto;
    }

    .tab-content {
        display: none;
    }
    .tab-content .contenido{
        background: #fff;
        font-size: 14px;
        padding: 30px 20px;
        text-align: center;
    }
    .tab-content .contenido h2{
        color: #707070;
        display: inline-block;
        font-size: 80px;
        font-weight: 500;
        padding: 0 4px 5px 4px;
        margin-bottom: 50px;
     }

     .tab-content .contenido h2 .contenido-text{
        display: inline-block;
        font-size: 30px;
        text-align: left;
        margin-left: 5px;
     }

     .tab-content .contenido h2 .contenido-text .text1{
        font-size: 30px;
     }
     .tab-content .contenido h2 .contenido-text .text2{
        font-size: 42px;
        display: inline-block;
        line-height: 35px;
     }

     .tab-content .contenido .contenido-row{
        display: block;
        width: 920px;
        position: relative;
        min-height: 380px;
        margin-bottom: 40px;
     }

     .tab-content .contenido .contenido-row h3{
        background: url('../images/icon-arrow.png') no-repeat 0 12px;
        font-size: 32px;
        border-bottom: 1px solid #707070;
        padding: 0 0 10px 23px;
        margin-bottom: 15px;
     }

     .tab-content .contenido .contenido-row .row-1{
        border:1px solid #727272;
        position: absolute;
        background: rgba(255,255,255,0.8);
        width: 440px;
        z-index: 2;
        margin: 50px 0;
        text-align: left;
        padding:30px;

        -webkit-box-shadow: 43px 67px 42px -75px rgba(0,0,0,0.75);
        -moz-box-shadow: 43px 67px 42px -75px rgba(0,0,0,0.75);
        box-shadow: 43px 67px 42px -75px rgba(0,0,0,0.75);
     }
      .tab-content .contenido .contenido-row .row-2{
        position: absolute;
     }

     .tab-content .contenido p{
        font-size: 14px;
     }

     .tab-content .contenido ul{
        display: block;
        margin-top: 20px;
     }

     .tab-content .contenido ul li{
        text-align: left;
        font-size: 12px;
        padding-bottom: 15px;
        padding-left: 20px;
     }

    #tab-1 {
     display: block;   
    }
    #tab-1 .contenido-row{
        min-height: 310px;
     }

   .link-boton{
        background: #525596;
        color: #fff;
        margin-top: 20px;
        display: inline-block;
        text-align: center;
        outline: none;
        padding: 10px 25px;
        border-radius: 5px;
        clear: both;
    }

#tab-3 .contenido-row {
    min-height: 260px;
}

#tab-3 .contenido-row .row-1 {
    margin: 24px 0;
}


footer{
    background: #F2F2F2;
    -webkit-box-shadow: inset 9px 84px 30px -88px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 9px 84px 30px -88px rgba(0,0,0,0.75);
    box-shadow: inset 9px 84px 30px -88px rgba(0,0,0,0.75);
    padding: 40px 0;
}
footer section{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
footer ul{
    display: inline;
    text-align: center;
}
footer ul li{
    display: inline-block;
    margin-right: 20px;
}
footer h4{
    text-align: center;
    display: block;
    clear: both;
    font-size: 30px;
    font-weight: lighter;
    margin: 30px 0 ;
}