/* PERFIL */
.perfil-content .emptyData{
	border:1px solid #CCC;
    border-width: 1px 0;
}
.ex_opts{
    display: block;
    margin-top: 3px;
}
.ex_opts a, .ex_opts span{
    float:left;
    color:#FFF;
    display:block;
    padding:3px 5px;
    margin-right: 5px;
    font-weight:bold;
    background-color:#ce152e;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;    
}
/**** FOTO BAR ****/
#perfil-foto-bar{
    width: 594px;
    overflow: hidden;
    margin:0 auto 10px;
}
#perfil-foto-bar ul li{
    float: left;
    line-height: 0;
    padding-left: 2px;
}
#perfil-foto-bar div.foto{
    background-color: #F2F2F2;
    border-top: 1px solid #D9D9D9;
    width: 97px;
    height: 68px;
}
#perfil-foto-bar ul li img{
    width: 97px;
    height: 68px;
}
/**** FORM PUB ****/
#perfil-form {
    margin-bottom: 10px;
} 
#perfil-form .frameForm {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 494px;
}
#perfil-form .options{
    line-height: 22px;
    padding: 3px 0;
    position: relative;
    z-index: 2;
}
#perfil-form .options li{
    float:left;
    display:block;
}
#perfil-form .options .share {
    font-weight: bold;
    color:#808080;
}
#perfil-form .options span.uiComposer {
    color: #333333;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
#perfil-form .options .atta li{
    padding-left:10px;
}
#perfil-form .options .streamLoader {
    line-height: normal;
    position: absolute;
    right: 2px;
    top: 9px;
    display: none;
}
#perfil-form .options .atta span, #perfil-form .options .atta a{
    font-weight: bold;
}
.stream {
    background: url(../images/icons/muro/stream.png) no-repeat left top;
    display: inline-block;
    width: 16px;
    height: 16px;
    top:3px;
    left: 0;
    position: absolute;
    vertical-align: middle;
}
.nub {
    background: url("../images/icons/muro/fb_arrow_up.gif") no-repeat scroll center top transparent;
    height: 7px;
    left: 2px;
    position: absolute;
    top: 19px;
    width: 11px;
}
.mpub, .w_1 {background-position: left -16px;}
.mfoto, .w_2 {background-position: left -32px;}
.mlink, .w_3 {background-position: left -48px;}
.mvideo, .w_4 {background-position: left -64px;}

#perfil-form .attaFrame {
    border-color: #CECECE #C6C6C6 #A4A4A4;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #D3D3D3 !important;
    padding: 3px;
}

#attaContent div{
    display:none;
    padding: 10px;
}
#attaContent textarea.status{
    border:none;
    width: 100%;
    height: 14px;
    background: #FFF;
}

#attaContent input.itext {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BDC7D8;
    width: 375px;
}

#attaContent .adj{
    width: auto!important;
    display: inline!important;
}
.btnStatus {
    padding-top: 5px;
    display: none;
}
.shareBtn{
    width: auto!important;
    float:right;
}
.attaDesc {
    border-top: 1px dashed #CCCCCC;
    display: none;
    padding: 15px;
}
.attaDesc .wrap{
    border:1px solid #B4BBCD;
    padding: 1px 5px;
    margin-bottom: 5px;
    background: #FFF;
}
.attaDesc textarea{
    border:0;
    width: 100%;
    height: 14px;
    background: #FFF;
}
/***/
#fotoFrame img{
    background: #FFF;
    max-width:130px; 
    max-height:130px; 
    border:1px solid #CCC; 
    padding:3px;
}
#enlaceFrame a.big{
    font-size: 16px;
    font-weight: bold;
}
#enlaceFrame span.desc{
    color: #808080;
    font-size:13px;
}
#videoFrame div {
    display: block;
    padding: 0;
}
#videoFrame .thumb{
    float: left;
    margin-right: 10px;
    max-height: 130px;
    max-width: 130px;
}
#videoFrame .vDesc{
    color: #808080;
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    padding: 0;
}
/***** MURO *****/
.a_blue{
    color:#3B5998!important;
}
#wall-content {
    margin: 0 auto;
    width: 494px;
}
.Story {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0;
}
.Story_Pic{
    float:left;
    margin-right: 10px;
}
.Story_Content {
    float: left;
    width: 420px;
}
.Story_Content .uiClose {
    background: url("../images/icons/muro/fb_close_big.png") no-repeat center top;
    height: 15px;
    width: 15px;
    display: block;
	opacity: 0.8;
}
.Story_Content .uiClose:hover {
	opacity: 1;
}
.Story_Head {
    position: relative;
}
.Story_Hide {
    position: absolute;
    right: 0;
    display: none;
}
.Story:hover .Story_Hide{
    display: block;
    
}
.Story_Head .Story_Message{
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 5px;
    word-wrap: break-word;
}
/****************************/
.Story_Message .autor{
    padding-bottom: 3px;
    font-weight: bold;
}
.Story_Message .mvm {
    margin-bottom: 10px;
    margin-top: 10px;
}
.Story_Message .uiPhoto img{
    max-width: 130px;
    max-height: 130px;
    border: 1px solid #CCC;
    padding: 3px;
    background: #FFF;
}
.Story_Message .uiLink {
    border-left:2px solid #CCC;
    padding-left: 10px;
}
.Story_Message .uiVideoThumb {
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    float: left;
}
.Story_Message .uiVideoThumb img{
    max-width: 130px;
    max-height: 130px;
}
.Story_Message .videoDesc{
    color:#808080;
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}
.Story_Message .uiVideoThumb i {
    background: url("../images/icons/muro/fb_video_play.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    height: 50px;
    left: 40px;
    position: absolute;
    width: 50px;
}
/******************/
.Story_Foot .Story_Info {
    color:#999;
    position: relative;
    padding-left: 21px;
}
.Story_Foot .Story_Info i{
    top:0!important;
}
.Story_Comments {
    width: 410px;
    padding-top: 2px;
}
.lifi i {
    display: block;
    height: 5px;
    margin-left: 17px;
    width: 9px;
}
.ufiItem {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 2px;
    padding: 9px;
    position: relative;
}
.ufiItem i {
    background-image: url(../images/icons/muro/fb_cm_box.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    margin: 0 5px 0 0;
    float: left;
    width: 16px;
}
.ufiItem .autorPic{
    margin-right: 8px;
    float:left;
}
.ufiItem .close{
    position: absolute;
    display: none;
    right: 2px;
}
.ufiItem:hover .close{
    display: block;
}
.ufiItem .autorName {
    display: block;
    font-weight: bold;
}
.ufiItem .mensaje {
    overflow: hidden;
    width: 345px;
}
.ufiItem .cmInfo {
    color: #A4A4A4;
    font-family: Arial,Helvetica;
    font-size: 12px;
    line-height: 18px;
}
.ufiItem .newComment {
    padding: 0;
}
.ufiItem .newComment img{
    float:left;
    margin-right: 8px;
}
.ufiItem .newComment textarea, .ufiItem .newComment input[type="text"]{
    width: 394px;
    height: 13px;
    font-size:11px;
    border:1px solid #BDC7D8;
    background: #FFF;
}
.ufiItem .newComment input[type="text"]{
    color:#777;
}
.ufiItem .newComment textarea {
    border-color: #BDC7D8;
    border-style: solid;
    border-width: 1px;
    float: left;
    padding: 5px;
    width: 332px;
}

.ufiItem .newComment textarea:focus {
    border: 1px solid #38B2E5 !important;
    box-shadow: 0 0 5px 0 #B5DFF1 !important;
}
.more-pubs {
    background: none repeat scroll 0 0 #DEF1FF;
    border-bottom: 1px solid #BFDDF4;
    border-top: 1px solid #BFDDF4;
    margin: 1em auto 0;
    text-align: center;
    width: 498px;
}

.more-pubs a {
    color: #388BC8 !important;
    display: block;
    font-weight: bold;
    padding: 10px 15px;
}

.more-pubs span{
    display: none;
    width: 100%;
    padding: 12px 15px 11px;
    text-align: center;
}
.likes {
    color:#333!important;
}
.likes i{
    background-position: center -16px;   
}
.likes a{
    color:#3B5998!important;
}
.cm_like i{
    background-position: center -36px;
    display: inline-block;
    height: 9px;
    width: 10px;
    float:none;
    margin: 0;
}
.more_comments img{
    margin:3px 0 0 5px;
    float:left;
    display:none;
}
/*****/
#show_likes {
    background-color: #FFF;
    width: 400px;
    height: 300px;
    overflow:auto;
    border-bottom: 1px solid #E9E9E9;
    text-align: left;
    margin: -20px -5px;
}
#show_likes li{
    clear:both;
    padding: 4px;
    border-top: 1px solid #E9E9E9; 
}
#show_likes li a{
    float: left;
    margin-right: 10px;
}
#show_likes div.name {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
#show_likes .name a{
    float: none;
    color:#3B5998;
    font-size: 13px;
    font-weight: bold;
}
/***********/
#cuerpocontainer {
    padding: 9px !important;
    width: 980px !important;
}

.nuevo_perfil_cool {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DFDFDF;
    padding: 5px;
}

.perfil-box {
}

.list_perfil-left {
    border-left: 1px solid #DBE4EF;
    border-top: 1px solid #DBE4EF;
    margin-top: 10px;
    width: 149px !important;
    clear: both;
}

.list_perfil-left li {
    background: none repeat scroll 0 0 #F6F8FB;
    border-bottom: 1px solid #DBE4EF;
    color: #808080;
    font-size: 13px;
    line-height: 120%;
}

#profile_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBE4EF;
    float: left;
    min-height: 380px;
    padding: 9px;
}

.profile_content_main {
    font-family: Arial,Helvetica;
    line-height: 1.3;
    margin-bottom: 20px;
    min-height: 75px;
}

.realname {
    color: #666666;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.user_info_name_cool {
    color: #555555;
    display: table-cell;
    font-size: 12px;
    padding-right: 15px;
    white-space: nowrap;
}

.estado {
	margin: 5px 0;
}

.user_estado_mensaje {
    cursor: default;
    vertical-align: top;
    width: 100%;
}

.profile_stem {
    background: url("../zero-img/profile_stem.png") no-repeat scroll 0 50% transparent;
    float: left;
    margin-top: 10px;
    min-width: 300px;
    padding-left: 11px;
}

.tooltip {
	margin-top: 9px;
}

.profile_stem > div {
    background-color: #EBECE5;
    border-radius: 6px 6px 6px 6px;
    color: #555555;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    max-width: 320px;
    min-height: 20px;
    padding: 10px 15px;
    word-wrap: break-word;
}

.user_name_art {
    color: #555555;
    font-family: Tahoma,sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
}

.info-general-data li {
    border-right: 1px solid #CCCCCC;
    color: #999999;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 10px;
    padding: 5px 15px 2px 0;
    text-align: left;
}

.info-general-data {
    float: right;
}

.info-general-data-principal {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

/*
    ACTIVIDAD EN PERFIL
    -------------------------------------------------
*/
.perfil-content .widget .title-w select {
    float: right;
}
.big-info .last-activity div.sep {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 12px;
    padding: 8px;
    position: relative;
}
.big-info .last-activity .ac_content {
    height: 16px;
    overflow: hidden;
    width: 478px;
}
.big-info .last-activity div.sep:last-child {
    border: medium none !important;
}
.big-info .last-activity div.sep a {
    color: #004A95;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
}
.big-info .last-activity div.sep span.time {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #999999;
    display: block;
    font-size: 11px;
    padding: 5px 5px 5px 10px;
    position: absolute;
    right: 0;
    top: 3px;
}
.big-info .last-activity div.sep:hover span.time {
    display: none;
}
.big-info .last-activity div.sep span.remove {
    display: none;
}
.big-info .last-activity div.sep span.remove a {
    display: block;
}
.big-info .last-activity div.sep em {
    display: none;
}
.big-info .last-activity div.sep:hover span.remove {
    background: url("../images/icons/cross.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    font-weight: bold;
    margin-top: 3px;
    opacity: 0.2;
    text-indent: -9999px;
    width: 10px;
}
.big-info .last-activity div.sep:hover span.remove:hover {
    cursor: pointer;
    opacity: 1;
}
.big-info .last-activity div.sep:hover {
    background-color: #FFFFEE !important;
}
.big-info .last-activity div.date-sep h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #999999;
    font-family: Georgia !important;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding-bottom: 5px;
}
.last-activity img {
    border: 1px solid #CCCCCC;
    padding: 1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.last-activity img.avafriend {
    margin-right: 5px;
}
#last-activity-view-more {
    background: none repeat scroll 0 0 #E7F4F9;
    border-bottom: 1px solid #CEE0EE;
    border-top: 1px solid #CEE0EE;
    color: #6DA7D1;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
}

.widget-z {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #D9D9D9;
    box-shadow: 0 2px 2px #D9D9D9;
    display: block;
    float: none;
    margin-bottom: 10px;
    padding: 4px;
}

#last-activity-view-more a {
	color: #6DA7D1;
    font-size: 12px;
}

.view-more-z {
    background: none repeat scroll 0 0 #DEF1FF;
    border-bottom: 1px solid #BFDDF4;
    border-top: 1px solid #BFDDF4;
    color: #388BC8 !important;
    display: block;
    font-size: 11px !important;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 10px;
    text-align: center;
}

.cool_Photo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1px;
}

.Story_Pic img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1px;
}

.autorPic img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1px;
}