.negrita{
	font-weight: bold;
}

.cursiva{
	font-style: italic;
}

#centrado{
	text-align: center;
}

#derecha{
	text-align: right;
}

#izquierd{
	text-align: left;
}

.grande{
	font-size: 20px;
}

.tachada{
	text-decoration: line-through;
}

.subrayada{ 
    text-decoration: underline;
}

.másgrande{
	font-size: 30px;
}

.pequeña{
	font-size: 10px;
}

.máspequeña{
	font-size: 8px;
}

.vacío{
	list-style: none
}

.circulo{
	list-style: circle
}

.cuadrado{
	list-style: square
}

.i{
	list-style: lower-roman
}

.griego{
	list-style: lower-greek
}