

body{
margin:0;
padding:0;
line-height: 1.5em;
background: #FFFFFF;
font-size: 18px;
font-weight: 500;
color:#000;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
padding-top: 25px;
width: 100%;
background: #FFFFFF;
font-size: 16px;
font-weight: 500;
line-height: 1.5em;
color:#000;
}

#contentcolumn{
margin-right: 480px; /*Set right margin to RightColumnWidth*/
margin-left:100px;
line-height: 1.5em;
font-size: 18px;
font-weight: 500;
-moz-osx-font-smoothing: grayscale;
color: #222;
font-family: Georgia,Times New Roman,Times,serif;
}

#rightcolumn{
float: left;
padding-top: 25px;
width: 400px; /*Width of right column in pixels*/
margin-left: -460px; /*Set left margin to -(RightColumnWidth) */
background: #FFFFFF;
border-left: 1px solid;
border-left-color: coral;
height: 1700px;

  }

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: left;
padding: 4px 0;

}

#footer a{
color: #FFFF80;
}

.innertube{
margin:0 0 0 40px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}


.intube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

img{
  max-width: 100%;
  display: block;
  height: auto;
  width: auto;
}

.imagen-polaroid{
  display:block; 
  position:absolute; 
  top:0; left:0; 
  width:80px; 
  height:80px;
}

.imagen{
font-size: 12px;
width: 100px;
height: 100px;
margin:3px;
padding: 20px 0 0 30%;

}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  object-fit: scale-down;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}

.textoPolaroid {
    display:block;
    margin-top:1em;
    text-align:center;
    font-style:italic;
    font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;

}

.vineta-autor{	
	float:left;
	width:100%;
	padding:15px 10px 55px 10px;
	margin-right:10px;
	margin-bottom:10px;	
	font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.3;
	-webkit-justify-content: center;
	font-weight: normal;
	border-top:1px solid #ccc;

}

.referencias{	
	float:left;
	width:100%;
  background: #EAEAEA;
	padding:15px 10px 15px 10px;
	margin-right:10px;
	margin-bottom:5px;	
	font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.3;
	-webkit-justify-content: center;
	font-weight: normal;
  border-left:5px solid #EC9700;;

}



body.bild-text{
font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;color: #cccccc;font-style: normal;
font-weight: normal;font-variant: normal;
}

.subtitulo {
    font-size: 110%;
    color: #000000;
    line-height: 1.2;
    font-style: normal; 
    letter-spacing: 0px;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    margin-left:1px;
    margin-bottom: 3px;
    padding-left:1px;
    text-align: left;
  }

  i.articulo-italic{
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
  font-weight: 300
  }

  body .articulo{
  font-size: 20px;
  line-height: 1.5em;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(49, 44, 44);
  font-family: Lora !important;
  font-weight: 400
  }

  body{
  background: #fff;
}

.box-archivo {
  transition: box-shadow .3s;
  width: 100%;
  height: auto;
  margin: 5px 0 20px 0;
  border-radius:10px;
  border: 0px solid #ccc;
  background: #fff;
  float: left;
  
}
.box-archivo:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/* ####### responsive layout CSS ####### */

@media (max-width: 600px){ /* responsive layout break point */
  #maincontainer{
	width: 100%;
  }

  .innertube{
    margin: 20px;
    margin-top: 0;
  }

  #contentwrapper{
	float: none;
    background: #FFFFFF;
  }

	#rightcolumn{
    float: none;
	width: 100%;
	margin-left: 0;
  
  }

  #contentcolumn{
    margin-right: 0;
  }
}

@media (max-width: 1200px){ /* responsive layout break point */
  #maincontainer{
	width: 100%;
   
  }

  .innertube{
    margin: 20px;
    margin-top: 0;
  border-style: solid;
  border-left-color: coral;
  }

  #contentwrapper{
	float: none;
  }

	#rightcolumn{
  float: none;
	width: 100%;
	margin-left: 0;
  }

  #contentcolumn{
    margin-right: 0;
    margin-left:0;
  }
}


