﻿*
{
	padding: 0;
	margin: 0;
}
body
{
	font-size: 62.5%;
	background-color: rgb(255,255,255);
	font-family: verdana,arial,sans-serif;
}
.page-container
{
	width: 900px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px rgb(150,150,150);
	font-size: 1.0em;
}
/*HEADER*/
.header
{
	width: 900px;
	font-family: "trebuchet ms" ,arial,sans-serif;
}
.header-top
{
	width: 900px;
	height: 80px;
	background: rgb(240,240,240) url(../img/bg_head_top.jpg);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.header-middle
{
	width: 900px;
	height: 150px;
	background: rgb(230,230,230) url(../img/bg_head_middle.jpg);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.header-middle-bottom
{
	width: 900px;
	height: 37px;
	background: rgb(230,230,230) url(../img/bg_head_bottom_nav.jpg);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.sitelogo
{
	width: 60px;
	height: 40px;
	position: absolute;
	z-index: 1;
	margin: 22px 0 0 20px;
	background: url(../img/bg_head_top_logo.jpg);
}
.sitename
{
	width: 400px;
	height: 45px;
	position: absolute;
	z-index: 1;
	margin: 20px 0 0 90px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}
.sitename h1
{
	font-size: 240%;
}
.sitename h2
{
	margin: -4px 0 0 0;
	color: rgb(125,125,125);
	font-size: 120%;
}
.sitename a
{
	text-decoration: none;
	color: rgb(125,125,125);
}
.sitename a:hover
{
	text-decoration: none;
	color: rgb(50,50,50);
}

.nav0
{
	width: 350px;
	position: absolute;
	z-index: 2;
	margin: 25px 0 0 0;
	margin-left: 550px !important /*Non-IE6*/;
	margin-left: 553px /*IE6*/;
}
/*globalization*/
.globalization
{
	width: 350px;
	position: absolute;
	z-index: 2;
	margin: 25px 0 0 0;
	margin-left: 550px !important /*Non-IE6*/;
	margin-left: 553px /*IE6*/;
}
.globalization ul
{
	float: right;
	padding: 0 20px 0 0;
}
.globalization li
{
	display: inline;
	list-style: none;
}
.globalization li a
{
	padding: 0 0 0 3px;
	text-decoration: none;
}
.globalization a:hover
{
	text-decoration: none;
}
.globalization a img
{
	height: 14px;
	border: none;
}
/*Items*/
.nav1
{
	width: 350px;
	position: absolute;
	z-index: 3;
	margin: 45px 0 0 550px;
}
.nav1 ul
{
	float: right;
	padding: 0 15px 0 0;
	font-weight: bold;
}
.nav1 li
{
	display: inline;
	list-style: none;
}
.nav1 li a
{
	display: block;
	float: left;
	padding: 2px 5px 2px 5px;
	color: rgb(125,125,125);
	text-decoration: none;
	font-size: 120%;
}
.nav1 a:hover
{
	text-decoration: none;
	color: rgb(50,50,50);
}
/*Mensaje del Sitio*/
.sitemessage
{
	position: absolute;
	z-index: 1;
	margin: 20px 0 0 700px;
	color: #465678;
	overflow: hidden /*IE6*/;
	font-size: 230%;
}
.bienvenido
{
	width: 300px;
	position: absolute;
	z-index: 1;
	margin: 9px 0 0 10px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
	color: rgb(125,125,125);
	font-size: 120%;
}
.cerrarsesion
{
	width: 350px;
	position: absolute;
	z-index: 2;
	margin: 9px 0 0 0;
	margin-left: 800px !important /*Non-IE6*/;
	font-size: 120%;
	font-weight: bold;
}
.cerrarsesion a,.cerrarsesion a:visited
{
	text-decoration: none;
	padding: 0 0 0 3px;
	color: rgb(125,125,125);
}
.cerrarsesion a:hover
{
	text-decoration: underline;
}
/********************/
/*  FOOTER SECTION  */
/********************/
.main
{
	clear: both;
	width: 900px;
	padding-bottom: 30px;
	background: transparent url(../img/bg_main_withnav_reverse.jpg) top left repeat-y;
}
.menu
{
	width: 200px;
	float: left;
	margin: 9px 0 0 10px;
}
.container
{
	width: 680px;
	float: left;
	margin: 9px 0 0 0;
}
/********************/
/*  FOOTER SECTION  */
/********************/
.footer
{
	clear: both;
	width: 900px;
	padding: 1.0em 0 1.0em 0;
	background: rgb(225,225,225) url(../img/bg_foot.jpg) no-repeat;
	font-size: 1.0em;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

.footer p
{
	line-height: 1.3em;
	text-align: center;
	color: rgb(125,125,125);
	font-weight: bold;
	font-size: 110%;
}
.footer p.credits
{
	font-weight: normal;
}
.footer a
{
	text-decoration: underline;
	color: rgb(125,125,125);
}
.footer a:hover
{
	text-decoration: none;
	color: rgb(0,0,0);
}
.footer a:visited
{
	color: rgb(0,0,0);
}



