/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*																							Menu Principal www.corfinsura.com																													 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++ Pestaņa Superior con fecha	++++++++++++++++++++++++++ */
#superior {
	background-image:  url("/espanol/MenuCfns/ImgMenCfns/ImgSuperiorMenu.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	height: 19px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	width: 144px;
}

/* +++++++++++++++++++++++++++ Pestaņa Inferior	+++++++++++++++++++++++++++++++ */
#Inferior {
	background-image:  url("/espanol/MenuCfns/ImgMenCfns/ImgInferiorMenu.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 144px;
}

#nav {
	background-color: #C7D6EE;
	border-left: 1px solid #003399;
	border-right:  1px solid #003399;
	left: 0;
	overflow: hidden;	
	position: relative;
	top: 0px;
	width: 144px;
}

.button {
	border-bottom: 1px solid #003399;
	cursor: default;
	height: 20px;
	padding: 0px 0px 0px 3px;
	width: 141px;
	z-index: 100000;
}

.buttonlabel {
	color: #003366;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	height: 14px;*/
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	width:138px;
}

.buttonlabel01 {
	color: #003366;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	height: 17px; */
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
}
.buttonlabel02 {
	color: #003366;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;


	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	width: 128px;
}

.buttonlabel a {
	color: #003366;
	text-decoration: none;
}
.buttonlabel02 a {
	color: #003366;
	text-decoration: none;
	vertical-align: middle;
}
/*
.buttonlabel img {
	float: right;
	margin-top: -2px;
}

.buttonlabel01 img {
	float: right;
	margin-top: -3px;
}
*/

/* label mouseover state  */
.labelHover {
	color: #003366;
}

/* depressed label state  */
.labelDown {
	color: #003366;
}

/* depressed label mouseover state  */
	.labelHover.labelDown {
}

.menu {
	background-color: #99CCFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menuNode {
	border-bottom: 1px solid #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 14px;
	margin: 0px 0px 0px 0px; 
	padding: 3px 3px 3px 3px;
	text-align:left;
	vertical-align: middle;
	width: 142px;
}

.menuNode a, .menuItem a {
	color: #003366;
/*	line-height: 120%;*/
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuNode a:hover, .menuItem a:hover {
	text-decoration: none;
}
/* submenus & submenus' submenus  */
 .menu .menu, .menu .menu .menu { 
 	background-color:#A4C3E1;
	padding: 0px 0px 0px 0px;
	position: relative;
 }
  /* submenus' submenus  */		 
 .menu .menu .menu{
	height:1%;
 }			 


/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*-  */
@media print {

	title { display: none }
	#nav {
		width: 0;
		height: 0;
		padding: 0px;
		margin: 0;
		display: none;
	}