.ma_container{
    width: 1040px;
    height: 670px;
    background-color: white;
}
.ma_bottom{
    width: 1040px;
    height: 305px;
    background:url('../_img/community/fondoRevista.png');
}
.ma_img{
    width: 500px;
    height: 360px;
    background:url('../_img/community/ipad.png');
    position: absolute;
    top: 140px;
    left: 0px;
}
.ma_opt{
    width: 400px;
    height: 575px;
    position: absolute;
    right: 110px;
    top: 40px;
}
.ma_font{
    width: 400px;
    height: 265px;
    background-color: black;
    opacity: 0.2;
    position: absolute;

}
.ma_title{
    position: relative;
    color: white;
    font-family: Helvetica-NC-Regular;
    font-size: 35px;
    text-align: center;
    padding-top: 10px;
}
.ma_title2{
    position: relative;
    color: white;
    font-family: Helvetica-NC-Regular;
    font-size: 30px;
    text-align: center;
    position: relative;
    top: -10px;
}
.ma_subtitle{
    position: relative;
    color: #16386E;
    font-family: Helvetica-NC-Regular;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: -15px;
}

.ma_txt{
    width: 265px;
    height: 120px;
    position: relative;
    margin-left: 70px;
}
.ma_txt1{
    position: relative;
    color: white;
    font-family: Helvetica-NC-Regular;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}
.ma_element{
    width: 115px;
    height: 195px;
    margin-right: 27px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    vertical-align: text-bottom;
    text-align: center;
    font-family: Helvetica-NC-Bold;
    font-size: 14px;
    color: #16386E;
}




.ma_line{
    width: 80px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 80px;
    left: 76px;
}
.ma_line2{
    width: 80px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 80px;
    left: 240px;
}
.ma_reviews{
    height: 390px;
    width: 435px;
    background-color: none;
    overflow-y: hidden;
    overflow-x: hidden;
}



/*Este CSS se anade para el lector, los previews y para las
páginas de la revista.
*/

#magazine{
    /*width:1152px;
    height:752px;*/
    width:1048px;
    height:648px;
    background-color: #333333;
    margin-left: 116px;
}
#magazine .turn-page{
    background-color:#ccc;
    background-size:100% 100%;
}


.thumb{
    width: 60px;
    height: 100px;
    margin: 5px;
    margin-top: 100px;
    -webkit-transition: all 0.5s;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.5s;  /* Firefox 4-15 */
    -o-transition: all 0.5s;  /* Opera 10.50–12.00 */
    -ms-transition:all 0.5s;   /* Internet Explorer */
    transition: all 0.5s;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}


.thumb:hover{
    width: 140px;
    height: 180px;
    margin-top: -50px;
    margin-left: -35px;
    margin-right: -35px;
    position: relative;
}

.outer{
    background-color:transparent; 
    width:829px;
    height: 210px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.grayBackGround{
    background-color: #333333;
}

.roundedDiv{
    border: 1px solid;
    border-color: #16386E;
   border-radius: 5px;
   background-color: #16386E;
   width: 210px;
   height: 52px;
   margin-left: 520px;
   margin-bottom: 20px;
    box-shadow: 1px 1px 5px gray;
}
.imgControls{
    width:32px;
    height:32px;
    float:left;
    cursor:pointer;
}

#prevMControl{
    background-image:url('../_img/community/magazine/previous.png');
    background-position:center left;
    background-repeat:no-repeat;
}

#nextMControl{
    background-image:url('../_img/community/magazine/next.png');
    background-position:center right;
    background-repeat:no-repeat;
}

#infoMControl{
    background:url('../_img/community/magazine/info.png');
}

.controlsDiv{
    margin:10px 30px;
}

#facebookShareContainer{
    float:left;
    height:32px;
    width:100px;
    background:red;
}

.controlsDiv > img {
    margin-left: 10px;
    margin-right: 10px;
}

.logo{
    position: absolute;
    height:77px;
    width:193px;
    background:url('../_img/community/magazine/logo.png');
}

.info {
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
}

#slideInfo {
    position: absolute;;
    left:55px;
    top: 8px;
    width: 430px;
    border: 1px solid;
     border-color: whitesmoke;
    border-radius: 5px;
    background-color: whitesmoke;
    color: #16386E;
    transition: 1s;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
    -webkit-opacity: 0;
     -moz-opacity: 0;
     opacity: 0;
}

.info:hover #slideInfo {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
