/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #2C2C9F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 130% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 120% Arial,sans-serif;
 color: #2C2C9F;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #2C2C9F;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
		top: 10px;
	position: relative;
}
#Spacer{
	top: 80px;
}

#masthead{
	width:740px;
	height:90px;
	margin-left: auto;
	margin-right: auto;
	background-image:   url(../images/topSite.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	top: 20px;
	position: relative;
}

#pageNav{
	float: left;
	width:178px;
	height:24px;
	padding: 0px;
	border-right: 1px solid #9F9FE1;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left-color: #9F9FE1;
	border-left-style: solid;
	border-left-width: 1px;
}

#content_homeSecction{
	margin:0px 5px 0px 178px;
	border-left-color: #9F9FE1;
	border-left-style: solid;
	border-left-width: 1px;
}

#content_detail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 360px;
	height: auto;
	_height: 360px;
	line-height: normal;
	font-weight: normal;
	color: #003366;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 10px Verdana, sans-serif;
	position: static;
	color: #919999;
	padding-top: 8px;
	padding-left: 510px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 0px 10px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width:740px;
	min-width: 640px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	color: #cccccc;
		top: 20px;
	position: relative;
	background-image:    url(../images/glbnav_background.gif);
}


#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 3px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #000099;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:    url(../images/glblnav_selected.gif);
	text-decoration: none;
}





/************* breadCrumb styles ***************/

#breadCrumb{
	margin:0px 5px 0px 178px;
	padding-left: 20px;
	padding-top: 5px;
	border-left-color: #9F9FE1;
	border-left-style: solid;
	border-left-width: 1px;
	font: 10px Verdana, sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}



/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	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: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	text-align: center;
	border-top-color: #9F9FE1;
	border-top-style: solid;
	border-top-width: 2px;
	position: relative;
	background-color: #FFFFFF;
}

#bottom{

}

#tl {
	position:absolute;
	bottom: 1px;
	left: 1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	bottom: 1px;
	right: 1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 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(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.relatedLinks h3{
	padding: 1px 0px 2px 20px;
	background-image:   url(../images/azul.jpg);
	background-repeat: no-repeat;
}

.relatedLinks a{
	display: block; 
	padding: 0px 0px 0px 10px;
}




#content_home {


}

/************** Empresas styles ****************/

#top_empresas{
	padding: 10px 0px 0px 10px;
	background-image: url(../images/top_empresas.jpg);
	background-repeat: no-repeat;
	background-position: 289px;
	height: 190px;
	
}

#text_top_empresas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	width: 280px;
	background-position: center;
	padding-top: 30px;
}

#flash_empresas{
	text-align: right;
	padding-bottom: 20px;
}


.empresaLinks {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.empresaLinks h3{
	padding: 3px 0px 5px 20px;
	background-image:   url(../images/naranja.jpg);
	background-repeat: no-repeat;
}

.empresaLinks a{
	display: block; 
	padding: 0px 0px 0px 10px;
}


/************* globalNav styles ****************/





	
/* Estilo del Boton Submit */

.buttonSubmit {
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url(../images/btn_submit.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 35px;
	color: #FFFFFF;
}
	
.tableSubmit input {
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url(../images/btn_submit.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 25px;
	color: #FFFFFF;
	background-color:#ffffff;
}




#BtnArea {
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	height: 20px;
}

a.BtnArea, a.BtnArea:visited{
	text-decoration: none;

}

a.BtnArea:hover{
	text-decoration: none;
	color: #000099;
}
/* FIN Estilo del Boton Submit */

.login_input {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	FONT: 10px Verdana;
	BORDER-LEFT: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid FONT: 12px Verdana;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color: #7F9DB9;
	border-color: #7F9DB9;
	background-attachment: fixed;
}


/************** Personas styles ****************/

#top_personas{
	padding: 10px 0px 0px 10px;
	background-image: url(../images/top_personas.jpg);
	background-repeat: no-repeat;
	background-position: 289px;
	height: 190px;
	
}

#text_top_personas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	width: 280px;
	background-position: center;
	padding-top: 0px;
}

#flash_personas{
	text-align: right;
	padding-bottom: 20px;
}


.personasLinks {
	margin: 0px;
	padding: 0px 0px 15px 0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.personasLinks h3{
	padding: 3px 0px 5px 20px;
	background-image:   url(../images/verde.jpg);
	background-repeat: no-repeat;
}

.personasLinks a{
	display: block; 
	padding: 0px 0px 0px 10px;
}


/************* globalNav styles ****************/


.acrobat {
	background-image: url(../images/icons_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 30px;
	height: 20px;
	padding-top: 3px;
}


/************** General styles ****************/

.generalLinks {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:   url(../images/fondo_menu_abajo.gif);
}

.generalLinks h3{
	padding: 3px 0px 5px 20px;
	background-image:   url(../images/azul.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.generalLinks a{
	display: block; 
	padding: 0px 0px 0px 10px;
}


#content_ley {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 360px;
	height: auto;
	_height: 360px;
	line-height: normal;
	font-weight: normal;
	color: #003366;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style4 {color: #2F84BA}
.style5 {color: #848484}
.style9 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #848484; }
.linkmenu {text-decoration:none; color:#2F84BA
}
.style10 {
	font-size: 9px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.style21 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6600;
	font-weight: bold;
}
.style20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.linkmenuCopy {	text-decoration:none;
	color:#666666
}
