html {
    overflow-y: scroll;
}

body {
    margin: 0;
    background-color: #1c1c1c;
    font-family: 'PT Sans', sans-serif;
}

#footer {
    text-align: center;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}

#footer p {
    font-size: 13px;
    color: #ddd;
    margin-bottom: 15px;
}

#footer .glyphicon {
    margin-left: 15px;
    margin-right: 3px;
}

#header {
    background-color: #ffd800;
    border-bottom: 2px solid #887300;
    text-align: center;
    height: 94px;
    min-width: 1144px;
    background-image: url('/images/header_bg.png');
}

.wrap {
    width: 1144px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

#header .title {
    float: left;
    display: inline-block;
    margin-top: 17px;
}

#header .title a {
    text-decoration: none;
}

#portfolio {
    list-style: none;
    margin: 0px;
}

#content {
    width: 1144px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    padding: 30px 50px;
}

#content h1, h2, h3 {
    font-family: 'PT Sans', sans-serif;
}

ul#portfolio li img {
    height: 450px;
}

#main {
    position: relative;
    background-color: #1c1c1c;
}

.shadow {
    height: 42px;
    width: 100%;
    min-width: 1144px;
    background-image: url("/images/shadow_main.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#header .menu {
    float: right;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
}

#header .menu ul {
    list-style-type: none;
    padding-right: 30px;
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}

#header .menu p {
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
}

#header .menu .category {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

#header .menu li {
}

#header .menu a {
    color: #444;
    text-decoration: none;
    display: block;
}

#header .menu a:hover {
    color: #000;
}

#header .menu a.selected {
    font-weight: bold;
}


.panel-servicio {
    display: inline-block;
    height: 322px;
    width: 500px;
    margin-right: 20px;
    vertical-align: top;
}

#content .cover-over {
    text-align: center;
    z-index: 4;
    width: 572px;
    height: 450px;
    position: absolute;
    cursor: pointer;
}

#content .cover-caption {
    color: #333;
    text-decoration: none;
    font-size: large;
    padding-top: 50px;
    display: none;
    width: 200px;
    height: 125px;
    background-color: #ffd800;
    position: absolute;
    opacity: 0.95;
    left: 50px;
    top: 150px;
}

#content .title {
    border-bottom: 1px solid;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#content .img-float {
    vertical-align: top;
    float: right;
    display: inline-block;
    margin-left: 20px;
}

.text {
    padding: 0px 20px;
    text-align: justify;
}

.thumbnail {
    display: inline-block;
    width: 319px;
    margin-right: 5px;
    margin-left: 20px;
    background-color: #f5f5f5;
    vertical-align: top;
    padding: 9px;
}
