﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	/*margin-left: 100px;*/
	padding: 0;			/* ¿¿¿??? */
	background: #FFFFFF url(images/img01.gif) repeat-x;				/* white, background color */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;													/* dark gray, letter color */
	top: 200px;

}
table, tr, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;													/* dark gray, letter color */

}

h1, h2, h3, h4{
	margin: 0;
	font-weight: normal;
	/*color: #85C329;*/												/* light green, color of the titles */
	color: #4B7195;													/* marine blue */
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: normal;
	color:#666
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;								/* light gray, lateral "quote" line */
	font-style: italic;
	color: #999999;													/* gris oscuro; letras de la quote */
}

blockquote * {
	line-height: normal;
}

a {
	/*color: #E06529;*/													/* rojo; lista de ítemes */
	color: #4B7195;														/* rojo; lista de ítemes */
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	/*margin: 0 15px 0 0;*/
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1000px;
	height: auto;				/* altura de los dibujos; NO de la rayita gris */
	/*margin: 0 auto;*/
	/*margin: 0 auto;*/
	margin-left: 100px;
}



/* Logo */

#logo {
	float: left;												/* espacio del logo superior */
	margin-top: 10px;
	height: 400px;
	width: 1050px;
	/*background: url(images/img02.gif) no-repeat left bottom;*/
}

#logo {
	color: #4B7195;
	/* azul marino oscuro */
}

#logo1 ul {
	margin: 0;
	padding: 82px 0 0 0;											/* distancia */
	list-style: none;
	line-height: normal;
	color: #4B7195;													/* azul marino oscuro */
	float:right
}

#logo1 li {
	display: inline;
	
}

#logo1 a {
	font-size: 92%;
	padding: 0 8px;												/* distancia horizontal del menú de idiomas? */
	border-left: 1px solid #E06529;									/* rojo clarito */
	text-decoration: none;

}

#logo1 .first a {
	border: none;
}

#logo a:hover {
	text-decoration: underline;
}





/* Header 2 */

#header2 {
	width: 60%;
	height: 219px;									/* altura de los logos */
	/*margin: 0 auto;*/
	margin-left: 0px;
	top: 140px;
	position: absolute;
	left: 101px;
}

#logo h1, #logo h2 {
	margin: 0;
	font-weight: normal;
	color: #E06529;													/* rojo clarito */
}

#logo h1 {
	font-weight: normal;
	color: #4B92C5;													/* azul marino oscuro */
	font-size: 9px;
	font-style: normal;
	text-align: right;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}

#logo h2 {
	font-size: 92%;
	margin-left: 3px;
}

#logo a {
	text-decoration: none;
	color: #4B7195;													/* azul marino oscuro */
}

/* Top Menu */

#topmenu {
	color: #4B7195;													/* azul marino oscuro */
}

#topmenu ul {
	margin: 0;
	padding: 6px 0 0 0;											/* distancia */
	list-style: none;
	line-height: normal;
	color: #4B7195;													/* azul marino oscuro */
	float:right												/* azul marino oscuro */
}

#topmenu li {
	display: inline;
}

#topmenu a {
	font-size: 92%;
	padding: 0 6px;												/* distancia horizontal del menú de idiomas? */								/* rojo clarito */
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}






/* Menu */

#menu {
	width: 230px;
	height: 215px;									/* tamaño horizontal del menú lateral izquierdo */
	/*margin-left:100px;*/
	margin-left: 0px;
	background: url(images/img03.jpg);
	margin-top: 2px;

}




#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: left;
	width: 1000px;					/* corre el banner hacia la izquierda */
	height: 200px;					/* no sé */
	margin-left: 230px;
	margin-top: -216px;
}


/* Page */

#page {
	width: 1000px;
	/*margin: 0 auto;*/
	margin-left: 100px;
	padding: 30px 0;				/* espacio vertical de los logos? */
	margin-top: 0px;
	top: 401px;
	left: 0px;
}

#logo_page {
	
	margin-top: 0px;
	margin-left: 15px;
	/*text-align: center;*/
}


/* Content */

#content {
	float: left;
	width: 740px;
	padding-left: 20px;
	margin-top: 0px;	
}

.showText {
	visibility:hidden;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content p {
	color: #666666;
}

#content ul li {
	padding-left: 30px;
		
	/*background: url(images/img08.gif) no-repeat 0 8px;*/
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;											/* espacio vertical de las miniventanas de contenido */
	background: url(images/img10.gif) no-repeat;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 218px;
}

.twocols .col2 {
	float: right;
	width: 218px;
}


/* TiledContent */

#tiledcontent {
	float: left;
	width: 720px;
	padding-left: 0px;

}

#tiledcontent ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#tiledcontent ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#tiledcontent ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.tiledtitle {
	padding-top: 3px;
}

.tiledcontent {
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}



.tiledtwocols {
}

.tiledtwocols .tiledcol1 {
	float: left;
	width: 350px;
}

.tiledtwocols .tiledcol2 {
	float: right;
	width: 350px;
}




/* Sidebar */

#sidebar {
	float: right;
	width: 218px;
	position: absolute;
	left: 900px;
	top: 391px;
}

#sidebar p {
	float: right;
	width: 218px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;													/* espacio entre los dos menús de la derecha */
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;		/* gris claro */
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	/*border-top: 1px dotted #CDCDCD;*/										/* gris oscuro barra superior */
	border-top: 1px dotted #6699FF;											/* azul oscuro naciones unidas */
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;															/* azul marino oscuro */
}

#sidebar h3 {
	margin: 0;
	padding-bottom: 5px;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/* Agency Pages */

#agency-contact-info {
	/*margin-left:-220px;*/
	margin-left:15px;
	margin-top:35px;
	width:180px;
	height:170px;
	position:relative;
}

#agency-contact-info-logo {
	/*horizontal-align:center;*/
	text-align:center;
}

#agency-contact-info-logo a {
	/*horizontal-align:center;*/
	color:#00FF66;
}

#agency-description-text {
	margin-left:235px;
	margin-top: 25px;
	width:400px;
	padding-bottom:25px;
	text-align:justify;
	/*height:170px;*/
}

#agency-description-pic {
	margin-left:235px;
	margin-top:-170px;
	width:400px;
	/*height:170px;*/
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	/*background: #E6E6E6;*/												/* gris clarito */
	background: #ACC8E5;													/* azul clarito naciones unidas */
	/*border-top: 10px solid #CDCDCD;*/
	border-top: 10px solid #6699FF;											/* azul oscuro naciones unidas */
	width: 100%;
}

#footer {
	width: 760px;
	/*margin: 0 auto;*/
	margin-left: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#specialText a {
	/*visibility: hidden;*/
	color: #FFCC33;
	display: none;
}

#legal {
	float: left;
	padding: 10px 0px 10px 65px;
	background: url(images/img11.gif) no-repeat left center;
	color:#666666;
}

#links {
	float: right;
	padding: 10px 0 0 0;					/* links de la derecha de LEGAL */
}
