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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #595959;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
/*	background: #cccccc url(\"bg_grad.jpg\") fixed; */  

     

}




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

a:link, a:visited{
	color: #0066FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
	color: #333;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #000066;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 220px;
	left: 27px;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	z-index: 3;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 8;
	visibility:hidden;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility:hidden;
}

#masthead{
	position: absolute;
	top: 84px;
	left: 13px;
	right: 2%;
	width:95.6%;
	z-index: 6;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
/*	background-color: #E6E6FF;
	border-right: 1px solid #cccccc;  
	border-bottom: 1px solid #cccccc;*/
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
/*	border-left: 1px solid #ccd2d2; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
}


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

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 21px;
	right: 0px;
	color: #0033FF;
	left: 647px;
	width: 103px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	height: 40px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #B31F41;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 14px;
	right: 69px;
	padding: 0px;
	margin: 0px;
	z-index: 9;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
height: 59px;
color: #0066FF;
padding: 0px 0px 0px 0px;
margin: 0px;
background-image:  url("../../glbnav_background.gif");
text-transform:uppercase;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	width: 22px;
	height:59px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	width: 30px;
	height:59px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding-top: 3px;
	padding-left: 20px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 715px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #D76E00;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #EDEBEB;
/*  	background-image:  url(fondosmenu/03.gif);
	background-repeat:no-repeat; */  
}

a.glink:hover{
	color: #C81C41;
/*  	background-image:  url(fondosmenu/03A.gif); */  
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 60px;
	left: 0px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	color: #A7A6A6;
	width: 895px;
	visibility: hidden;
	margin-left:40px;
	
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #333333;
	font-weight: bold;
}

.subglobalNav a:hover{
	color: #C81C41;
	text-decoration: none;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
	color: #FFFFFF;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #000066;
}

#breadCrumb a{
	color: #0066FF;
}

#breadCrumb a:hover{
	color: #0066FF;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000066;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #0066FF;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #AE473E;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	/*	border-top: 2px dotted #CCCCCC;
	border-right: 2px dotted #CCCCCC;
	border-bottom: 2px dotted #CCCCCC;
	border-left: 2px dotted #CCCCCC; */
	border-bottom: 2px solid #D7D7D7;
	text-align: left;
	padding-bottom:5px;
	padding-top:3px;
	color: #595959;
}

td.storyLeft a { color: #AE473E; text-decoration:none; }
td.storyLeft a:hover { color: #AE473E; text-decoration:underline; }

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-weight: bold;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, .subglobalNav a:visited {
	color: #333333;
	font-weight: bold;
}

#siteInfo a:hover{
	color: #C81C41;
	text-decoration: none;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 0px 10px;
/*	border-bottom: 1px solid #cccccc; */
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
/*	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #cccccc;  
	background-image:  url("fondosmenu/03.gif"); */
	background-repeat: no-repeat; 
/*	background-color: #B31E41;
	border-bottom: 1px solid #fff; */  
	font-weight: bold;
	font-size:11px;
	padding: 7px 0px 7px 37px;
	color: #fff;
}

#sectionLinks a:hover{
/*	border-top: 1px solid #cccccc; 
	background-color: #F2F9FF;
	background-image: none; */
	background-image:  url("../../fondosmenu/03A.gif"); 
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
/*	border-bottom: 1px solid #cccccc; */
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


/********************* end **********************/

.Estilo35 {
	color: #8E1219;
}

a.Estilo36 {font-size: 9px; color:#8E1219; }


em { color: #BE174B; }

em strong { color: #D56A00; }

img { border: 0px; }

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

#sectionLinks a.fondo1, a.fondo1:visited { background-image:  url(../../fondosmenu/01.gif); background-repeat:no-repeat;   }
#sectionLinks a.fondo1:hover{ background-image:  url(../../fondosmenu/01A.gif); }
#sectionLinks a.fondo2, a.fondo2:visited { background-image:  url(../../fondosmenu/02.gif); background-repeat:no-repeat;   }
#sectionLinks a.fondo2:hover{ background-image:  url(../../fondosmenu/02A.gif); }
#sectionLinks a.fondo3, a.fondo3:visited { background-image:  url(../../fondosmenu/03.gif); background-repeat:no-repeat;   }
#sectionLinks a.fondo3:hover{ background-image:  url(../../fondosmenu/03A.gif); }
#sectionLinks a.fondo4, a.fondo4:visited { background-image:  url(../../fondosmenu/04.gif); background-repeat:no-repeat;   }
#sectionLinks a.fondo4:hover{ background-image:  url(../../fondosmenu/04A.gif); }
#sectionLinks a.fondo5, a.fondo5:visited { background-image:  url(../../fondosmenu/05.gif); background-repeat:no-repeat;   }
#sectionLinks a.fondo5:hover{ background-image:  url(../../fondosmenu/05A.gif); }
