* {
	margin:0px;
	padding:0px;
}
/* general settings */
h2 {
	color:#729c02;
	font-size:14px;
	margin-bottom:10px;
}
.spacer {
	clear:both;
	font-size:1px;
	overflow:hidden;
	height:1px;
}
#main {
	width:990px;
	margin:0px auto;
	font-family:Arial;
	font-size:12px;
}
/* header styles */
#header {
	width:990px;
	height:300px !important;
	background-image:url(/img/header.png);
}
#logo {
	width:419px;
	height:131px;
	background-image:url(/img/logo.png);
}
/* menu styles */
#languages {
	float:right;
	margin:5px 10px 0px 0px;
	font-size:11px;
}
#languages a {
	color:black;
	text-decoration:underline;
}
#languages a:hover {
	text-decoration:none;
	color:#fa7bd2;
}
#menu {
	margin:0px 0px 0px 5px;
}
#menu a:hover {
	color:white;
}
#menu li {
	list-style-type:none;
	margin-right:5px;
	display:block;
	float:left;
	text-align:center;
}
#menu a {
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
	color:black;
}
.blueButton {
	background:url(/img/btn_repos.png) no-repeat;
	width:145px !important;
	height:27px !important;
	padding-top:5px;
}
.greenButton {
	background:url(/img/btn_hover.png) no-repeat;
	width:195px !important;
	height:31px !important;
	padding-top:12px;
}
#menu .greenButton a {
	font-size:18px;
}
/* main page content style */
.topContent {
	height:17px !important;
	background:url(/img/content_top.png) no-repeat;
}
.contentMain {
	width:976px;
	margin:10px auto 0 auto;
}
.content {
	background:url(/img/content_main.png) repeat-y;
	text-align:justify;
	width:976px;
}
.content a {
	color:#000000;
	text-decoration:none;
}
.content a:hover {
	color:#029cb8;
}
.content-busq p {
	padding-bottom:10px;
}
.content-busq a {
	font-weight:bold;
}
.bottomContent {
	height:59px !important;
	background:url(/img/content_bottom.png) no-repeat;
}
/* footer styles */
#footer {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	color:#fa40bf;
}
#footer li {
	display:inline;
	list-style-type:none;
	margin-right:2px;
}
#footer a {
	color:#fa40bf;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
	color:#8fc303;
}
/*----------------------------   Nav - banner ----------------------*/

#nav-banner {
	height: 308px;
	width: 313px;
	/*float: right;*/
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	display: block;
	text-align:left;
}
.banner_en#nav-banner {
	background-image: url(images/nav_banner_en.png);
	background-repeat: no-repeat;
}
.banner_es#nav-banner {
	background-image: url(images/nav_banner_es.png);
	background-repeat: no-repeat;
}
.banner_fr#nav-banner {
	background-image: url(images/nav_banner_fr.png);
	background-repeat: no-repeat;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
#nav-banner {
	margin-left: 40px;
}
#nav-banner .circ1 a {
	display: block;
	float: left;
	height: 160px;
	width: 162px;
	margin-top: 10px;
	margin-right: 15px;
	text-indent: -9999px;
	position: absolute;
	margin-left: 135px;
}
#nav-banner .circ2 a {
	display: block;
	float: left;
	height: 130px;
	width: 128px;
	margin-top: 140px;
	text-indent: -9999px;
	position: absolute;
}
#nav-banner .circ3 a {
	display: block;
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 180px;
	text-indent: -9999px;
	position: absolute;
	margin-left: 190px;
}
a.boton { text-decoration: none; display: block; width:178px; height:28px; background:url(images/bck_submit_gr.gif) no-repeat; color:#FFFFFF; text-align:center; line-height:25px; border:none;}

