/* ============================ layout styles =================================*/
.LAYOUT------------------------{
	}
body{
	margin:0px;
	padding:0px;
	background-image: url(../images/layout/body-bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
#divCentered {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
#divWrapper {
	width: 800px;
	float: left;
	}
#divHeader{
	width: 800px;
	float: left;
	}
#divLogo{
	float:left;
	margin-top: 10px;
	margin-right: 13px;
	}
#divEnglishTagline{
	float:left;
	width:340px;
	height:24px;
	background-image: url(../images/layout/english-tagline.gif);
	background-repeat: no-repeat;
	margin-top: 26px;
	}
#divSpanishTagline{
	float:left;
	width:340px;
	height:24px;
	background-image: url(../images/layout/spanish-tagline.gif);
	background-repeat: no-repeat;
	margin-top: 26px;
	}
#divContent{
	width:800px;
	display: block;
	float: left;
	}
#divLargeImage{
	width:800px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	}
#divLargeImage img{
	border: 1px solid #000000;
	}
p.InternalLink {
	padding-top: 10px;
	color: #990000;
	}
p.InternalLink a:link,
p.InternalLink a:visited{
	color: #666666;
	}
p.InternalLink a:hover{
	color: #666666;
	}
p.FloatingInternalLink {
	float:left;
	padding-top: 0px;
	width: 570px;
	margin-top: 0px;
	color: #990000;
	}
p.FloatingInternalLink a:link,
p.FloatingInternalLink a:visited{
	color: #666666;
	}
p.FloatingInternalLink a:hover{
	color: #666666;
	}
img.Icon{
	padding-right: 5px;
	}
	
/* ============================ home styles =================================*/
.HOME------------------------{
	}
#divHomeImages{
	width:100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
#divHomePrintImages{
	display:none;
}
#divPrintHeader{
	display:none;
}
.divHomeBlock{
	float: left;
	width: 246px;
	}
.divBigHomeBlock{
	float: left;
	width: 800px;
	}
.Deemphasis{
	font-weight: normal;
	margin-left: 5px;
	}
.divHomeBlock h2{
	font-size:20px;
	margin-top: 0px;
	}
.divHomeBlock h2 a:hover{
	border-bottom-color: #990000;
	text-decoration: none;
	}
.divHomeBlock h3{
	margin-top: 15px;
	margin-bottom: 10px;
	}
.divHomeBlock p{
	margin-bottom: 4px;
	line-height: 18px;
	}
.divHomeBlock p.ReadMore{
	color: #990000;
	font-size: 11px;
	padding-top: 0px;
	}
.divHomeBlock p.ReadMore a:link,
.divHomeBlock p.ReadMore a:visited{
	font-weight: normal;
	color: #666666;
	}
	
/* ============================ left column styles =================================*/
.LEFTCOLUMN------------------------{
	}
#divLeftColumn{
	width:200px;
	float:left;
	}
#divLeftColumn p{
	font-size:10px;
	line-height: 16px;
	margin: 7px 0px;
	text-align: left;
	}
#divLeftColumn p a:link,
#divLeftColumn p a:visited{
	color: #999999;
	text-decoration: none;
	}
#divLeftColumn p a:hover{
	color: #990000;
	text-decoration: underline;
	}
	
/* ============================ right column styles =================================*/
.RIGHTCOLUMN------------------------{
	}
#divRightColumn{
	width:570px;
	float:right;
	margin-left: 30px;
	}
.divRightColumnImageCaption{
	float:right;
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
.divRightColumnImage{
	float:left;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	}
.divRightColumnCaption{
	float:left;
	padding-top:3px;
	padding-left: 6px;
	padding-right: 6px;
	}
.divRightColumnLargeImage{
	width:570px;
	float: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	}
.divRightColumnCaption p{
	font-size:10px;
	margin-bottom: 0px;
	color: #666666;
	}
/*#divRightColumn p a:link,
#divRightColumn p a:visited{
	color: #999999;
	text-decoration: none;
	}
#divRightColumn p a:hover{
	color: #666666;
	text-decoration: underline;
	}*/

/* ============================ method styles =================================*/
.METHOD------------------------{
	}
.divMethodChart{
	width: 570px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	}

table.MethodChart{
	background-color: #FFFFFF;
	}
table.MethodChart a:link img,
table.MethodChart a:visited img{	
	}
table.MethodChart td{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 12px;
	}
table.MethodChart td.RedArrow{
	vertical-align: top;
	padding-top: 20px;
	}
.divMethodItem{
	margin-bottom: 20px;
	}
ol.AlphaOL{
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 0px;
	}
ol.AlphaOL li{
	list-style-type: none;
	margin-bottom: 5px;
	}
ol.NumericOL{
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 0px;
	}
ol.NumericOL li{
	list-style-type: none;
	margin-bottom: 5px;
	}
h3.Method{
	margin-top: 10px;
	margin-bottom: 10px;
	}
h3.Enfoque{
	margin-bottom: 5px;
	margin-top: 12px;
	}

/* ============================ webinar styles =================================*/
.WEBINAR------------------------{
	}
.divWebinar{
	float: left;
	width: 570px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	}
.divWebinarImage{
	float:left;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-right: 21px;
	margin-top: 3px;
	}
.divWebinarImage:hover{
	background-color: #E6E6E6;
	border: 1px solid #969696;
	}
.divWebinarLargeImage{
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	}
.divWebinarLargeImage:hover{
	background-color: #E6E6E6;
	border: 1px solid #969696;
	}
.divWebinarImageTN{
	float:left;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-right: 21px;
	margin-top: 3px;
	}
.divWebinarImageTN:hover{
	background-color: #E6E6E6;
	border: 1px solid #969696;
	}
.divWebinarDescription{
	float: left;
	width: 435px;
	}
.divWebinarDescription h2{
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	}
.divWebinarDescription p{
	margin-bottom: 0px;
	}
.divWebinarDescription ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	}
.divWebinarDescription li{
	padding-bottom: 3px;
	}
.divWebinarItem{
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
	}
.divWebinarInfo{
	float: left;
	width: 435px;
	}
.divPowerPoint{
	float: left;
	width: 568px;
	border: 1px solid #333333;
	margin-top: 15px;
	margin-bottom: 15px;
	}
h2.WebinarPublicationTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border:none;
	margin: 2px 0px 10px 0px;
	padding: 0px;
	}
h2.WebinarTitle{
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	}
p.WebinarAuthor{
	}

/* ============================ articles styles =================================*/
.ARTICLES------------------------{
	}
.divPublication{
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.divPublicationImage{
	float:left;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	width: 102px;
	margin-top: 2px;
	margin-right: 21px;
	margin-bottom: 5px;
	}
.divNoPublicationImage{
	float:left;
	width: 135px;
	height: 50px;
	}
.divArticlesList{
	float: right;
	width: 435px;
	}
.divArticlesList h2{
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	margin-top: 0px;
	}
.divArticlesList ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	}
.divArticlesList li{
	padding-bottom: 3px;
	}
.divArticlesList li a:link,
.divArticlesList li a:visited{
	color: #333333;
	}
.divArticlesList li a:hover{
	color: #990000;
	}
.divArticleItem{
	float: left;
	width: 570px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	}	
.divPublicationImageTN{
	float:left;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	width: 57px;
	margin-top: 2px;
	margin-right: 21px;
	margin-bottom: 5px;
	}
.divNoPublicationImageTN{
	display:none;
	}
.divArticleInfo{
	width:480px;
	float: left;
	}
.PublicationTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border:none;
	margin: 0px;
	padding: 0px;
	}
.ArticleTitle{
	}
.PublicationAuthor{
	}
.divArticlesInfo h2{
	margin-top: 10px;
	margin-bottom: 5px;
	}
.divArticlesInfo h2.Publication{
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	border: none;
	}
ol.Articles,
ul.Articles{
	list-style-position: outside;
	}
ol.Articles li,
ul.Articles li{
	margin-bottom: 5px;
	margin-left: 0px;
	}
hr{
	border-bottom:none;
	border-right:none;
	border-left:none;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
.divBlockQuote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 510px;
	padding-right: 30px;
	padding-left: 30px;
	}
.divShadedBlock{
	background-color: #F0F0F0;
	width: 480px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
.divFullShadedBlock{
	background-color: #F0F0F0;
	width: 570px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
.divFullShadedBlock li{
	line-height:17px;
	margin-bottom:5px;
	}
p.Excerpt{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}

/* ============================ testimonial styles =================================*/
.TESTIMONIALS------------------------{
}
.divTestimonialItem{
	float: left;
	width: 570px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 12px;
	}
h2.Testimonials{
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
#divLeftColumn p.TestimonialAuthor{
	color: #990000;
	}
#divLeftColumn p.TestimonialInfo{
	color: #333333;
	}
#divLeftColumn p.MoreTestimonials{
	padding-top: 5px;
	color: #990000;
	}
#divLeftColumn p.MoreTestimonials a:link,
#divLeftColumn p.MoreTestimonials a:visited{
	color: #666666;
	}
#divRightColumn p.TestimonialAuthor{
	color: #990000;
	margin-bottom: 0px;
	}
#divRightColumn p.TestimonialInfo{
	color: #666666;
	font-size: 12px;
	}
#divRightColumn p.MoreTestimonials{
	color: #990000;
	font-size: 11px;
	}
#divRightColumn p.MoreTestimonials a:link,
#divRightColumn p.MoreTestimonials a:visited{
	color: #666666;
	}

/* ============================ projects styles =================================*/
.PROJECTS------------------------{
}
.divProjectsMap{
	float:left;
	width: 570px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
	}
.divFeaturedProjectsItem{
	float:left;
	width:570px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
.divFeaturedProjectImage{
	float:left;
	width: 144px;
	margin-right: 40px;
	}
.divFeaturedProjectImage img{
	}
.divFeaturedProjectInfo{
	float:left;
	width:386px;
	}
.divFeaturedProjectInfo h2{
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	color: #990000;
	}
.divFeaturedProjectInfo h3{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	}

.divProjectsGroup{
	float: left;
	width: 570px;
	margin-bottom: 20px;
}
.divProjectsItem{
	float:left;
	width:570px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
.divProjectInfo p{
	}
.FullProjects{
	}
.FullProjects .FloatingInternalLink{
	font-size: 11px;
	}
.FullProjects h2{
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 15px;
	margin-top: 0px;
	}
.FullProjects h3{
	font-weight: bold;
	margin-top: 0px;
	color: #333333;
	margin-bottom: 6px;
	}
.FullProjects label{
	}
.FullProjects p{
	margin-bottom: 2px;
	}
.Location{
	font-weight: normal;
}

/* ============================ reflections styles =================================*/
.REFLECTIONS------------------------{
	}
ul.Reflections{
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;

	}
.Reflections li{
	list-style-type: none;
	padding-bottom: 10px;
	}
	
/* ============================ contact styles =================================*/
.CONTACT------------------------{
	}
.divContactItems{
	float:left;
	width: 50%;
	margin-top: 10px;
	}
.divContactItem{
	float:left;
	padding-bottom: 4px;
	width: 100%;
	line-height: 16px;
	}
.divContactLabel{
	float:left;
	padding-right: 10px;
	}
.divContactInfo{
	float:left;
	}
.divContactInfo p{
	}
.divContactInfo p a:link,
.divContactInfo p a:visited{
	}
.divContactLabel label{
	font-weight: bold;
	color: #666666;
	}
.divContactForm{
	float: left;
	width: 570px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	}
.divContactFormItem{
	float: left;
	width: 570px;
	margin-bottom: 15px;
	}
.divContactFormLabel{
	float: left;
	width: 115px;
	height: 20px;
	padding-top: 5px;
	padding-right: 15px;
	}
.divContactFormLabel label{
	color: #666666;
	font-weight: bold;
	}
.divContactFormField{
	float: left;
	}
/* ============================ credits styles =================================*/
.CREDITS------------------------{
	}
.Name{
	color: #990000;
	}

/* ============================ typography styles =================================*/
.TYPOGRAPHY------------------------{
}
h1{
	color:#990000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	}
h2{
	color:#990000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
h2.Black{
	color: #333333;
}
h2 a:link,
h2 a:visited{
	color: #990000;
	}
h2 a:hover{
	}
h3{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 10px;
	}
h4{
	color:#A91E25;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#333333;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	}
p label{
	font-weight: bold;
	color: #666666;
	}
p a:link,
p a:visited{
	color: #990000;
	text-decoration: none;
	}
p a:hover{
	text-decoration: underline;
	}
a:link,
a:visited{
	color: #990000;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
a:link img,
a:visited img{
	border:none;
	}
ol{
	}
ol ol{
	padding-top: 10px;
	}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom:5px;
	}
li label{
	font-weight: bold;
	color: #333333;

	}

/* ============================ english navigation styles =================================*/
.ENGLISHNAVIGATION------------------------{
	}
#divNavigation{
	float:left;
	width:671px;
	height:26px;
	}	
#divFlag{
	float:left;
	width: 21px;
	margin-left: 17px;
	margin-top: 6px;
	}
#EnglishNavigation {
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#EnglishNavigation li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
#EnglishNavigation a:link,
#EnglishNavigation a:visited {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 26px !important;
	background-image: url(../images/navigation/english-navigation.gif);
	display: block;
	}
#EnglishNavigation a:link span,
#EnglishNavigation a:visited span  {
	position: absolute;
	left: -10000px;
	}

li.Company a:link,
li.Company a:visited{
	background-position: 0px 0px;
	width:98px;
	}
li.Company a:hover{
	background-position: 0px -26px;
	width:98px;
	}
body.Company li.Company a:link,
body.Company li.Company a:visited{
	background-position: 0px -26px;
	width:98px;
	}

li.Services a:link,
li.Services a:visited{
	background-position: -98px 0px;
	width:92px;
	}
li.Services a:hover{
	background-position: -98px -26px;
	width:92px;
	}
body.Services li.Services a:link,
body.Services li.Services a:visited{
	background-position: -98px -26px;
	width:92px;
	}

li.Projects a:link,
li.Projects a:visited{
	background-position: -190px 0px;
	width:97px;
	}
li.Projects a:hover{
	background-position: -190px -26px;
	width:97px;
	}
body.Projects li.Projects a:link,
body.Projects li.Projects a:visited{
	background-position: -190px -26px;
	width:97px;
	}

li.Method a:link,
li.Method a:visited{
	background-position: -287px 0px;
	width:93px;
	}
li.Method a:hover{
	background-position: -287px -26px;
	width:93px;
	}
body.Method li.Method a:link,
body.Method li.Method a:visited{
	background-position: -287px -26px;
	width:93px;
	}

li.Articles a:link,
li.Articles a:visited{
	background-position: -380px 0px;
	width:93px;
	}
li.Articles a:hover{
	background-position: -380px -26px;
	width:93px;
	}
body.Articles li.Articles a:link,
body.Articles li.Articles a:visited{
	background-position: -380px -26px;
	width:93px;
	}

li.Webinars a:link,
li.Webinars a:visited{
	background-position: -473px 0px;
	width:102px;
	}
li.Webinars a:hover{
	background-position: -473px -26px;
	width:102px;
	}
body.Webinars li.Webinars a:link,
body.Webinars li.Webinars a:visited{
	background-position: -473px -26px;
	width:102px;
	}

li.Contact a:link,
li.Contact a:visited{
	background-position: -575px 0px;
	width:96px;
	}
li.Contact a:hover{
	background-position: -575px -26px;
	width:96px;
	}
body.Contact li.Contact a:link,
body.Contact li.Contact a:visited{
	background-position: -575px -26px;
	width:96px;
	}
	
/* ============================ spanish navigation styles =================================*/
.SPANISHNAVIGATION------------------------{
	}
#SpanishNavigation {
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#SpanishNavigation li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
#SpanishNavigation a:link,
#SpanishNavigation a:visited {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 26px !important;
	background-image: url(../images/navigation/spanish-navigation.gif);
	display: block;
	}
#SpanishNavigation a:link span,
#SpanishNavigation a:visited span  {
	position: absolute;
	left: -10000px;
	}

li.Compania a:link,
li.Compania a:visited{
	background-position: 0px 0px;
	width:106px;
	}
li.Compania a:hover{
	background-position: 0px -26px;
	width:106px;
	}
body.Compania li.Compania a:link,
body.Compania li.Compania a:visited{
	background-position: 0px -52px;
	width:106px;
	}

li.Servicios a:link,
li.Servicios a:visited{
	background-position: -106px 0px;
	width:105px;
	}
li.Servicios a:hover{
	background-position: -106px -26px;
	width:105px;
	}
body.Servicios li.Servicios a:link,
body.Servicios li.Servicios a:visited{
	background-position: -106px -52px;
	width:105px;
	}

li.Enfoque a:link,
li.Enfoque a:visited{
	background-position: -211px 0px;
	width:103px;
	}
li.Enfoque a:hover{
	background-position: -211px -26px;
	width:103px;
	}
body.Enfoque li.Enfoque a:link,
body.Enfoque li.Enfoque a:visited{
	background-position: -211px -52px;
	width:103px;
	}

li.Articulos a:link,
li.Articulos a:visited{
	background-position: -314px 0px;
	width:112px;
	}
li.Articulos a:hover{
	background-position: -314px -26px;
	width:112px;
	}
body.Articulos li.Articulos a:link,
body.Articulos li.Articulos a:visited{
	background-position: -314px -52px;
	width:112px;
	}

li.Testimonios a:link,
li.Testimonios a:visited{
	background-position: -426px 0px;
	width:129px;
	}
li.Testimonios a:hover{
	background-position: -426px -26px;
	width:129px;
	}
body.Testimonios li.Testimonios a:link,
body.Testimonios li.Testimonios a:visited{
	background-position: -426px -52px;
	width:129px;
	}

li.Contacto a:link,
li.Contacto a:visited{
	background-position: -555px 0px;
	width:116px;
	}
li.Contacto a:hover{
	background-position: -555px -26px;
	width:116px;
	}
body.Contacto li.Contacto a:link,
body.Contacto li.Contacto a:visited{
	background-position: -555px -52px;
	width:116px;
	}
	
/* ============================ footer styles =================================*/
.ENGLISHFOOTER------------------------{
	}
#divFooter{
	float: left;
	width: 800px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 50px;
	}
#divFooter p{
	margin:0px;
	padding:0px;
	}
#divSprout{
	float: left;
	}
.divFooterItem{
	float: right;
	padding-right:10px;
	margin-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
#divCopyright{
	float: right;
	}
.divFooterItem p,
#divCopyright p,
#divSprout p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
#divSprout p,
#divCopyright p{
	text-align: right;
	}
.divFooterItem p a,
#divCopyright p a,
#divSprout p a{
	color: #666666;
	text-decoration: none;
	}
.divFooterItem p a:hover,
#divCopyright p a:hover,
#divSprout p a:hover{
	text-decoration: underline;
	}
