/* imports */
 @import 'https://fonts.googleapis.com/css?family=Noto+Sans';
 @import 'https://fonts.googleapis.com/css?family=Lora';

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* global */

body {
  background-color: #fff;
  color: #010203;
  font-family: 'Lora';
  font-size: 18px;
  line-height: 1.4;
  padding: 0px;
  margin: 0px;
}
.wrapper {
  margin: 0 auto;
  padding: 0px;
  max-width: 95%;
  background-color: #fff;
}

h1 {
  font-family: 'Noto Sans';
  font-size: 1.5em;
  margin-top: 40px;  
  margin-bottom: 40px;
  color: #000;
}

h2 {
clear:both;
  font-family: 'Noto Sans';
  font-size: 1em;  
  font-weight: 700;
  color: #000;
  padding-top: 20px;
}

h3 {
  font-family: 'Noto Sans';
  font-size: 0.8em;  
  font-weight: 700;
  color: #000;
  padding-top: 20px;
}

/* layout */
.container {

}
.primary {
  margin-bottom: 20px;
}


		@media all and ( min-width: 800px ) {
		
		  .container {
			padding-right: 200px;
		  }
		  .primary {
			float: inherit;
			/*padding-right: 60px;*/
			width: 100%;
			padding-left: 20%;
			max-width: 95%;
		  }
		  .secondary {
			float: right;
			margin-right: -200px;
			width: 200px;
			padding-top: 60px;
		  }
		  img {
    max-width: 100%;
	padding-top:20px;
}

		
		}

.heading {
	background-color:#1E6292;
	 width: 100%;
	 padding: 10px;
	 padding-left: 30px;
}


p {
	font-size: 0.8em; 
	/*line-height: 120%;*/
	/*letter-spacing: 0.2px;*/
	text-align:justify;
}

a:link {
    color: #339999;
    text-decoration: none;


}
a:visited {
        text-decoration: none;
		color: #007AB2;

}
a:hover {
		text-decoration: none;
		color: #009DE5;

}

#abstract{
clear:both;
text-align: left;
width:100%;
height:auto;
padding-bottom:20px;
}

#izquierda{
width:45%;
float: left;
}

#derecha{

width:45%;
float: right;
}

#conclusion{
	padding:0 30px 20px 30px;
	border-bottom-color: #010203;
    border-style: solid;
}


img {
    max-width: 90%;
	margin-left:5%;
	padding-top:20px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p.copyright {
	font-size: 12px;
}

.copyright {
	font-size: 14px;
	padding-top: 10px;	
	padding-bottom: 30px;
}

.figure p{
	font-size: 0.8em;
	width:80%;
	padding-left:10%
}

p.sources {
	font-size: 16px;
	padding-bottom: 20px;
}
table {
	font-size: 0.8em;
}

/*li {
padding-bottom: 20px;
}*/
#bibliografia{
margin-bottom:20px;

}
#bibliografia ul li{
	list-style:decimal;
	color:#010203;
	font-size:0.9em;
	line-height:1;
}
#bibliografia ul li p{
	margin-bottom:0;
}

/* CSS Document */

