@charset "UTF-8";
#wrap {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
        }
#flash {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
        }
.poema {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: small;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 17%;
}

.poema_ficha {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: large;
	color: #333;
	text-align: center;
}
.poema_categoria {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	color: #FFF;
}
.poema_titulo {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	background-color: #666;
	padding: 10;
	padding-top: 25px;
	padding-bottom: 25px;
}
.poema_titulo_aud {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	padding: 10;
	padding-top: 25px;
	padding-bottom: 25px;
}
#poema2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: small;
	color: #333;
	text-align: center;
	width: 70%;
	position: relative;
	right: auto;
	clip: rect(auto,auto,auto,auto);
}
.poema3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: small;
	color: #999;
}
.poema_enlace {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: large;
	color: #999;
}
.Estilo13_large_enlace {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: large;
	color: #999;
}
a.Estilo13_large_enlace:link {
	font-family:"Lucida Console", Monaco, monospace;
	font-size: large;
	color: #000000;
}
a.Estilo13_large_enlace:visited {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: small;
    color: #999999;
    text-decoration: none;
}
html, body {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.full-height {
	height: 25pt;
}
a:link {
	font-family:"Lucida Console", Monaco, monospace;
	font-size: small;
	color: #FF55B8;
}
a:visited {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: small;
    color: #B02777;
    text-decoration: none;
}
.texto {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: small;
	color: #666666;
}
.tabla1 {
	border: 3px solid #000000;
	background-position: center;
}


#arrow {
    border-right:1px solid grey;
    border-bottom:1px solid grey;
    width:5px;
    height:5px;
    transform: rotate(-45deg);
    margin-top:40px;
}

ul li {
  position: relative;
	padding-bottom: 8px;
	
}

ul {
  list-style: none;
	padding-left: 20px;
}

ul li:before{
   content: '';
   position: absolute;
   border-right:1px solid grey;
   border-bottom:1px solid grey;
   width:5px;
   height:5px;
   top: calc(50% - 4px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}
.titulo {
	background-color: #000000;
	letter-spacing: 5px;
	color: #FFFFFF;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
}

.ima_poe {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
