<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ebebe1; 
margin: 0;
padding: 0;
font-family: Arial, Georgia, 'Times New Roman', Palatino, serif;
color: black;
font-size: 75%;
background-image: url(../image-files/body-canela.jpg);
background-position: center top;
background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #521;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 0;
}

h1 {
margin-top: 0;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
text-align: center;
font-size: 180%;
/*text-transform: uppercase;*/
font-weight: bold;
color: #a27d37;
}

h2 {
font-family: Georgia, 'Times New Roman', Palatino, serif;
border-bottom: 1px ridge #e8e7d7;
padding-top: 8px;
}

h3 {
font-family: Georgia, 'Times New Roman', Palatino, serif;
border-bottom: 1px ridge #e8e7d7;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Times New Roman', Georgia, Palatino, serif;
}

code {
color: #332206;
}


a:link img {
border: 0;
}

blockquotenew {
margin: 0px 0px;
color: #39412C;
font-size: 100%;
line-height: 15px;
font-family: 'Courier New', Courier, monospace;
}

blockquotenew-t3 {
margin: 0px 0px;
color: #39412C;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

/* -- General Link Styling -- */

a:link {
color: #a27d37; 
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #630;
text-decoration: underline;
}

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

/* -- Nuevo Right Hand Column Small links ...black -- */

a.smalllinks {
color: black;
font-weight: normal;
text-decoration: none;
}

a.smalllinks:hover {
color: black;
font-weight: bold;
text-decoration: underline;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1000px;
border: 0px solid #8f8fb3;   
}

#Header {
position: relative;
height: 500px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {					/* Posicion del texto general...altura (nb: antes a 15px), derecha, abajo, izquierda. */ 
margin: -15px 220px 0 222px;    	/* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn { 			    /*  RAYCO: POSICION DEL NAVBAR   */
float: left;
margin-top: -14px;
width: 175px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -973px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */ 
							/*  RAYCO: -1000 ES PEGADO AL BORDE GRIS DEL BACKGROUND  */
}

#ExtraColumn {              /*  RAYCO: POSICION DE LA COLUMNA DE LA DERECHA   */
float: left;
margin-top: -7px;
width: 175px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -212px;        /* STEP 5: set to -(ExtraColumnWidth) */ 
							/*RAYCO = ME PARECE QUE ES PARA QUE LA DISTANCIA DEL EXTRA NAVBAR AL BODY SEA LA MISMA QUE LA DEL NAVBAR AL BODY. ORIGINAL ERA -210px*/
}

#Footer {
clear: both;
width: 100%;
padding: 0px 0;
border-top: 0px solid #f0f5fb;
height: 124px;
}

.Liner {
padding: 5px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background-gold-2.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#Header {
background-image: url(../image-files/north-korea-travel-header-black.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
background-image: url(../image-files/background-gold-2.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer-background-north-korea-travel.gif);
background-repeat: no-repeat;
background-position: bottom center;
background-color: transparent;     
text-align: center;
font-size: 85%;
color: #ccccc;
}

#NavColumn {
font-size: 105%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {        /*   RAYCO: ESTO ES EL TITLE DEL NAVBAR   */
font-size: 92%;
color: #521;
letter-spacing: 1px;
/*text-transform: uppercase;*/
margin-top: 0;
font-family: Georgia, 'Times New Roman', Palatino, serif;
}

#ExtraColumn h4 {      /*   RAYCO: ESTO ES EL TITLE DEL EXTRA NAVBAR, EL DE LA DERECHA I.E. TITLE RIGHT COLUMN  */
font-size: 96%;
color: #521;
letter-spacing: 1px;
font-family: Georgia, 'Times New Roman', Palatino, serif;
text-transform: uppercase;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Georgia, 'Times New Roman', Palatino, serif;
background-color: transparent;
border: none;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 100%;
color: #521;
border-bottom: 2px ridge #e8e7d7;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
color: black;
position: relative;
top: -35px;
margin: 0;
padding: 0;
padding-top: 35px;
margin-bottom: -30px;
}


.Navigation li {  					/*   RAYCO: ESTO SON LOS BOTONES DEL NAVBAR  */
/*padding: 0px;*/					/*   RAYCO: ESTO ES EL PADDING DEL BOX, SU ANCHURA  */
background-color: black;			/*   RAYCO: ESTO ES EL BACKROUND DEL BOX DE CADA BUTTON  */
margin-bottom: 3px;
/*border: 2px solid gold;*/ 		/* RAYCO: ESTO ES EL BORDER DEL BUTTON. MIRA A VER SI LO PONES EN ORO O LO DEJAS */
}

/* -- Navigation Link styles -- */

.Navigation a:link { 
color: white;
font-weight: normal;
display: block;    					 /*  this makes the whole box highlight rather than just the text */
padding: 10px 0 10px 10px;           /*  tama�o de botones, top, right, bottom, left */
text-decoration: none;
}

.Navigation a:visited { 
color: white;         			 	 /*  ESTO ES BUTTON TEXT-cuando pongo white sale el text en blanco en ie antiguo y en el iPad.El color original era el #332206*/
display: block;          			 /*  this makes the whole box highlight rather than just the text */
padding: 10px 0 10px 10px;
text-decoration: none;
}

.Navigation a:hover {
color: white;       				/*   RAYCO: ESTO ES EL COLOR DEL TEXT DEL NAVBAR CUANDO SE PASA EL CURSOR POR ENCIMA  */
display: block;     				/*  this makes the whole box highlight rather than just the text */
padding: 10px 0 10px 10px;			/*  button size */
background-color: #a27d37;   
text-decoration: underline;
}

/* -- PARA BLOCKS DE TOURS...basicamente botones gordos...Navigation Link styles -- */

.Navigation2 a:link {                      
color: white;
font-weight: normal;
display: block;    					 /*  this makes the whole box highlight rather than just the text */
padding: 15px 10px 15px 10px;           /*  tama�o de botones, top, right, bottom, left */
text-decoration: none;
}

.Navigation2 a:visited { 
color: white;         			 	 /*  ESTO ES BUTTON TEXT-cuando pongo white sale el text en blanco */
display: block;          			 /*  this makes the whole box highlight rather than just the text */
padding: 15px 10px 15px 10px;
text-decoration: none;
}

.Navigation2 a:hover {
color: white;       				/*   RAYCO: ESTO ES EL COLOR DEL TEXT DEL NAVBAR CUANDO SE PASA EL CURSOR POR ENCIMA  */
display: block;     				/*  this makes the whole box highlight rather than just the text */
padding: 15px 10px 15px 10px;			/*  button size */
background-color: #a27d37;   
text-decoration: underline;  		
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation CENTRED-- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover . {
text-decoration: underline;
color: #770000;
}

/* -- Thumbnail-with-Caption Navigation LEFT FOR TESTIMONIALS-- */

.ThumbnailLinkLEFT {
text-align: left;
padding-bottom: 3px;
}

.ThumbnailLinkLEFT a:link {
text-decoration: none;
padding-bottom: 3px;
}

.ThumbnailLinkLEFT a:hover . {
text-decoration: none;
color: #770000;
padding-bottom: 3px;
}


/* -- Horizontal Text NavBar -- */  /*ESTO ES LOS LINKS DE ARRIBA*/

.ExtraNav {
font-family: Palatino, 'Times New Roman', Georgia;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: right;
padding-top: 10px;
}

.ExtraNav ul li:hover {
display: inline;
background-color: transparent;
text-align: right;
padding-top: 10px;
}

.ExtraNav a:link {
color: #a27d37;
text-decoration: none;
font-weight: bold;
text-align: right;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #a27d37;
text-decoration: none;
font-weight: bold;
text-align: right;
padding: 0 10px;

}

.ExtraNav a:hover {
color: black;
text-decoration: none;
background-color: transparent;
font-weight: bold;
text-align: right;
padding: 0 10px;
}

#Header .ExtraNav { 			/* RAYCO: POSICION DE LOS TEXT LINKS DE ARRIBA*/
font-size: 150%;
/*text-transform: uppercase;*/
letter-spacing: 1px;
background-color: transparent;
width: 1000px;
text-align: center;
position: absolute;
top: 75px; 					/* RAYCO: POSICION DE LOS TEXT LINKS DE ARRIBA, ENTRE MAS ALTO MAS BAJO SALE EN LA PAGINA*/
/*left: 175px;*/			    /* RAYCO: POSICION DE LOS TEXT LINKS DE ARRIBA, ENTR MAS ALTO MAS CENTRALIZADO*/
}

#Footer .ExtraNav {
font-family: 'Times New Roman', Georgia;
font-size: 115%;
background-color: transparent;
width: 960px;
margin: 0px auto 0px auto;
padding: 20px 0 25px 0;
position: relative;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
border: none;
}

#Footer .ExtraNav a:link {
color: #a27d37;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

#Footer .ExtraNav a:hover {
color: #ccc;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}


#Footer .ExtraNav a:visited {
color: #fff;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #000;
width: 495px;
font-family: Georgia, 'Times New Roman', Palatino, serif;
border: 2px solid #ccc;
margin: 18px auto 24px auto;
padding: 5px 5px 5px 30px;
color: #a27d37;
}

.CalloutBox img {
margin: 5px;
}

.CalloutBox h3 {
color: #a27d37;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #000;
width: 24%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #a27d37;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-transform: uppercase;
font-family: 'Times New Roman', Georgia;
text-align: center;
background-color: #fff;
color: #000;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468 {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxExtraColumn {
float: right;
}

.AdSenseBoxLeft {
margin: 5px 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
width: 520px;
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
margin: 15px auto 10px auto;
padding: 3px;
text-align: right;
}


.ReturnToNavBox a:hover {
color: #c93;
}

.ReturnToNavBox a:visited {
color: #000;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
border: 0px dotted #332206;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #521;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #652;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
background: url(../image-files/bullet.jpg) left top no-repeat;
padding-left: 25px;
padding-bottom: 15px;
} 
</pre></body></html>