/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}


body {
background: transparent url(img/fondo.jpg);
background-attachment: fixed;
margin: 0;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}
/* END TinyMCE specific rules */

.container {
	width: 800px;
	margin: 0 auto;
}

.main {
margin:0;
width:816px;
float:left;
}

.menu {
float: right;
width: 150px;
margin-right: 10px;
}

.content {
font-family:Verdana;
font-size:14px;
padding:10px 10px 10px 20px;
float:left;
width: 620px;
}

.content h1 {
font-family:Verdana;
font-size:20px;
font-weight:bold;
text-align:center;
}

.clearer {
	clear: both;
}

.top_header {
background-color: black;
width: 100%;
text-align: center;
color: white;
font-family: Tahoma;
font-size: 13px;
}
.top_header a {
color: white;
text-decoration: none;
/*font-weight: bold;*/
}

.header {
	background: url(img/header.png);
}

.bbody {
	background: url(img/bbody.png) bottom left;
}

.footer {
	background: url(img/footer.png) bottom left;
}

/* navigation */
.navigation {
	float: right;
width: 148px;
margin-right: 13px;
}
.navigation h2 {
	color: #FFFFFF;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
.navigation li {
border-bottom: 1px solid #EAEADA;
}
.navigation li a{
	font-size: 1.1em;
	color: #fff;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation .current_page_item a {
	font-size: 1.1em;
	color: #000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover, .navigation .current_page_item {
	background: #FFFFFF;
	color: #000;
}

.descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.form-search {
	color:#FFFFFF;
display:block;
font-size:1.1em;
padding:8px 0 8px 5%;
text-decoration:none;
width:95%;
}

.form-lang {
	padding-left: 8px;
}