/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet/Hoja de Estilos: Layout
 * Project/Projecto: Julio 2013 - Vik Muniz - Banco de la Republica - Colombia
 * Autor: Claudia Buitrago - claudia.buitrago@mottif.com
 *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
	1. Generales	
		1.1. Scroll	
		1.2. Logos	
	2. Header
	3. Footer
	4. Internas
		4.1. Entrevista
		4.2. Actividades
		4.3. Mas aca de la imagen
		4.4. Galeria
	5. Zoom
*/
/*1. Generales*/

html, body {
	background:#000000 0 0 repeat;
	color:#FFFFFF;
	font-family: 'Raleway', sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color:#FFFFFF;	
	font-family: 'Raleway', sans-serif;
	text-decoration:none;
}
em {
	font-style:italic;
}
.container {
	margin:0 auto;
	width:960px;
}
.replaced_txt {
	display:block;
	text-indent: -999999em;
}
.clear_float {
	clear:both;
}
input[type=button], input[type=submit] {
	cursor:hand;
	cursor:pointer;
}
hr {
	border: 0 none;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin:0;
	margin-bottom: 10px;
	text-align:left;
}
.contenido_gral {
	padding:20px;
}
.contenido_gral p {
	color:#FFFFFF;
	font-size:1.3em;
	line-height: 1.5em;
	padding-bottom:25px;
}
.contenido_gral p.pregunta {
	font-weight:700;
	padding:10px 0 5px 0;
}
.contenido_gral p.pregunta.item_1 {
	padding:0 0 5px 0;
}
.contenido_gral hgroup h1 {
	font-size: 4.5em;
	font-weight: 900;
	line-height: 1em;
	text-transform:uppercase;
}
.contenido_gral hgroup h2 {
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.2em;
}
.contenido_gral hgroup h3 {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.2em;
}
.contenido_gral ul {
	list-style-position:inside;
}
.contenido_gral ul li, .contenido_gral ol li {
	font-size: 1.3em;
	font-weight: 300;
	padding-bottom: 3px;
}
.contenido_gral ul li ul, .contenido_gral ol li ol, .contenido_gral ul li ol, .contenido_gral ol li ul {
	padding: 3px 0 0 15px;
}
.contenido_gral ol {
	padding-bottom:15px;
}
.contenido_gral ol li {
	list-style-position:inside;
}
.contenido_gral blockquote {
	font-size:1.2em;
	padding-bottom:20px;
	width:500px;
}
.contenido_gral p a {
	font-weight:700;
}
/*1.1 Scroll*/
.jspContainer {
	/* height: calc(100vh - 280px);
	margin: 14px 0; */
	overflow: hidden;
	position: relative;
	
}
.jspPane {
	overflow: hidden;
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #777575;
	position: relative;
	
}
.jspDrag {
	background: #A9A8A8;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100vh;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/*1.2. Logos*/
.fondo_log .logos{
	background:url(../images/misc/logos.png) 0 0 no-repeat;
	bottom: 150px;
	height:473px;
	position: absolute;
	right: 10px;
	width:109px;
}
.fondo_log .lado_logos{
	background:url(../images/misc/bg_logos.png) 0 0 repeat-y;
	bottom: 0;
	height:100%;
	position: absolute;
right: 0;

	width:211px;
}

/*2. Header*/
header {
	height:115px;
	width:100%;
}
header .container{
	position:relative;
}
header .fondo_total{
	background:url(../images/misc/bg_header.jpg) top center no-repeat;
	height:115px;
	position:absolute;
	width:100%;
}
header .fondos{
	position:absolute;
	width: 100%;
}
header .left_bg{
	background:url(../images/misc/bg_header_left.jpg) 0 0 repeat-x;
	float:left;
	height:115px;
	width:50%;
}
header .right_bg{
	background:url(../images/misc/bg_header_right.jpg) 0 0 repeat-x;
	float:right;
	height:115px;
	width:50%;
}
header h1{	
	height:64px;
	margin:0 auto;
	padding-top:15px;
	width:284px;
}
header h1 a {
	background:url(../images/misc/vik-muniz.png) 0 0 no-repeat;
	height:64px;
	width:284px;
}
header h2{
	position: absolute;
	right: 0;
	top: 13px;
}
header h2 a{
	background:url(../images/misc/banco-de-la-republica.png) 0 0 no-repeat;
	height:70px;
	width:70px;
}
header h3{
	color:#666666;
	font-size:1.2em;
	position: absolute;
	right: 85px;
	top: 40px;
}
header nav{
	padding-top:13px;
	text-align: center;
}
header nav ul{
	list-style: none;
}
header nav li{
	display: inline-block;
	
	margin-right:10px;
}
header nav li a{
	color:#888888;
	font-size: 1.1em;
	font-weight:900;
	padding-left:13px;
}
header nav li a:hover, header nav li a.active{
	color:#333333;
	background: url(../images/misc/bullet_menu.png) 0px 2px no-repeat;
}
/*3. Footer*/
footer{
	background:url(../images/misc/bg_footer.png) repeat;
	bottom:0;
	padding:7px 0;
	position:fixed;
	width:100%;
	z-index: 1;
}
footer ul{
	text-align:center;
}
footer li{
	border-left:1px solid #FFFFFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 300;
	padding:0 3px;
}
footer li:first-child{
	border-left:0 none;
}
footer li strong{
	color:#FFFFFF;
}

.scroleroMax{

	height: 50vh;
	overflow: auto;
}

/*4. Internas*/
.interna section{
	margin-top:25px;
	
}
.interna section article{
	background:url(../images/misc/bg_article.png) 0 0 repeat;
	height: auto;
	max-height: calc(100vh - 180px);
	left:50%;
	margin-left:-390px;
	position:absolute;
	width:780px;
	z-index: 1;
}
.interna section nav.breadcrumb{
	background:url(../images/misc/bg_bread.png) 0 0 repeat;
	padding:12px 20px;
}
.interna section nav.breadcrumb{
	overflow:hidden;
}
.interna section nav.breadcrumb li{
	border-left:1px solid #FFFFFF;
	float:left;
	font-size:1em;
	padding:0 5px;
}
.interna section nav.breadcrumb li:first-child{
	border-left:0 none;
}
.interna section hgroup{
	border-bottom:1px solid #80827D;
	margin-bottom:25px;
	padding-bottom:25px;
}
.interna section .cerrar{
	background: url(../images/misc/assets.png) -16px -97px no-repeat;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 17px;
}
.interna section .cerrar:hover{
	background-position:-43px -97px;
}
.interna .scroll-pane{
	overflow: auto;
	height: auto;
	max-height: calc(100vh - 350px);
	margin-left:48px;
	width: 673px;
}
.interna .submenu{
	margin-left:25px;
}
.interna .submenu h4{
	font-size:1.1em;
	font-weight:700;
	margin-bottom:14px;
}
.interna .submenu li{
	padding-bottom:16px;
}
.interna .submenu li a{
	color:#DDDDDD;
	background:url(../images/misc/bullet_submenu.png) 0 0 no-repeat;
	display: block;
	font-size:1.1em;
	font-weight:300;
	padding-left:10px;
}
.interna .submenu li a:hover, .interna .submenu li a.active{
	color:#FFFFFF;
}
.interna .submenu .jspVerticalBar{
	right: 10px;
}
/*4.1. Entrevista*/
.entrevista section p{
	padding:0 0 20px 20px;
}
/*4.2. Actividades*/
.actividades section h4{
	font-size: 2em;
	font-weight: 800;
	line-height: 1em;
}
.actividades section .contenido_gral span{
	color:#C0BDB8;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 3px;
}
.actividades section h2 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5em;
}
.actividades section h2 a:hover{
	text-decoration:underline;
}
.actividades section h5 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom:3px;
}
.actividades section .contenido_gral hr{
	border-top: 1px solid #CCCCCC;
	margin-bottom:20px;
	text-align:left;
	width:40px;
}
.actividades section .contenido_gral p{
	padding:3px 0 20px 0;
}
.actividades section .contenido_gral ul{
	padding-top: 10px;
}
.actividades section .contenido_gral ul a:hover{
	text-decoration:underline;
}
/*4.3. Mas aca de la imagen*/
.mas_aca section article {
	height: auto;
	max-height: calc(100vh - 200px);	
	margin-left:-440px;
	width:880px;
	/* top: calc(50vh - 240px); */
}
.mas_aca .scroll-pane{
	height:490px;
}
.mas_aca .scroll-pane.submenu{
	float:left;
	width:150px;
}
.mas_aca .contenido_gral{
	float:left;
	margin-left:0;
	width:660px;
}
.mas_aca .contenido_gral .jspPane{
	padding:10px 15px 20px 10px!important;
}
.mas_aca .contenido_gral .jspVerticalBar{
	right: 17px;
}
.mas_aca .contenido_gral .lista li{
	display: inline-block;
	margin:0 9px 20px 9px;
	vertical-align: top;
	width:140px;
}
.mas_aca .contenido_gral .lista li.item_1{
	margin-left:0;
}
.mas_aca .contenido_gral .lista .container_img{
	display: block;
	margin-bottom:5px;
}
.mas_aca .contenido_gral .lista .txt_link{
	font-size:1m;
	font-weight:700;
	text-transform:uppercase;
}
/*4. Galeria*/
.galeria .contenido_gral .jspPane {
	padding: 5px 15px 20px 10px!important;
}
.galeria .contenido_gral.scroll-pane{
	height:366px;
	position:absolute;
	right:0;
	width:300px;
}
.galeria .contenido_gral hgroup{
	border-bottom:0 none;
	margin-bottom:20px;
	padding-bottom:0;
}
.galeria .contenido_gral h1 {
	font-size:2em;
	letter-spacing: 0.05em;
	padding-bottom:10px;
}
.galeria .contenido_gral h3 {
	color:#DDDDDD;
	font-weight:600;
}
.galeria #carousel{
	float:left;
	margin-top:20px;
	width:688px;
}
.galeria #carousel li{
	display: inline-block;
	height: 65px;	
	margin:0 5px;	
	width: 65px;
}
.galeria #carousel a{
	display: table-cell;
	background: #000000;
	height: 65px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 65px;
}
.galeria #carousel a img{
	display: block;
	margin: 0 auto;
	max-height: 65px;
	max-width: 65px;
	position: relative;
}
.galeria #slider{
	
	float:left;
	height:360px;
	width:360px;
}
.interna.galeria section nav.breadcrumb{
	margin-bottom:10px;
}
/*5. Zoom*/
#contenedor_zoom{
	background:url(../images/misc/bg_article.png) 0 0 repeat;
	display:none;
	height: 35px;
	right: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 120px;
	z-index: 11000;
}
#contenedor_zoom #frame_zoom{
	border: 0 none;
	height: 100%;
	width: 100%;
}
#contenedor_zoom .regresar{
	background: url(../images/misc/assets.png) -134px -46px no-repeat;
	display:block;
	height:30px;
	right:0;
	position:absolute;
	top:0;
	width:111px;
	z-index:12000;
}
#contenedor_zoom .regresar:hover{
	background-position:-134px -7px;
}