* {
	padding: 0;
	margin: 0;
}

html {
	background: url(../img/fondo_t.gif) no-repeat right fixed #645B48;
}

body {
	width: 700px;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
	margin-bottom: 1em;
}

h1 {
	margin-left: -8000px;
}

h3 {
	font-size: 8pt;
	color: #352b15;
	padding: 0.3em;
	border-bottom: solid #352b15 1px;
}


p {
	margin-bottom: 1em;
}

#idiomas {
	text-align: right;
	color: #fff;
}

#idiomas a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#idiomas .actual {
	font-weight: normal;
	color: #ccc;
}

#pagina {
	background: #d4cebe;
	border: 1px solid #000;
	text-align: left;
	width: 699px;
}

#Cabecera img {
	border: 0;
}

#menu {
	margin-top: -3px;
	font-size: 80%;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
	background: black;
	width: 698px;
}

#menu li {
	display: inline;
	margin-right: .3em;
}

#menu a {
	color: #fff;
	text-decoration: none;	
}

div#menu a:hover, div#menu .actual {
	color: Red;
}

#contenido {
	width: 679px;
	padding: 10px;
	font-size: 85%;
	text-align: justify;
}

h2 {
	font-size: 8pt;
	color: #fff;
	padding: 0.3em;
	text-align: left;
	background-color: #702D05;
	margin-bottom: 1em;
}

#pie {
	background: #000;	
	font-size: 70%;	
	color: #fff;
	text-align: center;
	width: 100%;
}

#pie a {
	color: #fff;
	text-decoration: none;
}

div#pie a:hover, div#pie .actual {
	color: Red;
}

.limpia {
	clear: both;
}
