@charset "utf-8";
/* CSS Document */

.autor {
	display: inline-block;
	margin: 0;
	color: #911111;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	z-index: 2;
	border-bottom: 1px solid #e5e5e5;
}

.autor-1 {
	display: inline-block;
	margin: 0;
	color: #911111;
	font-style: italic;
	padding: 2px 2px 15px;
	font-size: 14px;
}

.titulo	{
	color: #222;
	font-weight:600;
	font-size: 17px;
	padding-bottom: 0px;
}

.descripcion	{
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 2px;
  /*width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.nodo	{
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.centrar_poema {
	text-align: left;
	margin: 0 auto !important;
	display: inline-block;
}

.poema-title	{
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}
.poema-font p::first-letter { 
	font-size: 120%;
	color: #911111;
	font-weight: bold
}

.poema-font	p {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	padding-bottom: 20px;
}


.poema-frame	{
	border: 0px;
	width: 100%;
	height: 60px;
}

.poner-frame	{
	padding: 0px 16px;
}

.ajax-page-close-button	{
  height: 30px;
  color: #888;
  line-height: 30px;
  font-size: 30px;
  margin: 3px 3px;
	text-align: right;
	padding-right: 6px;
}

.iframe-extra	{
	width: 100%;
	border: none;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;	
}