html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* global rules */

h1,h2,h3,h4,h5,h6, p {margin:0 0 1em 0;}
h1 {
	font-size:1.4em;
	margin: 0 0 .6em 0;
}
h2 {
	font-size:1.2em;
	font-weight: bold;
}
h3 {
	font-size:1em;
	font-weight: bold;
}
h4,h5,h6 {font-size:.9em;}

p {line-height: 1.3em;}

a {
	color: #566878;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a.blue-btn {
	background: #566878;
	color: #fff;
	padding: 5px 10px;
}

.left-menu-link {
	line-height: 1.5em;
	margin: 0 5px 0 10px;
}

strong {font-weight: bold;}
blockquote {margin: 20px;}
sup {
	font-size: .8em;
	vertical-align: super;
}

input, textarea {color: #484736;}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.printonly {display:none;}

.clear {
	clear: both;
	height: 1px;
	_display: none;
	width: 100%;
}

/* global layout */

body {
	background: #fff url(img/bg_body.jpg) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
}

#wrapper {
	background: url(header.jpg) no-repeat;
	margin: 0 auto;
	width: 1000px;
}

#container {
	margin: 0 auto;
	width: 806px;
}

#header {
	margin: 0;
	height: 178px;
	position: relative;
}

#header img#print-header {display: none;}

#header a#home-logo {
	display: block;
	height: 40px;
	left: 10px;
	position: absolute;
	top: 35px;
	width: 400px;
}

#header #topnav {
	background: url(img/bg_topnav.png) repeat-y;
	position: absolute;
	top: 110px;
	padding: 0 4px;
	width: 799px;
}

#header #topnav #topnavbg {
	position: absolute;
	height: 44px;
	width: 609px;	
}


#topnav #search {
	border-bottom: 1px solid #fff;
	color: #fff;
	float: right;
	font-size: 10px;
	height: 44px;
	width: 187px;
}

#topnav #search table {height: 42px; margin: 2px 0 0 0;}
#topnav #search table td {padding: 0;}
#topnav #search table td * {vertical-align: middle;}
#topnav #search span {margin: 0 0 0 5px;}

#topnav #search input.textbox {
	border: none;
	font-size: 9px;
	height: 13px;
	width: 80px;
}

#main {width: 806px;}

#footer {
	clear: both;
	font-size: 11px;
	width: 806px;
}

#footer #foot-top {
	background: url(img/bg_footer_top.png) repeat-y;
	padding: 10px 0 10px 80px;
	width: 724px;
}

#footer #foot-bot {
	background: url(img/bg_footer_bot.png) top no-repeat;
	height: 8px;
	width: 806px;
}

#footer ul li {
	border-right: 1px solid #313131;
	display: inline;
	padding: 0 10px;
}

#footer ul li#lastli {border-right: none;}
#footer ul li a {color: #3a4e5d;}
#footer ul li a img {vertical-align: middle;}

#copyright {
	color: #313131;
	font-size: 10px;
	text-align: right;
}
div.phonepaddding {
	float:left;
	width:13px;
	height:10px;
}


#header {
	height: 155px;
}

#main {
	background: url(img/bg_main_home.png) repeat-y;
	/*behavior: url(css/iepngfix.htc);*/
}

* html #main {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_main_home.png', sizingMethod='scale');
}

#main #leftCol {
	border-right: 1px solid #fff;
	float: left;
	margin: 0 0 0 4px;
	_margin: 0 0 0 2px;
	width: 519px;
}

#leftCol #locBar {
	background: #bfc3cc;
	padding: 5px 10px;
}

#leftCol #locBar ul li {
	border-right: 1px solid #282828;
	display: inline;
	padding: 0 10px;
}

#leftCol #locBar ul li#lastli {border: none;}

#leftCol #locBar ul li a {color: #282828;}

#leftCol #leftBot {
	color: #484736;
	padding: 30px;
    text-align:justify;
}

#leftCol #leftBot img {margin: 0 0 10px 0;}
#leftCol #leftBot p {line-height: 1.8em;}

/*///// Articles & Alerts /////*/
 #home-alerts {
	/*background:#ebebeb;
	padding: 10px;	*/
	margin:25px 0 -15px 0 !important;
	background:#677785;
}

#home-alerts h1 {
	width:162px;
	height:20px;
	margin:0 0 14px 0 !important;
	padding:10px 10px 0 10px;
	text-indent:-9999px;
}

#home-alerts ul {
	padding:10px;
	background: #788693;
}

#home-alerts li {
	margin:0 0 8px 0;
	background:url('img/home-alerts-BG.gif') no-repeat 0 4px;
	padding:0 0 0 10px;
}

#home-alerts a {
	font-size:12px;
	/*color:#0e0701 !important;*/
	color:#ffffff !important;
}

#home-alerts img {
	margin:0 !important;
}

#home-alerts p {
	padding:0 10px 10px 10px;
	background: #788693;
}

#home-alerts p a:hover {text-decoration: none;}
#home-alerts p a span {text-decoration: underline;}

#leftBot #video-link {}
#leftBot #video-link img {
	border: 5px solid #E3E3D5;
	float: left;
}

#leftBot #video-link p {
	background: #e3e3d5;
	float: left;
	line-height: 1.4em;
	padding: 8px;
	width: 96%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#main #rightCol {
	float: right;
	margin: 0 4px 0 0;
	_margin: 0 2px 0 0;
	width: 277px;
}

#rightCol #homeNews {
	background: #aaa77e;
	color: #fff;
	font-size: 11px;
	padding: 0 0 20px 0;
	height:126px;
}

#rightCol #homeNews td {
	padding: 5px 0;
}

#rightCol #homeNews td.date {
	color: #4D4D3E;
	padding-right: 8px;
	text-align: right;
}

#rightCol #homeNews a {
	color: #fff;
	line-height: 1.2em;
}

#rightCol #homeNews p a:hover {text-decoration: none;}
#rightCol #homeNews p a span {text-decoration: underline;}

#rightCol #homeDiversity {
	background: #cfcfb7;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	min-height:300px;
}

#rightCol #homeConsulting #consultTop {
	background: #677785;
	padding: 3px;
}

#rightCol #homeConsulting #consultBot {
	background: #788693;
	color: #fff;
	font-size: 11px;
	padding: 10px 25px 30px 25px;
}

#rightCol #homeConsulting #consultBot p {line-height: 1.6em;}

#rightCol #homeConsulting #consultBot a {
	color: #fff;
	float: right;
	margin: 8px 0 0 0;
}

#rightCol #homeConsulting #consultBot a:hover {text-decoration: none;}
#rightCol #homeConsulting #consultBot a span {text-decoration: underline;}

#rightCol #homeAlum {
	background: #cfcfb7;
	padding: 10px 20px;
}




div#container-menu{
	background-image:url(img/backgroundMenuOff.gif);
	background-repeat:repeat-x;	
	height:44px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;	
}
		
ul#nav-top {
	list-style: none;
	}
	ul#nav-top li {
		padding-top:11px;
		background-image:url(img/backgroundMenuOff.gif);
		background-repeat:repeat-x;
		
		
		display: -moz-inline-stack; /* FF2*/
        display: inline-block;
        vertical-align: top; /* BASELINE CORRECCIÓN*/
        zoom: 1; /* IE7 (hasLayout)*/
        *display: inline; /* IE */
        _height: 44px; /* IE6 */
		height:44px;
		}
		ul#nav-top li:hover {
			background-image:url(img/backgroundMenuOn.gif);
			background-repeat:repeat-x;
		}
		ul#nav-top li a {
			padding-left: 20px;
			padding-right: 20px;
			color: #FFF;
			font-size: 11px;
			font-weight:bold;
			text-decoration: none;
			text-transform:uppercase;
			font-family:Arial;
			}
			ul#nav-top li a:hover {
				color:#000;
				text-decoration:underline;
				}			


#textobuscador 
{
border:medium none;
font-size:9px;
height:13px;
width:200px;
vertical-align:middle;
color:#484736;
}

#botonbuscador
{
vertical-align:middle;
}


img.alignright { border:0; margin:5px 0 5px 15px !important; float:right; }

img.alignleft { border:0; margin:5px 15px 5px 0 !important; float:left; }

div.alignright { border:0; padding:0 2px 0 2px; float:right; text-align:left; font-size:9px; }

div.alignleft { border:0; padding:0 2px 0 2px; float:left; text-align:left; font-size:9px; }

/*SI SE ACTIVA BANNER ROTATORIO: #banner-grande { margin-top:-12px; }*/
#banner-grande img { width:521px; height:146px;}