table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

blockquote {
    padding-left: 16px;
}

.clearer {
    clear: both;
}

a:focus {
    outline: none;
    border: 0;
}

button::-moz-focus-inner {
    border: 0;
}

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* !--------- ESTILOS DE TEXTO --------- */


/* !---------------- HEADER--------------------*/

#menu-superior {
    width: 100%;
    padding: 32px 0;
    position: fixed;
    z-index: 10;
    background: #fff;
}

#menu-superior-links {
    overflow: hidden;
    width: 100%;
    position: fixed;
    right: -100%;
    z-index: 9;
}

.menu-lateral {
    height: 30px;
    text-align: center;
    margin: 0;
    margin-left: 10px;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.barras-lateral:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: 'Ionicons';
    line-height: 30px;
    content: '\f20e';
    color: #555;
    font-size: 32px;
}

.cierre {
    height: 30px;
    text-align: center;
    margin: 0;
    margin-left: 10px;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}

.cierre-lateral:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: 'Ionicons';
    line-height: 30px;
    content: '\f2d7';
    color: #555;
    font-size: 24px;
}

#navegacionRes li {
    padding: 0 15px;
}

#navegacion li p {
    padding: 0;
}

section {
    margin: 0 15px;
}

.pleca {
    height: 1px;
}

.principal {
    background-image: url(../images/inicioB.jpg);
}

@media screen and (min-width: 640px) {
    .principal {
        background-image: url(../images/inicio.jpg);
    }
}

.progress {
    overflow: hidden;
    height: 10px;
    margin-bottom: 20px;
    background-color: #cdebe7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}

.progress-bar {
    background-color: #2fc6b5;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.infoBlock {
    padding: 20px;
}

.cv a {
    padding: 16px 32px;
    border: 2px solid #2fc6b5;
    color: #2fc6b5;
}

.categoria-portafolio {
    padding: 0 20px;
    line-height: 2em;
}

.portafolio:last-child {
    display: none;
}

.timeline {
    position: relative;
}

.timeline .timeline-bar {
    content: '';
    width: 2px;
    opacity: 0.2;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    background-color: #2fc6b5;
}

.timeline .timeline-inner {
    position: relative;
}

.timeline-box {
    margin-bottom: 25px;
    position: relative;
    color: #757575;
    font-size: 16px;
    line-height: 1.5;
}

.timeline-box:nth-child(even) {
    margin-top: 40px;
}

.timeline-box-inner {
    padding: 20px 5%;
    position: relative;
    border-style: solid;
    background-color: #fff;
}

.timeline-box:nth-child(odd) .timeline-box-inner {
    margin-right: 35px;
    border-width: 0 1px 0 0;
    border-color: #2fc6b5;
}

.timeline-box:nth-child(even) .timeline-box-inner {
    margin-left: 35px;
    border-width: 0 0 0 1px;
    border-color: #2fc6b5;
}

.dot {
    top: 80px;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2fc6b5;
}

.timeline-box:nth-child(even) .dot {
    left: 0px;
    margin-left: -4px;
}

.timeline-box:nth-child(odd) .dot {
    right: 0px;
    margin-right: -4px;
}

.arrow {
    top: 60px;
    width: 12px;
    height: 41px;
    display: block;
    position: absolute;
    background-image: url(../images/arrows.png?bc9273);
    background-repeat: no-repeat;
}

.timeline-box:nth-child(even) .timeline-box-inner .arrow {
    left: -11px;
    background-position: 0 0;
}

.timeline-box:nth-child(odd) .timeline-box-inner .arrow {
    right: -11px;
    background-position: -18px 0;
}

#education .timeline-box-inner,
#professionalTraining .timeline-box-inner {
    padding: 20px 5%;
    position: relative;
    border-style: solid;
}

#education .arrow,
#education .arrow,
#professionalTraining .arrow,
#professionalTraining .arrow {
    top: 60px;
    width: 12px;
    height: 41px;
    display: block;
    position: absolute;
    background-image: url(../images/arrowsG.png?bc9273);
    background-repeat: no-repeat;
}

#contact input[type="text"],
#contact input[type="email"] {
    background: transparent;
    color: #676767;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 35px;
    padding: 18px 24px;
}

#contact textarea {
    background: transparent;
    color: #676767;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 35px;
    padding: 18px 24px;
}

#contact input[type="submit"] {
    background: #2fc6b5;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 18px 80px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
}

.portafolio .menor {
    font-size: .55em;
    line-height: 1em;
}


/*************************************************************
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
..................... MEDIA QUERIES ......................
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*************************************************************/

@media screen and (max-width: 767px) {
    .timeline {
        position: relative;
    }
    .timeline .timeline-bar {
        content: '';
        width: 2px;
        opacity: 0.2;
        margin-left: -1px;
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        background-color: #2fc6b5;
    }
    .timeline .timeline-inner {
        position: relative;
    }
    .timeline-box {
        width: 100% !important;
        margin-bottom: 25px;
        position: relative;
        color: #757575;
        font-size: 16px;
        line-height: 1.5;
    }
    .timeline-box:nth-child(even) {
        margin-top: 40px;
    }
    .timeline-box-inner {
        padding: 20px 5%;
        margin-top: 20px;
        position: relative;
        border-style: solid;
        background-color: #fff;
    }
    .timeline-box:nth-child(odd) .timeline-box-inner {
        margin-right: 0;
        border-width: 1px 0 0 0;
        border-color: #2fc6b5;
    }
    .timeline-box:nth-child(even) .timeline-box-inner {
        margin-left: 0;
        border-width: 1px 0 0 0;
        border-color: #2fc6b5;
    }
    .dot {
        top: 0px;
        left: 50%;
        margin-left: -4px;
        width: 8px;
        height: 8px;
        display: block;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #2fc6b5;
    }
    .timeline-box:nth-child(even) .dot {
        left: 50%;
        margin-left: -4px;
    }
    .timeline-box:nth-child(odd) .dot {
        left: 50%;
        margin-right: -4px;
    }
    .arrow {
        top: -12px;
        width: 100%;
        height: 12px;
        display: block;
        position: absolute;
        background-image: url(../ohannessian/images/arrowsH.png);
        background-repeat: no-repeat;
    }
    .timeline-box:nth-child(even) .timeline-box-inner .arrow {
        left: 0;
        background-position: center top;
    }
    .timeline-box:nth-child(odd) .timeline-box-inner .arrow {
        right: 0;
        background-position: center top;
    }
    #education .timeline-box-inner,
    #professionalTraining .timeline-box-inner {
        padding: 20px 5%;
        position: relative;
        border-style: solid;
    }
    #education .arrow,
    #education .arrow,
    #professionalTraining .arrow,
    #professionalTraining .arrow {
        top: -12px;
        width: 100%;
        height: 12px;
        display: block;
        position: absolute;
        background-image: url(../ohannessian/images/arrowsGH.png);
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 992px) {
    #navegacion {
        display: block;
    }
    #navegacionRes {
        display: none;
    }
    #navegacion li {
        float: right;
        padding: 16px 12px 10px 12px;
    }
}

@media screen and (max-width: 991px) {
    #navegacion {
        display: none;
    }
    #navegacionRes {
        display: inline;
    }
    #navegacionRes li {
        padding: 8px 12px;
    }
}

@media screen and (max-width: 480px) {
    .principal {
        height: 400px;
    }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
    .principal {
        height: 480px;
    }
}

@media screen and (min-width: 767px) and (max-width: 990px) {
    .principal {
        height: 560px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1198px) {
    .principal {
        height: 640px;
    }
}

@media screen and (min-width: 1199px) {
    .principal {
        height: 760px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 1200px) and (max-width: 1400px) {}

@media screen and (min-width: 1200px) and (max-width: 1600px) {}

@media screen and (max-width: 1740px) {}

.dis01,
.dis02,
.dis03,
.dis04,
.dis05,
.dis06 {
    display: none;
}

.dis01:first-child,
.dis02:first-child,
.dis03:first-child,
.dis04:first-child,
.dis05:first-child,
.dis06:first-child {
    display: inline;
}

.dislink01,
.dislink02,
.dislink03,
.dislink04,
.dislink05,
.dislink06 {
    cursor: pointer;
}

.divImg01,
.divImg02,
.divImg03,
.divImg04,
.divImg05,
.divImg06 {
    position: relative;
    display: none;
}

.divImg01 img,
.divImg02 img,
.divImg03 img,
.divImg04 img,
.divImg05 img,
.divImg06 img {}

.divImg01:first-child,
.divImg02:first-child,
.divImg03:first-child,
.divImg04:first-child,
.divImg05:first-child,
.divImg06:first-child {
    display: inline;
}

.min01,
.min02,
.min03,
.min04,
.min05,
.min06 {
    cursor: pointer;
    margin: 5px;
    padding: 5px;
}

#img01,
#img02,
#img03,
#img04,
#img05,
#img06 {}

.activo {
    box-shadow: inset 0 0 2px #2fc6b5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.divWrapImg {
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.imgC {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}