/* Local style sheet for UN Homepage (2009) */
body { 
	background: #ACBCED url(images/grad.jpg) repeat-x;
}
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
#skiplink, #skiplink a {
color: #D2E0FB;
}
#topbanner  {
	margin-bottom: 0.3em;	
	background-image: url(images/bannerbkgd.jpg);
	background-repeat: repeat-x;
	background-position: 0 -15px;
	height: 99px;	
}
#hiddentitle, #hiddentitle span {
	height: 99px;
	text-align: center;
}
#hiddentitle span { 
	background: url(images/banner.jpg) no-repeat; 
	background-position:left 0px;
}
/* LANGUAGE BAR */
#languages {
	background: #0C0473 url(images/langbar.jpg) repeat-y;
}
#languages ul {
	float: right;
}
#languages ul li {
	display: inline;
	padding-right: 1em;
}
#languages  ul  li#spanish  { 
	color: #C2D3FC;
}
#languages ul li a:link,#languages ul li a:visited,#languages ul li a:hover,#languages ul li a:active {
	color:#FFF;	
	text-decoration: none;
	font-weight: normal;
}
#languages ul li a:hover { 
	color:#D9EAFB; 
}
/* LINKS */
a, a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
/* HORIZONTAL NAVIGATION */
#thematicnav {
	padding: 0;
	margin: 0;
	height: 2.5em;
	width:100%;
}
#thematicnav ul  {
	list-style-type: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.4em;
}
#thematicnav ul li {
	display: inline;
	font-size:1em;
}
#thematicnav ul li a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 0.25em;
	float: left;
	text-align: center;	
}
#thematicnav  #peace a {
	width: 19%;
	border-top: 1px solid #BBBFC8;
	border-right:1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/peacebkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav #peace a:hover {
	background-image: url(/common/images/peacebkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav #development a {
	width: 15%; 
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/ecosocbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav #development a:hover {
	background-image: url(/common/images/ecosocbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav  #rights a  {
	width: 18%;
	border-top: 1px solid  #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/hrbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav #rights a:hover {
	background-image: url(/common/images/hrbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav   #humanitarian  a {
	width: 21.7%;
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/humaffbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav #humanitarian a:hover {
	background-image: url(/common/images/humaffbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav   #law  a {
	width: 22%; 
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/intlawbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav #law a:hover {
	background-image: url(/common/images/intlawbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav  ul  li  a:link, #thematicnav  ul  a:active, #thematicnav ul li a:visited  {
	color: #000033;
}
#thematicnav ul li a:hover    {
	text-decoration: none;
}	
/* GENERAL STYLES */
p {
	padding-left: 5%;
	padding-bottom: 2%;
}
h2 {
	background-color: #f0f0bd;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	padding-left: 0.4em;
	margin-bottom: 0.3em;
	background-image: url(images/greentitlebar.jpg);
	background-repeat: repeat-x;
}
h3   {
	font-size: 1em;
	color: #333;
	background-color: #F3F2DA;
	padding-top: .3em;
	padding-right:0;
	padding-bottom:.2em;
	padding-left:.6em;
	margin:.3em 0;
}
#homepagecontent{
	margin:0 auto;
	width:100%;
	padding:0.1em 0;
}
.box {
	border: 1px solid #8f8f64;
	margin-bottom: .6em;	
	float: left;
	width: 100%;
	margin-top: 0em;
}
.box p {
	padding: .1em;
	margin: .5em;
}
.box ul li {
	border-bottom: 1px dotted #8F8F64;
	background: url(images/bullet.gif) no-repeat 0 6px;
	padding-top: .2em;
	padding-right:0;
	padding-bottom:.3em;
	padding-left:.8em;
	margin-top: 0;
	margin-right:.4em;
	margin-bottom:0;
	margin-left:.8em;
	color: #333;
	list-style:none;
}
.more {
	text-align: right;
	padding-right: 6px;
	color: #333;
	font-style: italic;
	font-size: 92%;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* LEFT NAVIGATION */
/* Original antes slide show */
/* #unnews {	
	float: left;
	width: 21.1em; 
	margin-left: 0.6em;
	margin-top: 0.6em; 
	margin-bottom: 0;
	margin-right:0;
	display: inline; /* DO NOT REMOVE: IE6 FIX /* 
	/* clear:left;
	padding: 0;
}*/
/* para slide show */
#unnews {	
	float: left;
	width: 20.35em;
	margin-left: .8em;
	margin-top: 0.6em; 
	margin-bottom: 0;
	margin-right:0;
	display: inline; /* DO NOT REMOVE: IE6 FIX */
	clear:left;	
} 
* html #unnews {			/* DO NOT REMOVE: IE6 FIX */
    \width: 21.1em; /* for IE5 and IE6 in quirks mode */
    w\idth: 21.1em; /* for IE6 in standards mode */
} 
.headlinephotobox {
	border: 1px solid #8f8f64;
	/*margin-bottom: 0em;*/
	margin-bottom:1em;
	float: left;
	width: 100%;
	margin-top: 0em;
}
.headlinebox p {
	padding: 0em;
	margin: 0em;
}
.headline {
   /*background-color:#e4e1b6;*/   
   background-color:#EFF2FC !important;
   background-image:none;
   text-align:center;
   /*padding: 0px !important;*/
   /*border: 1px solid #8f8f64;
   border-bottom:none  !important; */  
}
#unnews h2.headline {
	background-image: none;
	background-color: #EFF2FC;
	color: #333;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 112%;
	padding: 0.3em;
	_margin-right: -35px; /* DO NOT REMOVE: IE6 FIX */		
}	
#unnews h2.headline a:link {
	font-weight: bold;
}
#unnews h2.headline a:hover {
	color:#000033;
}
#unnews h2.headline a:visited {
	font-weight: bold;
}
#unnews #medialinksbox {
	border: 1px solid #8f8f64;
	float: left;
	margin-bottom: .7em;
	padding: 0;
	width: 100%;
	display: inline;
	background-color:#EFF2FC !important;
}
* html #unnews #medialinksbox {
    \width: 20em; /* for IE5 and IE6 in quirks mode */
    w\idth: 19.9em; /* for IE6 in standards mode */
	\padding: 0px;
	p\adding: 0px;	
}
#unnews #latestnewsbox {
	border: 1px solid #8f8f64;
	float: left;
	margin-bottom: .7em;
	padding: 0px;
	width: 100%;
	display: inline;
	background-color:#E4E2BC !important;
	/*background-color:#EFF2FC !important;*/
}
#unnews #latestnewsbox .caption a:hover{
	text-decoration:none;	
}

#unnews #latestnewsbox #photo {
	width: 99.99%;
}

#unnews #latestnewsbox .caption {
	width: 96.7%;
	/*width: 100%;*/
}
<!--este es slide show-->
* html #unnews #latestnewsbox {		/* DO NOT REMOVE: IE6 FIX */
    width: 19.8em; /* for IE5 and IE6 in quirks mode */
   /*  w\idth: 19.8em; for IE6 in standards mode */
/*	\padding: 0px;*/
	padding: 0px;
  } 
  <!--este es original--> 
* html #unnews #latestnewsbox {
   /* \width: 20em;*/ /* for IE5 and IE6 in quirks mode */
    /*w\idth: 19.9em;*/ /* for IE6 in standards mode */
	/*\padding: 0px;*/
	/*p\adding: 0px;*/	
	/*padding: 0px;*/	
}
#unnews #medialinks h2 {
     background-color:#EFF2FC !important;
     color:#990000;
	 background-image:none !important;
}
#unnews #medialinks p {
	background-color:#EFF2FC;
	width: 98%;
	clear:both;
	float: left;
	font-size:94%;
	text-align:left;
	margin-left:0px;
	line-height:14px;
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.4em;	
	}  
.dot {
	 color:#990000 !important;
	 /*marging-right: 6px;
	 marging-left: 6px;*/
	 /*padding-right: 6px;
	 padding-left: 6px;*/
}
.bullet {
	 color:#000000 !important;
	 height:4px;
	 marging-left: 6px;
	 /*marging-right: 6px;
	 marging-left: 6px;*/
	 /*padding-right: 6px;
	 padding-left: 6px;*/
}
.medialinksnew {
   background-color:#EFF2FC !important;
   background-image:none;
   text-align:left;  
   border: 1px solid #8f8f64;
   border-top:none  !important;
   padding-left: 5px;
}	
#unnews .medialinks {
	display: block;
	float: left;	
}
.homestory a.sm2_link {
 font-weight:bold;
}
#unnews #medialinks ul li { list-style:none;}
#unnews #medialinks ul li { list-style:none;}
#unnews #medialinks ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 1%;
  list-style: none;
} 
#unnews #medialinks li {
	border:3px solid #EAEEFB;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#EFF2FC;
	float: left;
	margin: 1%;
	width:94%;
	padding: 0;
	font-size:90%;
	text-align:left;} 
	
#unnews #medialinks li a.doc
{padding-left:20px;
background-image:url(/common/images/icons/ico_doc2.png);
background-repeat:no-repeat}

#unnews #medialinks li a.radio
{padding-left:20px;
background-image:url(/common/images/icons/ico_radio.gif);
background-repeat:no-repeat}

#unnews #medialinks li a.webcast
{padding-left:20px;
background-image:url(/common/images/icons/ico_webcast.gif);
background-repeat:no-repeat}

#unnews #medialinks li a.photo {
	padding-left:20px;
	background-image:url(/common/images/icons/ico_gallery.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
}
#unnews #medialinks li a.link {
	padding-left:20px;
	background-image:url(/common/images/icons/ico_extlink2.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}	
#unnews #medialinks li.full {
		width: 94%;
		clear:both;
} 
#unnews .box .newslinks  {
	width: 100%;
	padding-top: 1em;
	overflow: hidden;
}
#unnews   .margins,#resources  .margins  {
	margin-top: .5em;
}
#unnews .box .rss {
	width: 4.2em;
	float: right;
	font-size: 0.9em;
	padding-top: 0.14em;
	padding-right: 0em;
	background-image: url(images/rss_sm.gif);
	background-repeat: no-repeat;
	background-position: 80% 10%;
	text-align: left;
}
#unnews .box .media1  {
	float: left;
	width: 9em;
	color: #333;
	margin-bottom: .4em;	
}
#unnews .box .media2  {
	float: right;
	width: 11em;
	color: #333;
	margin-bottom: .4em;
}
/*#unnews .box .media1  {
	float: left;*/
	/*width: 8.5em;*/
/*	width: 11em;
	color: #333;
	margin-bottom: .4em;
}*/

/*#unnews .box .media2  {
	float: right;*/
	/*width: 10em;*/
	/*width: 8.5em;
	color: #333;
	margin-bottom: .4em;
}*/
#unnews .box .media1 li, .box .media2 li {
	border-bottom-style: none;
	padding-bottom: 0;
}
#unnews #videos {
	height: 8.5em;
	margin-left: 0.3em;
	margin-top: 1.5em;
	width: 97%;
}
#unnews   #videos .videosimg {
	float: left;
	display: block;
	padding: 6px;
	margin: 2px;
	text-align: center;
	background-color: #D6E0FE;
}
#unnews .caption   {
	/*background-color: #E4E2BC; Original Background Color */
	/*color:#333333;*/
	background-color:#E4E2BC !important;
	/*background-color:#E4E2BC;*/ /*Dark Brown - UN Photo Caption */
	color:#333333; /*White - UN Photo Caption */
	display: block;
	font-size: 0.94em;	
	margin-bottom: 0.7em;
	padding-left: 3%;	
	/*padding-bottom: 0.2em;*/
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right:0;
	margin-right:0;
	float: left;
	width: 21.2em;
	/*width: 100%;*/
	/*text-align:center;*/
	text-align:left;
}
.caption a {
	color:#333333;
}
.caption a:hover {
	color:#333333;
}
#unnews  #photoVertical{
width: 20.5em;
height:196px;
float: left;
margin-bottom: 0.7em;
padding-bottom: 0px;
}
#unnews  #photo {
	/*background-color: #E4E2BC;  Original Background Color */
	/*color:#333333;*/
	background-color:#315988;/*Dark Brown - UN Photo Caption */
	color:#FFFFFF;/*White - UN Photo Caption */
	width: 21.1em;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#unnews  #photo a {
border:none;
	/*background-color: #E4E2BC;  Original Background Color */
	/*color:#333333;*/
	background-color:#e4e2bc; /*Dark Brown - UN Photo Caption */
	color:#FFFFFF; /*White - UN Photo Caption */
}
#unnews   #title  {
	background-color: #000066;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
#unnews #title a {
	color: #FFFFFF;
	font-weight: bold;
}
#unnews #title a:hover {
	background-color: #014F9C;
	display: block;
	text-decoration: none;
	padding: 0px;
}
#unnews h2 {
	margin:0;
}

/* MIDDLE COLUMN NAVIGATION*/

#aboutun {
	width: 40.5em;
	/*width: 41.2em;*/
	/*margin: .6em .8em 0 .8em;*/
	display: inline; /* DO NOT REMOVE: IE6 FIX */
	/*padding:.6em 21.3em 0 21.3em;*/
	float:right;
	margin-top:.6em;
	margin-right:1em;
	margin-bottom:0;
	margin-left:-22.2em;
}
#aboutun .aboutun1, #aboutun .aboutun2, #aboutun .aboutun3 {
	/*width: 20em;*/
	width: 19.5em;
	float: left;
	padding-bottom: 0.35em;
	margin-bottom: 0.5em;
	clear:both;
}
#aboutun .aboutun1 h2, .aboutun2 h2, .aboutun3 h2 {
	color: #FFFFFF;
	background: #062A74 url(images/bluetitlebar.jpg) repeat;
	padding-left: 0.7em;
	margin-bottom: 0.3em;
	margin-top:0;
}
#aboutun .aboutun1 {
	background: #D6E0FE url(images/flagbkgd.jpg) no-repeat right bottom;
}
#aboutun .aboutun2 {
	background: #D6E0FE url(/es/images/unbldgbkgd.jpg) no-repeat right bottom;
}
#aboutun .aboutun3 {
	background-color: #D6E0FE;
	background-image: url(/es/images/globe-light.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
}
#aboutun .aboutun1 ul, .aboutun2 ul, .aboutun3 ul {
	padding-top: 0.22em;
	margin:0;
}
#aboutun .aboutun1 ul li, .aboutun2 ul li, .aboutun3 ul li{
	color: #333;
	padding-top: 0;
	padding-right:.5em;
	padding-bottom:.46em;
	padding-left:.8em;
	list-style:none;
}
#aboutun .aboutun2 ul li {
	color: #333;
	padding-top: 0;
	padding-right:.5em;
	padding-bottom:.42em;
	padding-left:.8em;
	list-style:none;
}
#aboutun .aboutun1 ul ul li, #aboutun .aboutun2 ul ul li, #aboutun .aboutun3 ul ul li {
	color: #333;
	background: url(images/bullet.gif) no-repeat 0 5px;
	padding-left: 1.2em;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 0.8em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
}
#aboutun .aboutun2 ul ul li {
	padding-bottom: 0.2em;
}

#aboutun  .aboutun3  ul li {
	padding-bottom: 0.43em;
}
#aboutun #morebodies a {
	display: block;
	float: right;
	font-size: 0.92em;
	font-style: italic;
}
#aboutun #morebodies a:hover {
	color: #000099;
	text-decoration: underline;
}
#aboutun .sg {
	border: 1px solid #8f8f64;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	float:right;
	width: 20.5em;
	margin-left: 0.1em;
	margin-right: -0.4em;
	position:relative;
	right:0;
	_margin-right: -0.3em;
}
#aboutun .sg h2 {
	background: #DBD670 url(/es/images/sgbkgd.jpg) no-repeat right top;
	font-weight: bold;
	margin:0;
}
#aboutun .sg ul {
	padding-top:0;
	padding-right:0;
	padding-left: 0.8em;
	padding-bottom:0;
	padding-top:.3em;
	margin-top:0;
	margin-right:.3em;
	margin-bottom:0;
	margin-left:.3em;
}	
#aboutun .sg ul li {
	white-space: nowrap;
	display: inline;
	background: url(images/bullet.gif) no-repeat 0px 4px;
	padding-top:0;
	padding-right:0;
	padding-left:0.9em;
	padding-bottom:0;
	margin:0;
	list-style:none;
	float: left;
}
#main #aboutun .sg .indent {
	margin-left: 3.3em;
} 

/* RIGHT COLUMN NAVIGATION*/

#resources {
	float: right;
	width: 20.5em;
	margin-top: 4.4em;
	margin-right:-18.55em;
	margin-bottom:0;
	margin-left:.1em;
	display: inline; /* DO NOT REMOVE: IE6 FIX */
}
#resources .box .reslinks {
	width: 100%;
	padding-top: 0.2em;
	float: left;
	padding-top:.3em;
	padding-bottom: 0.5em;
	margin:0;
}
/*.box ul { 
	padding:0;  
	margin:0;
}*/
#resources .box ul.tb_margins {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*#resources .box ul.noline li {
	border-bottom-style: none;
	padding-bottom: .1em;
	margin-left:.5em;
}*/
#resources .box ul li.noline {
	border-bottom-style: none;
	padding-bottom: 0em;
	margin-left:0.5em;
}
#resources .box ul li.noline ul li{
list-style-position:outside;
margin-left:0;
background:none;
}
#resources .box ul li.noline ul li a {
	border-bottom-style: none;
	padding: 0em;
	margin:0em;
	color:#990000;
	font-size:0.92em;
}
#resources .box .resources1 {
	float: left;
	width: 9em;
	margin:0.1em;
	padding-left:0.5em;
}	
#resources .box .resources2 {
	float: right;
	width: 10em;
	margin:0;
	padding-left:0.5em;
}
#resources .box .resources1 ul li, .box .resources2 ul li {
	border-bottom-style: none;
	margin: 0;
	padding-bottom: 0.2em;
}
#resources h2 {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: .3em;
}
.box ul { 
	padding:0;  
	margin:0;
}
span.haiti {
	border-bottom-style: none;
	padding-bottom: 0.5em;
	margin-left:0em;
	color:#990033;
	font-size:.92em;
}
span.nostyle ul li {
list-style:none !important;
}

/* FOOTER BAR */

#footer2 {	
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 0.9em;	
	height: 2.1em;
	background-image: url(/common/images/footer.jpg);
	background-repeat: repeat;
	background-position: 0 -0.7em;
	padding-top: 0.5em;
	margin-top: .8em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #26498A;
}
#footer2 ul { 
	/*margin-top: 0.5em;*/ 
	margin-top: 0em;
}
#footer2 ul li  {
	display: inline;
	padding-left: .2em;
}
#footer2 ul li a:link, #footer ul li a:visited, #footer ul li a:active {
	color: #333;
}
#footer2 ul li a:hover {
	color: #000099;
	text-decoration: underline;
}	
.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
	font-size: 1px;
}
li#more {	
	text-align:right;
	font-style: italic;
}
/* Highlight under photo */
/*#unnews   #title  {
	background-color: #000066;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top:0;
}
#unnews #title a {
	color: #FFFFFF;
	font-weight: bold;
}
#unnews #title a:hover {
	background-color: #014F9C;
	display: block;
	text-decoration: none;
	padding: 0px;
}*/
#media {position: relative;}
#media img {position:static; height: 15.3em;}
#photo_video {position:absolute; left:0; top: 0}
