body {
    background-color: #F5F5F5;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    line-height: 1.1;
    text-align: center;
    /*margin-left: 8px;*/
    margin-top: 0px;
}
.horarios {
    font-size: 120%;
}
.etiqueta {
    font-family: 'Rokkitt', serif;
    color: #9c1b20;
}
.etiqueta2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    color: #9c1b20;
}
a:link {
	color: #9c1b20;
	text-decoration: none;
}
a:hover {
	color: #9c1b20;
	text-decoration: underline;
}
a:visited {
	color: #9c1b20;
	text-decoration: none;
}
a:active {
	color: #9c1b20;
	text-decoration: none;
}
#nt-example1 {
    max-width: 620px;
    margin: auto;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nt-example1 li {
    overflow: hidden;
    padding: 10px;
    line-height: 30px;
    list-style: none;
    text-align: left;
    border-bottom: 1px dotted #9c1b20;
}