@charset "utf-8";
/* Update 20090804 */

/*HTML Tags*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5b;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}
img {
	border:0;
}
/*Styles*/
#container {
	width:100%;
	height:100%;
}
#branding {
	min-width:980px;
	width:100%;
	height:95px;
}
#brandDefinition {
	min-width:980px;	
	height:25px;
	background-color:#000000;
}
#brandDefinition .content {
	width:980px;
	text-align:left;
	margin:auto;
}
#brandArea {
	width:100%;
	height:70px;
	background-image:url(../images/bk-branding.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#f6c028;
}
#brandArea .content{
	width:980px;
	margin:auto;
	background-color:#f6c028;
}
#brandArea .logo {
	width:815px;
	float:left;
	background-color:#f6c028;
}
#brandArea .isotipo {
	width:165px;
	float:right;
	background-color:#e8b325;
}

#navigation {
	width:100%;
	height:295px;
	background-color:#000000;
}
.howto {
	background-image:url(../images/banner-howto.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.why {
	background-image:url(../images/banner-why.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.going {
	background-image:url(../images/banner-goingmobile.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.thought {
	background-image:url(../images/banner-thoughtstarters.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.health {
	background-image:url(../images/banner-augmehealth.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.contact {
	background-image:url(../images/banner-contact.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#navigation .content{
	width:980px;
	margin:auto;
}
#globalNavigation ul {
	margin:0;
	padding:0;
	padding-left:20px;
}
#globalNavigation li {
	margin:0;
	padding-top:6px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:3px;
	list-style-type:none;
	list-style:none;
	width:auto;
	height:20px;
	float:left;
}
#globalNavigation .off {
	padding-right:10px;
}
#globalNavigation .on {
	background-color:#f6c028;
}
#contentArea {
	width:100%;
	height:auto;
	float:left;
	background-image:url(../images/bk-content.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#contentContainer {
	width:980px;
	margin:auto;
}
#mainContent {
	width:980px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/bk-news.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding-bottom:20px;
}
#imageArea {
	width:305px;
	height:auto;
	float:left;
}
#textArea {
	width:510px;
	height:auto;
	float:left;
	padding-top:20px;
}
#textArea h1, #textArea h2, #textArea h3 {
	margin:0;
	padding:0;
}
#textArea p {
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
}
#textArea .modulo {
	margin-top:10px;
}
#textArea .listas {
	margin:0;
	padding:0;
	float:left;
	height:auto;
	clear:both;
	width:100%;
	margin-bottom:20px;
}
#textArea .moduloThumbnail {
	margin:0;
	padding:0;
	float:left;
	height:auto;
	clear:both;
	width:100%;
}
#textArea .thumbnail {
	float:left;
	width:70px;
	height:60px;
}
#textArea .description {
	float:left;
	width:400px;
	height:auto;
}
#textArea .download {
	text-align:right;
	padding-right:30px;
}
#textArea .description p {
	color:#999999;
	padding:0;
}
#textArea ul {
	margin-left:20px;
	padding-left:20px;
}
#textArea li {
	color:#999999;
	padding-bottom:10px;
}

#textArea .options {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#textArea .options li {
	margin:0;
	padding:0;
}

#newsDetailArea {
	width:490px;
	height:auto;
	float:left;
	padding-top:20px;
	padding-right:20px;
}
#newsDetailArea h1 {
	font-size:16px;
}
#newsDetailArea h2 {
	font-size:14px;
	font-style:italic;
}

#newsDetailArea p {
	margin-top:10px;
	padding-right:20px;
}

#newsArea {
	width:165px;
	height:auto;
	float:left;
	background-color:#f6c028;
	padding-top:20px;
}
#newsArea .modulo {
	margin-top:10px;
	font-size:11px;
	padding-left:22px;
	padding-right:5px;
	color:#a27d16;
}
#newsArea h1 {
	margin:0;
	padding:0;
}
#newsArea .date {
	color:#FFFFFF;
	font-weight:bold;
}
#newsArea p {
	margin:0;
	padding:0;
	margin-top:10px;
}

#footer {
	min-width:980px;
	width:100%;
	height:auto;
	float:left;
	background-color:#000000;
}
#footerArea {
	width:980px;
	height:auto;
	margin:auto;
	background-color:#000000;
}
#footerContent {
	font-size:10px;
	min-width:980px;	
	height:auto;
	background-color:#000000;
	color:#FFFFFF;
	padding:10px;
	padding-top:14px;
	float:left;
}
#textArea a:active, #textArea a:visited, #textArea a:link {
	color:#efb427;
	font-weight:bold;
	text-decoration:none;
}
#textArea a:hover {
	color:#efb427;
	font-weight:bold;
	text-decoration:underline;
}
#footer a:active, #footer a:visited, #footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#f6c028;
	text-decoration:none;
}
#footer p {
	margin:0;
	padding:0;
}
#footer ul {
	margin:0;
	padding:0;
	margin-top:5px;
}
#footer li {
	list-style-type:none;
	list-style:none;
	padding-right:5px;
	float:left;
}
#footer .separador {
	padding-left:5px;
}

.caseStudy {
	padding-top:5px;
}
.mediaImage {
	float:left;
	margin:0;
	padding:0;
	padding-bottom:10px;
	max-width:400px;
}
.mediaImage img {
	max-width:470px;
}
.mediaVideo {
	margin:0;
	padding:0;
	padding-bottom:10px;
	clear:both;
}
.text {
	float:left;
}