article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

b,strong {
    font-weight: bold;
}

hr {
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

pre {
    white-space: pre;
    word-wrap: break-word;
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

html,body {
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Open Sans Condensed',sans-serif;
    color: #555;
}

.warapper {
    width: 100%;
    height: 100%;
    display: table;
}

.container {
    width: 975px;
    height: 582px;
    display: table-cell;
    vertical-align: middle;
}

.pre01 {
    position: relative;
    margin: auto;
    width: 975px;
    height: 582px;
    -webkit-font-smoothing: antialiased;
    background: url('../images/backgroun01.jpg') no-repeat;
}

.pre02 {
    width: 100%;
    height: 100%;
}

.imagencolumna {
    margin: 110px 0 0 0;
}

.nosotros header,.servicios header {
    height: 540px;
    overflow: hidden;
}

header {
    position: relative;
    width: 227px;
    height: 525px;
    float: left;
    margin-left: 35px;
}

header img {
    margin-left: 6px;
}

header a {
    text-decoration: none;
    border: 0;
}

.all {
    background: rgba(255, 255, 255, 0.8);
}

.all2 {
    background: rgba(255, 255, 255, 0.8);
    height: 580px;
}

nav {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 490px;
    height: 100px;
}

nav ul li {
    float: left;
    width: auto;
    padding: 10px 16px;
}

nav ul li a {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    color: #000;
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

nav ul li a:hover,nav ul li a.active {
    color: #d80019;
    border-top: 3px solid #d80019;
}

aside {
    position: relative;
    width: 689px;
    height: 448px;
    float: left;
    margin-left: 20px;
    margin-top: 120px;
}

footer {
    padding: 8px 20px 9px;
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 935px;
    height: 18px;
    background: #303030;
    color: #a6a9ab;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}

footer a {
    color: #a6a9ab;
    position: absolute;
    left: 30px;
    top: 0;
    width: 83px;
    opacity: .8;
    background-color: #151515;
    text-align: center;
    padding: 6px 10px 15px;
    text-decoration: none;
    height: 14px;
    margin-left: 5px;
}

.equipo aside {
    overflow-y: scroll;
    overflow-x: hidden;
}

.equipos li {
    width: 670px;
    height: 118px;
    background: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}
.equipos li:hover {
    box-shadow: 0px 0px 6px #666;
}
.equipos li:hover h3 {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    color: #d80019;
}

.equipos li a:hover {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    color: #d80019;
}

.equipos li:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

.equipos a {
    color: #222;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.equipos img {

    float: left;
    margin-top: 2px;
    margin-left: 2px;


    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('grayscale.svg#greyscale');
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;

}

.equipos .left {
    margin-left: 25px;
    float: left;
    width: 473px;
}

.equipos h3 {
    margin: 10px 0 0 0;
    opacity: .9;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
}

.equipos p {
    margin: 2px 0;
    font-size: 14px;
    height: 56px;
    line-height: 15px;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.proyectos aside {
    overflow-y: hidden;
    overflow-x: hidden;
}

.proyectos .imagencolumna {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('grayscale.svg#greyscale');
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}

.proyectos .imagencolumna:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.proyectos p {
    font-size: 12px;
    color: #d80019;
    margin: 0;
    font-weight: bold;
    margin-left: 10px;
}

.proyectos p span {
    color: #000;
}

.proyectos .contenedorProyectos {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    height: 462px;
    margin-top: -20px;
}

.proyectos .imagencolumna {
    margin: 113px 0 0 0;
}

.proyectos .pall {
    position: absolute;
}

.proyectos .pall i {
    background: #666;
    position: absolute;
    z-index: 0000;
    display: block;
    width: 100%;
    height: 92%;
    opacity: .4;
}

.proyectos .pall p {
    font-size: 12px;
    color: #d80019;
    margin: 0;
    font-weight: bold;
    line-height: 14px;
}

.proyectos .pall p span {
    color: #000;
}

.allparrafo {
    height: 75px;
    
    opacity: 0;
    position: relative;
}
.parrafohover {
    position: absolute;
    display: none;
}

.proyectos .pall img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('grayscale.svg#greyscale');
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}




.proyectos .pall img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.proyectos .pall img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
parrafohover

.proyectos .pall:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

.proyectos .p1 {
    top: 20px;
    left: 20px;
}

.proyectos .p2 {
    top: 260px;
    left: 20px;
}
.proyectos .p201 {
    top: 260px;
    left: 155px;
}


.proyectos .p3 {
    top: 260px;
    left: 300px;
}

.proyectos .p4 {
    top: 21px;
    left: 440px;
}

.proyectos .p4 p {
    line-height: 17px;
    margin-bottom: 8px;
    color: #d80019;
    width: 300px;
}

.proyectos .p5 {
    top: 194px;
    left: 0px;
}

.proyectos .p6 {
    top: 327px;
    left: 0px;
}

.proyectos .p7 {
    top: 15px;
    left: 180px;
}

.proyectos .p8 {
    top: 21px;
    left: 490px;
}

.proyectos .p9 {
    top: 0;
    left: 20px;
}

.proyectos .p10 {
    top: 300px;
    left: 20px;
}

.proyectos .p11 {
    top: 300px;
    left: 248px;
}

.proyectos .p12 {
    top: 21px;
    left: 440px;
}

.proyectos .p13 {
    top: 35px;
    left: 0px;
}

.proyectos .p14 {
    top: 21px;
    left: 345px;
}

.proyectos .p16 {
    top: 320px;
    left: 345px;
}

.proyectos .p17 {
    top: 320px;
    right: 16px;
}

.pag {
    position: absolute;
    top: 80px;
    right: 32px;
    font-size: 13px;
}

.pag a {
    font-weight: bold;
    color: #d80019;
    text-decoration: none;
}

.nosotros aside,.servicios aside {
    margin-top: 70px;
    font-size: 13px;
    font-weight: bold;
}

.nosotros .textorojo,.servicios .textorojo {
    color: #d80019;
    width: 650px;
    margin-top: 35px;
}
.nosotros .textorojo,.servicios .textorojo2 {
    color: #d80019;

   
}

.nosotros p,.servicios p {
    text-align: justify;
}

.nosotros .contenido1,.servicios .contenido1 {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.nosotros .contenido2,.servicios .contenido2 {
    float: left;
    width: 300px;
    margin-top: 20px;
}

.contacto .form {
    margin-left: 30px;
}

.contacto aside {
    margin-top: 70px;
}

.contacto h5 {
    font-size: 14px;
    color: #d80019;
    margin: 2px 0;
}

.contacto p {
    font-size: 13px;
    font-weight: bold;
}

.contacto .rojo {
    color: #d80019;
    font-weight: 15px;
    font-weight: bold;
    margin: 0;
}

input {
    width: 352px;
    height: 16px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    outline: 0;
    border-radius: 2px;
    box-shadow: 0 6px 13px #e9e9e9 inset;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}


textarea {
    border: 1px solid #cbcbcb;
    outline: 0;
    border-radius: 2px;
    width: 356px;
    height: 120px;
    box-shadow: 0 6px 13px #e9e9e9 inset;
}

input[type=text]:focus, textarea:focus  {
    box-shadow: 0 0 5px #cbcbcb;
}


.column01 {
    margin-bottom: 5px;
}

.send {
    color: #d80019;
    margin: 5px 0;
    font-weight: bold;
    padding-top: 10px;
    font-size: 14px;
}

.nota{
    font-style: oblique;
    font-size: 12px;
    font-weight: bold;
    color: #d80019;

}