body {
	background-color:rgb(210,216,228);
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:rgb(255,255,255);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
}

div.logo{
	position:absolute;
	z-index:1;
	top:15px;
	left:50%;
	margin:0 0 0 -380px;
}

img.minicon{
	width:20px;
	border-width:0px;
}

div.shortcuts{
	width:125px;
	height:25px;
	position:absolute;
	top:10px;
	left:50%;
	margin:0 0 0 300px;
}

a.favoritos{
	width:25px;
	height:25px;
}


div.header{
	width:800px;
	height:300px;
	position:relative;
	top:30px;
	left:50%;
	margin: 0 0 0 -400px;
	z-index:2;
	border-top-width:0px;
	border-left-width:0px;
	border-width:2px;
	border-style:solid;
	border-color:rgb(255,255,255);
}

img.header{
	width:800px;
	height:300px;
	border-top-width:0px;
	border-left-width:0px;
	border-width:2px;
	border-style:solid;
	border-color:rgb(255,255,255);
}

div.text{
	margin-left:25px;
	width:480px;
	float:left;
	color:rgb(20,90,130);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	text-align:justify;
	text-indent:10px;
	z-index:4;
	padding:22px;
	background-image:url(img/bg_text.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	background-color:rgb(255,255,255);
	border-width:1px;
	border-color:rgb(15,65,150);
	border-style:solid;
}

div.text img.left{
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:rgb(15,65,150);
	margin-top:5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
}

div.text img.right{
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:rgb(15,65,150);
	margin-top:5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	float:right;
}

div.text a:hover{
	color:rgb(20,90,130);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	text-decoration:none;
}

div.text a{
	color:rgb(20,90,130);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	text-decoration:underline;
}

h1{
	color:rgb(20,90,130);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
}

div.bgmenu{
	position:absolute;
	top:50px;
	left:50%;
	margin: 0 0 0 55px;
	width:390px;
	height:455px;
	background-image:url(img/bg_menu_container.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1;
}

div.menu{
	position:absolute;
	top:55px;
	left:50%;
	margin: 0 0 0 60px;
	width:360px;
	height:30px;
	z-index:5;
}

/* Begin CSS Drop Down Menu */

div.menu ul {
	width:375px;
	position:absolute;
	left:10px;
	top:25px;
	padding: 0; 
	margin: 0; 
	border-bottom: 0px;
	margin: -1px 0 0 0; 
	list-style: none;  
}

div.menu ul li {
	float:left;
	width:70px;
	list-style-type: none;
  	border: 0px; 
  	position: relative; 
	vertical-align:middle;
}

div.menu ul ul {
	padding:1px;
	display: none;
}

div.menu ul li:hover > ul {/* submenu */
	display: block; 
	position: absolute; 
	top: 99%; 
	left:0px;
}

div.menu ul ul li:hover > ul {/* submenu */
	display: block; 
	position: absolute; 
	top: 1px; 
	left:99%;
}


div.menu li a {
	padding:2px;
	display: block; 
	text-decoration: none;
	vertical-align:middle;
}

div.menu ul#topmenu li a:hover {
	text-decoration: none;
}

div.menu li.sub > a {/* font do menu */
	text-align:center;
	top:-1px;
}

div.menu ul#topmenu {
	width: 6em;
}

div.menu ul#topmenu > li:hover > ul {
	top:15px;
	left: 0px;
}

div.menu ul ul {
	width:130px;
	border-width:1px;
	background-color:rgb(80,135,160);
}

div.menu * html ul li { float: center; height: 0%; }
div.menu * html ul li a { height: 0%; }

div.menu ul li ul li:hover{
	background-color:rgb(100,150,190);
	background-image:url(img/bg_sub2.jpg);
	background-repeat:repeat-x;
	background-position:center left;
}

div.menu ul li ul li{
	vertical-align:middle;
	width:120px;
	height:20px;
	padding:5px;
	text-align:left;
	border-width:0px;
	border-bottom-width:1px;
	border-style:solid;
	border-color:rgb(80,135,160);
	background-color:rgb(130,175,210);
	background-image:url(img/bg_sub1.jpg);
	background-repeat:repeat-x;
	background-position:center left;
}

div.menu ul li ul li a{
	color:rgb(255,255,255);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	text-decoration:none;
}

div.menu ul li ul li a:hover{
	color:rgb(40,75,80);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	text-decoration:underline;
}


div.menu a:hover{
	color:rgb(0,0,0);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	text-decoration:none;
}

div.menu a{
	color:rgb(255,255,255);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size:12px;
	text-decoration:underline;
}

/* end off dropdown menu */

div.body{
	width:850px;
	position:absolute;
	top:110px;
	left:50%;
	margin:0 0 0 -420px;
	z-index:3;
	padding-bottom:75px;
	background-image:url(img/body.png);
	background-repeat:no-repeat;
	background-position:top center;
}

div.wrapper{
	margin-left:25px;
	width:850px;
	margin-top:50px;
float:left;
}

div.quicklink{
	width:250px;
	top:50px;
	float:left;
}

img.quicklinks{
	margin:0px;
	border-width:0px;
	float:left;
}

div.newsletter{
	margin-top:25px;
	width:250px;
	top:150px;
}

img.newsletter{
	margin-top:25px;
	margin:0px;
	border-width:0px;
	top:40px;
}

div.menu2{
	margin-top:25px;
	text-align:center;
	float:left;
	color:rgb(180,186,198);
	top:-25px;
	width:850px;
	border-width:0px;
	border-bottom-width:1px;
	border-top-width:1px;
	border-color:rgb(150,150,150);
	border-style:dotted;
	padding-top:5px;
	padding-bottom:5px;
}

a.menu2:hover{
	color:rgb(255,0,0);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
        font-size: 12px;
	text-decoration:underline;
}

a.menu2{
	color:rgb(130,136,148);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
        font-size: 12px;
	text-decoration:none;
}

div.credits{
	float:left;
	width:850px;
	border-width:0px;
	color:rgb(20,90,130);
	font-family: Lucida Sans Unicode, Arial, Helvetica;
        font-size: 10px;
	text-align:center;
	line-height:12px;
	border-width:0px;
}


