/***********************************************/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/************************************/
body{
	font-family: Arial,sans-serif;
	color: #043E26;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}


/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
/************************************/

/* HTML tag styles                             */
/***********************************************/



/***********************************************/
/* Layout Divs                                 */

/************************************/
#pagecell1{
	position:absolute;
	top: 10px;
	right: 2%;
	width:100%;
	left: 0%;
	z-index: 0;
	background-color: #A82800;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


#row1{
	position: absolute;
	top: 0px;
	right: 2%;
	width:100%;
	left: 0%;

	
}

/************************************/



/************************************/
#pageNav{
	position: absolute;
	top: 102px;
	right: 0px;
	width:178px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	height: 100%;
	background-color: #CCE6D6;
}
#pageNav h1{
	font-family: Arial,sans-serif;
	font-size: 11pt;
	padding: 5px;
	font-weight: bold;
	color: #ffff99;
	border-bottom: 1px dashed #FFFFFF;
}
/************************************/



/************************************/
#col2{
	margin:0px 178px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right:1px solid #A82800;	
	background-color: #ffffff;
}
/************************************/


/* End Layout Divs                             */
/***********************************************/
#imagenpagina{
	margin:0px 178px 0px 0px;
	padding: 0px 5px 0px 0px;
	left: 5px;
	top: 60px;


}


/***********************************************/
/*Component Divs                               */

/************************************/
#siteName{
	margin: 0px;
	padding: 4px 0px 8px 0px;
	background-color: #043E26
}

#siteName h1{
	color: #ffffff;
	font-weight: normal;
}

/************************************/

#utility{
	font-family: Verdana,sans-serif;
	font-size: 9pt;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************************************/
#pageName{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-bottom:1px solid #008130;
	
}

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: 18pt;
	color: #008130;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************************************/


/************************************/
#globalNav{
	position: absolute;
	width: 100%;
	height: 22px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url(../imagenes/backGroundBarra.jpg);
	background-repeat: repeat-x;
}

#globalNav img{
	margin-bottom: -2px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	overflow: hidden;
	background-image: url(../imagenes/backGroundBarra.jpg);
}

#globalLink img{
	display: block;
	}

a.glink:link{
  	font-size: 9pt;
  	color: #000000;
	border-right: 1px solid #918717;
	border-left: 1px solid #F9F7D9;
	padding: 4px;
}

a.glink:visited{
  	font-size: 9pt;
  	color: #000000;
	border-right: 1px solid #918717;
	border-left: 1px solid #F9F7D9;
	padding: 4px;
}

a.glink:hover{
	font-size: 9pt;
	background-image:  url("../imagenes/backGroundBarraOver.jpg");
	text-decoration: none;
	color: #000000;
	border-right: 1px solid #918717;
	border-left: 1px solid #F9F7D9;
	padding: 4px;
}



/************************************/


/************************************/
.subglobalNav{
	position: absolute;
	font-size: 9pt;
	top: 118px;
	left: 180px;
	width: auto;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #333333;
	background-color: #FFFFFF;
	z-index: 10;




}

.subglobalNav a:link{
	font-size: 8pt;
	color: #336699;
}

.subglobalNav a:visited{
	font-size: 8pt;
	color: #336699;
}

.subglobalNav a:hover{
	font-size: 8pt;
	color: #275078;
}
/************************************/

/************************************/
#search{
	position: absolute;
	top: 50px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:visited{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	
}


/************************************/

/************************************/
#breadCrumb{
	padding: 5px 5px 5px 5px;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
	color: #AAAAAA;
	background-color: #FFFFFF;
	
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************************************/



/************************************/
#siteInfo{
	clear: both;
	font-size: 8pt;
	color: #000000;
	padding: 5px;
	background-color: #62A519;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../imagenes/fondo_inferior.jpg);
	background-repeat: repeat-y;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************************************/

/************************************/
#sectionLinks{
	margin: 0px 0px 0px 1px;
	padding: 10px 0px 0px 0px;
	font-size: 8pt;
}

#sectionLinks h3{
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-size: 10pt;
	border-bottom:1px dashed #008130;
}

#sectionLinks a:link{
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 0px 0px 0px 8px;
	color: #008130;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #008130;
}

#sectionLinks a:visited{
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 0px 0px 0px 8px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #008130;
}

#sectionLinks a:hover{
	display: block;
	background-color: #008130;
	padding: 2px 2px 2px 4px;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #008130;
	background-image: url(../imagenes/fondo_menu_der.jpg);
}
/************************************/



/************************************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px dashed #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 10pt;
}

.relatedLinks a{
	display: block; 
}
/************************************/



/************************************/
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
/************************************/



/***********************************************/
/*End Component Divs                           */
/***********************************************/
.pruebas{
	position: absolute;
	top: 108px;
	left: 0px;
	width: auto;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #000000;
	background-color: #CCCC00;
	z-index: auto;
	visibility: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-align: justify;


}
.encabezado {
	background-color: #008130;
	padding: 2px;
}
.columnaprincipal {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
	margin-left: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #4C7462;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 10pt;

}
.columnaderecha {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCE6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C7462;
}

.columnaIzquierda {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;

}

