.body{
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 50px;
    /*background-color: #e0e0e0;*/
}


.txt-red{
    color: #993300;
}
.txt-red-opacity{
    background-color: #EBD6CC;
}
.txt-align-justify{
    text-align: justify;
}
.line-height-title{
    line-height: 58px;
}
.line-height-p{
    line-height: 30px;
}
.paises, .workingman-mobile{
    display: none;
}
a{
    color: #1F1D1D !important;
    text-decoration: none !important;
}


div.sc_menu_wrapper {
	position: relative; 	
	height: 400px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 300px;
	
	margin-top: 30px;
	overflow: auto;
}
div.sc_menu {
    padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 20px;
    width: 300px;	
    opacity: 0.3;
    text-align: left;    
}
.sc_menu a span {
    font-size: 25px;
    padding-left: 15px;
    vertical-align: middle;
}
.sc_menu a:hover {
    opacity: 1;
    /*border-color: rgb(130, 130, 130);*/
}
.sc_menu img {
	display: inline-block;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 600px) {
    .body {
        margin: 0;
    }
    .workingman-mobile{
        margin-top: 50px;
        display: block;
    }
    .workingman-desktop{
        display: none;
    }
    .text-mobile h2, p, h4{
        text-align: center !important;        
    }   
    .txt-enter{
        float: none !important;
    }
    .img-footer{
        display: none;
    }
    div.sc_menu_wrapper {
        height: 400px !important;
    }
    .sc_menu a:hover span{
        font-size: 35px;
    }
}