/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#grad {
    background: #FFFFFF; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#FFFFFF, #dbdada); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#FFFFFF, #dbdada); /* For Opera 11.1 to 12.0 */
    background: -moz-radial-gradient(#FFFFFF, #dbdada); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#FFFFFF, #dbdada); /* Standard syntax */
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 83%;
    /*background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

/* Portfolio de acceso a sistemas */

.portfolio {
    padding: 5px 0;
}

.portfolio-item {
    margin-bottom: 40px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}