﻿html, body, div
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html, body
{
    height: 100%;
}

body
{
    color: #333;
    background: #fff;
    font: 20px Segoe UI Light, Segoe UI Semibold, Segoe UI Symbol;
}

a, a:visited
{
    text-decoration: none;
}

a:hover, a:active
{
    color: red;
    text-decoration: underline;
}

a img
{
    border: none;
}

#sticky-header
{
    position: fixed;
    width: 100%;
    height: 170px;
    z-index: 100;
    margin: -130px auto;
}

#header
{
    height: 135px;
    color: #000000;
    background: #ffffff;
}

#logo
{
    width: 333px;
    height: 120px;
    vertical-align: middle;
    background: url(Pix/logo.png) no-repeat;
	background-size: cover;
}

.button-link
{
    color: white;
}

#main-body
{
    width: 100%;
    margin: 130px auto;
}

#main
{
    background: url(Pix/gray_backgroung.png) repeat-x;
}

.menu-bar
{
    height: 35px;
}

.menu-item
{
    font-weight: bold;
    background: #000000;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.selected-menu-item
{
    font-weight: bold;
    background: #E9E9E9;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: none;
}

.menu-link
{
    color: #948A54;
}

.slider-wrapper { 
	margin: 40px auto;
}

.solutions
{
    width: 930px;
    height: 336px;
    background: url(Pix/soluciones.jpg) no-repeat;
}

.object
{
    width: 930px;
    height: 245px;
    background: url(Pix/objetivo.jpg) no-repeat;
}

.coverage
{
    width: 930px;
    height: 350px;
    background: url(Pix/cobertura.jpg) no-repeat;
}

.technology
{
    width: 930px;
    height: 300px;
    background: url(Pix/tecnologia.jpg) no-repeat;
}

.required-field
{
    color: #FF0000;
    width: 1px;
}

.long-textbox
{
    background-color: #EEEEEE;
    height: 20px;
    width: 340px;
    border: #000000 1px solid;
}

.multiline-textbox
{
    background-color: #EEEEEE;
    width: 340px;
    border: #000000 1px solid;
}

.normal-button
{
    width: 85px;
    height: 20px;
    color: White;
    border: #000000 1px solid;
    background-color: Gray;
}

.error
{
    color: Red;
    font-weight: bold;
}

#footer
{
    color: White;
    height: 190px;
    text-align: center;
    background: url(Pix/footer.jpg) repeat;
}
