/* CSS Document */
<!--
body {
	background-color: #6e6e6e;
}
-->
/* global */
.global_nav_gray A:link{
	color: #FFFFFF;
	text-decoration: none;
}
.global_nav_gray A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.global_nav_gray A:active {
	color: #FFFFFF;
	text-decoration: none;
}
.global_nav_gray A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Guatemala */
a:link {
	color: #345E00;
	text-decoration: none;
}
a:visited {
	color: #9C9C9C;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #345E00;
	text-decoration: underline;
}

/* Colombia */
.menu2 A:link{
	color: #043B7A;
	text-decoration: none;
}
.menu2 A:visited {
	color: #9C9C9C;
	text-decoration: none;
}
.menu2 A:active {
	color: #000000;
	text-decoration: none;
}
.menu2 A:hover {
	color: #043B7A;
	text-decoration: underline;
}

/* Ecuador */
.menu3 A:link{
	color: #A73300;
	text-decoration: none;
}
.menu3 A:visited {
	color: #9C9C9C;
	text-decoration: none;
}
.menu3 A:active {
	color: #000000;
	text-decoration: none;
}
.menu3 A:hover {
	color: #A73300;
	text-decoration: underline;
}

/* Doc */
.menu4 A:link{
	color: #666666;
	text-decoration: none;
}
.menu4 A:visited {
	color: #9C9C9C;
	text-decoration: none;
}
.menu4 A:active {
	color: #000000;
	text-decoration: none;
}
.menu4 A:hover {
	color: #666666;
	text-decoration: underline;
}

body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.global_nav_gray {
	background-color: #9C9C9C;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px 4px 5px 4px;
	
}
.texto {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #666666;
	right: 16px;

}
.texto0 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #345E00;

}
.texto1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #345E00;
	
}
.texto2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: left;
	color: #666666;

}
.texto00 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #043B7A;

}
.texto03 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #A73300;

}
.texto04 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #666666;

}
.menu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;

}
.menu2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;

}
.menu3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
}
.menu4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;	

}
.textocenter {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #666666;

}
.alineacenter {
	text-align: center;

}
.alinearight {
	text-align: right;
}
.img {
	text-align: center;
	vertical-align: center;
	border: 1px;
	
}
.verde {color: #345E00}

.azul {color: #043B7A}

.rojo {color: #A73300}

.negro {color: #000000}
