body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color: #8AA19B;
	
	background-attachment: fixed;
	text-align: center;
	padding: 0;
	margin:0px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
	font-size:11px;
	font-family: Lucida Console;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


ul#menu {  
	list-style:none;
	margin:0;
	padding:0;
	vertical-align:bottom;
	}
ul#menu li {
	list-style:none;
	display:block;
	float:left;
	margin:0 7px;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	}
ul#menu li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:#2F2F31;
	padding:10px 10px;
	text-decoration:none;
	}
	
ul#menu li a:hover {
	display:block;
	float:left;
	background:#49740d url(images/menu_016_h.jpg) no-repeat center top;
	text-decoration:none;
}

#menu li a.countrycontainer{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:15px 15px;
	background:#49740d url(images/menu_016_h.jpg) no-repeat center top;
	text-decoration:none;
}



/* -------------------------------- */

.top{
	background-image:url(images/head.png);
	background-position:center top;
	background-repeat:no-repeat;
	vertical-align:middle;
	height:100px;
	width:800px;
}
.cont{
	background-image:url(images/inner_page_content.png);
	background-position:center top;
	background-repeat:no-repeat;
	vertical-align:middle;
	height:848px;
	width:800px;
	
}
.cont:td{
	padding:5px;
}
.bottom{
	background-image:url(images/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	vertical-align:middle;
	height:38px;
	width:800px;
}
.publi{
	border:ridge;
	background:#000000;
	height:200px;
	width:692px;
}

/* TESTO Y CONTENIDO */

.titulo1{
	color: #80C3F1;
	font-weight: bold;
	font-size: 14px;
}

.titulo2{
	color: #4CA54C;
	font-weight: bold;
	font-size: 14px;
}
.Estilo10 {
	font-size: 13px
}
.Estilo5 {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333333;
}