@media screen and (max-width: 1245px)
{
	.Contenido .Seccion .Centrar .Titulo
	{
		font-size: 2em;
	}
	.Contenido .Seccion .Centrar .Parrafo
	{
		line-height: 1em;
		line-height: 1.5em;
	}
	.Contenido .IconosComentarios .Icono
	{
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 500px)
{
	.Contenido
	{
		height: 120vh;
	}
}