/*MIO*/
html,body {
    margin:0;
    padding:0;
    height:100%;
}
#frontendContainer{
    padding-top: 90px;
}

.subnav-fixed {
    top: 75px;
}
#headerTopBarLogo{
    display: inline-block;
}

#facebookSmallButton {
    width:45px;
    height:45px;
    background-image: url(/images/icons/facebook-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;

}

#facebookSmallButton a:link,  #facebookSmallButton a:visited {
    display:block;
    width:45px;
    height:45px;
    text-decoration:none;
    background-image: url(/images/icons/facebook-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#facebookSmallButton a:hover,  #facebookSmallButton a:active {
    background-image: url(/images/icons/facebook-button-small.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#linkedinSmallButton {
    width:45px;
    height:45px;
    background-image: url(/images/icons/linkedin-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#linkedinSmallButton a:link,  #linkedinSmallButton a:visited {
    display:block;
    width:45px;
    height:45px;
    text-decoration:none;
    background-image: url(/images/icons/linkedin-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#linkedinSmallButton a:hover,  #linkedinSmallButton a:active {
    background-image: url(/images/icons/linkedin-button-small.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#twitterSmallButton {
    width:45px;
    height:45px;
    background-image: url(/images/icons/twitter-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#twitterSmallButton a:link,  #twitterSmallButton a:visited {
    display:block;
    width:45px;
    height:45px;
    text-decoration:none;
    background-image: url(/images/icons/twitter-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#twitterSmallButton a:hover,  #twitterSmallButton a:active {
    background-image: url(/images/icons/twitter-button-small.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#wordpressSmallButton {
    width:45px;
    height:45px;
    background-image: url(/images/icons/wordpress-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#wordpressSmallButton a:link,  #wordpressSmallButton a:visited {
    display:block;
    width:45px;
    height:45px;
    text-decoration:none;
    background-image: url(/images/icons/wordpress-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#wordpressSmallButton a:hover,  #wordpressSmallButton a:active {
    background-image: url(/images/icons/wordpress-button-small.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#rssSmallButton {
    width:45px;
    height:45px;
    background-image: url(/images/icons/rss-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#rssSmallButton a:link,  #rssSmallButton a:visited {
    display:block;
    width:45px;
    height:45px;
    text-decoration:none;
    background-image: url(/images/icons/rss-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#rssSmallButton a:hover,  #rssSmallButton a:active {
    background-image: url(/images/icons/rss-button-small.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#emailSmallButton {
    width:45px;
    height:45px;
    background-image: url(/images/icons/email-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#emailSmallButton a:link,  #emailSmallButton a:visited {
    display:block;
    width:45px;
    height:45px;
    text-decoration:none;
    background-image: url(/images/icons/email-button-small.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#emailSmallButton a:hover,  #emailSmallButton a:active {
    background-image: url(/images/icons/email-button-small.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.span30  {
    width: 100%;
}
.span31  {
    width: 440px;
}

.tweetContentDoc{
    overflow-y: hidden;
}

.tweetContent{
    width: 100%;
    font-size: 13px !important;
    font-family: 'lucida grande', lucida, tahoma, helvetica, arial, sans-serif !important;
    font-size: 12px !important;
    zoom: 1;
}
.tweetContentDoc{
    color: #333 !important;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.tweetBody{
    color: #333 !important;
    padding: 0px;
}
.tweetBodyTimeline{
    color: #333 !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.tweetContentMini{
    border-bottom-color: #EEE;
    border-bottom-style: solid;
    border-bottom: 1px dotted #DDD;
    overflow: hidden;
    zoom: 1;
}
.tweetContentMiniWrap{
    padding: 8px 0px;
    overflow: hidden;
    padding: 6px 8px;
    zoom: 1;
}
.tweetContentLeft{
    position: relative;
    top: 2px;
    display: block;
    height: 48px;
    margin-bottom: 5px;
    width: 48px;
    float: left;
    overflow: hidden;
}
.tweetContentRight{
    margin-left: 58px;
}


.registroRadio{
    width: 180px;
    float: left;
    padding: 5px;
}
.registroLabel{
    float: left;
    padding-top: 2px;
}
#registro_sexo_M{
    width: 15px;
    float: left;
}
#registro_sexo_F{
    width: 15px;
    float: left;
}

@media (min-width: 0px) and (max-width: 979px) {
    #frontendContainer{
        padding-top: 0px;
    }
}
