@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,400,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,900);

body {
	font-family: 'Open Sans', sans-serif;
	background: #ECECEC;
    margin: 0;
    padding: 0;
}
li {
	list-style: none;
}
/*HEADER*/
#header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	background: #fff;
	box-shadow: 0px 1px 2px #a9a9a9;
	z-index: 100;
}
#logo {
	position: absolute;
}
#logo a {
	float: left;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 15px;
	background: url(svg/ln.svg) no-repeat center center;
	background-size: contain;
}
#share {
	position: absolute;
	right: 15px;
}
#share li {
	float: left;
}
#share li a {
	width: 23px;
	height: 23px;
	display: block;
	margin-left: 15px;
    opacity: 1;
	transition: opacity 0.5s ease 0s;
}
#share li a:hover {
    opacity: 0.5;
}
#share li.facebook a {
	background: url(svg/facebook.svg) no-repeat center center;
	background-size: contain;
}
#share li.twitter a {
	background: url(svg/twitter.svg) no-repeat center center;
	background-size: contain;
}
#share li.google a {
	background: url(svg/google.svg) no-repeat center center;
	background-size: contain;
}
/*FOOTER*/
#footer .main {
	padding: 20px 0 20px 0;
}
#footer .main p {
	color: #969696;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing: 1px;
    font-weight: 600;
}
#footer .main p strong {
	color: #6b6b6b;
}
#content{
    text-align: center;
    padding: 10px;
}
/*********************** PLANTILLA ***********************/
a{
    text-decoration: none;
}
#content #sector1{
    padding: 90px 10px 0 10px;
}
#content #sector1 h1{
    font-family: 'Playfair Dsiplay', serif;
    color: #25b6e8;
    font-weight: 900;
    font-style: italic;
    font-size: 59px;
    letter-spacing: -4px;
    margin: 0;
}
#content #sector1 h2{
    font-family: 'Playfair Dsiplay', serif;
    color: #363636;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    margin: 0;
}
#content #sector1 p{
    color: #8d8d8d;
    font-size: 14px;
    font-family: 'Georgia', serif;
    margin: 10px auto 25px auto;
}
#content #sector1 p span{
    font-style: italic;
    font-weight: 100;
    color: #515151;
    font-size: 12px;
}
#content #sector1 #continue{
    text-align: center;
    vertical-align: middle;
    margin: 10px auto 0 auto;
    width: 122px;
    height: 122px;
    background-image: url(svg/images/continue.png);
    background-repeat: no-repeat;
    padding-top: 26px;
}
#content #sector1 #continue h3{
    font-weight: 400;
    color: #8D8D8D;
    font-size: 17px;
    font-style: italic;
}
#content .titulos{
    max-width: 280px;
    margin: 80px auto 10px auto;
}
#content .titulos h1{
    font-family: 'Playfair Dsiplay', serif;
    color: #000;
    line-height: 21px;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}
#content .nota{
    color: #a8a8a8;
    font-size: 12px;
    font-family: 'Georgia', serif;
    margin: 20px auto;
}
#content .titulos p{
    color: #8d8d8d;
    font-size: 13px;
    font-family: 'Georgia', serif;
    margin: 20px 0;
}
#content .graficos{
    width: 300px;
    margin: 0 auto;
    color: #ea3492;
}
#content #areas{
    margin: 30px 0;
    width: 100%;
    text-align: center;
}
#content #areas .graphic_compare{
    display: inline-block;
    width: 300px;
    height: 450px;
    margin: 0 auto;
}
#content .button-labels{
    width: 100%;
    margin: 0 auto;
}
#content .button-labels .btn{
    display: inline-block;
}
#content .button-labels .btn label { 
    display: inline-block;
    padding: 3px 10px;
    margin: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
}
#content .button-labels .btn label:hover{
    cursor: pointer;
    opacity: 0.8;
}
#content .button-labels .btn #LABEL01{
    background-color: #40c0bd;
}
#content .button-labels .btn #LABEL02{
    background-color: #9574b4;
}
#content .button-labels .btn #LABEL03{
    background-color: #ffd95e;
}
#content .button-labels .btn #LABEL04{
    background-color: #429f9a;
}
#content .button-labels .btn #LABEL05{
    background-color: #077dba;
}
#content .button-labels .btn #LABEL06{
    background-color: #ab775d;
}
#content .button-labels .btn #LABEL07{
    background-color: #ed3293;
}
#content .button-labels .btn #LABEL08{
    background-color: #23bae3;
}