.información_gatos_envio
{
	margin: 0 0 1em 1em;
}

.publicaciones_gratuitas_pago
{
	font-weight: bold;
	font-size: 1em;
}

form.compra,
.sin_compra
{
	text-align: right;
}

form.compra div,
.sin_compra
{
	display: inline-block;
}

form.compra span,
.sin_compra span
{
	font-weight: bold;
}

.caja_carrito .gastos_envio,
.caja_carrito .precio
{
	text-align: right;
	margin: 0.5em 0 0.5em 0;
}

.caja_carrito .precio span
{
	font-weight: bold;
}

.documento
{
	text-align: right;
}

.documento .boton
{
	font-weight:		bold;
	color:				white;
	background-color:	#00782E;
	padding:			0.3em 0.6em;
	border:				1px solid transparent;
	cursor:				pointer;
	text-decoration:	none;
	font-size:			0.9em;
	-moz-border-radius:		0.5em;
	-webkit-border-radius:	0.5em;
	border-radius:			0.5em;
}

.documento .boton:hover
{
	background:			transparent;
	border:				1px solid #00782E;
    color:				#00782E;
	text-decoration:	none;
}

#instrucciones_para_citar
{
	border: 2px solid #1C7116;
}

#instrucciones_para_citar p
{
	margin:		1em;
	text-align: justify;
}

#instrucciones_para_citar p span
{
	font-weight: bold;
}