#logo {
    margin-bottom: 20px;
    margin-top: 20px;
}

.vcard p {
    margin-top: 12px;
    margin-bottom: 0.1em;
}

#header .vcard {
    margin-top: 44px;
}

#header {
    padding-top: 0px;
}

.slogan {
margin: 0 10px 0;
}

.menu-container {
    margin-top: 0px;
}

element.style {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
-webkit-filter: grayscale(0%);
}

h2 a {
    margin-left: 20px;
}

/* .detail-box {
	height: 280px;

} */

.button.yellow {
    background-color: #FFBD3D;
}

ul.list {
    margin-left: 20px;
}

h2 a:hover {
       color:#f26122;
}

/* FIRMA CJ */

.footer_cj {
    	float: right;
    	position: relative;
    	right: 0;
        bottom: 15px;
    }
    
.footer_cj a img {
    	-webkit-transition: all .3s ease-in-out;
    	-moz-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
    }
    
.footer_cj a img:hover {
    	transform: scale(.95);
    	-webkit-transform: scale(.95);
    	-moz-transform: scale(.95);
    	opacity: 0.5;
    }

/* FINE FIRMA */

#content {
    margin-bottom: 45px;
}