@charset "utf-8";
/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
margin:20px 0;
background-image:url(../img/fondo-2.png);
background-repeat:repeat-x;
}



a img{
border:none;	
}

#fondo{
background-image:url(../img/fondo.png);
background-color:#FFF;
background-repeat:no-repeat;
width:800px;
margin:0 auto;
text-align:center;
}

#header img{
	margin-top:10px;
	margin-bottom:10px;
}

#footer{
text-align:center;	
height:25px;
color:#666;
width:680px;
margin:15px auto 0;
}

.alternate{
	color:#666;
}

#navigation{
width:775px;
margin:0 auto;
}

#navigation ul{
 list-style:none;
 display:block;
}

#navigation ul li{
 float:left;
 margin-right:7px;
 width:81px;
height:21px;

display:list-item;
}

.selected{
background-image:url(../img/boton-apretado.png);	
background-repeat:no-repeat;
}

.selected a{
color:#FFF;	
}

.normal{
	background-image:url(../img/boton.png);
background-repeat:no-repeat;
}

.normal a{
	color:#000;
}

#navigation ul li a{
 width:81px;
height:21px;
display:block;
margin-top:3px;
text-decoration:none;
font-weight:bold;
}

#countries{
margin-bottom:20px;
}

#countries ul{
 list-style:none;
 display:block;
}

#countries ul li{
 float:left;
 margin-right:7px;
display:list-item;
}

#content{

margin-top:30px;
}

.green_title{
color:#308725;	
}

.grey_title{
color:#666;	
}

.left_content{
float:left;	
text-align:left;
width:370px;
margin-left:55px;
}

.right_content{
float:right;	
width:280px;
margin-right:70px;
text-align:left;
}

.main_content{
	text-align:left;
	margin-left:55px;
	width:680px;
}

.main_content ul{
	list-style:none;
	padding:0;
}