@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

@font-face {
    font-family: 'swissb';
    src: url('../fonts/Helvetica.eot?') format('eot'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #9c3; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #99cc00; 
	opacity: .5;
}

/** limpiador */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
}
html {
	font-size: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

	overflow: auto;
}
video, audio {
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
img{
	border:0;
	/* display:block; */
}
ul, ol{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}

/* MAQUETACION */

#contenedor{
	width: 100%;
	margin: 0 auto;
}
.cabecera_superior{
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
    background: #444;
    color: #666;
    font-size: 11px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.cabecera_superior ul{
	float: right;
	border-right: solid 4px #9c3;
}
.cabecera_superior li{
	display: inline-block;
	padding-right: 15px;
}
.cabecera_superior li a{
	color: #aaa;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}
.cabecera_superior li a:hover{
	color: #ccc;
}

/* CUERPO */
.cuerpo{
	width: 960px;
	margin: 0 auto;
}
#home .cuerpo{
	position: fixed;
	height: 100%;
	margin: 0 auto;
/* 	background-image: url(../img/homeCorpFondo.jpg);
 */	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 24px;
	background-size: cover;
	top:0;
	left: 0;
	right: 0;
}
.cuerpo .interno{
	display: table;
	margin: 0 auto;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.contenido{
	display: table-cell!important;
	vertical-align: middle;
    visibility: visible;
}
.wrapper{
	width: 250px;
	text-align: center;
}
.logo{

}
.logo a{
	font-size: 27px;
	color: #333;
	font-family: 'swissb', sans-serif;
	font-weight: bold;
}
.logo a:before{
	content: "";
	display: inline-block;
    height: 52px;
    width: 25px;
	vertical-align: top;
	background-image: url(../img/logoFInversionistas.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.logo a span{
	vertical-align: sub;
}

.lista{
	width: 100%;
	margin: 50px 0 0 0;
}
	.lista li a{
		display: block;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		padding: 26px 0;
		background-image: url(../img/lineaDeg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	.lista li a:hover{
		color: #99cc00;
	}


/*** INTERNAS ***/

.cabecera_inferior{
	width: 100%;
}
	.cabecera_inferior:after{
		content: "";
		display: block;
		width: 100%;
		height: 12px;
		background-image: url(../img/borde.jpg);
		background-repeat: repeat-x;
		background-position: center bottom;
	}
	.cabecera_inferior .interno{
		width: 960px;
		margin: 0 auto;
		height: 100px;
		line-height: 100px;
	}
	.logo-interno{
		float: left;
	}
	.logo-interno a{
		display: inline-block;
		vertical-align: middle;
	}
	.menu{
		float: right;
	}
	.menu li{
		display: inline-block;
		margin-right: 25px;
	}
	.menu li:last-child{
		margin-right: 0px;
	}
	.menu li a{
		color: #99cc00;
		font-size: 18px;
		font-family: 'Lato', sans-serif;
	}


.lista-interno{
	width: 960px;
	margin: 0 auto;
	margin-top: 63px;
	padding: 10px 32px 40px 50px;
	box-shadow: 0 4px 15px -4px grey;
	box-sizing: border-box;
}
	.lista-interno h2{
		font-size: 22px;
		color: #333;
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
	}
	.lista-interno h2 span{
		font-weight: lighter;
	}
	.accordeon{
		padding-top: 22px;
	}
	.accordeon li a[href="javascript:;"]{
		font-weight: 400;
	}
	.accordeon li a[href="javascript:;"]:after{
		bottom: 0;
		content: '^';
		font-size: 20px;
		height: 11px;
		left: auto;
		line-height: 0;
		padding-top: 3px;
		position: absolute;
		right: 14px;
		text-align: center;
		top: 50%;
		margin-top: -14px;
		width: 6px;

		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);	
	}
	.accordeon li a{
		display: block;
		padding:12px 0 15px 0;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		border-bottom: 1px solid #eee;
		position: relative;
		word-wrap: break-word;
	}
	.accordeon li a:active{
		color: #99cc00;
	}
	.accordeon li a:hover{
		color: #99cc00;
	}
	.accordeon li a span{
		margin: 0 15px 0 0;
	}
	.accordeon > li li a{
		font-size: 13px;
	}
	.accordeon .hijo{
		width: 90%;
		margin: 0 auto;
		padding: 12px 0;
		display: none;
		opacity: 0;

		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;		
	}
	.accordeon li.active .hijo{
		opacity: 1;

		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;			
	}
	.accordeon .hijo a.downloadLink{
		background-image: url(../img/iconoBajar.png);
    	background-position: center right;
    	background-repeat: no-repeat;
	}
	.accordeon li.active > a{
		color: #99cc00;
	}
	.accordeon li.active > a:after{
		margin: 0 6px 0 0;
		color: #99cc00;

		-ms-transition: color .5s;
		-o-transition: color .5s;
		-moz-transition: color .5s;
		-webkit-transition: color .5s;
		transition: color .5s;

		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);

		-webkit-animation: fp_opacidad 1s both;
		-moz-animation: fp_opacidad 1s both;
		-ms-animation: fp_opacidad 1s both;
		-o-animation: fp_opacidad 1s both;
		animation: fp_opacidad 1s both;
	}



/*** RESPONSIVE ***/
@media only screen and (max-width: 1000px){
	/* INICIO */
	.cabecera_superior ul{
		display: none;
	}
	.cuerpo{
		width: 100%;
	}
	.wrapper{
		width: 100%;
	}

	/* INTERNAS */
	.lista-interno{
		width: 94%;
		margin:0 auto;
    margin-bottom: 40px;
		margin-top: 50px;
	}
}

/*** RESPONSIVE ***/
@media only screen and (max-width: 970px){
	/* INTERNAS */
	.cabecera_inferior .interno{
		width: 90%;
	}
}

@media only screen and (max-width: 768px){
	.cabecera_inferior .interno{
		line-height: normal;
		height: auto;
	    text-align: center;
	    padding: 20px 0;
	}
	.menu{
		float: none;
		width: 100%;
		position: relative;
		padding-top: 25px;
	}
	.menu ul{
		width: 100%;
		line-height: normal;
	}
	.menu li{
		display: block;
		margin-right: 0;
		text-align: center;
	}
	.menu li a{
		display: block;
		color: #99cc00;
		font-family: 'Lato', sans-serif;
		padding: 6px 0;
	}
	.wrapper {
    	width: 58%;
	}

	.logo-interno{
		float: none;
		text-align: center;
	}

}
@media only screen and (max-width: 568px){
	.lista-interno h2{
		text-align: center;
	}
	.lista-interno li a{
		padding-right: 20px !important;
		box-sizing: border-box;
	}
	#home .cuerpo{
		background: none;
    }
    .col-6s{
        width:140px;
    }
    .col-5s{
        width:180px;
    }
    .col-4s{
        width: 200px;
    }

}
@media only screen and (max-width: 480px){
	.wrapper {
    	width: 100%;
	}
	.lista-interno h2 span{
		display: block;
		widows: 100%;
		text-align: center;
	}
	.lista-interno {
	    padding: 10px 8% 40px 8%;
	}
}


/* ANIMACIONES */

@keyframes fp_opacidad{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}