/* Style sheet for UN Day */

@media print {
* {background:#fff; color: #000;}
html {font:100%/1.5 georgia, serif;}
div#content {float:none}
div#udhr {float:none}
div#banner {float:none}
div#lftnav {display:none;width:0%; float:none}
.column {float:none}
body {float:none}
}

html { min-height: 100%; margin-bottom: 1px; } 
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #ccc;
	background-repeat: repeat-x;
	/*background-image: url(images/grad.jpg);*/
}
	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 778px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #7e1f22;
}	

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	/*padding: 0px;*/
	width: 780px;
	margin: 0px auto;
	/*clear: both;*/
	font-size: .75em;
	/*display: inline;*/
	color: #999999;	
}
#skiplink a {
	color:#999999;
}
#skiplink a:focus, div#skiplink a:active
{
	color:#F9F1E4;
	background-color: #7e1f22;
}


/* LANGUAGE BAR */

#lang {
	/*height: 1.3em;
	margin: 0px auto 0px auto;
	padding: 0 1% 0 0;
	background-image: url(images/lang.gif);
	background-repeat: repeat-y;*/
	background-color:#7e1f22;
}
#lang ul {
	/*text-align: left;*/
	text-align: right;
	font-size: 0.8em;
	/*font-size: 0.7em;*/
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding: 0 0 0 1%;
}
#lang ul li#arabic {
	direction:rtl; 
	font-size: 1.2em;
	}
#lang ul li#chinese {
	font-size: .95em;
	}
#lang ul li a:link {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:visited {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#C9600D;
	text-decoration:none;
	font-weight: bold;	
}
#lang ul li a:active {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
	/*background-image: url(images/gold-grad.jpg);
	background-repeat: repeat-y;*/
}

#hiddentitle, #hiddentitle span {
	margin: 0px;
	padding: 0px;
	background-image: url(images/4_ESP.jpg);
	background-repeat: no-repeat;
	height: 156px;
}

#hiddentitle span {
	margin-bottom: -75px;
}

h1 {
	font-size: 1.2em;
	padding:0;
	margin:0;
	text-align: center;
	color: #7e1f22;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}

 /* LEFT MENU NAVIGATION LINKS - HOMEPAGE*/
#clear {
	width: 176px;
	height: 6px;
	background-color: #E1C893;
	padding-top: 1px;
}

#lftnav  {
	font-size: 0.7em;
	float: left;
	width: 204px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3d489/*f3bf86*/;
	padding-bottom: 20px;
	clear: left;	
}

#lftnav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	list-style-type: none;
}
#lftnav ul li.first {
	margin-top: 6px;
}

 #lftnav a   {
	margin:0;
	padding: 4px 10px 4px 14px;
	color:#663300;
	text-decoration:none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-weight: bold;
}
 #lftnav a#home   {
	text-decoration:none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE9408;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EE9408;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 14px;
}


#lftnav a:hover {
	color: #FEE9A6;
	background-color: #842118;
}


/* PAGE CONTENT ATTRIBUTES */

#content {
	margin: 0 auto;
	/*float: left;*/
	clear: right;
	/*width: 550px;*/
	width: 700px;
	padding: 13px 0 0 2%;
	vertical-align: top;
	display: block;
}

#content h2 {
color: #660000;	
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom-color: #666666;
	border-bottom-width:thick;
	border-bottom-style:solid;
	text-align:right
}
#content h3 {
	color: #7e1f22;
	font-size: 0.85em;
	padding: 0 0 3px;
	font-weight: bold;
	/*border-bottom-color: #666666;
	border-bottom-width:thick;
	border-bottom-style:solid;*/
	text-align:center
	
}
	
#content p {
	font-size: 0.8em;
	color: #7e1f22;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
}
#content .center {
	text-align: center;
}

#content a:link {
	color: #A80E13;
	text-decoration:none;
}
#content a:visited {
	color: #A80E13;
	text-decoration:none;
}
#content a:hover { 
	color: #660000;
	text-decoration:none;
}
#content a:active {
	color: #A80E13;
	text-decoration:none;
}

#content ul li {
	font-size: 0.8em;
	color:  #7e1f22;
	list-style-type: square;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
}
#content ol li {
	font-size: 0.8em;
	color: #7e1f22;
	/*color: #7e1f22;
	list-style-type: square;*/
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
}

#content .line {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #660000;
}
#content #montage {
	font-size: 0.85em;
}

#montage {
width:278px;
float:right;
margin-left:15px;
}
/* BOX QUOTE */
blockquote {
	display: block;
	/*left: 300px;
	background-color: #FCE7A4;
	padding: 2%;
	margin: 0px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EE9408;
	border-bottom-color: #EE9408;*/
}
/*blockquote p {
	margin: 0px;
	padding: 0 2% 0 1%;
	line-height: 150%;
	font-size: 0.8em;
}

blockquote .credit {
	text-align: right;
	font-style: oblique;
	display: block;
	padding-right: 2%;
	padding-bottom: 3px;
	font-size: 0.8em;
	margin-top: 12px;
}*/

/* FOOTER BAR */

#footer {
	text-align: center;
	margin: 0 auto;
	clear: both;
	color: #FFF;
	font-size: 0.7em;
	font-weight:bold;
	padding: 2px 0px 1px 0px; 
	background-color: #7e1f22;
	height: 16px;
}
p {
text-align:justify;
}
.news  {
text-align:justify;
font-size:.75em;
margin-top:10px;
margin-bottom:10px;
border-bottom:10px;
padding-left:30px
}
.news img {
float:left;
padding-right:10px;
padding-bottom:10px
}
.news a {
text-decoration:none
}

.orilla{
border:none;
}
#pictureDiv{
margin-bottom: 1%;
font-size:.7em;
font-style:italic;
color:#7e1f22;
}

#pictureFloat{
float: left;
margin-bottom: 1%;
font-size:.7em;
font-style:italic;
color:#7e1f22;
width:270px;
margin-right:5px
}
.nota {
font-size:.9em;
margin-right:5px;
color:#7e1f22;
}
.blue1 { 
		color:#3399FF;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		}
.derecha {
float:right;
margin-left: 5px;
}
.izquierda {
float:left;
margin-right: 5px;
}
.white { 
		color: #FFFFFF;
		background-color:#000066;
		font-size:small;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding: 5px 5px 5px 5px;
		}
		.blue { 
		color:#0033CC;
		font-size:small;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		}
		.black { 
		color: #000000;
		font-size:small;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding: 5px 5px 5px 5px;
		}
		img {
		border:none;
		}
		.red { 
		color: #660000;
		/*color: #CC0000;*/
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		padding: 5px 5px 1px 5px; 
		}
		.pdfnote {
	text-align: center;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	color: #842118;
	padding-top: 6px;
}