/* Copyright Muchachamaca SCP, Spain - All rights reserved */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html { overflow-y: scroll; }	/* force vertical scrollbar */

body, p, ul, li, h1, h2, h3, h4, h5, h6, h7, img, th, td, a {
	margin: 0px;
	padding: 0px;
}

th { vertical-align: bottom; }
td { vertical-align: top; }
img { border: 0; }

body {
	text-align: center;
	margin: auto;
	margin-top: 0px;
	background-color: #5e5741;
}

h1 { font-size: 24px; color: #999999; }
h2 { font-size: 11px; }
p {	font-size: 11px; }

.title {
	font-size: 24px;
	color: #999999; 
	margin-left: 140px; 
}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: black; }
a:active { color: black; }

#centerpage {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: white;
	position: relative;
}

#langmenu {
	position: absolute;
	top: 6px;
	right: 12px;
}

#langmenu a:link { color: #D8D0D0; text-decoration: none; }
#langmenu a:visited { color: #D8D0D0; text-decoration: none; }
#langmenu a:hover { color: white; text-decoration: none; }
#langmenu a:active { color: #D8D0D0; text-decoration: none; }

#face {
	padding: 0;
	margin-top: 10px;
	margin-left: 0px;
	width: 950px;
}

#topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #5e5741;
	text-align: left;
	margin: 0;
	color: white;
}
#topmenu ul {
	margin: 0;
	padding: 8px 0;
	cursor: default;
}
#topmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	cursor: default;
	border-left: 1px solid white;
}
#topmenu li:first-child {
	border-left: none;
}
#topmenu li a {
	color: white;
	padding: 8px 26px;
}
#topmenu li a:link { background-color: #5e5741; text-decoration: none; }
#topmenu li a:visited { background-color: #5e5741; text-decoration: none; }
#topmenu li a:hover { background-color: #B2A267; text-decoration: none; }
#topmenu li a:active { background-color: #5e5741; text-decoration: none; }
#topmenu li a.selected { background-color: #9f6a3a; }

#leftmenu {
/*	position: absolute;*/
/*	float: left; */
	padding-left: 0;
	margin-left: 0px;
	margin-top: 0;
	padding-top: 0;
	text-align: right;
	width: 300px;
}
#leftmenu ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
}
#leftmenu li {
	list-style: none;
	margin: 0;
	padding: 3px 2px 3px 0px;
}
#leftmenu li a {
	margin: 0;
	text-decoration: none;
}
#leftmenu li a:link { color: #000000; text-decoration: none; }
#leftmenu li a:visited { color: #000000; text-decoration: none; }
#leftmenu li a:hover { color: #95700F; text-decoration: none; }
#leftmenu li a:active { color: #000000; text-decoration: none; }

#content {
	width: 655px;
	color: #202020;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	margin: 0 0 30px 50px;
	padding-top: 25px;
	min-height: 400px;
}
#content p {
	text-align: justify;
}
#content p + p {
	margin-top: 0.7em;
}
#content h2 {
	margin-top: 0.7em;
}
#content a {
	text-decoration: underline;
}
#content a.subtle {
	text-decoration: none;
}
#content a.subtle:hover {
	text-decoration: underline;
	color: black;
}
#content ul {
	margin: 0.7em 0 0.7em 30px;
}
#content ul li {
	margin-top: 0.7em;
}
#content ul.tight li {
	margin-top: 0;
}

#content2 {
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 40px;
}

.formulario {
	margin-left: 0px;
}

.formulario h1 {
	color: black;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
}


.footer {
	text-align: left;
	font-size: 9px;
	background-color: #b0a789;
	line-height: 30px;
	padding-left: 15px;
}

.footer a:link { color: #666666; text-decoration: none; }
.footer a:visited { color: #666666; text-decoration: none; }
.footer a:hover { color: #666666; text-decoration: underline; }
.footer a:active { color: #666666; text-decoration: none; }

/*******************************************************/

#banner-column {
	float: right;
	margin-left: 50px;
}
.banner {
	width: 162px;
	cursor: pointer;
	margin: 0 10px 10px 0;
}
.banner-title {
	background-color: #5e5741;
	line-height: 18px;
	color: white;
	padding-left: 5px;
}
.banner-body {
	background-color: #b0a789;
}

/*******************************************************/
