html {
    background-color: #d0e0e6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: 1.7em;
}

.calc {
    font-weight: bold;
}

body {
    padding: 0 0 5em 0;
}

a {
    text-decoration: none;
    color: #673300;
    font-weight: bold;
}

h3 {
    font-size: 200%;
    margin-left: 210px;
    color: #a1afb4;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    line-height: 1.3em;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #a1afb4;
    font-weight: bold;
    letter-spacing: 0.1em;
}
h2 {
    color: #333333;
    font-weight: bold;
}

.contenedor {
    width: 960px;
    margin: 0 auto;
    background-color: #eaf4fa;
}

.contenedor.lang {
    margin-top: 0.5em;
    margin-bottom: 3.5em;
    background-color: #d0e0e6;
    text-align: right;
}

.lang a {
    color: #8699a7;
    font-weight: normal;
}

.header {
    height: 59px;
    background-color: #d0e0e6;
    margin-bottom: 10px;

}

#logo {
    background-image: url(../images/calclablogo.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 210px;
    height: 59px;
    display: block;
    float: left;
}

#calcaxy {
    position: absolute;
}


.navigation {
    float: left;
    width: 750px;
    height: 24px;
    background-color: #8699a7;
    margin-top: 21px;
    margin-bottom: 17px;
}

.navigation ul a {
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    width: 146px;
    height: 24px;
    margin: 0 20px 0 5px;
    text-indent: -10000px;
}

.navigation ul li {
    display: inline;
}

#services { background-image: url(../images/service_off.gif); }
#services.active { background-image: url(../images/service_on.gif);}
#jobs { background-image: url(../images/jobs_off.gif);}
#jobs.active { background-image: url(../images/jobs_on.gif);}
#opensource { background-image: url(../images/opensource_off.gif);}
#opensource.active { background-image: url(../images/opensource_on.gif);}
#research { background-image: url(../images/research_off.gif);}
#research.active { background-image: url(../images/research_on.gif);}

#contact {
    background-image: url(../images/envelope.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 24px;
    margin-left: 33px;
    float: left;
    margin-right: 0;
}

.sidebar {
    width: 210px;
    background-color: #eaf4fa;
    float: left;
    padding-top: 40px;
}

.sidebar .first {
    margin-top: 40px;
}
.sidebarhome {
    background-color: #eaf4fa;
    float: left;
    width: 406px;
    height: 530px;
}
.sidebar .txt {
    padding-left: 5px;
    padding-right: 5px;
}

.main {
    background-color: #f8fafb;
    width: 710px;
    margin-left: 210px;
    padding: 40px 40px 40px 0px;
}

.mainhome {
    background-color: #f8fafb;
    width: 494px;
    height: 420px;
    float: left;
    padding: 70px 40px 40px 20px;
}

.txthome {
    width: 400px;
    margin-left: 20px;
    margin-bottom: 1em;
}


#calc {
    background-image: url(../images/calcaxy.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 204px;
}

.main .first {
    margin-top: 40px;
}


.main .title {
    float: left;
    padding-left: 0px;

}


.main .txt {
    margin-left: 155px;
    margin-right: 70px;

}

.main .screen1 {
    border: solid 1px #afbcc5;
    margin-left: 53px;
    float: left;
}

.main .screen2 {
    border: solid 1px #afbcc5;
    margin-left: 5px;
}

.main .columna1 {
    float: left;
    display: block;
    width: 220px;
}

.main .columna2 {
overflow: hidden;
    width: 440px;
    margin-right: 50px;
}

.main .columna3 {
    overflow: hidden;
    width: 410px;
padding-left:15px;
    margin-right: 20px;
}

.main ul {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.main ul li {
    color: #8699a7;
    list-style-type: square;
    margin-left: 200px;
    margin-top: 2px;
    font-style: italic;
}

.names {
    font-size: 10px;
    margin-left: 20px;
    line-height: 1.7em;
}

.author {
    font-size: 10px;
    font-style: italic;
    line-height: 1.7em;
    text-align:right;
}


