@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
    padding: 0;
    margin: 0;
}

a {
    border: none;
    outline: none;
    text-decoration: none;
    color: #000;
}

img {
    border: none;
}

ul {
    list-style: none;
}

body {
    background-color: #f2f2f2;
    font-size: 12px;
    color: #1c1c90;
    font-family: 'Open Sans', 'sans-serif';
}

.hide-cookies {
    display: none;
}

/* Cookies */
#message_cokies {
    text-align: center;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    min-height: 30px;
    background: #F7F8E0;
    color: #000000;
    z-index: 99999;
    padding: 8px 0 0 0;
}

#button_cookie_ok {
    padding: 3px 5px !important;
    background: #1c1c90;
    text-decoration: none;
    color: #fff;
}

#cookies_more_info {
    text-decoration: underline;
}

/* Messages */
#message {
    height: 26px;
    padding: 5px 0 0 34px;
    font-size: 16px;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

#message.error {
    background: url(../img/error.png) no-repeat 5px 3px;
}

#message.success {
    background: #ffffff url(../img/success.png) no-repeat 5px 3px;
}

#message.info {
    background: url(../img/info.png) no-repeat 5px 3px;
}

#fixed-social-networks {
    border-top: 20px #f1e533 solid;
    position: fixed;
    top: 30%;
    right: 0;
    background: #8e8ec8;
    margin: 0 !important;
    padding: 0 !important;
    height: 220px;
}

#fixed-social-networks ul {
    margin: 0 !important;
    padding: 0 !important;
}

#fixed-social-networks li {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    height: 41px;
}

#wrapper {
    min-width: 944px;
    max-width: 1220px;
    margin: 20px auto 30px auto;
    box-shadow: 10px 10px 10px #d9d9d9, -10px -10px 10px #d9d9d9, 10px -10px 10px #d9d9d9;
    background: #fff;
}

#header {
    width: 944px;
    margin: 0 auto;
    background: #fff;
}

#header img,
#header a {
    float: left;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    max-width: 1220px;
    background: #fff;
    margin: 0 auto;
    background: red;
}

#nav {
    width: 100%;
    background: #1c1c90;
}

#nav ul {
    width: 943px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-left: 1px #8e8ec8 solid;
}

#nav li {
    margin: 0;
    float: left;
    border-right: 1px #8e8ec8 solid;
    overflow: hidden;
    padding: 7px 0;
}

#nav ul .selected {
    background: url(../img/item-selected.jpg) no-repeat 25px 11px;
}

#nav li a {
    text-transform: uppercase;
    color: #ffcc33;
    padding: 0 33px;
}

#nav ul .selected a {
    padding: 0 22px 0 40px;
}

#inicio {
    width: 102px;
    margin: 0 auto;
}

#mantenimientos {
    width: 171px;
    margin: 0 auto;
}

#instalaciones {
    width: 156px;
    margin: 0 auto;
}

#servicios {
    width: 124px;
    margin: 0 auto;
}

#ingenieria {
    width: 131px;
    margin: 0 auto;
}

#calidad {
    width: 116px;
    margin: 0 auto;
}

#contacto {
    width: 130px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

#content {
    width: 944px;
    margin: 0 auto 20px auto;
}

#slide {
    border-top: 20px #f1e533 solid;
    background: #1c1c90 url(../img/background-slide.jpg) center no-repeat;
    min-width: 944px;
    margin: 0 auto;
    max-width: 1220px;
    height: 570px;
    overflow: hidden;
}

#cyberline {
    width: 250px;
    margin: 0 auto 40px auto;
    text-align: center;
}

#cyberline a {
    color: #000;
}

#footer {
    /*border-top:20px #f1e533 solid;*/
    color: #fff;
    width: 100%;
    margin: 0 auto;
    height: 130px;
    overflow: hidden;
}

#footer-block-content {
    width: 944px;
    margin: 0 auto;
}

.footer_block {
    float: left;
    width: 315px;
}

#footer_left_block {
    margin-top: 40px;
}

#footer_left_block a {
    margin-left: 10px;
    font-size: 11px;
    color: #000;
    display: block;
    margin-top: 3px;
}

#footer_center_block {
    text-align: center;
    margin-top: 35px;
}

#footer_center_block ul {
    list-style: none;
}

#footer_center_block ul li {
    display: inline-block;
}

#footer_center_block span {
    color: #666666;
    display: inline-block;
    margin-top: 15px;
}

#footer_right_block {
    margin-top: 25px;
    width: 305px;
    text-align: right;
}

#text_template-text-block {
    margin-top: 30px;
    width: 700px;
    display: inline-block;
    vertical-align: top;
}

#text_template-text-block ul {
    padding-left: 40px;
    margin-top: 4px;
    list-style-type: inherit !important;
}

#text_template-img-block {
    display: inline-block;
    margin: 30px 0;
}

#text_template_title {
    background: #f1e533;
    border: 1px #1c1c90 solid;
    width: 942px;
    font-size: 14px;
    color: #1c1c90;
    padding: 6px 0;
    font-weight: bold;
    text-align: center;
    margin-top: -8px;
}

#text_template_description, #text_template_footer {
    margin-top: 20px;
    width: 932px;
    padding-right: 10px;
}

#text_template_description {
    max-height: 320px;
    overflow-y: auto;
}

#text_template_footer #text_template-text-hr {
    background: #1c1c90;
    height: 12px;
    border: none;
    margin: 20px 0;
    width: 942px;
    padding: 0;
}

#text_template_description p {
    margin: 0;
    padding: 0;
    text-align: left;
}

#contact_form {
    font-size: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding-top: 30px;
}

#contact_form div {
    font-size: 15px;
    vertical-align: top;
}

#contact_form #text_template_title {
    width: 942px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1c1c90;
    padding: 3px 0;
}

#contact_left_block {
    display: inline-block;
    width: 300px;
    text-align: justify;
}

#contact_center_block {
    display: inline-block;
    width: 344px;
    text-align: center;
    font-size: 14px !important;
}

#contact_right_block {
    display: inline-block;
    width: 300px;
    text-align: justify;
}

#contact_form input[type=text], #contact_form textarea {
    border: 1px #1c1c90 solid;
    font-size: 11px;
    color: #666666;
    padding: 3px;
    margin-top: 20px;
    width: 292px;
}

#contact_form input[type=button], #contact_form input[type=submit] {
    border: none;
    background: #1c1c90;
    color: #f4c33b;
    padding: 4px;
    font-size: 12px;
    margin-top: 10px;
}

#contact_form .small_input {
    width: 138px !important;
}

#newsletter {
    border: 1px #1c1c90 solid;
    background: #ebebeb;
    min-height: 90px;
    padding: 10px;
    text-align: left;
}

#newsletter input[type=text] {
    margin-top: 10px;
    width: 97%;
}

#newsletter_sending {
    display: none;
}

#newsletter_response {
    display: inline-block;
    margin: 12px 0 0 10px;
}

.form_error {
    color: red;
}