* {
	padding: 0;
	margin: 0;
}
html {
	font-size: 0.625em;
}
body {
	font-size: 1.6rem;
	font-family: 'Open Sans', san-serif;
	overflow-X: hidden;
}
html {
	min-height: 100%;
	position: relative;
}
body {
/* margin-bottom:120px;altura del footer*/


}
footer {
/*position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:120px;margin del body*/
}
/**********HEADER**************
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 150px;
	height: 80px;
	background: #000;
}
#logo a {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
*/
#popupInfo {
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 5;
	background-color: #fbfbfb;
	border: 1px solid #dedede;
	box-sizing: border-box;
	padding: 10px;
	width: 150px !important;
	height: auto !important;
}
#popupInfoText {
	font-size: 1.4rem;
	display: block;
}
#popupInfoText h2 {
	font-size: 2.2rem;
	border-bottom: 1px solid #555;
	display: inline-block;
	line-height: 1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
}
#popupInfoText ul {
	list-style: none;
}
/*  #closeButton
  {
      position: absolute;
      width: 32px;
      height: 32px;
      background: transparent url(gris.png) no-repeat 50% 50%;
      right: 5px;
      top: 5px;
  }
  #closeButton:hover
  {
      background: url(aspa.png) no-repeat 50% 50%;
      z-index: 99;
  }
 */
.navbar-inner {
	position: relative;
	z-index: 5555;
}
.navbar-inner:before {
	content: "";
	display: block;
	width: 200%;
	height: 35px;
	background: #000;
	position: absolute;
	z-index: -222;
}
#mapasvg {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0;
	overflow: visible;
	min-height: 300px;
}
#mapasvg svg {
	display: block;
	overflow: visible;
	margin: 0 auto;
	min-height: 300px;
}
path:hover {
	opacity: 0.5
}
#menu {
	font-size: 0;
	list-style: none;
	/* text-align: center; */
	max-width: 1100px;
	margin: 0 auto 40px;
}
#menu li {
	font-size: 1.4rem;
	color: #fff;
	background: #bbb;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
/*#menu li:hover{
	color:#fff;
	background:#b90021;
}
#menu li.activo{
	color:#fff;
	background:#b90021;
}*/
#menu li:nth-of-type(1) {
	background: #e09da1;
}
#menu li:nth-of-type(2) {
	background: #c7e4ef;
}
#menu li:nth-of-type(1).activo {
	color: #fff;
	background: #b90021;
}
#menu li:nth-of-type(2).activo {
	color: #fff;
	background: #59acc9;
}
#menu li:nth-of-type(1):hover {
	color: #fff;
	background: #b90021;
}
#menu li:nth-of-type(2):hover {
	color: #fff;
	background: #59acc9;
}
header .cabecera {
	padding: 50px 8px;
	box-sizing: border-box;
}

header .cabecera h1 {
    font-size: 3.9rem;
    max-width: 400px;
    line-height: 1.1em;
}
header .cabecera h1:before {
	content:"";
	background:#b90021;
    width: 40%;
	height:6px;
	display: block;
}

/**********CONTENIDO**************/
#contenido {
	padding: 10px;
	padding-top: 0;
	box-sizing: border-box;
}
#contenido section {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	min-height: 300px;
}
#contenido img {
	width: 100%;
	height: auto;
	max-width: 915px;
	display: block;
	margin: 0 auto;
}
#porcentaje {
	font-size: 0;
	list-style: none;
	margin-bottom: 30px;
}
#porcentaje li {
	display: inline-block;
	width: 16px;
	height: 30px;
	font-size: 1.1rem;
	vertical-align: middle;
}
#porcentaje li:first-of-type {
	text-align: right;
}
#porcentaje li:nth-of-type(1), #porcentaje li:nth-of-type(7) {
	width: 92px;
	padding: 0 5px;
	line-height: 30px;
}
#porcentaje li:nth-of-type(2) {
	background: #b61118;
}
#porcentaje li:nth-of-type(3) {
	background: #c24e38;
}
#porcentaje li:nth-of-type(4) {
	background: #cf7d61;
}
#porcentaje li:nth-of-type(5) {
	background: #dfaa92;
}
#porcentaje li:nth-of-type(6) {
	background: #efd6c7;
}
#tablapaises {
	width: 100%
}
#tablapaises, #tablapaises th, #tablapaises td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 10px;
	box-sizing: border-box;
}
#tablapaises th {
	background: #ccc;
	border: 1px solid #ccc;
}
#tablapaises tr td:first-of-type {
	font-weight: 700;
	text-align: left;
}
#tablapaises tr td {
	text-align: center;
}

.texto {
    padding: 20px 0;
    box-sizing: border-box;
}
.texto .escritor {
    border-bottom: 1px solid #888;
    display: block;
    text-transform: uppercase;
    color: #666;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.texto h2 {
    font-size: 2.6rem;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.texto h3 {
    color: #666;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3em;
    margin-bottom: 50px;
}
.texto p {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.6em;
}





/******AUTOR*********/


#autor {
	border-top: 1px solid #ddd;
	text-align: center;
	max-width: 1500px;
	margin: 15px auto;
	font-size: 1.3rem;
	color: #666;
}
#autor li {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
}
/**********SOCIAL********/

/****ANUNCIO*****/
#robapaginas_2 {
	display: block;
	margin: 50px auto;
	text-align: center;
}
/******************/
#social {
	text-align: center;
	padding: 40px 0;
}
#social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 2rem;
}
#social a {
	color: #000;
	text-decoration: none;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 10px;
	display: block;
	line-height: 25px;
	height: 25px;
}
#social span {
	display: none;
}
#social .icon-facebook {
	color: #3b5998;
	border-color: #3b5998;
}
#social .icon-facebook:hover {
	color: #fff;
	background: #3b5998;
}
#social .icon-twitter {
	color: #55acee;
	border-color: #55acee;
}
#social .icon-twitter:hover {
	color: #fff;
	background: #55acee;
}
#social .icon-gplus {
	color: #dd4b39;
	border-color: #dd4b39;
}
#social .icon-gplus:hover {
	color: #fff;
	background: #dd4b39;
}
#social .icon-whatsapp {
	color: #4dc247;
	border-color: #4dc247;
}
#social .icon-whatsapp:hover {
	color: #fff;
	background: #4dc247;
}
/****FOOTER****/
.pie-row {
	/*overflow:hidden;*/
	position: relative;
}
.pie-row:after {
	clear: both;
	display: block !important;
	content: " ";
	width: 210%;
	height: 120px;
	background: white;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	top: -40px;
}
article footer:before {
	content: "";
	display: none;
}
/****FOOTER****/
.pie-container {
	padding: 0 0 10px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.pie-container .pie-row {
	max-width: 1000px;
	margin: 500px auto 20px !important;
	padding: 0 20px !important;
}

@media screen and (min-width:750px) {
#popupInfoText {
	font-size: 1.6rem;
}
#popupInfo {
	width: 300px !important;
}
.navbar-inner:before {
	content: none;
}
header .cabecera h1 {
    font-size: 5rem;
}
.texto div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
}
.texto div:first-of-type {
    padding: 0;
	padding-right:20px;
}
.texto h2 {
    font-size: 4rem;
	padding-right: 40px;
}
.texto h3 {
    font-size: 2.8rem;
}
}

@media screen and (min-width:960px) {
#logo {
	left: 50px;
}
header .cabecera {
	padding-top: 100px;
	max-width: 1100px;
	margin: 0 auto;
}
#contenido {
	padding: 50px;
	padding-top: 0;
	box-sizing: border-box;
}
#porcentaje {
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: -80px;
}
#porcentaje li {
	width: 50px;
	font-size: 1.4rem;
}
#porcentaje li:first-of-type, #porcentaje li:last-of-type {
	width: 60px;
	font-size: 1.2rem;
	line-height: 1.1em;
}
#porcentaje li:first-of-type {
	text-align: right;
}
}