﻿* {
    padding: 0;
    margin: 0;
} 

body {
background-color: #eff4fc;
background-image: url('images/container.png');
background-position: center;
background-repeat: repeat-y;
background-attachment: fixed;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000;
}

.introtitle {
width: 186px;
height: 30px;
text-align:center;
font-size: 14px;
font-weight: bold;
color: white;
background-image:url('images/tabe.jpg')
}

.introtext {
width: 175px;
height: 100px;
text-align: left;
padding: 5px 5px 0px 5px;
vertical-align:top;
}

.introtext a {
color:#2b78ea;
}

a:link {color: #0070b4;}
a:hover {color: #000000;}
a:visited {text-decoration: none;}


table, td {
background-repeat: no-repeat;
border-spacing: 8px 2px;
}



img {border: none;}
a {text-decoration: none;}

#wrap {
margin: 0 auto;
width: 800px;
}

#header h2 {
color: #3692AF;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#content {
padding: 10px 0;
}

.menu {
color: #fff;
text-align: center;
padding-top: 7px;
margin: 2px 0px -5px 0px;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
width: 170px;
height: 30px;
background-image:url('images/tabe2.jpg');
background-repeat: no-repeat;
}

.credits {
text-align:center;
font-size:12px;
color:white;
font-weight:bold;
background-color:#0070b4;
width:600px;
}

.left {
width: 595px;
float: left;
text-align: justify;
}

.left h2 {
text-transform: uppercase;
color: #000;
font-size: 18px;
font-weight: normal;
padding : 15px 0px 15px 10px;
background:url('images/spot.gif') no-repeat left;
}

.modulo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.centra {
text-align: center;
font-weight: bold;
}

.right {
width: 170px;
float: right;
padding: 0px 4px 10px 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}

.left ul  {
list-style-type: none;
padding: 0px 3px 0px 3px;
}

.right ul  {
list-style-type: none;
padding: 5px 10px 10px 10px;
}

.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a {text-decoration: none}
.right hover {text-decoration: none;}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}
