/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Arial, sans-serif; 
	color: #333333; 
	line-height: normal; 
	margin: 0px;
	padding: 0px; 
	cursor: url(guaira.cur), pointer; 
	background-image: url("fondo.png")
}
a:link {
	color: #006699; 
	text-decoration: none
}
a:visited {
	color: #006699; 
	text-decoration: none
}
a:hover {
	color: #006699; 
	text-decoration: underline
}
.nombre_cd {
	border-top: 1px solid #330000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #330000;
	font-weight: bold
}
.link_actual {
	border-top: 1px solid #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	white-space: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
}
h1 {
	font-family: "Bookman Old Style"; 
	font-size: 24px; 
	color: #800000; 
	margin: 0px; 
	padding: 5px;
	font-weight: normal; 
	text-align: left
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #000066;
	margin: 0px; 
	padding: 0px; 
	font-weight: bold; 
	text-align: center
}
h3 {
	color: #CC6600; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px; 
	padding: 0px
}
h4 {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #006666; 
	margin: 0px;
	padding: 0px; 
	font-weight: bold
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	border-bottom: 1px solid #cccccc; 
	width: 100%
}
#navBar {
	float: left; 
	background-color: #eeeeee; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	width: 160px; 
	letter-spacing: normal; 
	white-space: normal
}
#headlines {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFCC;
	width: 90px;
	float: right;
	height: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

/***********************************************/
/* Components                                  */
/***********************************************/
#siteName {
	margin: 0; 
	padding: 0 0 0 10px
}

/************* #globalNav styles **************/
#globalNav {
	color: #999999; 
	background-color: #660000; 
	font-size: 16px; 
	font-weight: bold; 
	padding-top: 2px;
	padding-bottom: 2px; 
	padding-left: 10px; 
	background-position: left top; 
	letter-spacing: normal;
	text-indent: 0px; 
	white-space: normal
}
#globalNav img {
	display: block; 
	color: #CCCCCC
}
#globalNav a {
	font-size: 13px;
	padding: 0 4px 0 0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*************** #pageName styles **************/
#pageName {
	margin: 0px; 
	padding: 0px 0px 0px 10px; 
	color: #000066; 
	font-size: 24px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

/************* #siteInfo styles ***************/
#siteInfo {
	clear: both;
	height: auto;
	background-color: #CCC;
	font-size: 12px;
	background-image: none;
	background-repeat: no-repeat;
	padding: 5px;
	float: none;
	width: auto;
}

/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {
	display: block
}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE
}

/*********** #sectionLinks styles ***********/
#sectionLinks {
	border-bottom: 1px solid #cccccc; 
	font-style: normal; 
	font-variant: normal; 
	letter-spacing: normal;
	font-family: 'Times New Roman', Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: normal; 
	white-space: normal
}
#sectionLinks h3 {
	padding-left: 5px; 
	padding-top: 5px; 
	white-space: normal; 
	padding-bottom: 5px
}
#sectionLinks a {
	border-top: 1px solid #cccccc; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 5px;
	text-align: left; 
	white-space: normal
}
#sectionLinks a:hover {
	background-color: #dddddd
}
