body {
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 40px; 
  font-family: 'Source Sans Pro', sans-serif;
  background: #DFDFDF;
}

.contenedor{
  padding: 75px 15% 75px 10%;
  background: #FFFFFF;
  border-radius: 20px;
}
.nuevaLinea{
	clear:both;
}
h1 {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  margin: 0px 0px;
}
h2 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  margin: 0px 0px;
}
h3 {
  font-size: 17px;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  margin: 7px 15px;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: justify;
}
a{
  font-family: 'Source Sans Pro', sans-serif;
}
li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
  list-style-position: inside;
} 



header{
  margin-bottom: 100px;
}

.encabezadoI {
  float: left;
  width: 10%;
  height: 60px;
}
.encabezadoI img{
  
}
.encabezadoC {
  float: left; 
  width: 25%;
  height: 60px;
  vertical-align: middle;
}
.encabezadoD {
  float: right;
  width: 65%;
  height: 60px;
  text-align: right;
}
.etiqueta{
  float: right;
  width: 65%;
  text-align: right;
}
.etiqueta img{
  box-shadow: 0px 10px 10px -6px black;
}

.composicion{
  margin-bottom: 35px;
}
.composicion ul{
  margin-top: 0px;
  margin-bottom: 2px;
}
.composicion li{
  margin-bottom: 0px;
}

.cita{
  margin: 10px 0px 40px 0px;
  padding: 2px 15px 15px 15px;
  background: #FFF5C5;
  border-radius: 20px;
  box-shadow: 0px 10px 10px -6px black;
}
.cita p{
  font-style: italic;
}

.enlaces{
  text-indent: -24px;
  margin: 5px;
  padding: 5px 15px 15px 0px;
  background: #EEF5F5;
  border-radius: 20px;
  box-shadow: 0px 10px 10px -6px black;
}


.etiquetas{
	display: block;
	margin: auto;	
	text-align: center;
	padding: 15px;
}
.etiquetas img{
  width: 40%;
  height: 40%;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.1s;
  opacity: 1;
  margin: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 10px -6px black;
}
.etiquetas img.izquierda:hover{
  -webkit-transform:scale(2) translate(50px,0px);
  box-shadow: 0px 0px 25px gray;
  opacity:1;
  z-index: 10;
}
.etiquetas img.centro:hover{
  -webkit-transform:scale(2) translate(0px,0px);
  box-shadow: 0px 0px 25px gray;
  opacity:1;
  z-index: 11;
}  
.etiquetas img.derecha:hover{
  -webkit-transform:scale(2) translate(-50px,0px);
  box-shadow: 0px 0px 25px gray;
  opacity:1;
  z-index: 12;
}

