* {
	font-family: Times New Roman,Times,serif;
	font-size: 14pt;
}

a {
	font-family: Times New Roman,Times,serif;
	color: inherit;
}

em 
{
	font-size: inherit;
}

#navegacion
{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	height: 20px;
}

#navCuentos {
	background-image: url(navegacion/bcuentos.gif);
    background-repeat: no-repeat;
    /* width: 100px; */
    height: 20px;
     margin: 0 0 0 1px;
     display: inline;
}
#navCuentos:hover {
	background-image: url(navegacion/bcuentos2.gif);
    background-repeat: no-repeat;
}
#navMail {
	background-image: url(navegacion/btucarta.gif);
    background-repeat: no-repeat;
    /* width: 100px; */
    height: 20px;
     margin: 0 0 0 1px;
     display: inline;
}
#navMail:hover {
	background-image: url(navegacion/btucarta2.gif);
    background-repeat: no-repeat;
}
#navLibro:hover {
	background-image: url(navegacion/bcuaderno2.gif);
    background-repeat: no-repeat;
}
#navLibro {
	background-image: url(navegacion/bcuaderno.gif);
    background-repeat: no-repeat;
    /* width: 100px; */
    height: 20px;
     margin: 0 0 0 1px;
     display: inline;
}
#navHome:hover {
	background-image: url(navegacion/bportada2.gif);
    background-repeat: no-repeat;
}
#navHome {
	background-image: url(navegacion/bportada.gif);
    background-repeat: no-repeat;
    /* width: 100px; */
    height: 20px;
     margin: 0 0 0 1px;
     display: inline;
}

.footLink {
	font-size: 10pt;
}

#footerNote 
{
	font-size: 10pt;
	text-align: center;
	width: 100%;
}
.listadoDeCuentos 
{
	font-size: 16pt;
	font-family: Times New Roman,Times,serif;
}

.listadoDeCuentos:hover 
{
	text-decoration: underline;
}

.notas 
{
	color: #bcbcbc;
	font-size: 10pt;
}