html, body
{
	font-family:"Arial";
	font-size: 12px;
	color: #333333;
	margin:0;
	padding:0;
	background-color: #CCC;
	/*background: #FFF url(../img/img_bg_sidesWeb.jpg) top center no-repeat fixed;*/
}

a:link {
	text-decoration: none;
	color: #555555;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration:none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #888888;
} 

/* Definición de Layout del Portal */

#page-container
{
	width:990px;
	margin:auto;
	clear: both;
	background-image:url(../img/img_background.jpg);
}

#fullContent
{
	margin-left:15px;
	margin-right:15px;
	clear: both;
}

#paddingContent
{
	margin-left:15px;
	margin-right:15px;
	padding-bottom: 15px;
	float: left;
}

#module
{
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.hidden
{
	display:none;
}

/* Definición de fuentes utilizadas */

.mainText
{
	font-family:"Arial";
	color:#555555;
	font-size: 16px;
}

.titleText
{
	font-family:"Arial";
	color:#0033CC;
	font-size: 22px;
	font-weight: bold;
}

.mailText
{
	font-family:"Arial";
	color:#555555;
	font-size: 13px;
}

.whiteTitle
{
	font-family:"Arial";
	color:#FFF;
	font-size: 14px;
}

/* MENU */

#nav {

	float: left;
	margin: 0; padding: 15px;
	border: 0;
	border-bottom: none;
}

#nav li a, #nav li {
	float: left;
}

#nav li {
	list-style: none;
	position: relative;
}

#nav li a {
	height: 30px;
	color: #FFF;
	padding-top: 20px;
	text-align: center;
	font-family:"Arial";
	font-size:14px;
	font-weight:bold;
	width:186px;
}

#nav li a:hover {
	color:white;
	background-color: navy;
}


/* SUB-MENU */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0; margin: 0;
	z-index: 10000;
}

#nav li:hover > ul {
	display: block;
}

#nav li ul li, #nav li ul li a {
	float: none;
}

#nav li ul li {
	_display: inline; /* for IE6 */
}

#nav li ul li a {
	display: block;
	width: 180px;
	height:20px;
	padding-top: 8px;
	color : #01009A;
	background: url("../img/img_bg_mainMenu2.jpg");
	text-align: left;
	font-family:"Arial";
	font-size:13px;
	font-weight:100;
	border-bottom:1px solid #CCC;
}

#nav li ul li a:hover {
	color : #FFF;
	background: url("../img/img_bg_mainMenu3.jpg");
	padding-top: 8px;
}

/* SUB-SUB-MENU */

#nav li ul li ul {
	display: none;
}

#nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

#nav li ul 