@charset "utf-8";

#wrapper{
	width:100%;
	position:fixed;
	margin-top:-3%;
	z-index:3;
}

#wrapper1{
	width:100%;
	position:fixed;
	margin-top:-305px;
	z-index:1;
}

titulo {
	max-width:12%;
}

h1 {
	font-family:cordia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:4.5vw;
	margin:10px 0px 0px 20px;
	height:0px;		
	letter-spacing:-4px;
	word-spacing:20px;
}

h2 {
	font-family:cordia, Gotham, "Helvetica Neue thin", Helvetica, Arial, sans-serif;
	font-size:2vw;
	margin-left:-23%;
	height:100px;
	bottom:0px;
	position:relative;
}

h3 {
	font-family:cordia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
}

#ficha {
	font-family:"cordia", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	margin: 0px 0px 200px 45px;
	letter-spacing:0px;
	word-spacing:2px;
	line-height:20px;
	color:#0d0d0d;
	text-indent:-40px;
}

@font-face {
    font-family: 'cordia';
    src: url('../../fonts/cordia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cordiab';
    src: url('../../fonts/cordiab.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

contact {
	text-align:right;
	float:right;
	margin-right:2.8%;
	margin-top:2.6%;
	font-family:cordiab, Gotham, "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
	font-size: 1.1vw;
	list-style:none;
	line-height:1;
	color: #7F7F7F;
}
	
#mosaico {
	height:240px;
	bottom: 0px;
	z-index:2;
	position:relative;
}

#sidebar {
	margin-top:-5.7%;
	width:22%;
	float:left;
	margin-left:1.8%;
}

#ind1 {
	font-family:cordia, Gotham, "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
	font-size:1.2vw;
	list-style:none;
	height:10%;	
	line-height:1;
	margin-top:0;
	margin-left:5%;
	color:#7F7F7F;
	z-index:0;
	position:relative;
	padding:0px;
}
#ind2 {
	font-family:cordiab, Gotham, "Helvetica Neue Medium", Helvetica, Arial, sans-serif;
	max-width:90%;
	font-size:1vw;
	color:#777777;
	list-style:none;
	line-height:.8;
	margin-left:-10px;
	text-indent:-20px;
}

li {
	margin-top:3%;
	margin-bottom:3%;
}
[id^="togList1"],                        /* HIDE CHECKBOX */
[id^="togList1"] ~ .list,                /* HIDE LIST */
[id^="togList1"] + label  span + span,   /* HIDE "Collapse" */
[id^="togList1"]:checked + label span{   /* HIDE "Expand" (IF CHECKED) */
  display:none;
}
[id^="togList1"]:checked + label span + span{
  display:inline-block;                 /* SHOW "Expand" (IF CHECKED) */
}
[id^="togList1"]:checked ~ .list{
  display:block;                        /* SHOW LIST (IF CHECKED) */
}


[id^="togList2"],                        /* HIDE CHECKBOX */
[id^="togList2"] ~ .list,                /* HIDE LIST */
[id^="togList2"] + label  span + span,   /* HIDE "Collapse" */
[id^="togList2"]:checked + label span{   /* HIDE "Expand" (IF CHECKED) */
  display:none;
}
[id^="togList2"]:checked + label span + span{
  display:inline-block;                 /* SHOW "Expand" (IF CHECKED) */
}
[id^="togList2"]:checked ~ .list{
  display:block;                        /* SHOW LIST (IF CHECKED) */
}


[id^="togList3"],                        /* HIDE CHECKBOX */
[id^="togList3"] ~ .list,                /* HIDE LIST */
[id^="togList3"] + label  span + span,   /* HIDE "Collapse" */
[id^="togList3"]:checked + label span{   /* HIDE "Expand" (IF CHECKED) */
  display:none;
}
[id^="togList3"]:checked + label span + span{
  display:inline-block;                 /* SHOW "Expand" (IF CHECKED) */
}
[id^="togList3"]:checked ~ .list{
  display:block;                        /* SHOW LIST (IF CHECKED) */
}
#imag {
	float:right;
	height:auto;
	margin-right:150px;
	margin-top:150px;
}
#mem {
	float:right;
	text-align:center;
	clear:both;
	margin:250px 30% 0px 0px;
	width:400px;
}
#ulft {
	list-style:none;
	position:fixed;
	bottom: 0px;
}
footer{
	clear:both;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position:absolute;
	bottom: 0px;
}