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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background-color: #6699CC;
	margin: 0px auto;
	margin-top: 10px;
}

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

a:link, a:visited{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

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

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

h2{
	color: #000099;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 114%;
	font-weight: bold;
	text-align: center;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #000099;
 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;
}

h6{
	color: #000099;
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
	padding-top: 10px;
}


/*************** 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{
	top: 186px;
	left: 2%;
	right: 2%;
	width:900px;
	background-image: url(../fondofirp4.jpg);
	background-attachment: fixed;
	margin:0px auto;

}

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

#tr {
	position:absolute;
	top: -1px;
	right: 4px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 1px;
	height: 1px;
}

#masthead{
	top: 4px;
	left: 2%;
	right: 2%;
	width:900px;
	margin:0px auto;
	border-left:solid 2px #CCCCCC;
	border-right:solid 3px #666666;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	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;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	height: 160px;
	width: 812px;
	background-image: url(../img/baground_banner.png);
	display: block;
}

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

#utility{
	position: absolute;
	height: 160px;
	width: 79px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-left:812px;
	background-image: url(../img/baground_banner.png);
}

#utility a{
	color: #ffffff;
}

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

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

#pageName{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-repeat: no-repeat;
}

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

#pageName img{
	position: absolute;
	top: -266px;
	right: 373px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
	position: relative;
	width: 900px;

	height: 32px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px auto;
	background-image: url(../glbnav.png);
	text-align: center;
}

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

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	background-color: #0033FF;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 177px;
	left: 0px;
	/*width: 100%;*/
	
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

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

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** 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;
}


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

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

#breadCrumb a{
	color: #000099;
}

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


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

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 14px;

	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: justify;
}

.feature_a{
	font-size: 14px;
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

html>body .feature {height: auto;}
html>body .feature_a {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;
}

.feature_a img{
	float: center;
	padding: 0px 10px 0px 0px;
	text-align: center;
}


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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

.story a.capsule{
	color: #000099;
	display:block;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

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

td.storyLeft{
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: justify;
}


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

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

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-align: center;

}

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

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #000CCC;
	border-bottom: 1px solid #000066;
	background-image: url(../bg_nav-a.jpg);
	font-weight: bold;
	padding: 8px 0px 8px 5px;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #0000CC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


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

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

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

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding-top: 10px;
	width:178px;
}

#advert img{
	display: block;
}

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

.thinborderfloat {
	float:right;
	border:solid 1px silver;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 5px;
  }
   
.thinborderfloat-left {
	float:left;
	border:solid 1px silver;
	margin-top: 10px;
	padding-top: 5px;
	margin-right: 10px;
  } 

.quienes_somos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	margin: 10px;
	padding: 20px;
}

.Estilo1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.Estilo2 {font-size: 18px}
.ultima_actulizacion {color: #000099}
.Estilo32 {
	color: #FF0000;
	font-weight: bold;
}
.Estilo36 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.Estilo37 {font-size: 14px}
.creditos {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000099;
	font-style: italic;
	padding: 0px;
}
.Estilo38 {color: #FFFFFF}

/**************** Paper *****************/

#introcontainer
{
	margin-top: 20px;
}

#intro
{
	height: 120px;
	background-image: url(/img/paper_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#intro #introtext
{
	float: left;
	height: 88px;
	margin: 10px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}


#intro #introtext h1
{
	font-size: 18px;
	color: #00599d;
	margin-bottom: 16px;
}

#intro #introtext p
{
	font-size: 16px;
}

#intro #introicon
{
	float: right;
	margin: 35px 50px;
}


