/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/************************************/
body{
	font-family: Arial,sans-serif;
	color: #ff3300;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/fondo.jpg);
}


/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #00cc33;
	text-decoration: none;
}

a:link{
	color: #00cc33;
	text-decoration: none;
}

a:visited{
	color: #ff33cc;
	text-decoration: none;
}

a:hover{
	color: #ff3300;
	text-decoration: underline;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 color: #6666cc;
 margin: 0px;
 padding: 0px;
 font-size: xx-large;
}

/************************************/

/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/************************************/

/***********************************************/
/* Layout Divs                                 */
/************************************/
#pagecell1{
	position:relative;
	top: 70px;
	left: 17px;
	width:95.6%;
}

#tl {
	position:relative;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:relative;
	top: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/************************************/

/************************************/
#masthead{
	position: absolute;
	top: 13px;
	left: 16px;
	width:95.6%;
}

/************************************/

/************************************/
#pageNav{
	position: absolute;
	top: 97px;
	left: 2px;
	width:163px;
	padding: 0px;
	font-family: Verdana,sans-serif;
}
/************************************/



/************************************/
#col2{
	margin:0px 0px 0px 165px;
}
/************************************/


/* End Layout Divs                             */
/***********************************************/



/***********************************************/
/*Component Divs                               */

/************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	font-weight: normal;
}
/************************************/

/************************************/
#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: small;
	color: #ff3300;
}

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: x-large;
	color: #cc0000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: relative;
	top: -102px;
	padding: 0px;
	margin: 0px;
	left: 623px;
}

/************************************/

/************************************/
.feature{
	padding: 0px 0px 5px 5px;
	font-size: small;
	color: #ff0000;
	left: 17px;
}

.feature h2{
	font-family: Arial,sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0066ff;
	padding: 0px 0px 5px 0px;
}

.feature h3{
	font-family: Arial,sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0066ff;
	padding: 0px 0px 5px 0px;
}
.feature h4{
	font-family: Arial,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0099ff;
	padding: 0px 0px 0px 0px;
}

.feature img{
	float: left;
	margin: 5px;
}

/************************************/

/************************************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	width:163px;
	display: block;
	font-weight: bold;
	font-size: small;
}

#sectionLinks a:link{
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #00cc33;
	background-image:  url("imagenes/boton.gif");
}

#sectionLinks a:visited{
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ff33cc;
	background-image:  url("imagenes/boton.gif");
}

#sectionLinks a:hover{
	display: block;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	text-decoration: underline;
	background-image:  url("imagenes/boton.gif");
}
/************************************/



/************************************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.relatedLinks a{
	display: block; 
}
/************************************/


/***********************************************/
/*End Component Divs                           */
/***********************************************/
