@charset "UTF-8";
/* CSS Document */

/* COLORES UTILIZADOS

Naranja: #FF9900
Magenta: #CC0066
Magenta + claro: #F21885
Verde: #88ba14
Verde + claro: #96CC16
Amarillo: #FBC028
Amarillo + claro: #FFCC33
Azul: #005393
Gris texto: #474747
*/

/* RESET */
body{
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:300;
	margin:0;
	color: #4b4b4b;
	background:#fcfcfc url(../img/bgHomeBlue.gif) repeat-x top;
	}
*{
	margin:0;
	padding:0;
	}
	
h1, h2, h3, h4, h5, h6{
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#005393;
	}

ul{
	list-style-type:none;
}

div{
	margin:0;
	}

strong{
	font-weight:700;
	}
	
a{
	text-decoration:none;
	color:#005393;
	}

a img{
	border: none;
	}
	

/* GENERAL */
#wrap{
	margin:0;
	paddin:0;
	}

#container{
	/*background-color:aquamarine;*/
	width:960px;
	margin:0px auto;
	padding:0px 0px 20px 0px;
	}
	


/* HEADER <*/
#header{
	/*background-color:yellow;*/
	width:960px;
	height:150px;
	margin:0px 0px 20px 0px;
	clear:both;
	}
	
#header h1{
	margin:20px 0px 0px 0px;
	text-transform:uppercase;
	font-size:3em;
	line-height:0.85em;
	float:left;
	}

#langSelection{
	width: 130px;
	float:right;
	text-align:right;
	}

#langSelection ul li{
	display:inline;
	text-align:right;
	}

#langSelection ul li a{
	color:#fff;
	font-weight:600;
	font-size:0.75em;
	text-decoration:none;
	}
	
#langSelection ul li a:hover{
	text-shadow: 0px 0px 2px #fff;
	transition: text-shadow 0.2s;
	}
	
.eng{
	background-color: #009ee5;/*#3366cc;*/
	padding:5px 7px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	}
.esp{
	background:#094fa4;/*#ff0066;*/
	padding:5px 7px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	}

#headerLogo h2{
	/*width:150px;
	height:29px;*/
	/*width:190px;
	height:37px;*/
	width:300px;
	height:39px;
	text-indent:-9999px;
	background:url(../img/logoFundacion300px.png) no-repeat bottom;
	float:right;
	position:relative;
	top:100px;
	left:120px;
	}

/* NAVIGATION MENU */
#navMenu{
	/*background-color:cyan;*/
	width:960px;
	height:44px;
	font-size:0.85em;
	font-weight:400;
	color:#fff;
	clear:both;
	}

#navMenu ul{
	}

#navMenu ul li{
	display:inline;
	text-align:center;
	}
	
a.fundacion{
	width:220px;
	text-decoration:none;
	float:left;
	padding:10px 0px;
	background-color:#005393;
	color:#fff;
	}

a.colombia, a.panama{
	width:100px;
	text-decoration:none;
	float:left;
	padding:10px 0px;
	background-color:#FF9900;
	color:#fff;
	}

/*a.peru{
	width:80px;
	text-decoration:none;
	float:left;
	padding:10px;
	background-color:#CC0066;
	color:#fff;
	}	*/
a.peru, a.argentina{
	width:100px;
	text-decoration:none;
	float:left;
	padding:10px 0px;
	background-color:#CC0066;
	color:#fff;
	}

a.repDominicana{
	width:160px;
	text-decoration:none;
	float:left;
	padding:10px 0px;
	background-color:#88ba14;
	color:#fff;
	}

a.puertoRico{
	width:100px;
	text-decoration:none;
	float:left;
	padding:10px 0px;
	background-color:#88ba14;
	color:#fff;
	}

a.chile{
	width:80px;
	text-decoration:none;
	float:left;
	padding:10px 0px;
	background-color:#FBC028;
	color:#fff;
	}

a.fundacion:hover, a.colombia:hover, a.peru:hover, a.repDominicana:hover, a.chile:hover, a.panama:hover, a.argentina:hover, a.puertoRico:hover{
margin-bottom:-4px; padding-top:14px;transition: padding 0.3s;
}

/*
a.on{
margin-bottom:-4px; padding-top:14px;
}*/

/*a.repDominicana:hover, a.puertoRico:hover{
	background-color:#96cc16;
}
a.peru:hover, a.argentina:hover{
	background-color:#f21885;
	}

a.chile:hover{
	background-color:#FFCC33;
}*/

#breadcrumb{
	/*background-color:orange;*/
	width:960px;
	clear:both;
	padding:15px 0px;
	font-size:0.75em;
	font-weight:400;
	}
#breadcrumb a{
	color:#b3b3b3;
	padding:0px 5px;
	text-decoration:none;
	}

#breadcrumb a:hover, #breadcrumb a.youAreHere:hover{
	color:#CC0066;
	text-decoration:underline;
	}

#breadcrumb a.youAreHere{
	color:#005393;
	}

/* INTRO SECTION COLLAPSIBLE */
#introSection{
	width:948px;
	height:26px;
	clear:both;
	font-size:0.85em;
	font-weight:400;
	text-transform:uppercase;
	padding:8px 0px 0px 10px;
	color:#6e80b9;
	}

.collapse-open {
	border:1px solid #e1e1e1;
	border-bottom:none;
	background-color:#fff;
	}

.collapse-open span.openClose{
	display:block;
	width:20px;
	height:20px;
	float:left;
	padding-left:10px;
	background:url(../img/collapsePlusMinus.png) left top no-repeat;
	}

.collapse-close {
	border:1px solid #e1e1e1;
	background-color:#f0f0f0;
	}

.collapse-close span.openClose{
	display:block;
	width:20px;
	height:20px;
	float:left;
	padding-left:10px;
	background: url(../img/collapsePlusMinus.png) left bottom no-repeat;
	}

/* CONTENT SPACE */
#section{
	width:960px;
	clear:both;
	}

#secondMenu{
	/*background-color:lightblue;*/
	width:280px;
	padding:20px 0px 20px 0px;
	float:right;
	color:#666;
	}
	
#secondMenu ul li{
	padding:15px 0px 18px 0px;
	/*border-bottom:1px solid #ccc;*/
	background:url(../img/bgGreyLines3px.gif) repeat-x bottom;
	font-size:0.9em;
	font-weight:300;
	text-transform:uppercase;
	}

#secondMenu ul li a{
	color:inherit;
	text-decoration:none;
	padding-left:10px
	}

#secondMenu ul li a.current{
	font-weight:400;
	}
	
#secondMenu ul li a:hover{
	text-decoration:underline;
	padding-left:0px;
	transition: padding 0.3s;
	}

#secondMenu img{
	margin:20px 0px;
	}

#secondMenu ul#subSecondMenu li{
	padding:15px 0px 18px 10px;
	/*border-bottom:1px solid #ccc;*/
	background:url(../img/bgGreyLines3px.gif) repeat-x bottom;
	font-size:0.8em;
	font-weight:300;
	text-transform:uppercase;
	}
	
#mainContent{
	/*background-color:lightgrey;*/
	width:640px;
	height:100%;
	margin:10px 0px 10px 0px;
	padding:20px 20px 0px 0px;
	float:left;
	font-size:0.92em;
	line-height:1.65em;
	}

#mainContent h2{
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:2.3em;
	line-height:1em;
	font-weight:300;
	}

#mainContent h3{
	text-transform:uppercase;
	margin-bottom:15px;
	font-size:1.8em;
	line-height:1em;
	font-weight:300;
	}
	
#mainContent h4{
	color:#444;
	margin:25px 0px 7px 0px;
	font-size:1.1em;
	line-height:1em;
	font-weight:600;
	}
#mainContent p.introContent{
	display:block;
	width:500px;
	font-size:1.1em;
	line-height:1.8em;
	color:#333;
	margin-bottom:2em;
	}
#mainContent p{
	color:#333;
	font-weight:300;
	text-align:justify;
	margin-bottom:1.2em;
	text-shadow: 1px 1px #fff;
	}
	
#mainContent .video{
	margin:0px auto 20px auto;
	}

#mainContent ul.contentList{
	/*background-color:pink;*/
	list-style-image:url(../img/arrowRight.gif);
	list-style-position:outside;
	margin-bottom:1.2em;
	}
	
#mainContent ul.contentList li{
	}
	
#mainContent #paginationBottom{
	float:right;
	margin:10px 0px 30px 0px;
	}

#mainContent #paginationBottom ul li{
	display:inline;
	margin:15px 3px 15px 0px;
	}

#mainContent #paginationBottom ul li a{
	display:inline;
	font-weight:400;
	color:#fff;
	background: url(../img/bgNumber.gif) no-repeat left top;
	padding:5px 12px 5px 11px;

	}

#mainContent #paginationBottom ul li a:hover{
	background: url(../img/bgNumber.gif) no-repeat left bottom;
	}

#mainContent #paginationBottom ul li a.now{
	background: url(../img/bgNumber.gif) no-repeat left bottom;
	}

#mainContent #paginationBottom ul li a.arrowTop{
	font-size:18px;
	line-height:0.5em;
	font-weight:400;
	color:#fff;
	background: url(../img/bgArrowTop.gif) no-repeat left top;
	padding:2px 13px 5px 10px;	}
	
#mainContent #paginationBottom ul li a.arrowTop:hover{
	background: url(../img/bgArrowTop.gif) no-repeat left bottom;
	}

#mainContent p sup{
	font-weight:600;
	letter-spacing:3px;
	}

/* ESTILOS SUELTOS PARA EL TEXTO */	

.colorMagenta{
	color:#CC0066;
	}
	
.colorOrange{
	color:#FF9900;
	}
	
.colorGreen{
	color:#88BA14;
	}
.colorYellow{
	color:#FBC028;
	}
	
.colorBlue{
	color:#005393;
	}

.colorGrey{
	color:#b3b3b3;
	}

.bgMagenta{
	background-color:#CC0066;
	}
	
.bgOrange{
	background-color:#FF9900;
	}
	
.bgGreen{
	background-color:#88BA14;
	}
.bgYellow{
	background-color:#FBC028;
	}
	
.bgBlue{
	background-color:#005393;
	}

.uppercase{
	text-transform:uppercase;
	}

.blockquote{
	/*background-color:Khaki;*/
	text-align:right;
	padding:30px 0px 30px 60px;
	}
.blockquote span{
	display:inline;
	font-size:1.05em;
	line-height:2.1em;
	color:#fff;
	font-weight:400;
	font-style:italic;
	padding:2px 10px;
	}
.blockquote span em{
	font-size:0.95em;
	font-weight:300;
	font-style:italic;
	}
.epigraph{
	font-weight:400;
	font-size:1em;
	line-height:1.2em;
	color:#000;
	display:block;
	width:620px;
	background:#fff;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding:10px;
	position:relative;
	bottom:45px;
	}

.floatLeft{
	margin:10px 10px 0px 0px;
	float:left;
	clear:right;
	}

.floatRight{
	margin:10px 0px 10px 0px;
	float:right;
	clear:left;
	}
	
.reduceTracking{
	letter-spacing:-0.02em;
	}

.increaseTracking{
	letter-spacing:0.02em;
	}
	
.fancybox > img{
	width:640px;
	}

.footnote{
	font-size:0.9em;
	}
	


/* FOOTER */
#footer{
	/*background:#fcfcfc url(../img/bgGreyLines.gif) repeat-x top;*/
	background:url(../img/bgGreyLines3px.gif) repeat-x top;
	/*width:960px;*/
	height:30px;
	clear:both;
	font-weight:400;
	font-size:0.85em;
	text-align:center;
	margin:30px 0px 10px 0px;
	padding:22px 0px 0px 0px;;
	/*position:fixed;
	bottom:0;*/
	color:#999;
	text-shadow:1px 1px #fff;
	}


#footer a{
	text-decoration:underline;
	}

/* SITEMAP */

.sitemapCol1{
	width:300px;
	float:left;
	}

.sitemapCol2{
	width:300px;
	float:right;
	}
	
.sitemapCol1 h3, .sitemapCol2 h3{
	font-size:1.6em;
	color:#666;
	}


.sitemapCol1 ul, .sitemapCol2 ul{
	margin-bottom:30px;
	/*padding-bottom:20px;
	border-bottom:1px dotted #474747;*/
}

.sitemapCol1 ul li ul, .sitemapCol2 ul li ul{
	margin-bottom:10px;
}

.sitemapCol1 ul li ul li, .sitemapCol2 ul li ul li{
	font-size:0.95em;
	margin-left:10px;
}

.sitemapCol1 a, .sitemapCol2 a{
	color:#474747;
	}

.sitemapCol1 a:hover, .sitemapCol2 a:hover{
	color:#005393;
	text-decoration:underline;
}

/* TABLA NUESTROS SOCIOS */

table.nuestrosSocios{
	margin-bottom:30px;
	font-size:0.8em;
	font-weight:400;
	line-height:1.15em;
	color:#005393;
	text-align:right;
	}
	
table.nuestrosSocios tr{
	height:90px;
}

table.nuestrosSocios tr td{
	width:320px;
	border-bottom:3px solid #005393;
	}
	
table.nuestrosSocios tr td.borderLineBBVAleft{
	background:url(../img/bgLineTopBBVAleft.png) no-repeat top;
	border-bottom: none;
	}

table.nuestrosSocios tr td.borderLineBBVAright{
	background:url(../img/bgLineTopBBVAright.png) no-repeat top;
	border-bottom:none;
	height:150px;
	}