body
{
	background-color: #222;
	font-family: Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica, Verdana, sans-serif; } 
}

/* IDs */
#accessibility
{
	visibility: hidden;
	display: none;
}

#estructura
{
	background-color: #fff;
	/* opacity: 0.8; */
}

#buscar { height: 126px; }

#idiomas
{
	height: 36px;
	background-color: #ff9900;
}

#idiomas ul
{
	padding: 0;
	margin: 0;
}

#idiomas ul li
{
	/*font-size: 14px; 	line-height: 36px;*/
	padding-left: 0px;
	padding-right: 18px;
	list-style-type: none;
	display: inline;
	color: #fff;
}

#logo
{
	height: 72px;
	background-image: url(../images/logo_outsourcing.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#contenido
{
	height: 720px;
	background-image: url(../images/manos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#portada { background-color: #ff9900; }

#portada p { color: #fff; }

#articulo
{
	background-color: #fff;
	opacity: 0.8;
}

ol
{
	font-weight: bold;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	width: 100%;
}

ol.menu li
{
	border-bottom: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	padding: 0;
	margin: 0;
	color: #fff;
}


a, a:link, a:hover {text-decoration: none;border:0;}
a, a:link {color: #202020;}
a:hover {color:#fff;}

#articulo a {color: #f90;}
#articulo a:hover {color: #f90;}


/* Linea horizontal */
hr
{
	background: #f9f8f4;
	color: #f9f8f4;
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	margin: 0;
	border-top: 1px;
	border-top-color: #ddd;
	border-top-style: solid;
}

hr.espacio
{
	background: #f90;
	color: #f90;
	clear: both;
	float: none;
	width: 100%;
	height: 16px;
	margin: 0;
	border-top: 1px;
	border-top-color: #f90;
	border-top-style: solid;
}
