BODY{
	background-color: #FFFFFF;
	font-family: Arial, Verdana;
	color: #636363;
	font-size: 13px;
}

H2{
	color: #009600;
}

A:link{
	text-decoration: none;
}

A:visited{
	text-decoration: none;
}

A:hover{
	text-decoration: none;
}

A:visited:hover{
	text-decoration: none;
}

a.leftLink:link{
	font-family: Arial, Verdana;
	color: #636363;
	font-size: 13px;
	text-decoration: none;
}

a.leftLink:hover{
	font-family: Arial, Verdana;
	color: #009600;
	font-size: 13px;
	text-decoration: none;
}

a.leftLink:visited{
	font-family: Arial, Verdana;
	color: #636363;
	font-size: 13px;
	text-decoration: none;
}

a.leftLink:visited:hover{
	font-family: Arial, Verdana;
	color: #009600;
	font-size: 13px;
	text-decoration: none;
}

.b2{
	color: #009600;
	font-weight: bold;
}

.header{
	width: 950px;
	height: 147px;
	background-image: url('../images/PesaMaletas.jpg');
}

.menu{
	width: 950px;
	height: 34px;
}

.menu-btn{
	float: left;
	width: 147px;
	height: 34px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('../images/verde.jpg');
	line-height: 34px;
}

.menu-btn-over{
	float: left;
	width: 147px;
	height: 34px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('../images/gris.jpg');
	line-height: 34px;
}

.menu-btn2{
	float: left;
	width: 147px;
	height: 34px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('../images/verde.jpg');
}

.menu-btn2-over{
	float: left;
	width: 147px;
	height: 34px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('../images/gris.jpg');
}

.menu-flags{
	float:left;
	height: 19px;
	text-align: center;
	padding-top: 10px;
}

.principal{
	width: 950px;
}

.leftCol{
	float: left;
	width: 241px;
	background-color: #A3D39C;
}

.textCol{
	float: right;
	width: 680;
	text-align: justify;
	background-color: #FFFFFF;
}

.foot{
	width: 950px;
	height: 15px;
	background-color: #009600;
	color: #FFFFFF;
	margin-right:auto;
	margin-left:auto;
}

.topBox{
	width: 230px;
	height: 8px;
	background-image: url('../images/top-box.jpg');
	background-repeat: no-repeat;
}

.middleBox{
	width: 230px;
	background-image: url('../images/middle-box.jpg');
	background-repeat: repeat-y;
}

.bottomBox{
	width: 230px;
	height: 7px;
	background-image: url('../images/bottom-box.jpg');
	background-repeat: no-repeat;
}

.grayCenter{
	position: relative;
	left: 100px;
	text-align: left;
	color: #636363;
}

.greenCenter{
	position: relative;
	left: 100px;
	text-align: left;
	color: #009600;
}

.grayTop{
	width: 584px;
	height: 11px;
	background-image: url('../images/grayTop.jpg');
}

.grayMiddle{
	background-color: #E2E1E1;
	width: 584px;
}

.grayBottom{
	width: 584px;
	height: 12px;
	background-image: url('../images/grayBottom.jpg');
}

.colours{
	float: left;
	width: 35%;
	text-align: left;
}

.galBasc{
	float: right;
	width: 60%;
	text-align: center;
}

.tableTop{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #009600;
}

.tableTitle{
	color: #636363;
	text-align: center;
	font-size: 13px;
	background-color: #A3D39C;
}

.impar{
	color: #636363;
	text-align: left;
	font-size: 13px;
	background-color: #FFFFFF;
}

.par{
	color: #636363;
	text-align: left;
	font-size: 13px;
	background-color: #E2E1E1;
}

.tableBottom{
	color: #636363;
	text-align: right;
	font-size: 13px;
	background-color: #A3D39C;
}

.spacer{
	clear: both;
}