﻿.modal-body .pad50
{
    padding-top: 50px;
}

.modal-body p
{
    color: #FFF;
}

.modal-body .button
{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.modal-body .button:hover
{
    text-decoration: none;
    color: #eeeaee;
}

.modal-body .button p
{
    font-size: 18px;
}

.modal-body .button span
{
    position: absolute;
    left: 0;
    width: 50px;
    font-size: 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(0,0,0,0.15);
    text-decoration: none;
}
.modal-body .row .col-xs-6 .col-sm-6 .col-md-6 .col-lg-6 {
    min-height: 60px;
}

.modal-body .button.twitter
{
    background: #00acee;
}

.modal-body .button.facebook
{
    background: #3b5998;
}

.modal-body .button.google-plus
{
    background: #db4a39;
}

.modal-body .button.linkedin
{
    background: #0e76a8;
}

.modal-body .button.youtube
{
    background: #c4302b;
}

.modal-body .button.github
{
    background: #171515;
}

.modal-body .button.android
{
    background: #a4c639;
}

.modal-body .button.skype
{
    background: #00aff0;
}

.modal-body .button.dropbox
{
    background: #3d9ae8;
}

.modal-body .button.foursquare
{
    background: #25a0ca;
}

.modal-body .button.apple
{
    background: #cdcdcd;
}

.modal-body .button.dribbble
{
    background: #ea4c89;
}

.modal-body .button.instagram
{
    background: #3f729b;
}

.modal-body .button.pinterest
{
    background: #c8232c;
}

.modal-body .button.stackexchange
{
    background: #ef8236;
}

.modal-body .button.flickr
{
    background: #ff0084;
}

.modal-body .text-center
{
    text-align: center;
}

#mdlCompartir .modal-body { 
        max-height: 91px !important; 
        overflow: auto; 
} 

#mdlGenerica .modal-body  
{
    
    max-height: 1000px !important; 
    overflow: auto;
    
} 

#mdlInfo p
{

    color: #000;    
    
}

.modal-body .row { 
        max-height: 60px !important; 
        padding: 0 !important; 
} 

.modal-body .col-xs-6 .col-sm-6 .col-md-6 .col-lg-6{ 
        min-height: 60px !important; 
 } 

a .button .Facebook
{ 
    min-height: 60px !important; 
}

.modal-body .fa {
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-feature-settings: normal !important;
    font-kerning: auto !important;
    font-language-override: normal !important;
    font-size: inherit !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-synthesis: weight style !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    text-rendering: auto !important;
}