@charset "UTF-8";

a {
	text-decoration: none;
	color: #5e5e5e;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #002b4e;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Tahoma, sans-serif;
}
table {
	border-collapse: collapse;
	margin: 10px 0px;
}
td, th {
	border: solid 1px black;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}
#head a:link, #head a:visited {
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #ddf;
}
a:hover{
	text-decoration: underline;
}
#container {
	margin-left: auto;
	margin-right: auto;
}
#container, #menuBar, #mainMenuBar {
	width: 99%;
	min-width: 990px;
}

#menuBar {
/*	background-color: #204b6e;*/
	position: absolute;
	top: 50px;
	height: 20px;
	padding-bottom: 30px;
}

/* IE only */
* html #menuBar {
	width: 100%;
}
* html #mainMenuBar {
	width: 960px;
}
* html #containerIE1 { /* min-width IE hack. Can't reach 990px */
	border-left: 960px solid #002c4e;
	float: left;
}
* html #containerIE2 {
	margin-left: -960px;
	height: 1px;
	position: relative;
}
#content {
	background-color: #f4f7e7;
	padding: 15px;
	margin-top: 47px;
}
#content li {
	margin-bottom: 3px;
}
#content p, #content li, #content blockquote {
	text-align: justify;
	font-size: 12px;
}
h2 {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: solid 1px black;
	margin-bottom: 40px;
	color: #0b2c4d;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 10pt;
}
#head {
	height: 30px;
	margin-top: 13px;
	margin-bottom: 0px;
}
#head h1 a:link, #head h1 a:visited {
	text-decoration: none;
}
#head h1 {
	color: white;
	display: inline;
	font-size: 14pt;
	margin-left: 5px;
}
#languages {
	position: relative;
	margin-left: 71%;
	margin-top: -22px;
}
#languages a:link, #languages a:visited {
	color: #ddd;
}
#languages a:hover {
	text-decoration: none;
	color: #fff;
}
#languages a {
	position: absolute;
	display: block;
	height: 20px;
}
#flag-en {
	width: 30px;
}
#flag-es {
	width: 30px;
	margin-left: 40px;
}
#flag-fr {
	width: 30px;
	margin-left: 80px;
}
#head #proj-doc {
	display: block;
	font-size: 8pt;
	margin-top: 7px;
	width: 180px;
	position: relative;
	left: 100%;
	margin-left: -180px;
	text-align: right;
}
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	color: white;
	font-size: 9pt;
	padding-bottom: 10px;
	background-color: #002b4e;
}
#footer div {
	text-align: center;
	margin-top: 5px;
	margin-bottom: -55px;
}
#mainMenuBar {
	color: white;
	height: 20px;
	margin: 0px;
	padding-left: 0px;
}
#mainMenuBar ul {
	padding: 0px;
	margin: 0px;
	background-color: #002b4e;
	position: absolute;
	border: solid 1px #ccc;
}
#mainMenuBar li {
	display: block;
	cursor: default;
	float: left;
}
#mainMenuBar li a {
	width: 144px;
	line-height: 30px;
}
#mainMenuBar li li {
	float: none;
}
* html #mainMenuBar li li { /* Whithout this IE6 doubles the cell height */
	border-bottom: solid 1px transparent;
}
#mainMenuBar li li a {
	width: 159px;
	line-height: normal;
}
#mainMenuBar a {
	display: block;
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding: 5px 8px;
}
#mainMenuBar li a.subMenu {
	background-image: url(imagenes/menuArrowDown.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#mainMenuBar ul a.subMenu {
	background-image: url(imagenes/menuArrowRight.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#mainMenuBar li ul {
	display: none;
	margin-top: -5px;
}
#mainMenuBar a:hover {
	color: #eb2;
	background-color: #204b6e;
}
#mainMenuBar ul li ul {
	margin-left: 167px;
	margin-top: -23px;
}

/* The following is not understandable for IE
 * IE will use a Javascript version instead */
#mainMenuBar li:hover > ul {
	display: block;
}
#mainMenuBar li:hover > a.subMenu {
	background-image: url(imagenes/menuArrowRight-hover.png);
	background-color: #204b6e;
}
#mainMenuBar > li:hover > a.subMenu {
	background-image: url(imagenes/menuArrowDown-hover.png);
}
.outline {
	width: 750px;
	border: solid 1px #bbb;
	padding: 0px 10px;
	margin: 0px auto;
}
.construction {
	padding-bottom: 200px;
}
