@charset "utf-8";
/* CSS Document */

body {
    background:url(../images/Background-Web.gif) repeat-x;
    background-color:#1f1f1f;
    margin:0;
    color:#9d9d9d;
    font-family: Verdana;
    font-size:12px;
}

a {
    outline:none;
    color: #EEEEEE;
}

b{
    color: #DFDFDF;
}

#container {
    margin: 0 auto;
    width: 1000px;
}

.header {
    height:130px;
    clear:both
}

h1.logo
{
    width: 300px;
    height: 120px;
    background: url(../images/Logo-Global-Softworks.png) no-repeat;
    margin: 25px 0 0 10px;
    float: left;
}

a:visited
{
    color: white;
}

h1.logo a
{
    display:block;
    height:100%;
    text-indent:-4000px
}

.header ul
{
    float: right;
    margin: 0;
    list-style: none;
    font-family: Verdana;
    padding: 0;
    line-height: 20px;
    font-weight: bold;
}

#content {
    line-height: 20px;
    margin-top: 2px;
}

#content ul{
    list-style-image: url(../images/ListStyle.png);
}

#bodyContent {
    float: left;
    width: 660px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    border-right: solid 1px;
    color: #DEDEDE;
}

.right-content {
    padding: 30px 0px 80px 0px;
    margin: 0px 0px 0px 20px;
    width: 250px;
    float: left;
}

#footer
{
    background: black;
    clear: both;
    height: 102px;
    padding-top: 20px;
    color: #6b6b6b;
    min-width:1024px;
}

#separator-line{
    border: solid 1px;
    width: 1px;
    height: 100%;
    display: block;
}

.content-footer
{
    margin:0 auto;
    width:1000px;
    position:relative
}

.content-footer div
{
    float:left
}

.copy
{
    padding: 15px;
    width: 710px;
}

h2{
    color: #EFEFEF;
}

h3{
    font-size: 16px;
    font-weight: bold;
    color: #AAF;
}

#services{
    margin: 20px 0 0px 0;
    display: block;
    height: 156px;
}

#services ul{
    display: block;
    list-style: none;
}

#services li{
    display: block;
    float: left;
    width: 215px;
    height: 140px;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    border-left: solid 1px;
}

#services a{
    text-decoration: none;
}

#services .menuTitle{
    font-weight: bold;
    color: white;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 13px;
}

#services .menuDescription{
    display: block;
    top: -60px;
    color: #CCCCCC;
    text-decoration: none;
    font-style: italic;
    margin-top: 10px;
    display: none;
    position: relative;
}

#services img{
    position: relative;
    display: block;
    top: 0px;
    border: solid black 1px;
    padding: 0px;
    height: 50px;
    width: 180px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#mainMenu li{
    display: block;
    float: left;
    margin: 20px 0 0 0;
    color: #EEEEEE;
    font-weight: 500;
}

#mainMenu .separador{
    margin: 0px 10px 0px 10px;
}

#mainMenu{
    position: relative;
    left: -50px;
}

#mainMenu a{
    color: #EEEEEE;
    text-decoration: none;
}

#mainMenu a:hover{
    text-decoration: underline;
}

#listContactMail{
    list-style-image: url(../images/mail.png);
}

#listContactForm{
    list-style-image: url(../images/form.png);
}

#chatOnline{
    margin: auto;
}

#contact{
    vertical-align: middle;
    line-height: 30px;
}

#btnEnviar{
    font-weight: bold;
    height: 40px;
    width: 100px;
}

textarea{
    border-color: #300;
    font-family: arial;
}

.small{
    font-family: arial;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
}

.error{
    font-weight: bold;
    color: red;
}

.correcto{
    font-weight: bold;
    color: green;
}

.caracteristica{
    margin-bottom: 40px;
}
